GET /api/bet_types/3e0090b6-d474-4625-a7c7-65ffd6131094/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3e0090b6-d474-4625-a7c7-65ffd6131094",
"match": "https://api-prod.gambitprofit.com/api/matches/be4ca938-63cb-4199-89c8-43408124023e/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-12T09:22:59.738487-04: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": "NYY",
"amount": 5773.0
},
{
"team": "BOS",
"amount": 4227.0
}
],
"expected_reward_tokens": 9467.72,
"profit_sb": -32.28,
"profit_sb_percentage": -0.34,
"recommended": false
},
"lines": [
{
"id": "8831e0f8-927a-4a49-898d-d4dae866acfa",
"gambit_id": "4db1f618-c58f-43c5-b5b4-f59efe42d488",
"last_updated": "2023-09-15T16:38:17.853127-04:00",
"created_at": "2023-09-12T09:22:59.742980-04:00",
"name": "NYY",
"reward": "1.64000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0090b6-d474-4625-a7c7-65ffd6131094/?format=api"
},
{
"id": "8a7258ab-add5-4070-b289-52abfd60f398",
"gambit_id": "4e262c22-9ac2-42cf-9c36-0fa67a4f4317",
"last_updated": "2023-09-15T16:38:17.856551-04:00",
"created_at": "2023-09-12T09:22:59.747398-04:00",
"name": "BOS",
"reward": "2.24000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0090b6-d474-4625-a7c7-65ffd6131094/?format=api"
}
]
}