GET /api/bet_types/77f21758-c642-41e3-beee-97c888cfa58d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "77f21758-c642-41e3-beee-97c888cfa58d",
"match": "https://api-prod.gambitprofit.com/api/matches/20f7650f-7f75-4ae1-b6c2-ff1a92b49271/?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": "Wisconsin",
"amount": 5974.0
},
{
"team": "Minnesota",
"amount": 4026.0
}
],
"expected_reward_tokens": 9139.02,
"profit_sb": 139.02,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "ee98e63b-b76b-4aa8-a507-163f22788ad8",
"gambit_id": "735e39cc-c6f0-4670-a5fa-afb7d5dc5714",
"last_updated": "2022-11-28T09:52:06.881254-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wisconsin",
"reward": "1.53000",
"odds": "1.60610",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f21758-c642-41e3-beee-97c888cfa58d/?format=api"
},
{
"id": "e83b602a-0bea-4c25-b989-f3c147f894ac",
"gambit_id": "7374fe30-25bb-4521-afc1-dd1031f28b68",
"last_updated": "2022-11-28T09:52:06.882288-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota",
"reward": "2.27000",
"odds": "2.45000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f21758-c642-41e3-beee-97c888cfa58d/?format=api"
}
]
}