GET /api/bet_types/443b075c-dae0-49dd-8630-100f40abee69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "443b075c-dae0-49dd-8630-100f40abee69",
"match": "https://api-prod.gambitprofit.com/api/matches/c7ca720d-c224-439e-a473-3587edcdb7d0/?format=api",
"name": "Play the Odds",
"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": "Boston Bruins",
"amount": 6862.0
},
{
"team": "Tampa Bay Lightning",
"amount": 3138.0
}
],
"expected_reward_tokens": 9194.34,
"profit_sb": 194.34,
"profit_sb_percentage": 2.16,
"recommended": true
},
"lines": [
{
"id": "b91cad22-13d1-4c5b-af41-451cbaa5ea8c",
"gambit_id": "19b0097a-5456-4a62-b6bd-be6cf6180044",
"last_updated": "2022-11-22T10:07:04.681774-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "1.34000",
"odds": "1.38460",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/443b075c-dae0-49dd-8630-100f40abee69/?format=api"
},
{
"id": "11f6b4c1-f89a-44e3-b69d-7552fbaae895",
"gambit_id": "01355830-8c6b-4e0f-9ae9-638d804e1ec6",
"last_updated": "2022-11-22T10:07:04.680794-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Lightning",
"reward": "2.93000",
"odds": "3.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/443b075c-dae0-49dd-8630-100f40abee69/?format=api"
}
]
}