GET /api/bet_types/988b058e-9dda-436f-87fb-e67fc982989c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "988b058e-9dda-436f-87fb-e67fc982989c",
"match": "https://api-prod.gambitprofit.com/api/matches/b968fb26-c9f3-41ba-812a-d73ffdaf82e2/?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": "Ottawa Senators",
"amount": 5899.0
},
{
"team": "New Jersey Devils",
"amount": 4101.0
}
],
"expected_reward_tokens": 9143.45,
"profit_sb": 143.45,
"profit_sb_percentage": 1.59,
"recommended": true
},
"lines": [
{
"id": "2a7d875f-e3ce-4a61-9454-7fa10f51d3f6",
"gambit_id": "3dd5aa01-7cd6-414a-8bfb-bd45ac717459",
"last_updated": "2022-11-11T21:32:21.413704-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ottawa Senators",
"reward": "1.55000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/988b058e-9dda-436f-87fb-e67fc982989c/?format=api"
},
{
"id": "987d846e-3cc1-4306-85c3-f6f480a09ceb",
"gambit_id": "f1f989a6-e416-4767-b9d8-96cdaa159cdc",
"last_updated": "2022-11-11T21:32:21.412748-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Jersey Devils",
"reward": "2.23000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/988b058e-9dda-436f-87fb-e67fc982989c/?format=api"
}
]
}