GET /api/bet_types/d681befd-909c-4e8a-ab99-61a73958e8f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d681befd-909c-4e8a-ab99-61a73958e8f5",
"match": "https://api-prod.gambitprofit.com/api/matches/ae1d6654-fa68-4964-b442-9e0aab76aca0/?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": "Sacramento Kings",
"amount": 5000.0
},
{
"team": "Golden State Warriors",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "4a68d8d8-b857-4da4-8094-5d5fd0447ffc",
"gambit_id": "5f0242c7-0de6-4a2a-9f35-5cdf1bd85bfb",
"last_updated": "2022-10-24T11:47:18.603327-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Sacramento Kings",
"reward": "1.88000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d681befd-909c-4e8a-ab99-61a73958e8f5/?format=api"
},
{
"id": "77aa0929-1e88-4c37-8c4d-3686388ea416",
"gambit_id": "17967330-57a2-4d1c-b65e-f1c99b36d273",
"last_updated": "2022-10-24T11:47:18.602340-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Golden State Warriors",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d681befd-909c-4e8a-ab99-61a73958e8f5/?format=api"
}
]
}