GET /api/bet_types/55cab984-7480-4295-b810-3c13ec8d4b43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "55cab984-7480-4295-b810-3c13ec8d4b43",
"match": "https://api-prod.gambitprofit.com/api/matches/32fe9b50-4535-4850-970c-6380bc9c3a0c/?format=api",
"name": "Over/Under",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Game Total Under 42.5",
"amount": 5000.0
},
{
"team": "Game Total Over 42.5",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "adcaa368-9571-458c-9bae-e88254c1020a",
"gambit_id": "b5c4a5ee-9cb2-4f6b-bb76-21eb632c4351",
"last_updated": "2022-11-07T09:58:10.141990-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 42.5",
"reward": "1.80000",
"odds": "1.90910",
"spread": "42.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55cab984-7480-4295-b810-3c13ec8d4b43/?format=api"
},
{
"id": "4125feb7-c79d-45f6-a7fe-72badcb20749",
"gambit_id": "d0f7fcd4-91ea-4993-820a-b7200be1f930",
"last_updated": "2022-11-07T09:58:10.143098-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 42.5",
"reward": "1.80000",
"odds": "1.90910",
"spread": "42.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55cab984-7480-4295-b810-3c13ec8d4b43/?format=api"
}
]
}