GET /api/bet_types/d8277f0e-f387-4d06-868e-d8ba078f995f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d8277f0e-f387-4d06-868e-d8ba078f995f",
"match": "https://api-prod.gambitprofit.com/api/matches/d5048935-77bd-47e2-9bc9-c24a2929ae74/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-12T08:22:02.064334-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": "Charlotte Hornets",
"amount": 5000.0
},
{
"team": "Toronto Raptors",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "ddf6b05d-d3d9-4778-9cab-4375e7419e8b",
"gambit_id": "d9003e78-321c-4762-8429-7917ee787ee1",
"last_updated": "2023-01-13T11:32:07.672180-05:00",
"created_at": "2023-01-12T08:22:02.066661-05:00",
"name": "Charlotte Hornets",
"reward": "1.78000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8277f0e-f387-4d06-868e-d8ba078f995f/?format=api"
},
{
"id": "2ae26359-701a-4c0b-8abd-62ee20c9f82f",
"gambit_id": "6db4b891-15b2-4066-b82e-231907a3d208",
"last_updated": "2023-01-13T11:32:07.671111-05:00",
"created_at": "2023-01-12T08:22:02.065510-05:00",
"name": "Toronto Raptors",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8277f0e-f387-4d06-868e-d8ba078f995f/?format=api"
}
]
}