GET /api/bet_types/da546fee-d204-43c4-b85b-1d2d12089390/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "da546fee-d204-43c4-b85b-1d2d12089390",
"match": "https://api-prod.gambitprofit.com/api/matches/7a70c285-5c16-4ef6-9be1-f10c15945b46/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-19T11:02:12.359389-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": "WAS",
"amount": 6020.0
},
{
"team": "DET",
"amount": 3980.0
}
],
"expected_reward_tokens": 9511.6,
"profit_sb": 11.6,
"profit_sb_percentage": 0.12,
"recommended": true
},
"lines": [
{
"id": "3b8a5c64-89dd-4c10-87a4-bccccdb62326",
"gambit_id": "e176c573-7252-4ad9-af4f-a96b46976da4",
"last_updated": "2023-05-20T10:52:03.895283-04:00",
"created_at": "2023-05-19T11:02:12.360736-04:00",
"name": "WAS",
"reward": "1.58000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da546fee-d204-43c4-b85b-1d2d12089390/?format=api"
},
{
"id": "b1e53c56-d03c-4191-b5c8-4b94bcdd8c5a",
"gambit_id": "172f44c6-7624-4533-95bc-48b4a5c0db93",
"last_updated": "2023-05-20T10:52:03.897654-04:00",
"created_at": "2023-05-19T11:02:12.362186-04:00",
"name": "DET",
"reward": "2.39000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da546fee-d204-43c4-b85b-1d2d12089390/?format=api"
}
]
}