GET /api/bet_types/6e3d807d-b09a-4727-b4f7-6d026b8ad212/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e3d807d-b09a-4727-b4f7-6d026b8ad212",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d3b371c-bbfe-4a97-8f7f-0c834c53f6a5/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-21T09:33:13.433194-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 Over 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "232d4b45-6e6e-44e0-8666-3fb34bd530a0",
            "gambit_id": "e51dd1cb-1f27-4d89-951a-8e1460e2c292",
            "last_updated": "2024-01-23T18:52:56.908023-05:00",
            "created_at": "2024-01-21T09:33:13.438650-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e3d807d-b09a-4727-b4f7-6d026b8ad212/?format=api"
        },
        {
            "id": "b8ac4333-2003-4782-98db-ec5178251218",
            "gambit_id": "9ca30c00-1c92-4e39-a51e-88970fd408aa",
            "last_updated": "2024-01-23T18:52:56.911714-05:00",
            "created_at": "2024-01-21T09:33:13.443023-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e3d807d-b09a-4727-b4f7-6d026b8ad212/?format=api"
        }
    ]
}