GET /api/bet_types/56db3fca-2285-41f2-a590-baeb2c804e9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "56db3fca-2285-41f2-a590-baeb2c804e9e",
"match": "https://api-prod.gambitprofit.com/api/matches/1614f006-faf9-458a-bcf5-3d767cfd551e/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-24T09:08:03.806845-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": "Calgary Flames",
"amount": 6090.0
},
{
"team": "Dallas Stars",
"amount": 3910.0
}
],
"expected_reward_tokens": 9500.4,
"profit_sb": 0.4,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "cf1bc944-e164-4930-9eb9-71ca6838482b",
"gambit_id": "563493a3-ba19-4598-877d-a5467ebe654a",
"last_updated": "2023-11-25T10:53:24.525646-05:00",
"created_at": "2023-11-24T09:08:03.810402-05:00",
"name": "Calgary Flames",
"reward": "1.56000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56db3fca-2285-41f2-a590-baeb2c804e9e/?format=api"
},
{
"id": "8477f82a-a367-48c6-ac94-510101178389",
"gambit_id": "d00b3d44-daf2-47a4-8701-6ca97763fde3",
"last_updated": "2023-11-25T10:53:24.529508-05:00",
"created_at": "2023-11-24T09:08:03.815278-05:00",
"name": "Dallas Stars",
"reward": "2.43000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56db3fca-2285-41f2-a590-baeb2c804e9e/?format=api"
}
]
}