GET /api/bet_types/b0b830d7-3f9c-4572-8cf8-1c69a07a1972/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b0b830d7-3f9c-4572-8cf8-1c69a07a1972",
"match": "https://api-prod.gambitprofit.com/api/matches/222ca11f-12d3-436d-ada5-c4956f8a144d/?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": "Utah",
"amount": 7615.0
},
{
"team": "Oregon State",
"amount": 2385.0
}
],
"expected_reward_tokens": 9442.6,
"profit_sb": 442.6,
"profit_sb_percentage": 4.92,
"recommended": true
},
"lines": [
{
"id": "329c4e0a-84c0-4f4b-b1f0-ed2278c389c9",
"gambit_id": "d43f6c47-9294-4a4f-b92d-4619e0719023",
"last_updated": "2022-10-02T20:02:04.619157-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Utah",
"reward": "1.24000",
"odds": "1.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b830d7-3f9c-4572-8cf8-1c69a07a1972/?format=api"
},
{
"id": "0b496c82-46ba-442d-9211-f08ebf0df2c9",
"gambit_id": "645b2a9e-c4c0-4223-b5ae-4d981f853af0",
"last_updated": "2022-10-02T20:02:04.620149-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oregon State",
"reward": "3.96000",
"odds": "4.15000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b830d7-3f9c-4572-8cf8-1c69a07a1972/?format=api"
}
]
}