GET /api/bet_types/ae5bb600-b501-4da5-a338-56225e0424ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ae5bb600-b501-4da5-a338-56225e0424ff",
"match": "https://api-prod.gambitprofit.com/api/matches/5528e5ec-7688-4c55-bbb3-9d43158395b8/?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": "LSU",
"amount": 5106.0
},
{
"team": "Mississippi",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "889be283-b35c-460c-a5f2-f31537cd5ae4",
"gambit_id": "6fb8a6c1-a441-42f6-8031-7326bc23cd9e",
"last_updated": "2022-10-23T13:01:55.512633-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LSU",
"reward": "1.84000",
"odds": "1.86960",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae5bb600-b501-4da5-a338-56225e0424ff/?format=api"
},
{
"id": "5a3e7956-9dc8-42b2-a1f2-c04ab789e7c7",
"gambit_id": "d0342cd2-469d-4dcb-9303-3e8f5ae99b5c",
"last_updated": "2022-10-23T13:01:55.513614-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Mississippi",
"reward": "1.92000",
"odds": "1.95240",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae5bb600-b501-4da5-a338-56225e0424ff/?format=api"
}
]
}