GET /api/bet_types/f0fd0d85-43eb-49f1-ad80-394144885fa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f0fd0d85-43eb-49f1-ad80-394144885fa5",
"match": "https://api-prod.gambitprofit.com/api/matches/c45d31d6-c334-416e-bfe8-45c272838c5b/?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": "New Orleans Pelicans",
"amount": 5000.0
},
{
"team": "Phoenix Suns",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "edfc02be-30d9-430b-aa2c-fb2391790c0e",
"gambit_id": "b3c40173-197e-4c89-9e99-c53c3c5ebdbc",
"last_updated": "2022-12-10T18:37:00.515951-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Orleans Pelicans",
"reward": "1.80000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0fd0d85-43eb-49f1-ad80-394144885fa5/?format=api"
},
{
"id": "31f2126c-3fff-42b6-bfab-4613772390f7",
"gambit_id": "09f03db3-2530-443e-9050-1a6a38d6cc59",
"last_updated": "2022-12-10T18:37:00.517063-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Phoenix Suns",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0fd0d85-43eb-49f1-ad80-394144885fa5/?format=api"
}
]
}