GET /api/bet_types/b6b9c57e-a5fa-4309-a98c-995bd5149106/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b6b9c57e-a5fa-4309-a98c-995bd5149106",
"match": "https://api-prod.gambitprofit.com/api/matches/192e62fc-e75f-4962-8ade-e3c0ae069530/?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 51.5",
"amount": 5000.0
},
{
"team": "Game Total Over 51.5",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "762b16b1-6d81-4db9-bcf1-5fc45d181a25",
"gambit_id": "e50072ec-6dd2-4365-afb6-83a2f06500e0",
"last_updated": "2022-09-25T21:17:17.261186-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 51.5",
"reward": "1.80000",
"odds": "1.90910",
"spread": "51.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b9c57e-a5fa-4309-a98c-995bd5149106/?format=api"
},
{
"id": "2b07ebdd-e0a5-4d94-a440-d4cf8655d061",
"gambit_id": "f45fc5fa-04f0-472b-a481-d32188c8f1ad",
"last_updated": "2022-09-25T21:17:17.262363-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 51.5",
"reward": "1.80000",
"odds": "1.90910",
"spread": "51.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6b9c57e-a5fa-4309-a98c-995bd5149106/?format=api"
}
]
}