GET /api/bet_types/3a092b52-ba40-4548-b065-0ae900ccc972/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3a092b52-ba40-4548-b065-0ae900ccc972",
"match": "https://api-prod.gambitprofit.com/api/matches/b84e5985-ab1b-496b-86ce-a84caaeba0e0/?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 Over 53",
"amount": 5000.0
},
{
"team": "Game Total Under 53",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "97c40014-4778-4cc2-9935-85c307486cdb",
"gambit_id": "ac76ead1-b011-470b-b341-0fa4e54b2d5d",
"last_updated": "2022-09-25T09:57:26.798000-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 53",
"reward": "1.80000",
"odds": "1.90910",
"spread": "53.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a092b52-ba40-4548-b065-0ae900ccc972/?format=api"
},
{
"id": "84b081c4-71eb-4882-87ed-26db946103f3",
"gambit_id": "4f4c3f11-9c9a-46bc-aee8-220ec713af65",
"last_updated": "2022-09-25T09:57:26.796972-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 53",
"reward": "1.80000",
"odds": "1.90910",
"spread": "53.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a092b52-ba40-4548-b065-0ae900ccc972/?format=api"
}
]
}