GET /api/bet_types/b8d9fa32-babd-4db2-b513-1f414ff37c03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b8d9fa32-babd-4db2-b513-1f414ff37c03",
"match": "https://api-prod.gambitprofit.com/api/matches/b03967a3-f521-4a8c-99f7-ea7514d3aefd/?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": "Dallas Stars",
"amount": 6173.0
},
{
"team": "Boston Bruins",
"amount": 3827.0
}
],
"expected_reward_tokens": 9567.5,
"profit_sb": 67.5,
"profit_sb_percentage": 0.71,
"recommended": true
},
"lines": [
{
"id": "2a207aa5-0013-49e3-9d4f-72f395304a06",
"gambit_id": "951d013c-adcf-4360-96b6-7411596fc673",
"last_updated": "2022-10-26T09:52:11.038725-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Stars",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d9fa32-babd-4db2-b513-1f414ff37c03/?format=api"
},
{
"id": "243e036e-db93-4b92-b953-1ca1c1d97ecd",
"gambit_id": "13f3b3d6-b553-4bd4-a0e9-315b75e03b07",
"last_updated": "2022-10-26T09:52:11.039912-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "2.50000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d9fa32-babd-4db2-b513-1f414ff37c03/?format=api"
}
]
}