GET /api/bet_types/6491f308-3c2c-4620-b7f8-e36a351f8ab5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6491f308-3c2c-4620-b7f8-e36a351f8ab5",
"match": "https://api-prod.gambitprofit.com/api/matches/0a252f17-c7db-4633-8f35-a1c7d7bdd5a8/?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": "HOU",
"amount": 5752.0
},
{
"team": "TEX",
"amount": 4248.0
}
],
"expected_reward_tokens": 9260.64,
"profit_sb": 260.64,
"profit_sb_percentage": 2.9,
"recommended": true
},
"lines": [
{
"id": "76e4b010-c586-4ad1-94b6-73dc045ba848",
"gambit_id": "8bbbf3a5-73e8-43ef-9d41-27e887e38272",
"last_updated": "2022-08-11T09:42:07.415835-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "1.61000",
"odds": "1.66670",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6491f308-3c2c-4620-b7f8-e36a351f8ab5/?format=api"
},
{
"id": "105c8a6c-5e22-46c8-bb42-942b9274214b",
"gambit_id": "3cc4c16e-42d5-48ae-838a-a0eb0a910fa8",
"last_updated": "2022-08-11T09:42:07.416291-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "2.18000",
"odds": "2.30000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6491f308-3c2c-4620-b7f8-e36a351f8ab5/?format=api"
}
]
}