GET /api/bet_types/9fa96cdb-8daf-4a31-8883-302897412435/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9fa96cdb-8daf-4a31-8883-302897412435",
"match": "https://api-prod.gambitprofit.com/api/matches/a05192d3-1e4a-4aba-8da0-b248cf8402f6/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-14T08:26:56.155807-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": "Miami Heat",
"amount": 5000.0
},
{
"team": "Milwaukee Bucks",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "2ae271e1-59bf-48e7-98b7-d5f51a86576b",
"gambit_id": "17a614c6-dfca-4c2e-ba9b-eb595a40bfa8",
"last_updated": "2023-01-15T15:27:11.143827-05:00",
"created_at": "2023-01-14T08:26:56.159026-05:00",
"name": "Miami Heat",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa96cdb-8daf-4a31-8883-302897412435/?format=api"
},
{
"id": "b52165ca-055d-42b5-8c1e-91411164dcaa",
"gambit_id": "ff1cac1a-89ca-4f00-a480-ef1ef34d9d40",
"last_updated": "2023-01-15T15:27:11.146814-05:00",
"created_at": "2023-01-14T08:26:56.162354-05:00",
"name": "Milwaukee Bucks",
"reward": "1.78000",
"odds": "1.90910",
"spread": "4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa96cdb-8daf-4a31-8883-302897412435/?format=api"
}
]
}