GET /api/bet_types/1f82cc05-f80d-4b05-a4ca-577d4ab7ea86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1f82cc05-f80d-4b05-a4ca-577d4ab7ea86",
"match": "https://api-prod.gambitprofit.com/api/matches/7b0ca952-43a9-4bce-92bc-1914118af553/?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": "Winnipeg Jets",
"amount": 6247.0
},
{
"team": "Seattle Kraken",
"amount": 3753.0
}
],
"expected_reward_tokens": 9119.79,
"profit_sb": 119.79,
"profit_sb_percentage": 1.33,
"recommended": true
},
"lines": [
{
"id": "a85cd970-5d72-4a0e-854d-c5e12445226f",
"gambit_id": "c94cd11d-a723-4d96-8056-85ca1d748c10",
"last_updated": "2022-12-19T19:36:50.209012-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Winnipeg Jets",
"reward": "1.46000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f82cc05-f80d-4b05-a4ca-577d4ab7ea86/?format=api"
},
{
"id": "08179260-5c20-44f8-910e-20ed636d2a15",
"gambit_id": "c95ad61e-1647-4f87-917f-6533d723e087",
"last_updated": "2022-12-19T19:36:50.210132-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Seattle Kraken",
"reward": "2.43000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f82cc05-f80d-4b05-a4ca-577d4ab7ea86/?format=api"
}
]
}