GET /api/bet_types/2010c717-eda9-4562-82cf-db6dbdf16e58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2010c717-eda9-4562-82cf-db6dbdf16e58",
"match": "https://api-prod.gambitprofit.com/api/matches/5d234507-b58e-430d-a284-a77a4746886a/?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": "Vegas Golden Knights",
"amount": 5419.0
},
{
"team": "Anaheim Ducks",
"amount": 4581.0
}
],
"expected_reward_tokens": 9482.67,
"profit_sb": -17.33,
"profit_sb_percentage": -0.18,
"recommended": false
},
"lines": [
{
"id": "90f98a0f-aebb-4f2b-a545-540c166d431a",
"gambit_id": "75c23756-b576-4a16-8814-7ff13efa88cb",
"last_updated": "2022-10-29T15:22:15.024948-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Vegas Golden Knights",
"reward": "1.75000",
"odds": "1.76920",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2010c717-eda9-4562-82cf-db6dbdf16e58/?format=api"
},
{
"id": "611d93d9-df0b-4852-965a-7ea6af0a9451",
"gambit_id": "ae071894-35f6-4f8c-8889-1538d34179d8",
"last_updated": "2022-10-29T15:22:15.025948-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "2.07000",
"odds": "2.10000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2010c717-eda9-4562-82cf-db6dbdf16e58/?format=api"
}
]
}