GET /api/bet_types/2bb97158-789e-401c-8729-44c684a6cbba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2bb97158-789e-401c-8729-44c684a6cbba",
"match": "https://api-prod.gambitprofit.com/api/matches/1be27250-e53e-474d-b33e-e155d8d43f51/?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": "Seattle Kraken",
"amount": 6482.0
},
{
"team": "Los Angeles Kings",
"amount": 3518.0
}
],
"expected_reward_tokens": 9074.8,
"profit_sb": 74.8,
"profit_sb_percentage": 0.83,
"recommended": true
},
"lines": [
{
"id": "c3543837-8443-4473-bf58-280184a5cad6",
"gambit_id": "fb89cd4b-7778-415d-8166-9b8f36d8a50d",
"last_updated": "2022-11-30T09:42:19.764654-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Seattle Kraken",
"reward": "1.40000",
"odds": "1.45450",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb97158-789e-401c-8729-44c684a6cbba/?format=api"
},
{
"id": "dd35b447-67a4-4e22-b0ff-674aa7d3a969",
"gambit_id": "689ab15a-fff2-4aeb-90a7-615df7fd14c5",
"last_updated": "2022-11-30T09:42:19.763047-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Kings",
"reward": "2.58000",
"odds": "2.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb97158-789e-401c-8729-44c684a6cbba/?format=api"
}
]
}