GET /api/bet_types/65a02c3d-6c4a-46d3-935e-43e5b8e16bfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "65a02c3d-6c4a-46d3-935e-43e5b8e16bfc",
"match": "https://api-prod.gambitprofit.com/api/matches/e08ddd2c-5b5f-4602-98d0-109e869c7ea5/?format=api",
"name": "Play the Odds",
"created_at": "2023-02-08T09:37:00.220665-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": "Detroit Pistons",
"amount": 5000.0
},
{
"team": "Cleveland Cavaliers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "890fced5-91a6-4b21-b05a-ac352f2fec1b",
"gambit_id": "c10eb055-addd-4233-b5a5-0a0635f96695",
"last_updated": "2023-02-09T11:12:07.888878-05:00",
"created_at": "2023-02-08T09:37:00.223355-05:00",
"name": "Detroit Pistons",
"reward": "1.87000",
"odds": "1.90910",
"spread": "8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a02c3d-6c4a-46d3-935e-43e5b8e16bfc/?format=api"
},
{
"id": "c7ab435d-3598-4f72-b8b7-a3c1768e5d24",
"gambit_id": "2ed1fc49-3a52-4185-809b-257d81ecdd73",
"last_updated": "2023-02-09T11:12:07.887628-05:00",
"created_at": "2023-02-08T09:37:00.222000-05:00",
"name": "Cleveland Cavaliers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-8.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a02c3d-6c4a-46d3-935e-43e5b8e16bfc/?format=api"
}
]
}