GET /api/bet_types/24f91294-e61f-4780-89f3-38fe72627a48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "24f91294-e61f-4780-89f3-38fe72627a48",
"match": "https://api-prod.gambitprofit.com/api/matches/cb0b0405-086e-4887-af03-bfe4c951ea6b/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-27T11:51:59.730945-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": "SEA",
"amount": 6458.0
},
{
"team": "PHI",
"amount": 3542.0
}
],
"expected_reward_tokens": 9492.56,
"profit_sb": -7.44,
"profit_sb_percentage": -0.08,
"recommended": false
},
"lines": [
{
"id": "4a9a4a67-14ab-4b8b-becf-0752f1065132",
"gambit_id": "c360e5cf-0387-4327-b30a-a51e23bf8ff5",
"last_updated": "2023-04-28T11:22:26.724479-04:00",
"created_at": "2023-04-27T11:51:59.733637-04:00",
"name": "SEA",
"reward": "1.47000",
"odds": "1.48780",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24f91294-e61f-4780-89f3-38fe72627a48/?format=api"
},
{
"id": "cc08d14b-9f3f-42ed-bafb-3a1c8988e566",
"gambit_id": "74fa7513-62ff-49c7-85d8-6dbf5e3d0065",
"last_updated": "2023-04-28T11:22:26.722980-04:00",
"created_at": "2023-04-27T11:51:59.732239-04:00",
"name": "PHI",
"reward": "2.68000",
"odds": "2.75000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24f91294-e61f-4780-89f3-38fe72627a48/?format=api"
}
]
}