GET /api/bet_types/45da8e2c-a497-4550-a211-f3535d456d99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "45da8e2c-a497-4550-a211-f3535d456d99",
"match": "https://api-prod.gambitprofit.com/api/matches/680dff05-60fc-4610-b039-b7de7e336269/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-20T10:03:20.133316-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": "Sacramento Kings",
"amount": 5107.0
},
{
"team": "Boston Celtics",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "31d157f9-65b4-4ede-8196-57a7fd2b517c",
"gambit_id": "e9b87542-3fca-4560-a7ca-3f05ebd55006",
"last_updated": "2023-12-22T15:18:24.802631-05:00",
"created_at": "2023-12-20T10:03:20.141335-05:00",
"name": "Sacramento Kings",
"reward": "1.83000",
"odds": "1.86960",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45da8e2c-a497-4550-a211-f3535d456d99/?format=api"
},
{
"id": "a0e34b24-485b-4699-a788-d68be424da04",
"gambit_id": "8458695f-55ac-422c-97a9-63feb815e7ea",
"last_updated": "2023-12-22T15:18:24.799315-05:00",
"created_at": "2023-12-20T10:03:20.137209-05:00",
"name": "Boston Celtics",
"reward": "1.91000",
"odds": "1.95240",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45da8e2c-a497-4550-a211-f3535d456d99/?format=api"
}
]
}