GET /api/bet_types/54e910c6-2907-4353-b232-e08e30460452/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "54e910c6-2907-4353-b232-e08e30460452",
"match": "https://api-prod.gambitprofit.com/api/matches/702c594d-093c-4ab3-bb79-06686579f1b1/?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": "Toronto Raptors",
"amount": 5000.0
},
{
"team": "Brooklyn Nets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "5839e7ce-6b99-4b70-a461-0429d5f6d231",
"gambit_id": "381b870e-fc9c-4d98-abd8-c638813215aa",
"last_updated": "2022-10-22T09:22:27.585926-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Raptors",
"reward": "1.88000",
"odds": "1.90910",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54e910c6-2907-4353-b232-e08e30460452/?format=api"
},
{
"id": "0c96dc87-2bb8-41cd-89de-6dbe5558ead7",
"gambit_id": "07a8b0f7-a88a-414c-a810-c2e922d807b8",
"last_updated": "2022-10-22T09:22:27.584921-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Brooklyn Nets",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54e910c6-2907-4353-b232-e08e30460452/?format=api"
}
]
}