GET /api/bet_types/a488a965-ca5e-459d-a401-d96b38831deb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a488a965-ca5e-459d-a401-d96b38831deb",
"match": "https://api-prod.gambitprofit.com/api/matches/c277ff6a-3174-4bb2-8b61-95f7f919f146/?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": "Detroit Red Wings",
"amount": 5316.0
},
{
"team": "Boston Bruins",
"amount": 4684.0
}
],
"expected_reward_tokens": 9461.68,
"profit_sb": -38.32,
"profit_sb_percentage": -0.4,
"recommended": false
},
"lines": [
{
"id": "7f88486e-0c08-403b-966f-9ed9e0eb5721",
"gambit_id": "00ffb6cb-4710-4215-9cc5-b12c5339cb37",
"last_updated": "2022-10-28T09:57:09.244732-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Red Wings",
"reward": "1.78000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a488a965-ca5e-459d-a401-d96b38831deb/?format=api"
},
{
"id": "b00f5582-f587-4a06-9b36-5cfbd609164a",
"gambit_id": "d8c837f5-781c-4d36-ad95-ec6619fb29c4",
"last_updated": "2022-10-28T09:57:09.243740-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "2.02000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a488a965-ca5e-459d-a401-d96b38831deb/?format=api"
}
]
}