GET /api/bet_types/e93f1681-f30e-4fd4-af76-3f62164be8ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e93f1681-f30e-4fd4-af76-3f62164be8ca",
"match": "https://api-prod.gambitprofit.com/api/matches/cf6f9a17-233e-4777-ab9a-4343f491b8e0/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-25T17:22:10.092645-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": "Carolina Hurricanes",
"amount": 6326.0
},
{
"team": "Anaheim Ducks",
"amount": 3674.0
}
],
"expected_reward_tokens": 9552.26,
"profit_sb": 52.26,
"profit_sb_percentage": 0.55,
"recommended": true
},
"lines": [
{
"id": "3964ed12-d038-48e8-9633-7e74dd61d690",
"gambit_id": "7504fdfa-a9f6-4420-9e69-b921a06f0ccf",
"last_updated": "2023-02-26T11:46:57.574478-05:00",
"created_at": "2023-02-25T17:22:10.093879-05:00",
"name": "Carolina Hurricanes",
"reward": "1.51000",
"odds": "1.52630",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e93f1681-f30e-4fd4-af76-3f62164be8ca/?format=api"
},
{
"id": "9b64b131-2645-4eaf-95fa-3bf622f7e9a7",
"gambit_id": "e1f45ae9-31fc-4675-b3e5-edc6a74e635c",
"last_updated": "2023-02-26T11:46:57.575614-05:00",
"created_at": "2023-02-25T17:22:10.095208-05:00",
"name": "Anaheim Ducks",
"reward": "2.60000",
"odds": "2.65000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e93f1681-f30e-4fd4-af76-3f62164be8ca/?format=api"
}
]
}