GET /api/bet_types/1290ec19-903f-4fc1-8ae8-9045630a9461/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1290ec19-903f-4fc1-8ae8-9045630a9461",
"match": "https://api-prod.gambitprofit.com/api/matches/b64b336b-66d0-4ac3-a660-aed88a613710/?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": "SEA",
"amount": 5408.0
},
{
"team": "WAS",
"amount": 4592.0
}
],
"expected_reward_tokens": 9138.08,
"profit_sb": 138.08,
"profit_sb_percentage": 1.53,
"recommended": true
},
"lines": [
{
"id": "6f48efd6-8676-4e68-82bb-13025295c490",
"gambit_id": "186c3ae5-3553-4d5e-b6ab-3115bdc86d4e",
"last_updated": "2022-08-24T10:12:03.519336-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SEA",
"reward": "1.69000",
"odds": "1.76920",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1290ec19-903f-4fc1-8ae8-9045630a9461/?format=api"
},
{
"id": "1916413c-5840-4ab0-a2eb-b4e6e701c6d8",
"gambit_id": "29e470ea-19ab-4508-9efa-c22cbc6094a6",
"last_updated": "2022-08-24T10:12:03.518911-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "1.99000",
"odds": "2.10000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1290ec19-903f-4fc1-8ae8-9045630a9461/?format=api"
}
]
}