GET /api/bet_types/045e0a77-81a5-4fbb-8207-3d2296d51aca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "045e0a77-81a5-4fbb-8207-3d2296d51aca",
"match": "https://api-prod.gambitprofit.com/api/matches/f6e28fcc-7e69-4cee-8aed-1decee4186c5/?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": "New Jersey Devils",
"amount": 5984.0
},
{
"team": "Calgary Flames",
"amount": 4016.0
}
],
"expected_reward_tokens": 9155.52,
"profit_sb": 155.52,
"profit_sb_percentage": 1.73,
"recommended": true
},
"lines": [
{
"id": "08f2d761-aa23-45c0-8c9d-f70ad2f71c10",
"gambit_id": "26a0d92b-5adc-4df3-945d-39c76dde5ea8",
"last_updated": "2022-11-07T09:02:43.158689-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Jersey Devils",
"reward": "1.53000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/045e0a77-81a5-4fbb-8207-3d2296d51aca/?format=api"
},
{
"id": "adb2fa5b-d092-41a7-9e73-a24a8204b2f8",
"gambit_id": "17c2dbea-2f77-45f0-affb-35cc0e16cb90",
"last_updated": "2022-11-07T09:02:43.157710-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Calgary Flames",
"reward": "2.28000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/045e0a77-81a5-4fbb-8207-3d2296d51aca/?format=api"
}
]
}