GET /api/bet_types/6a3a6b42-ed2e-4269-bb69-64fa6f89f739/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6a3a6b42-ed2e-4269-bb69-64fa6f89f739",
"match": "https://api-prod.gambitprofit.com/api/matches/20d09f88-6021-4ab0-af43-3d750c143a6e/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "CLE",
"amount": 5204.0
},
{
"team": "HOU",
"amount": 4796.0
}
],
"expected_reward_tokens": 9159.04,
"profit_sb": 159.04,
"profit_sb_percentage": 1.77,
"recommended": true
},
"lines": [
{
"id": "5b91ef64-999c-455d-8c0d-fd9ae6cf953f",
"gambit_id": "24aee4e1-ecd7-42e7-8619-c4a5bfa9fc29",
"last_updated": "2022-08-07T10:57:15.323137-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CLE",
"reward": "1.76000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a3a6b42-ed2e-4269-bb69-64fa6f89f739/?format=api"
},
{
"id": "5434b29a-a6cd-4bee-a729-bc2bce937da0",
"gambit_id": "9aecf962-2891-4cd5-95ba-b037b56d2b92",
"last_updated": "2022-08-07T10:57:15.323545-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "1.91000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a3a6b42-ed2e-4269-bb69-64fa6f89f739/?format=api"
}
]
}