Search bet history
POST /bet/search/
Request Body
{
"ids": [123, 456, 789]
}Parameters
Field
Type
Required
Description
Response
Success Response (200)
[
{
"id": 123,
"transaction_min_created_at": "2024-01-24T20:59:19.440549+11:00",
"display_name": "My Bot Account",
"amount": 10.00,
"current_odds": 2.25,
"created_at": "2024-01-24T20:59:19.440549+11:00",
"meeting_date": "2024-01-24",
"market": "Fixed Win",
"submit_time": "2024-01-24T21:00:00+11:00",
"result_time": "2024-01-24T21:10:00+11:00",
"submit_result": "Success",
"submit_error": null,
"profit": -10.00,
"used_boost": false,
"used_spg": false,
"used_bonus": false,
"transaction_id": "TXN123",
"bot_id": "BOT001",
"is_deleted": false,
"notified": true,
"reporting_usage": 10.00,
"sports": "RACING",
"profit_updated_by": "system",
"profit_updated_at": "2024-01-24T21:15:00+11:00",
"settled_at": "2024-01-24T21:10:00+11:00",
"transaction_result": "LOSS",
"status": "SETTLED",
"status_notes": "Race completed",
"label": "Strategy A",
"owner": 612,
"bookie": 42,
"notification": 789
}
]Error Responses
Usage
Potential Use Cases
Authentication
Name
Type
Description
Last updated