GET /api/bet_types/b563a049-24d7-4c25-99fb-642c41ddd148/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b563a049-24d7-4c25-99fb-642c41ddd148",
"match": "https://api-prod.gambitprofit.com/api/matches/afceebd9-50ce-488a-9e6a-8f033a2fe06c/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-03T09:28:19.861714-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": "Philadelphia Flyers",
"amount": 5944.0
},
{
"team": "Buffalo Sabres",
"amount": 4056.0
}
],
"expected_reward_tokens": 9450.48,
"profit_sb": -49.52,
"profit_sb_percentage": -0.52,
"recommended": false
},
"lines": [
{
"id": "2fa7b597-6065-4915-b261-547f938ee29b",
"gambit_id": "2eaa1104-cf0e-457f-ac87-34dbffa9af2f",
"last_updated": "2023-11-04T10:33:29.456693-04:00",
"created_at": "2023-11-03T09:28:19.868692-04:00",
"name": "Philadelphia Flyers",
"reward": "1.59000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b563a049-24d7-4c25-99fb-642c41ddd148/?format=api"
},
{
"id": "4ee545a9-b09b-47ea-a014-10f0b39f3f13",
"gambit_id": "65de7460-144b-46e6-b623-f29f82c30694",
"last_updated": "2023-11-04T10:33:29.460219-04:00",
"created_at": "2023-11-03T09:28:19.872965-04:00",
"name": "Buffalo Sabres",
"reward": "2.33000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b563a049-24d7-4c25-99fb-642c41ddd148/?format=api"
}
]
}