GET /api/bet_types/42f07dee-8e59-4fba-96e8-f38de29d4bdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "42f07dee-8e59-4fba-96e8-f38de29d4bdf",
"match": "https://api-prod.gambitprofit.com/api/matches/25c21d95-da99-46d7-b323-deaa2dcd5fee/?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 6.5",
"amount": 5208.0
},
{
"team": "Game Total Over 6.5",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "7ce4fdf6-9c25-44df-a1ae-47faa1737220",
"gambit_id": "765d153b-96b9-4c61-90db-2528536d80b6",
"last_updated": "2022-12-03T10:22:35.350292-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Under 6.5",
"reward": "1.73000",
"odds": "1.83330",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42f07dee-8e59-4fba-96e8-f38de29d4bdf/?format=api"
},
{
"id": "2e13a3fe-6e48-4032-81d1-061a04a049fd",
"gambit_id": "923a7901-5b67-43b2-bd62-acf6ba73ba3b",
"last_updated": "2022-12-03T10:22:35.349063-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Game Total Over 6.5",
"reward": "1.88000",
"odds": "2.00000",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42f07dee-8e59-4fba-96e8-f38de29d4bdf/?format=api"
}
]
}