GET /api/bet_types/2b5e8c3c-efb2-4637-b580-4e509462c853/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b5e8c3c-efb2-4637-b580-4e509462c853",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b1e7a8c-3d4c-4f5c-9015-a2cacde5e381/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f1d5d67-b476-4c7b-b382-3f7860dda0de",
            "gambit_id": "80aa6d52-d13d-4bea-b6d1-04e66b1c0ba4",
            "last_updated": "2022-12-06T09:52:01.098932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b5e8c3c-efb2-4637-b580-4e509462c853/?format=api"
        },
        {
            "id": "162c8a87-09f8-40e0-ad5c-ce2b58339bab",
            "gambit_id": "5bbdaecc-e239-4d27-8def-97924c834586",
            "last_updated": "2022-12-06T09:52:01.097675-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b5e8c3c-efb2-4637-b580-4e509462c853/?format=api"
        }
    ]
}