GET /api/bet_types/4a8802b6-a481-48ea-b171-e638b1bf6cbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4a8802b6-a481-48ea-b171-e638b1bf6cbc",
"match": "https://api-prod.gambitprofit.com/api/matches/4e909427-6208-40c3-9e6b-49b19d191091/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-04T09:32:16.054697-04: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": "TOR",
"amount": 5000.0
},
{
"team": "KAN",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "d866d174-4eeb-4407-848f-9fc7f37db475",
"gambit_id": "d6aa30a1-b63d-49e5-b08d-a754639f74db",
"last_updated": "2023-04-05T10:12:09.499755-04:00",
"created_at": "2023-04-04T09:32:16.057837-04:00",
"name": "TOR",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a8802b6-a481-48ea-b171-e638b1bf6cbc/?format=api"
},
{
"id": "ae19a5ad-295a-4196-b993-d5fbaf6c1160",
"gambit_id": "31c980dc-d383-4f11-86b3-49e7901b057e",
"last_updated": "2023-04-05T10:12:09.498277-04:00",
"created_at": "2023-04-04T09:32:16.056227-04:00",
"name": "KAN",
"reward": "1.87000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a8802b6-a481-48ea-b171-e638b1bf6cbc/?format=api"
}
]
}