GET /api/bet_types/869a41cf-9002-4765-aa23-43b7db1d99ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "869a41cf-9002-4765-aa23-43b7db1d99ca",
"match": "https://api-prod.gambitprofit.com/api/matches/3e726164-99f4-41f2-aa1c-297aa63f5dea/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-03T11:22:12.898181-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": "CIN",
"amount": 5867.0
},
{
"team": "MIL",
"amount": 4133.0
}
],
"expected_reward_tokens": 9504.54,
"profit_sb": 4.54,
"profit_sb_percentage": 0.05,
"recommended": true
},
"lines": [
{
"id": "8ad85e24-db39-409b-92ca-81aadd35b71a",
"gambit_id": "499d1782-b03c-40e7-9530-a93263b57c04",
"last_updated": "2023-06-05T10:57:20.367977-04:00",
"created_at": "2023-06-03T11:22:12.903269-04:00",
"name": "CIN",
"reward": "1.62000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/869a41cf-9002-4765-aa23-43b7db1d99ca/?format=api"
},
{
"id": "7733d343-52d9-4c3e-bc44-0d8bc99dfcd1",
"gambit_id": "50305f4e-cde6-4134-87cd-28ab4c14cf10",
"last_updated": "2023-06-05T10:57:20.364679-04:00",
"created_at": "2023-06-03T11:22:12.900662-04:00",
"name": "MIL",
"reward": "2.30000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/869a41cf-9002-4765-aa23-43b7db1d99ca/?format=api"
}
]
}