GET /api/bet_types/21d7933d-2014-4e12-b331-603f603eb609/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21d7933d-2014-4e12-b331-603f603eb609",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfcd97e9-be73-421e-8bab-1b0a6689b952/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:07.018637-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": "Washington Capitals",
                "amount": 6222.0
            },
            {
                "team": "New York Islanders",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb9a86d1-522c-4e24-8b4a-4fe2ecae3a8f",
            "gambit_id": "cebdfb4e-9479-4c34-b397-45e736dcf1a3",
            "last_updated": "2023-11-13T13:53:12.651030-05:00",
            "created_at": "2023-11-11T08:53:07.022252-05:00",
            "name": "Washington Capitals",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d7933d-2014-4e12-b331-603f603eb609/?format=api"
        },
        {
            "id": "7b82d639-0171-4e8c-bf30-3d908298afa0",
            "gambit_id": "48ca4386-1bf0-47d1-b8a5-e29de8b5d80b",
            "last_updated": "2023-11-13T13:53:12.654247-05:00",
            "created_at": "2023-11-11T08:53:07.026087-05:00",
            "name": "New York Islanders",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21d7933d-2014-4e12-b331-603f603eb609/?format=api"
        }
    ]
}