GET /api/bet_types/5f82b051-71d1-4f67-842f-d5f899c9ac8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5f82b051-71d1-4f67-842f-d5f899c9ac8a",
"match": "https://api-prod.gambitprofit.com/api/matches/a971e0f1-c8f5-421a-9aad-0f7a5becb9c6/?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": "BOS",
"amount": 5916.0
},
{
"team": "TAM",
"amount": 4084.0
}
],
"expected_reward_tokens": 9228.96,
"profit_sb": 228.96,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "0ebd86ec-742d-435d-9d76-c33884c54f40",
"gambit_id": "018af3c0-2519-4592-ad00-2f4cadcac50e",
"last_updated": "2022-08-28T11:27:23.662771-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "1.56000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f82b051-71d1-4f67-842f-d5f899c9ac8a/?format=api"
},
{
"id": "bab03767-2c2b-4db8-a755-1d0cd93e645b",
"gambit_id": "a03ec69b-554d-43b2-bbbb-dce70da94aeb",
"last_updated": "2022-08-28T11:27:23.663461-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TAM",
"reward": "2.26000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f82b051-71d1-4f67-842f-d5f899c9ac8a/?format=api"
}
]
}