GET /api/bet_types/2d32e37e-57da-479b-b9b7-5a6eb15a274d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2d32e37e-57da-479b-b9b7-5a6eb15a274d",
"match": "https://api-prod.gambitprofit.com/api/matches/523075f0-6806-4509-b2a3-09afb0c33e97/?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": "PHI",
"amount": 5499.0
},
{
"team": "PIT",
"amount": 4501.0
}
],
"expected_reward_tokens": 9182.04,
"profit_sb": 182.04,
"profit_sb_percentage": 2.02,
"recommended": true
},
"lines": [
{
"id": "157112aa-5a53-4a27-9807-d9a63de032f3",
"gambit_id": "32001d18-dcb3-4a08-9c88-181b1efd6318",
"last_updated": "2022-08-29T13:17:09.407877-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.67000",
"odds": "1.74070",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d32e37e-57da-479b-b9b7-5a6eb15a274d/?format=api"
},
{
"id": "67c4d93a-5665-4af4-b4c3-7aee5279dc14",
"gambit_id": "7bd97a71-9972-4fb3-b5c4-2e25aa2fd936",
"last_updated": "2022-08-29T13:17:09.408340-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PIT",
"reward": "2.04000",
"odds": "2.15000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d32e37e-57da-479b-b9b7-5a6eb15a274d/?format=api"
}
]
}