GET /api/bet_types/b3b4e6d9-896f-493f-8813-008440557d58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3b4e6d9-896f-493f-8813-008440557d58",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c097e6b-2b17-4868-ad82-63af7636539b/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 6.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "750a063f-966a-4655-a408-a1ec3c746a06",
            "gambit_id": "eeb2e75b-67cc-48bb-b812-25fb78aca6ef",
            "last_updated": "2022-12-19T10:47:32.619288-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3b4e6d9-896f-493f-8813-008440557d58/?format=api"
        },
        {
            "id": "6ce3d27c-44f3-46cb-b600-f7da8072ed25",
            "gambit_id": "ce28d243-8d75-41c2-9908-549f01e615d3",
            "last_updated": "2022-12-19T10:47:32.620313-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3b4e6d9-896f-493f-8813-008440557d58/?format=api"
        }
    ]
}