GET /api/bet_types/55f12028-9ae7-4306-9fc4-ee0f768c77e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "55f12028-9ae7-4306-9fc4-ee0f768c77e1",
"match": "https://api-prod.gambitprofit.com/api/matches/b7cd7c48-c1b0-4906-9e7f-14a5eee8f2b0/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-16T10:23:22.875487-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": "CLE",
"amount": 5512.0
},
{
"team": "CIN",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "0447a0c0-7cd4-4f11-a6e7-afbbad816f14",
"gambit_id": "2baf5aa7-0ef3-4a43-89e6-5d413fd0fceb",
"last_updated": "2023-08-18T10:13:05.518073-04:00",
"created_at": "2023-08-16T10:23:22.881110-04:00",
"name": "CLE",
"reward": "1.71000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55f12028-9ae7-4306-9fc4-ee0f768c77e1/?format=api"
},
{
"id": "0d6a1e75-74e8-4471-8eed-46456e8fea60",
"gambit_id": "cf131ed9-b9dd-40ff-a4af-ef09f17314ff",
"last_updated": "2023-08-18T10:13:05.522850-04:00",
"created_at": "2023-08-16T10:23:22.886728-04:00",
"name": "CIN",
"reward": "2.10000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55f12028-9ae7-4306-9fc4-ee0f768c77e1/?format=api"
}
]
}