GET /api/bet_types/30c30913-6b43-4701-811c-1a16ca93b747/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "30c30913-6b43-4701-811c-1a16ca93b747",
"match": "https://api-prod.gambitprofit.com/api/matches/1622e242-705f-41dc-8266-cd5a70afc738/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-28T11:22:21.692603-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": "STL",
"amount": 6010.0
},
{
"team": "LOS",
"amount": 3990.0
}
],
"expected_reward_tokens": 9495.8,
"profit_sb": -4.2,
"profit_sb_percentage": -0.04,
"recommended": false
},
"lines": [
{
"id": "71b12f4a-832a-49b2-a195-bc544d2c4f39",
"gambit_id": "3be997f5-da2e-4eea-a6e5-abc73493654a",
"last_updated": "2023-04-30T12:47:17.746511-04:00",
"created_at": "2023-04-28T11:22:21.697565-04:00",
"name": "STL",
"reward": "1.58000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30c30913-6b43-4701-811c-1a16ca93b747/?format=api"
},
{
"id": "a4d4364e-ec94-4a47-8ff2-df868fe8a152",
"gambit_id": "e67ebb53-ee19-4610-ad11-33417d047c44",
"last_updated": "2023-04-30T12:47:17.744704-04:00",
"created_at": "2023-04-28T11:22:21.696053-04:00",
"name": "LOS",
"reward": "2.38000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30c30913-6b43-4701-811c-1a16ca93b747/?format=api"
}
]
}