GET /api/bet_types/ebfd139d-551d-4a19-825c-72a72826f85c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ebfd139d-551d-4a19-825c-72a72826f85c",
"match": "https://api-prod.gambitprofit.com/api/matches/54f343c7-79cf-43d6-9633-03ac0ab42962/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-19T16:47:17.767149-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": "Miami Heat",
"amount": 5000.0
},
{
"team": "Detroit Pistons",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "0d344e3d-3a9e-46af-a2cb-0ba8623e79a4",
"gambit_id": "e986c804-b76b-4a41-8859-3dde510c0f30",
"last_updated": "2023-03-20T10:57:14.624691-04:00",
"created_at": "2023-03-19T16:47:17.771121-04:00",
"name": "Miami Heat",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfd139d-551d-4a19-825c-72a72826f85c/?format=api"
},
{
"id": "1bd7f666-0832-4b93-8ebe-1fb5fc2541f8",
"gambit_id": "30084939-9df9-40d5-8251-83455aadec84",
"last_updated": "2023-03-20T10:57:14.621870-04:00",
"created_at": "2023-03-19T16:47:17.768954-04:00",
"name": "Detroit Pistons",
"reward": "1.87000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfd139d-551d-4a19-825c-72a72826f85c/?format=api"
}
]
}