GET /api/bet_types/d0c1a585-d09f-4b37-8f89-ba6ab862e29c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0c1a585-d09f-4b37-8f89-ba6ab862e29c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5511868f-cfb5-4075-89d1-4e19c9e2de9b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:48:09.477876-04: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 Under 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "860e479c-ef67-43b2-9b05-4b0403dd6228",
            "gambit_id": "9d5b5473-44e7-4675-aaac-8f5bc1150810",
            "last_updated": "2023-11-06T09:13:29.042013-05:00",
            "created_at": "2023-11-04T09:48:09.493524-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c1a585-d09f-4b37-8f89-ba6ab862e29c/?format=api"
        },
        {
            "id": "a48ed689-d202-4152-8112-c414a23d5c12",
            "gambit_id": "88232669-26cc-49a4-9265-e89f598efe83",
            "last_updated": "2023-11-06T09:13:29.038726-05:00",
            "created_at": "2023-11-04T09:48:09.481528-04:00",
            "name": "Game Total Over 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0c1a585-d09f-4b37-8f89-ba6ab862e29c/?format=api"
        }
    ]
}