GET /api/bet_types/da868d72-f5b5-491c-a952-b328e3044b6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "da868d72-f5b5-491c-a952-b328e3044b6d",
"match": "https://api-prod.gambitprofit.com/api/matches/7b18e794-42ef-4d43-befa-7b52739a4f9f/?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": "Boston Celtics",
"amount": 6956.0
},
{
"team": "Cleveland Cavaliers",
"amount": 3044.0
}
],
"expected_reward_tokens": 9527.72,
"profit_sb": 27.72,
"profit_sb_percentage": 0.29,
"recommended": true
},
"lines": [
{
"id": "bf812fa0-fb75-410f-86be-ca0f31dbb177",
"gambit_id": "a259bc08-3834-4032-b34e-666403271bc2",
"last_updated": "2022-10-29T19:07:21.700626-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Celtics",
"reward": "1.37000",
"odds": "1.38460",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da868d72-f5b5-491c-a952-b328e3044b6d/?format=api"
},
{
"id": "28738821-a28b-4bd7-a43b-694d21ab9fae",
"gambit_id": "595003b9-b617-43b7-b2d6-3be5329b6d39",
"last_updated": "2022-10-29T19:07:21.701609-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cleveland Cavaliers",
"reward": "3.13000",
"odds": "3.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da868d72-f5b5-491c-a952-b328e3044b6d/?format=api"
}
]
}