GET /api/bet_types/d77f54ad-dfec-4ec2-b61e-7fa8c2cf656e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d77f54ad-dfec-4ec2-b61e-7fa8c2cf656e",
"match": "https://api-prod.gambitprofit.com/api/matches/30d4b842-f27a-414c-9252-3340c5563206/?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": "Golden State Warriors",
"amount": 5000.0
},
{
"team": "Houston Rockets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "d293f3b0-10d2-4138-ba01-7ebb6ce0f5e5",
"gambit_id": "11f797f8-7d3d-4b93-a9b8-759968e7539c",
"last_updated": "2022-12-05T11:37:09.773179-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Golden State Warriors",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77f54ad-dfec-4ec2-b61e-7fa8c2cf656e/?format=api"
},
{
"id": "a07969a3-87da-428f-9ba4-3d81878a6819",
"gambit_id": "1918a7fa-cb18-4a71-9bb6-6e973d74052f",
"last_updated": "2022-12-05T11:37:09.774192-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Rockets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77f54ad-dfec-4ec2-b61e-7fa8c2cf656e/?format=api"
}
]
}