GET /api/bet_types/8b510897-88e4-4232-9ba4-4b578e44652a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8b510897-88e4-4232-9ba4-4b578e44652a",
"match": "https://api-prod.gambitprofit.com/api/matches/125dce91-51e0-4c95-b69a-d009034cb50c/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-10T08:23:20.892780-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": "Utah Jazz",
"amount": 5000.0
},
{
"team": "Memphis Grizzlies",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "c34cfd71-3526-4780-91e1-b81fb148e012",
"gambit_id": "7302a453-8e67-4433-b0e0-46650e22f4bd",
"last_updated": "2023-11-12T11:23:23.104692-05:00",
"created_at": "2023-11-10T08:23:20.898382-05:00",
"name": "Utah Jazz",
"reward": "1.86000",
"odds": "1.90910",
"spread": "5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b510897-88e4-4232-9ba4-4b578e44652a/?format=api"
},
{
"id": "7eb67a96-19d5-463b-ab1e-546724377ae2",
"gambit_id": "6316cbdc-1de4-4a3a-8c56-4240d52bb4df",
"last_updated": "2023-11-12T11:23:23.108328-05:00",
"created_at": "2023-11-10T08:23:20.903701-05:00",
"name": "Memphis Grizzlies",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-5.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b510897-88e4-4232-9ba4-4b578e44652a/?format=api"
}
]
}