GET /api/bet_types/e00cd491-81b4-485e-a7c7-108b2a7d125d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e00cd491-81b4-485e-a7c7-108b2a7d125d",
"match": "https://api-prod.gambitprofit.com/api/matches/a2c0abc0-ce6a-406a-8f63-eec55e5505fc/?format=api",
"name": "Over/Under",
"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": "Game Total Under 65.5",
"amount": 5000.0
},
{
"team": "Game Total Over 65.5",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "00b38e12-8b1d-47a6-9fe3-50091397cce4",
"gambit_id": "8f054f0c-70eb-427f-9217-401bfc0029ec",
"last_updated": "2022-10-31T10:17:27.746586-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 65.5",
"reward": "1.88000",
"odds": "1.90910",
"spread": "65.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e00cd491-81b4-485e-a7c7-108b2a7d125d/?format=api"
},
{
"id": "c8a037b6-6ea9-4de2-85e7-32527cd05bd0",
"gambit_id": "ba459836-a53a-4c9c-bdf3-afa0aaccdf9f",
"last_updated": "2022-10-31T10:17:27.747712-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 65.5",
"reward": "1.88000",
"odds": "1.90910",
"spread": "65.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e00cd491-81b4-485e-a7c7-108b2a7d125d/?format=api"
}
]
}