GET /api/bet_types/d7500993-b97c-4d86-8572-4c8c0b81aeb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d7500993-b97c-4d86-8572-4c8c0b81aeb7",
"match": "https://api-prod.gambitprofit.com/api/matches/53bfa1ef-b403-42ad-9730-34ad5cc95643/?format=api",
"name": "Play the Odds",
"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": "Atlanta Braves",
"amount": 6468.0
},
{
"team": "Philadelphia Phillies",
"amount": 3532.0
}
],
"expected_reward_tokens": 9571.72,
"profit_sb": 71.72,
"profit_sb_percentage": 0.75,
"recommended": true
},
"lines": [
{
"id": "5e3427bd-3c2c-417a-839f-fca46cb792be",
"gambit_id": "76f957ae-f620-4924-b673-c82eec1f3161",
"last_updated": "2022-10-15T09:07:26.878605-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Atlanta Braves",
"reward": "1.48000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7500993-b97c-4d86-8572-4c8c0b81aeb7/?format=api"
},
{
"id": "92edf505-f0c7-4b4e-91cd-87c8358ae711",
"gambit_id": "8b518264-f736-4d22-b252-2144d4b4b0c3",
"last_updated": "2022-10-15T09:07:26.877600-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia Phillies",
"reward": "2.71000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7500993-b97c-4d86-8572-4c8c0b81aeb7/?format=api"
}
]
}