GET /api/bet_types/3455d269-4ce1-4b48-9080-b3d394f996b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3455d269-4ce1-4b48-9080-b3d394f996b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/80cf6657-deb8-47f9-9417-77cbfabc8847/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-25T10:22:23.628091-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d1a95d3-bc2b-4ef4-93cc-0489db52f582",
            "gambit_id": "600e7925-89d2-4803-9af0-5bf77ef7a49b",
            "last_updated": "2023-02-26T11:37:26.753300-05:00",
            "created_at": "2023-02-25T10:22:23.630892-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3455d269-4ce1-4b48-9080-b3d394f996b6/?format=api"
        },
        {
            "id": "b7b42bda-e59b-409d-a875-6c1b4ba7e415",
            "gambit_id": "b99f74c1-fab8-4b07-8a29-7e453e098dee",
            "last_updated": "2023-02-26T11:37:26.752156-05:00",
            "created_at": "2023-02-25T10:22:23.629537-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3455d269-4ce1-4b48-9080-b3d394f996b6/?format=api"
        }
    ]
}