GET /api/bet_types/c5e505a3-b2ca-47c0-994d-f4f87ce18989/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c5e505a3-b2ca-47c0-994d-f4f87ce18989",
"match": "https://api-prod.gambitprofit.com/api/matches/fdb62ca0-33e7-4891-a4d3-85c90b3950ca/?format=api",
"name": "Pick the Winner",
"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": "Edmonton Oilers",
"amount": 5106.0
},
{
"team": "St Louis Blues",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "e1fe9f8b-4e56-4021-93af-e16b3e551100",
"gambit_id": "90a484fa-2e8c-4fb9-86c8-34629b5def1b",
"last_updated": "2022-10-27T11:57:05.837126-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Edmonton Oilers",
"reward": "1.84000",
"odds": "1.86960",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e505a3-b2ca-47c0-994d-f4f87ce18989/?format=api"
},
{
"id": "02044c80-bcb0-4d0a-9366-1c48c1760804",
"gambit_id": "fac729a4-df98-479d-bb3d-b3cf20310967",
"last_updated": "2022-10-27T11:57:05.836147-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "St Louis Blues",
"reward": "1.92000",
"odds": "1.95240",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e505a3-b2ca-47c0-994d-f4f87ce18989/?format=api"
}
]
}