GET /api/bet_types/b3482aff-eee3-469a-824c-6daf49262d79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b3482aff-eee3-469a-824c-6daf49262d79",
"match": "https://api-prod.gambitprofit.com/api/matches/c560f369-aaf5-4ef1-96a6-3f29e366b4b1/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-01T09:22:00.103787-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": "Portland Trail Blazers",
"amount": 5000.0
},
{
"team": "New Orleans Pelicans",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "e55f0d70-19aa-469b-ba8f-184dcf52d03a",
"gambit_id": "a8f76f43-2a11-4d23-84ec-754e7e3d1bcc",
"last_updated": "2023-03-02T07:16:53.231791-05:00",
"created_at": "2023-03-01T09:22:00.104943-05:00",
"name": "Portland Trail Blazers",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3482aff-eee3-469a-824c-6daf49262d79/?format=api"
},
{
"id": "74170453-e7cf-4c49-a42d-35788703da30",
"gambit_id": "a710d9c7-f8a7-453e-86c5-afbbc7d7feb5",
"last_updated": "2023-03-02T07:16:53.232993-05:00",
"created_at": "2023-03-01T09:22:00.106173-05:00",
"name": "New Orleans Pelicans",
"reward": "1.88000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3482aff-eee3-469a-824c-6daf49262d79/?format=api"
}
]
}