GET /api/bet_types/f9090571-07fb-416e-985f-b7b32b3759cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f9090571-07fb-416e-985f-b7b32b3759cf",
"match": "https://api-prod.gambitprofit.com/api/matches/2935780e-6961-40f2-a2e1-0ae1c773869f/?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": "PIT",
"amount": 5979.0
},
{
"team": "CIN",
"amount": 4021.0
}
],
"expected_reward_tokens": 9207.66,
"profit_sb": 207.66,
"profit_sb_percentage": 2.31,
"recommended": true
},
"lines": [
{
"id": "5fcf4134-a35f-4a48-b5d4-80f5aacfac34",
"gambit_id": "29ea5088-1afc-4108-8b48-a8ccfe779256",
"last_updated": "2022-09-13T22:52:05.006174-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PIT",
"reward": "1.54000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9090571-07fb-416e-985f-b7b32b3759cf/?format=api"
},
{
"id": "f5ae2e35-3cb3-4aea-b8ef-76c46a03c49c",
"gambit_id": "bb81171f-296e-40c4-8dcf-5ecc74250fea",
"last_updated": "2022-09-13T22:52:05.005153-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "2.29000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9090571-07fb-416e-985f-b7b32b3759cf/?format=api"
}
]
}