GET /api/bet_types/cc259c0a-19a5-43b8-a7d1-db1f42485727/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "cc259c0a-19a5-43b8-a7d1-db1f42485727",
"match": "https://api-prod.gambitprofit.com/api/matches/9a2367ff-9294-41c6-bf5a-dfe340d395f5/?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": "Anaheim Ducks",
"amount": 5863.0
},
{
"team": "Toronto Maple Leafs",
"amount": 4137.0
}
],
"expected_reward_tokens": 9556.47,
"profit_sb": 56.47,
"profit_sb_percentage": 0.59,
"recommended": true
},
"lines": [
{
"id": "3fa2bf7f-e2fc-46a5-a10b-9660a60f08c0",
"gambit_id": "fd1e8e92-f20e-47a8-8092-4e4cbf81dd1e",
"last_updated": "2022-10-31T12:22:13.728654-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Anaheim Ducks",
"reward": "1.63000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc259c0a-19a5-43b8-a7d1-db1f42485727/?format=api"
},
{
"id": "29bd4ca5-e4e9-488b-923f-48e80d631696",
"gambit_id": "333c30c8-2663-4351-bdd6-212ebed9e4ce",
"last_updated": "2022-10-31T12:22:13.729789-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Maple Leafs",
"reward": "2.31000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc259c0a-19a5-43b8-a7d1-db1f42485727/?format=api"
}
]
}