GET /api/bet_types/d934c211-3ca8-4402-a038-21121ddc482a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d934c211-3ca8-4402-a038-21121ddc482a",
"match": "https://api-prod.gambitprofit.com/api/matches/6d06ed1f-54ea-49ea-b3cb-916076f8aa4f/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-02T08:23:15.842604-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": "PIT",
"amount": 6010.0
},
{
"team": "DET",
"amount": 3990.0
}
],
"expected_reward_tokens": 9495.8,
"profit_sb": -4.2,
"profit_sb_percentage": -0.04,
"recommended": false
},
"lines": [
{
"id": "5d234b02-817d-47cb-9992-a86f7469ebe3",
"gambit_id": "ee9e8ce5-d14c-43f5-9889-36eaa713b2c2",
"last_updated": "2023-08-04T09:48:11.351632-04:00",
"created_at": "2023-08-02T08:23:15.856108-04:00",
"name": "PIT",
"reward": "1.58000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d934c211-3ca8-4402-a038-21121ddc482a/?format=api"
},
{
"id": "d24973d4-a380-4008-91df-a1b5c28991e3",
"gambit_id": "fc64e7b5-b742-49fd-b4ba-0f6b545b5f5b",
"last_updated": "2023-08-04T09:48:11.348256-04:00",
"created_at": "2023-08-02T08:23:15.849245-04:00",
"name": "DET",
"reward": "2.38000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d934c211-3ca8-4402-a038-21121ddc482a/?format=api"
}
]
}