GET /api/bet_types/3ddf67f3-c34b-47dc-ba46-5d9576c0bf85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3ddf67f3-c34b-47dc-ba46-5d9576c0bf85",
"match": "https://api-prod.gambitprofit.com/api/matches/b6fdf86b-ea28-4463-a49f-73526e98ee47/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-27T10:47:01.689920-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": "PHI",
"amount": 6163.0
},
{
"team": "ATL",
"amount": 3837.0
}
],
"expected_reward_tokens": 9552.65,
"profit_sb": 52.65,
"profit_sb_percentage": 0.55,
"recommended": true
},
"lines": [
{
"id": "d124ed9b-baf4-42ed-94d6-a6e5546d94c5",
"gambit_id": "3222f795-2dad-453a-969d-713543a0adfd",
"last_updated": "2023-05-29T11:47:17.287509-04:00",
"created_at": "2023-05-27T10:47:01.693158-04:00",
"name": "PHI",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ddf67f3-c34b-47dc-ba46-5d9576c0bf85/?format=api"
},
{
"id": "40425512-45e4-445d-8b4e-c261e29708da",
"gambit_id": "b29aac57-191a-40a4-9f11-dbc73f651116",
"last_updated": "2023-05-29T11:47:17.290014-04:00",
"created_at": "2023-05-27T10:47:01.697479-04:00",
"name": "ATL",
"reward": "2.49000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ddf67f3-c34b-47dc-ba46-5d9576c0bf85/?format=api"
}
]
}