GET /api/bet_types/c5ca6fb8-c9ca-4f75-87d6-b06c0f0fae72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5ca6fb8-c9ca-4f75-87d6-b06c0f0fae72",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bb1d68b-b179-4b0c-b2e9-8673f468e73c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:03.733181-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3709b48-886f-41ed-933e-1d64930ecdaf",
            "gambit_id": "56e701ca-4736-435f-b176-ba0b04fd5e81",
            "last_updated": "2023-11-15T22:48:01.195185-05:00",
            "created_at": "2023-11-14T09:13:03.737192-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5ca6fb8-c9ca-4f75-87d6-b06c0f0fae72/?format=api"
        },
        {
            "id": "3210a588-9a4e-4920-898a-d060d82e5846",
            "gambit_id": "e963d884-4111-4510-af2b-2e7540658adf",
            "last_updated": "2023-11-15T22:48:01.200480-05:00",
            "created_at": "2023-11-14T09:13:03.741537-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5ca6fb8-c9ca-4f75-87d6-b06c0f0fae72/?format=api"
        }
    ]
}