GET /api/bet_types/ec9064bf-7093-4157-bc8e-fac5ec0cd4fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ec9064bf-7093-4157-bc8e-fac5ec0cd4fc",
"match": "https://api-prod.gambitprofit.com/api/matches/fd5ed03c-3869-4b2b-ab7c-705b1e2b1ab8/?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": "Colorado Avalanche",
"amount": 6389.0
},
{
"team": "New York Rangers",
"amount": 3611.0
}
],
"expected_reward_tokens": 9135.83,
"profit_sb": 135.83,
"profit_sb_percentage": 1.51,
"recommended": true
},
"lines": [
{
"id": "4e6303e1-4ec9-4bf7-825e-d9597a7a1e96",
"gambit_id": "85597d06-3a1a-462b-aa4e-48606d138c8d",
"last_updated": "2022-12-10T18:47:00.841862-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Colorado Avalanche",
"reward": "1.43000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec9064bf-7093-4157-bc8e-fac5ec0cd4fc/?format=api"
},
{
"id": "4cff8201-c369-4fc7-8142-b24ed7e8ad59",
"gambit_id": "ae6cf1e4-9d34-41d5-9bd2-7f208d1a8ee7",
"last_updated": "2022-12-10T18:47:00.842947-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Rangers",
"reward": "2.53000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec9064bf-7093-4157-bc8e-fac5ec0cd4fc/?format=api"
}
]
}