GET /api/bet_types/0f86f8d4-4c47-4532-8be0-7483a4114207/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f86f8d4-4c47-4532-8be0-7483a4114207",
    "match": "https://api-prod.gambitprofit.com/api/matches/795d87ce-5ee3-41ee-82af-1bdd3a1c13bb/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-31T00:17:09.807276-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 Under 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8800.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4d440b2-b6ad-44dc-ab4c-4ff785f06988",
            "gambit_id": "15a9a6a0-5117-4999-894d-c1ed0ed63145",
            "last_updated": "2023-01-01T14:36:47.692642-05:00",
            "created_at": "2022-12-31T00:17:09.808954-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.76000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f86f8d4-4c47-4532-8be0-7483a4114207/?format=api"
        },
        {
            "id": "e6108967-6efa-40c0-960a-35bd6aa5b62d",
            "gambit_id": "c6da9cf7-eb59-4a8f-82c0-268bb06549ea",
            "last_updated": "2023-01-01T14:36:47.693854-05:00",
            "created_at": "2022-12-31T00:17:09.810288-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.76000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f86f8d4-4c47-4532-8be0-7483a4114207/?format=api"
        }
    ]
}