GET /api/bet_types/ce33ab8e-d23a-4a2e-bc76-f389c16c67b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ce33ab8e-d23a-4a2e-bc76-f389c16c67b6",
"match": "https://api-prod.gambitprofit.com/api/matches/aff5e096-8680-4dd5-9897-b6b53e56e102/?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": "Buffalo Sabres",
"amount": 5660.0
},
{
"team": "Carolina Hurricanes",
"amount": 4340.0
}
],
"expected_reward_tokens": 9112.6,
"profit_sb": 112.6,
"profit_sb_percentage": 1.25,
"recommended": true
},
"lines": [
{
"id": "1fc007ae-f91c-4715-9121-e3b25713c532",
"gambit_id": "b8a82781-445e-47e5-b3e0-1e1a64de3c31",
"last_updated": "2022-11-05T09:42:55.672477-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Buffalo Sabres",
"reward": "1.61000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce33ab8e-d23a-4a2e-bc76-f389c16c67b6/?format=api"
},
{
"id": "be8ca9eb-f323-43a0-800a-24a2e88c1966",
"gambit_id": "28b7d5c3-7675-4b65-b89e-a1d6aafc55c9",
"last_updated": "2022-11-05T09:42:55.671465-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Hurricanes",
"reward": "2.10000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce33ab8e-d23a-4a2e-bc76-f389c16c67b6/?format=api"
}
]
}