GET /api/bet_types/c1dfbc3e-6bd3-42dd-8966-9675ac86cb7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c1dfbc3e-6bd3-42dd-8966-9675ac86cb7f",
"match": "https://api-prod.gambitprofit.com/api/matches/c8dd0d76-aced-4c83-8820-aaf2f24dce2c/?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 Over 45.5",
"amount": 5000.0
},
{
"team": "Game Total Under 45.5",
"amount": 5000.0
}
],
"expected_reward_tokens": 9250.0,
"profit_sb": -250.0,
"profit_sb_percentage": -2.63,
"recommended": false
},
"lines": [
{
"id": "db7f732e-7bbe-4484-9d57-54f6b4b707c5",
"gambit_id": "47aed9ec-9c6b-4850-a0a9-fe2147ebd058",
"last_updated": "2022-10-03T11:12:31.258205-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 45.5",
"reward": "1.85000",
"odds": "1.90910",
"spread": "45.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1dfbc3e-6bd3-42dd-8966-9675ac86cb7f/?format=api"
},
{
"id": "64719398-2ebc-4ecf-96c2-48e67bd022e6",
"gambit_id": "11c482ac-ec87-44ea-b92d-ad1770158bac",
"last_updated": "2022-10-03T11:12:31.256784-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 45.5",
"reward": "1.85000",
"odds": "1.90910",
"spread": "45.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1dfbc3e-6bd3-42dd-8966-9675ac86cb7f/?format=api"
}
]
}