GET /api/bet_types/562bfd57-0598-47c1-b54a-fb732c45edec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "562bfd57-0598-47c1-b54a-fb732c45edec",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6ee1e7c-ba1f-4b20-a541-b78848dfee40/?format=api",
    "name": "Play the Odds",
    "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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "52e63565-f984-40ba-9111-8fb26b4d1c0f",
            "gambit_id": "2a344fd8-f9bc-491a-bf63-da6620d44f61",
            "last_updated": "2022-10-31T12:07:12.125401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/562bfd57-0598-47c1-b54a-fb732c45edec/?format=api"
        },
        {
            "id": "81bb16ce-ac4d-40fd-ad36-beb1c9fb5cb1",
            "gambit_id": "39486dac-6302-4f5f-8660-7aeed12a5a1a",
            "last_updated": "2022-10-31T12:07:12.126353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/562bfd57-0598-47c1-b54a-fb732c45edec/?format=api"
        }
    ]
}