GET /api/bet_types/b80e397b-43d6-4495-ac97-296e41dc869a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b80e397b-43d6-4495-ac97-296e41dc869a",
"match": "https://api-prod.gambitprofit.com/api/matches/6af7f2e4-5c9a-4929-b25e-39cb2a3e733d/?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": "Nashville Predators",
"amount": 6534.0
},
{
"team": "Anaheim Ducks",
"amount": 3466.0
}
],
"expected_reward_tokens": 9080.92,
"profit_sb": 80.92,
"profit_sb_percentage": 0.9,
"recommended": true
},
"lines": [
{
"id": "05c8e37b-2519-4911-b55f-582a320fdf36",
"gambit_id": "bc513357-b214-4104-a83e-9228f8b67d2a",
"last_updated": "2022-11-30T09:42:19.484239-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nashville Predators",
"reward": "1.39000",
"odds": "1.44440",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b80e397b-43d6-4495-ac97-296e41dc869a/?format=api"
},
{
"id": "579ba26e-c089-4708-b555-ae42d49de67a",
"gambit_id": "cab9359a-8723-4493-b966-c69015735e93",
"last_updated": "2022-11-30T09:42:19.485180-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "2.62000",
"odds": "2.85000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b80e397b-43d6-4495-ac97-296e41dc869a/?format=api"
}
]
}