GET /api/bet_types/4c751838-482f-49e4-868c-eb4eb7420134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4c751838-482f-49e4-868c-eb4eb7420134",
"match": "https://api-prod.gambitprofit.com/api/matches/01e35ade-1954-4b85-819f-b6c39d3c4040/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-30T08:18:25.457716-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": 5939.0
},
{
"team": "BAL",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "a2c513b5-0fa5-4534-9c22-4ab17e2002b3",
"gambit_id": "69c6dc20-88c3-40ad-903c-b7de0c4ee8ee",
"last_updated": "2023-07-31T13:13:22.745012-04:00",
"created_at": "2023-07-30T08:18:25.469822-04:00",
"name": "NYY",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c751838-482f-49e4-868c-eb4eb7420134/?format=api"
},
{
"id": "e6b12a7c-5d52-4554-be9e-4244725745de",
"gambit_id": "14b1ecf9-6a2a-449f-9b95-6d0f497485e6",
"last_updated": "2023-07-31T13:13:22.750129-04:00",
"created_at": "2023-07-30T08:18:25.473744-04:00",
"name": "BAL",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c751838-482f-49e4-868c-eb4eb7420134/?format=api"
}
]
}