GET /api/bet_types/75aea64d-1ad4-4f16-8444-6783a0e4eaa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "75aea64d-1ad4-4f16-8444-6783a0e4eaa0",
"match": "https://api-prod.gambitprofit.com/api/matches/3dad74be-5c0d-4705-9216-5c49b8b40924/?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": "Miami Heat",
"amount": 5824.0
},
{
"team": "Indiana Pacers",
"amount": 4176.0
}
],
"expected_reward_tokens": 9143.68,
"profit_sb": 143.68,
"profit_sb_percentage": 1.6,
"recommended": true
},
"lines": [
{
"id": "b166b29c-25c7-4440-baf5-e14f448488fe",
"gambit_id": "864735f0-e905-4560-ae15-b30bf1344a58",
"last_updated": "2022-11-05T09:38:14.739558-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Miami Heat",
"reward": "1.57000",
"odds": "1.64520",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75aea64d-1ad4-4f16-8444-6783a0e4eaa0/?format=api"
},
{
"id": "b230d849-f487-432b-8180-3b4bc0778a75",
"gambit_id": "f35a5933-7455-42f9-a1f1-1abd9438ab1b",
"last_updated": "2022-11-05T09:38:14.738611-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Indiana Pacers",
"reward": "2.19000",
"odds": "2.35000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75aea64d-1ad4-4f16-8444-6783a0e4eaa0/?format=api"
}
]
}