GET /api/bet_types/9fa5de97-4db8-48e7-a842-33bc22cca65c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9fa5de97-4db8-48e7-a842-33bc22cca65c",
"match": "https://api-prod.gambitprofit.com/api/matches/ac2e533e-2732-4657-8dc6-23c690f6eb7e/?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": "Memphis",
"amount": 5316.0
},
{
"team": "Houston",
"amount": 4684.0
}
],
"expected_reward_tokens": 9461.68,
"profit_sb": -38.32,
"profit_sb_percentage": -0.4,
"recommended": false
},
"lines": [
{
"id": "ec98c31d-98ee-4c25-9216-281de7527e6b",
"gambit_id": "65bccea4-b813-4bea-bed5-f687b144ccb2",
"last_updated": "2022-10-08T09:07:08.144001-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Memphis",
"reward": "1.78000",
"odds": "1.80000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa5de97-4db8-48e7-a842-33bc22cca65c/?format=api"
},
{
"id": "1014460c-79bb-4dd8-bf0f-0a638e549765",
"gambit_id": "6b96f77b-16eb-46d4-9067-ca7fb0f670a3",
"last_updated": "2022-10-08T09:07:08.144952-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston",
"reward": "2.02000",
"odds": "2.05000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa5de97-4db8-48e7-a842-33bc22cca65c/?format=api"
}
]
}