GET /api/bet_types/4d039fb0-5292-47c3-b388-d0da1d25a1f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d039fb0-5292-47c3-b388-d0da1d25a1f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/62d728e6-fb76-46cb-811b-0bc97b4549e1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-11T09:01:55.121936-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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "449142bb-77ab-4bc6-8f95-d0acf49dfb32",
            "gambit_id": "06818a5f-8383-4939-9483-c27471bceeca",
            "last_updated": "2023-02-12T09:42:13.963250-05:00",
            "created_at": "2023-02-11T09:01:55.124562-05:00",
            "name": "Game Total Over 230",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d039fb0-5292-47c3-b388-d0da1d25a1f1/?format=api"
        },
        {
            "id": "b3a00f57-48a8-4b9a-af82-761e3f0af4c7",
            "gambit_id": "b8d16417-2b6e-4789-82cb-97b87e875872",
            "last_updated": "2023-02-12T09:42:13.962138-05:00",
            "created_at": "2023-02-11T09:01:55.123212-05:00",
            "name": "Game Total Under 230",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d039fb0-5292-47c3-b388-d0da1d25a1f1/?format=api"
        }
    ]
}