GET /api/bet_types/18193f5c-3642-4190-9bc2-eebf48608e4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "18193f5c-3642-4190-9bc2-eebf48608e4b",
"match": "https://api-prod.gambitprofit.com/api/matches/f44b358a-a457-4cf6-997f-0349fc18cc10/?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": "BAL",
"amount": 5501.0
},
{
"team": "TOR",
"amount": 4499.0
}
],
"expected_reward_tokens": 9131.66,
"profit_sb": 131.66,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "98f0b036-c5f0-4ea9-9dca-19bcbcb1d5ca",
"gambit_id": "ea963340-9bb0-49df-85a4-68233eb66063",
"last_updated": "2022-12-24T17:12:10.931475-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "1.66000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18193f5c-3642-4190-9bc2-eebf48608e4b/?format=api"
},
{
"id": "f7304969-bf6c-4543-9305-a7c148b5f5f3",
"gambit_id": "04133110-ef13-4140-85aa-c58cd8173554",
"last_updated": "2022-12-24T17:12:10.932617-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TOR",
"reward": "2.03000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18193f5c-3642-4190-9bc2-eebf48608e4b/?format=api"
}
]
}