GET /api/bet_types/c01cd828-682f-4c54-af27-75b7bb96ddc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c01cd828-682f-4c54-af27-75b7bb96ddc7",
"match": "https://api-prod.gambitprofit.com/api/matches/1ed8128e-3f6d-4ef6-8ac6-f3b6a98cb19e/?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": "Orlando Magic",
"amount": 5000.0
},
{
"team": "Dallas Mavericks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "58bd798a-7425-492c-9074-066a932f4390",
"gambit_id": "987e933d-3653-41f9-a620-1cdf3206ebc8",
"last_updated": "2022-10-31T11:52:07.712374-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Orlando Magic",
"reward": "1.88000",
"odds": "1.90910",
"spread": "9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c01cd828-682f-4c54-af27-75b7bb96ddc7/?format=api"
},
{
"id": "c4fb16c3-3d39-4c6c-bc15-b936b268253e",
"gambit_id": "78a8c756-4015-44dd-b372-a236ceed8725",
"last_updated": "2022-10-31T11:52:07.711441-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Mavericks",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c01cd828-682f-4c54-af27-75b7bb96ddc7/?format=api"
}
]
}