Get bet list
GET /notification/
Query Parameters
Parameter
Type
Required
Description
Response
Success Response (200)
{
"count": 150,
"total_pages": 15,
"next": "https://betmatic.app/api/notification/?page=2",
"previous": null,
"results": [
{
"id": 789,
"tip": {
"id": 123,
"creator": {
"nickname": "ProTipster",
"avatar": "https://betmatic.app/avatars/user123.jpg",
"id": 456
},
"competition": {
"name": "BELMONT",
"code": "Galloping",
"event_number": 6,
"startTime": "2024-01-24T21:00:00+11:00"
},
"market": "Fixed Win",
"selection": "3",
"odds": 2.5,
"amount_units": 1
},
"type": "Fixed Wager",
"stake": 10,
"target_profit": 100,
"total_wager": 500,
"check_odds": true,
"check_max_odds": false,
"boost_if_available": false,
"spg_if_available": true,
"bonus_back_if_available": true,
"ensure_total_wager": false,
"allow_double_bets": false,
"choose_best_odds": 0,
"choose_random_accounts": 0,
"created_at": "2024-01-24T20:28:12.948719+11:00",
"target_market": "Fixed Win",
"target_bet_type": "CASH",
"total_accepted": 50,
"average_odds": 2.26,
"profit": 63,
"alarm_sent": false,
"delay": false,
"is_scheduled": true,
"is_market_open": true,
"is_draft": false,
"is_canceled": false,
"auto_trigger": true,
"scheduled_at": 60,
"triggered_at": "2024-01-24T20:59:06.695772+11:00",
"bookies_override": "",
"target_session": "",
"target_bot": "1",
"is_deleted": false,
"received_bots": "1,2,3",
"enable_group_bot": false,
"enable_group_bot_delay": 10,
"enable_group_prealert": true,
"origin_info": "API",
"note": "High confidence bet",
"sports": "RACING",
"label": "Strategy A",
"user": 612
}
]
}Response Fields
Field
Type
Description
Usage
Potential Use Cases
Notification Object Fields
Example
Authentication
Last updated