GET /api/bet_types/ad8f92d3-95ef-4f55-969d-100001fe5a7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ad8f92d3-95ef-4f55-969d-100001fe5a7e",
"match": "https://api-prod.gambitprofit.com/api/matches/5a9d0637-e8e6-4ec4-bee7-eac03c341b28/?format=api",
"name": "Pick the Winner",
"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": "Denver Nuggets",
"amount": 8189.0
},
{
"team": "Houston Rockets",
"amount": 1811.0
}
],
"expected_reward_tokens": 9253.57,
"profit_sb": 253.57,
"profit_sb_percentage": 2.82,
"recommended": true
},
"lines": [
{
"id": "264b3870-8200-47bf-9d30-c4f3eeee87c2",
"gambit_id": "e967fa4d-0f64-442f-bb39-864abf5b62d1",
"last_updated": "2022-11-29T09:47:02.014227-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Denver Nuggets",
"reward": "1.13000",
"odds": "1.15380",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8f92d3-95ef-4f55-969d-100001fe5a7e/?format=api"
},
{
"id": "31d1d5ea-dd0f-4ed1-aae9-045464f4ed69",
"gambit_id": "90da9fd3-067b-4481-9af6-bc1dd0dd4f32",
"last_updated": "2022-11-29T09:47:02.015293-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Rockets",
"reward": "5.11000",
"odds": "5.70000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8f92d3-95ef-4f55-969d-100001fe5a7e/?format=api"
}
]
}