GET /api/bet_types/0151722f-1e9c-459a-a677-2c9ebb81ff3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0151722f-1e9c-459a-a677-2c9ebb81ff3f",
"match": "https://api-prod.gambitprofit.com/api/matches/6a204ad4-6e97-4d89-95a4-a479039bbc0a/?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": "Temple",
"amount": 5000.0
},
{
"team": "Memphis",
"amount": 5000.0
}
],
"expected_reward_tokens": 9250.0,
"profit_sb": 250.0,
"profit_sb_percentage": 2.78,
"recommended": true
},
"lines": [
{
"id": "81937a0d-dfb6-4b5f-a1c7-1a0128230e3a",
"gambit_id": "a74200f9-1ea6-4c21-8153-5b2b26599eb7",
"last_updated": "2022-10-02T15:17:25.346792-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Temple",
"reward": "1.85000",
"odds": "1.90910",
"spread": "18.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0151722f-1e9c-459a-a677-2c9ebb81ff3f/?format=api"
},
{
"id": "f275c9d2-64c9-4d46-a7fd-1e1e97498e69",
"gambit_id": "759a818e-88e9-4c2c-9ea9-eb47bed6a042",
"last_updated": "2022-10-02T15:17:25.345801-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Memphis",
"reward": "1.85000",
"odds": "1.90910",
"spread": "-18.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0151722f-1e9c-459a-a677-2c9ebb81ff3f/?format=api"
}
]
}