GET /api/bet_types/5def37a5-895f-45f8-b774-aa10d1fc9e3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5def37a5-895f-45f8-b774-aa10d1fc9e3e",
"match": "https://api-prod.gambitprofit.com/api/matches/5d2a902b-e64f-4191-9790-745500f38474/?format=api",
"name": "Pick the Winner",
"created_at": "2023-03-28T10:07:00.899592-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": "Calgary Flames",
"amount": 5512.0
},
{
"team": "Los Angeles Kings",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "0f6ce3f4-b147-4c4b-8d49-b598d7f0948f",
"gambit_id": "0680e2dd-3b16-4400-be37-8f0c8f3f9e95",
"last_updated": "2023-03-29T13:31:54.747841-04:00",
"created_at": "2023-03-28T10:07:00.901160-04:00",
"name": "Calgary Flames",
"reward": "1.71000",
"odds": "1.74070",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5def37a5-895f-45f8-b774-aa10d1fc9e3e/?format=api"
},
{
"id": "1e050fcd-92be-430b-914e-362ace5370e7",
"gambit_id": "e3fe980b-f14c-40f8-891f-e20d574aa62c",
"last_updated": "2023-03-29T13:31:54.750207-04:00",
"created_at": "2023-03-28T10:07:00.902695-04:00",
"name": "Los Angeles Kings",
"reward": "2.10000",
"odds": "2.15000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5def37a5-895f-45f8-b774-aa10d1fc9e3e/?format=api"
}
]
}