GET /api/bet_types/42f5a05a-e772-4e36-a7d3-f29115d220f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "42f5a05a-e772-4e36-a7d3-f29115d220f2",
"match": "https://api-prod.gambitprofit.com/api/matches/3cacc408-fd6d-476e-886d-878023f1d112/?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 64.5",
"amount": 5000.0
},
{
"team": "Game Total Over 64.5",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "2409d856-8cf0-4082-b771-8aa803930ec9",
"gambit_id": "32c9e631-fad9-4efe-9d9a-1da3db34fdd3",
"last_updated": "2022-10-17T09:32:11.736123-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 64.5",
"reward": "1.88000",
"odds": "1.90910",
"spread": "64.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42f5a05a-e772-4e36-a7d3-f29115d220f2/?format=api"
},
{
"id": "06da9356-424b-4dbf-8aa5-537d3ded1b1a",
"gambit_id": "7d4d9523-c34b-4f9f-9e52-a0ef7940222a",
"last_updated": "2022-10-17T09:32:11.737108-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 64.5",
"reward": "1.88000",
"odds": "1.90910",
"spread": "64.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42f5a05a-e772-4e36-a7d3-f29115d220f2/?format=api"
}
]
}