GET /api/bet_types/133fac27-4639-414b-a14f-8667b48c3c32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "133fac27-4639-414b-a14f-8667b48c3c32",
"match": "https://api-prod.gambitprofit.com/api/matches/9f708a7e-af65-4c2c-bcd9-b7435a53ba8d/?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": "ARI",
"amount": 5110.0
},
{
"team": "COL",
"amount": 4890.0
}
],
"expected_reward_tokens": 9044.7,
"profit_sb": 44.7,
"profit_sb_percentage": 0.5,
"recommended": true
},
"lines": [
{
"id": "e5a67dc4-1197-4cd8-802e-79865db2a180",
"gambit_id": "0546854a-796d-4dc6-8a96-0b80ea1c1355",
"last_updated": "2022-09-12T10:52:17.623578-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ARI",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/133fac27-4639-414b-a14f-8667b48c3c32/?format=api"
},
{
"id": "88131560-a891-4c57-956c-2fc0817c59fb",
"gambit_id": "a3cc6cb5-4b49-44e2-9759-afbf763b8ed7",
"last_updated": "2022-09-12T10:52:17.622627-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.85000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/133fac27-4639-414b-a14f-8667b48c3c32/?format=api"
}
]
}