GET /api/bet_types/094a459b-f0f2-4e12-8cb8-b31ef985fa64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "094a459b-f0f2-4e12-8cb8-b31ef985fa64",
"match": "https://api-prod.gambitprofit.com/api/matches/a2871d17-5f9b-44ed-8cbb-4190bc969adf/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-29T11:47:13.215147-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": "ARI",
"amount": 5000.0
},
{
"team": "COL",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "31b7573b-0f47-44b7-a34a-0050f26875e5",
"gambit_id": "7f5e1444-5cb3-4f65-92cf-e5f77f7b3cc6",
"last_updated": "2023-05-30T10:47:20.309196-04:00",
"created_at": "2023-05-29T11:47:13.219485-04:00",
"name": "ARI",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/094a459b-f0f2-4e12-8cb8-b31ef985fa64/?format=api"
},
{
"id": "1049a17e-c3ab-4eca-88ba-414d8a26fe9f",
"gambit_id": "469c5943-e734-4c74-ab79-8116eb5a570b",
"last_updated": "2023-05-30T10:47:20.306420-04:00",
"created_at": "2023-05-29T11:47:13.217256-04:00",
"name": "COL",
"reward": "1.87000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/094a459b-f0f2-4e12-8cb8-b31ef985fa64/?format=api"
}
]
}