GET /api/bet_types/5b79a300-e71d-40fe-9693-522159a06e14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5b79a300-e71d-40fe-9693-522159a06e14",
"match": "https://api-prod.gambitprofit.com/api/matches/0eb6ae19-2568-48e8-8c22-73b5ab7c6270/?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": "Edmonton Oilers",
"amount": 5399.0
},
{
"team": "Nashville Predators",
"amount": 4601.0
}
],
"expected_reward_tokens": 9016.33,
"profit_sb": 16.33,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "edacce09-827a-417b-b2e1-7ca083c8f404",
"gambit_id": "1daf1227-8745-4f38-bedf-e20d0e9e2b98",
"last_updated": "2022-12-14T10:12:16.307061-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Edmonton Oilers",
"reward": "1.67000",
"odds": "1.76920",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b79a300-e71d-40fe-9693-522159a06e14/?format=api"
},
{
"id": "788c4f50-037c-418e-bc6b-ce3dfca4b0a3",
"gambit_id": "037a9ab5-56dc-4ea5-80f1-95cbacae040c",
"last_updated": "2022-12-14T10:12:16.305950-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nashville Predators",
"reward": "1.96000",
"odds": "2.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b79a300-e71d-40fe-9693-522159a06e14/?format=api"
}
]
}