GET /api/bet_types/65cc8838-7572-402c-a666-e5709e258382/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "65cc8838-7572-402c-a666-e5709e258382",
"match": "https://api-prod.gambitprofit.com/api/matches/33835fab-bbed-4879-ad09-8b73234f54e6/?format=api",
"name": "Play the Odds",
"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": "St Louis Blues",
"amount": 5737.0
},
{
"team": "Boston Bruins",
"amount": 4263.0
}
],
"expected_reward_tokens": 9121.83,
"profit_sb": 121.83,
"profit_sb_percentage": 1.35,
"recommended": true
},
"lines": [
{
"id": "93a2dda9-16a1-4fb4-bfd2-cbfd6632e34f",
"gambit_id": "d8055dc4-53ba-4d8c-8fe6-7f3b27c5a71d",
"last_updated": "2022-11-08T11:07:13.602939-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "St Louis Blues",
"reward": "1.59000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65cc8838-7572-402c-a666-e5709e258382/?format=api"
},
{
"id": "16cbacf7-182c-4fbc-801f-581f5dd2e250",
"gambit_id": "9b8b5708-8dc5-4c68-b5ef-7de5723ff2bf",
"last_updated": "2022-11-08T11:07:13.601886-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "2.14000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65cc8838-7572-402c-a666-e5709e258382/?format=api"
}
]
}