GET /api/bet_types/2f530865-c040-45dd-9463-52cc3ec2cf2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2f530865-c040-45dd-9463-52cc3ec2cf2d",
"match": "https://api-prod.gambitprofit.com/api/matches/9c76ad10-f5f1-46bf-baae-49404c0e4130/?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": "Cleveland Cavaliers",
"amount": 5106.0
},
{
"team": "New York Knicks",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "c119edab-d40b-4102-bfcc-7e3cdf405b32",
"gambit_id": "435ebf87-5694-4a0f-ba73-fbfb5b62ab3e",
"last_updated": "2022-10-31T12:02:14.079071-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cleveland Cavaliers",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f530865-c040-45dd-9463-52cc3ec2cf2d/?format=api"
},
{
"id": "178a271c-5847-4608-a9ba-dedf617cb5a0",
"gambit_id": "ebd4c9cd-5b33-433d-a197-0a6e2ea48e67",
"last_updated": "2022-10-31T12:02:14.079976-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Knicks",
"reward": "1.92000",
"odds": "1.95240",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f530865-c040-45dd-9463-52cc3ec2cf2d/?format=api"
}
]
}