GET /api/bet_types/0ba4a353-d210-4fc7-b401-1e706be36050/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0ba4a353-d210-4fc7-b401-1e706be36050",
"match": "https://api-prod.gambitprofit.com/api/matches/4ddb7e10-d5cf-415d-83e7-1d3214f100d8/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-26T09:18:17.861619-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": "NYM",
"amount": 5939.0
},
{
"team": "NYY",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "9276dfdd-f298-4510-97da-7e3e3aae038a",
"gambit_id": "09376e0b-3532-454d-87b9-95726e617283",
"last_updated": "2023-07-27T19:13:26.226466-04:00",
"created_at": "2023-07-26T09:18:17.871287-04:00",
"name": "NYM",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba4a353-d210-4fc7-b401-1e706be36050/?format=api"
},
{
"id": "416b5c89-88b6-4293-b926-2d35b40bce4b",
"gambit_id": "5305fc4e-d018-4b82-b548-2831b561f4f2",
"last_updated": "2023-07-27T19:13:26.230472-04:00",
"created_at": "2023-07-26T09:18:17.880130-04:00",
"name": "NYY",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba4a353-d210-4fc7-b401-1e706be36050/?format=api"
}
]
}