Get betting accounts
GET /bookieaccount/
Parameters
Response
Success Response (200)
[
{
"id": 123,
"bookie": "TAB",
"display_name": "TAB Main Account",
"balance": 1250.50,
"bonus_balance": 25.00,
"update_time": "2024-01-24T20:30:00+11:00",
"bot_ip": "192.168.1.100",
"bot_id": "BOT001",
"bot_running": true,
"running_sessions": 2
},
{
"id": 124,
"bookie": "WishBet",
"display_name": "WishBet Secondary",
"balance": 750.25,
"bonus_balance": 0.00,
"update_time": "2024-01-24T19:45:00+11:00",
"bot_ip": "192.168.1.101",
"bot_id": "BOT002",
"bot_running": false,
"running_sessions": 0
},
{
"id": 125,
"bookie": "Sportsbet",
"display_name": "Sportsbet Premium",
"balance": 2100.75,
"bonus_balance": 50.00,
"update_time": "2024-01-24T20:15:00+11:00",
"bot_ip": "192.168.1.102",
"bot_id": "BOT003",
"bot_running": true,
"running_sessions": 1
}
]Response Fields
Field
Type
Description
Usage
Error Responses
Potential Use Cases
Authentication
Notes
Last updated