GET /api/bet_types/c4f4082e-06d8-4fb2-b324-63ecd1cf91b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c4f4082e-06d8-4fb2-b324-63ecd1cf91b7",
"match": "https://api-prod.gambitprofit.com/api/matches/3d2d4b09-80ff-43a2-b3b0-7a891b8d06d2/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-23T09:18:01.663247-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": "Golden State Warriors",
"amount": 5000.0
},
{
"team": "Portland Trail Blazers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "319927b0-7152-4c9a-a11c-e8ddf1cbb842",
"gambit_id": "814fb00f-0b71-4705-b4f5-de07cf9d9f7a",
"last_updated": "2023-12-26T15:08:11.701984-05:00",
"created_at": "2023-12-23T09:18:01.672228-05:00",
"name": "Golden State Warriors",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4f4082e-06d8-4fb2-b324-63ecd1cf91b7/?format=api"
},
{
"id": "2c747b7f-a33f-4354-bc1e-d698849f13e4",
"gambit_id": "3eb5d08b-05eb-4f93-9e65-96d10bd25569",
"last_updated": "2023-12-26T15:08:11.698602-05:00",
"created_at": "2023-12-23T09:18:01.667880-05:00",
"name": "Portland Trail Blazers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4f4082e-06d8-4fb2-b324-63ecd1cf91b7/?format=api"
}
]
}