GET /api/bet_types/ed24e94c-cb37-4896-ba14-d149b0e0e776/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ed24e94c-cb37-4896-ba14-d149b0e0e776",
"match": "https://api-prod.gambitprofit.com/api/matches/8317648c-946f-4c3d-86f5-7d475817024b/?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": "COL",
"amount": 5492.0
},
{
"team": "SFO",
"amount": 4508.0
}
],
"expected_reward_tokens": 9061.08,
"profit_sb": 61.08,
"profit_sb_percentage": 0.68,
"recommended": true
},
"lines": [
{
"id": "01879556-66c9-42aa-9f0b-a681f49a68ec",
"gambit_id": "51ff6c6c-c2b0-4663-9a73-6e2789d183a2",
"last_updated": "2022-09-20T15:57:34.488220-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.65000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed24e94c-cb37-4896-ba14-d149b0e0e776/?format=api"
},
{
"id": "141c50de-98eb-4921-87c3-b3ab74db5216",
"gambit_id": "719aee93-023f-4dc9-9fba-41f6968d5df4",
"last_updated": "2022-09-20T15:57:34.489440-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SFO",
"reward": "2.01000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed24e94c-cb37-4896-ba14-d149b0e0e776/?format=api"
}
]
}