GET /api/bet_types/dca040d9-3484-4d3a-8211-b4b6bc033844/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "dca040d9-3484-4d3a-8211-b4b6bc033844",
"match": "https://api-prod.gambitprofit.com/api/matches/2ba1210c-d755-4a5b-8980-8f89e991b1b1/?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": "NYM",
"amount": 5501.0
},
{
"team": "WAS",
"amount": 4499.0
}
],
"expected_reward_tokens": 9131.66,
"profit_sb": 131.66,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "d3895318-5e09-4105-93fe-cd9d353da26a",
"gambit_id": "aae273d9-9bca-41cb-9406-78d076115351",
"last_updated": "2022-09-05T13:37:10.438553-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYM",
"reward": "1.66000",
"odds": "1.74070",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dca040d9-3484-4d3a-8211-b4b6bc033844/?format=api"
},
{
"id": "e742d654-6f89-4053-a3d5-00b30be39c4d",
"gambit_id": "a33367d1-35d6-4411-b2e0-75e4067258e5",
"last_updated": "2022-09-05T13:37:10.439570-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "2.03000",
"odds": "2.15000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dca040d9-3484-4d3a-8211-b4b6bc033844/?format=api"
}
]
}