GET /api/bet_types/6a6a3c8d-20d9-48a5-9eba-e5649c858fee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6a6a3c8d-20d9-48a5-9eba-e5649c858fee",
"match": "https://api-prod.gambitprofit.com/api/matches/dacc4e0c-4218-4514-b8cd-4c38853b67c9/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-14T09:37:10.762372-04: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": "Washington Wizards",
"amount": 5000.0
},
{
"team": "Detroit Pistons",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "39c0ae2b-03ae-4857-b274-81fb9d574076",
"gambit_id": "7f413d91-7d7c-496f-a5d5-95009adfcd5c",
"last_updated": "2023-03-15T10:12:12.110837-04:00",
"created_at": "2023-03-14T09:37:10.764149-04:00",
"name": "Washington Wizards",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-13.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a6a3c8d-20d9-48a5-9eba-e5649c858fee/?format=api"
},
{
"id": "7da0382d-04dc-4a66-90f9-9880bd9031c1",
"gambit_id": "a93a2705-6366-4ac6-9596-03bfb6aa8dbd",
"last_updated": "2023-03-15T10:12:12.112940-04:00",
"created_at": "2023-03-14T09:37:10.766206-04:00",
"name": "Detroit Pistons",
"reward": "1.87000",
"odds": "1.90910",
"spread": "13.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a6a3c8d-20d9-48a5-9eba-e5649c858fee/?format=api"
}
]
}