Get Specific Bookie Accounts
The API allows punters to start/stop specific bookmakers sessions
Endpoint
GET /bookieaccount/{id}
CURL example
Responses
Status
Meaning
Description
Schema
Response example
Response Schema
Status Code 200
Name
Type
Description
id
integer
Id used in this system
bookie
string
name of the bookie
display_name
string
unique identity given by the user to identify session
balance
integer
Funds present in the bookie account
bonus_balance
integer
Funds for bonus present in the bookie account
bot_ip
string
proxy ip used while createing a session
bot_id
string
bot id on which bookie session is running
bot_running
boolean
bot status if bot is running or not
Last updated