You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script list available horse races, selects random horse race, random runner and places a bet, all operations are executed through curl requests,
# uses rescript
# Initialise variables, script takes app key and session token as arguments
APP_KEY=$1
SESSION_TOKEN=$2
HOST=https://api.betfair.com/exchange/betting
# List all event types, providing app key and session token