GET /api/bet_types/9e5afebd-37be-4e98-98c9-6112eb3740af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9e5afebd-37be-4e98-98c9-6112eb3740af",
"match": "https://api-prod.gambitprofit.com/api/matches/94f36ec7-9f56-4350-b3d2-e07b5253f107/?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": "Pittsburgh Penguins",
"amount": 5208.0
},
{
"team": "Buffalo Sabres",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "40452cae-9d1c-4208-9529-613dd5198437",
"gambit_id": "3f4a1204-7a64-4d71-a80d-11258a4ed248",
"last_updated": "2022-11-03T09:48:18.647718-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Pittsburgh Penguins",
"reward": "1.73000",
"odds": "1.83330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e5afebd-37be-4e98-98c9-6112eb3740af/?format=api"
},
{
"id": "94951e2a-c38a-4674-ac8d-bd1084a7761b",
"gambit_id": "3b0d916e-b0f6-4dd5-bf9e-336d14e1fe15",
"last_updated": "2022-11-03T09:48:18.646780-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo Sabres",
"reward": "1.88000",
"odds": "2.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e5afebd-37be-4e98-98c9-6112eb3740af/?format=api"
}
]
}