GET /api/bet_types/5708ff99-951c-4c37-9b23-24df0144445c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5708ff99-951c-4c37-9b23-24df0144445c",
"match": "https://api-prod.gambitprofit.com/api/matches/b00842e1-6f54-479e-b7d8-4e0055b9637e/?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": "Philadelphia 76ers",
"amount": 5000.0
},
{
"team": "Chicago Bulls",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "360c3140-edb9-4be0-a101-42914253ede2",
"gambit_id": "c43d7b1b-0fbf-47f0-b243-b84d56daf541",
"last_updated": "2022-10-31T11:02:12.964460-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia 76ers",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5708ff99-951c-4c37-9b23-24df0144445c/?format=api"
},
{
"id": "499ae52e-d90f-4176-9279-696f372d0dbf",
"gambit_id": "c6f18d28-b772-49cc-b508-f89d73885a78",
"last_updated": "2022-10-31T11:02:12.962753-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Bulls",
"reward": "1.88000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5708ff99-951c-4c37-9b23-24df0144445c/?format=api"
}
]
}