GET /api/bet_types/fd16ab44-b6ec-474f-ac86-29f41b9400cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fd16ab44-b6ec-474f-ac86-29f41b9400cc",
"match": "https://api-prod.gambitprofit.com/api/matches/6b63ce23-2c72-4b94-810c-44a710902eff/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-20T08:43:04.676490-04: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": 5319.0
},
{
"team": "CWS",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "6f76f60e-f544-4c2c-a65a-5527d1444cc3",
"gambit_id": "23e5105a-57af-4bc3-a2e8-79b74f4ae692",
"last_updated": "2023-08-21T11:13:24.441428-04:00",
"created_at": "2023-08-20T08:43:04.689497-04:00",
"name": "COL",
"reward": "1.76000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd16ab44-b6ec-474f-ac86-29f41b9400cc/?format=api"
},
{
"id": "d6580c59-2dbc-47fb-aa63-3d036fd00f33",
"gambit_id": "281ca56b-0658-4341-9b50-bdbc27260a43",
"last_updated": "2023-08-21T11:13:24.438020-04:00",
"created_at": "2023-08-20T08:43:04.684745-04:00",
"name": "CWS",
"reward": "2.00000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd16ab44-b6ec-474f-ac86-29f41b9400cc/?format=api"
}
]
}