GET /api/bet_types/ec8e4dcb-2a18-4291-a444-99e65bb25e4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ec8e4dcb-2a18-4291-a444-99e65bb25e4a",
"match": "https://api-prod.gambitprofit.com/api/matches/42bee329-f429-475d-841d-e635ef991a8a/?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": "Washington Capitals",
"amount": 6398.0
},
{
"team": "Tampa Bay Lightning",
"amount": 3602.0
}
],
"expected_reward_tokens": 9149.08,
"profit_sb": 149.08,
"profit_sb_percentage": 1.66,
"recommended": true
},
"lines": [
{
"id": "33e7d733-98ca-42da-b870-9466fbbfe97e",
"gambit_id": "2401296d-d9f1-486d-860e-86bc829787c9",
"last_updated": "2022-11-12T17:42:34.414034-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Capitals",
"reward": "1.43000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec8e4dcb-2a18-4291-a444-99e65bb25e4a/?format=api"
},
{
"id": "13f111c7-882c-45b8-a64d-32e688f439ce",
"gambit_id": "ec9824cf-06db-41fb-be60-4afb12f1e95f",
"last_updated": "2022-11-12T17:42:34.415244-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Lightning",
"reward": "2.54000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec8e4dcb-2a18-4291-a444-99e65bb25e4a/?format=api"
}
]
}