GET /api/bet_types/0252c5ab-4e90-4156-9bb3-a00055ca0b2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0252c5ab-4e90-4156-9bb3-a00055ca0b2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e836247-abaf-4c7e-b511-352f1bc9ee22/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T23:03:18.309674-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 Over 2.5",
                "amount": 5703.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9238.55,
        "profit_sb": -261.45,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "90925b58-cda3-4af0-b164-6c01720f3fc5",
            "gambit_id": "7e9fefb2-7d48-4552-b076-6063fda09fe8",
            "last_updated": "2023-09-06T11:48:29.803922-04:00",
            "created_at": "2023-09-01T23:03:18.317222-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0252c5ab-4e90-4156-9bb3-a00055ca0b2b/?format=api"
        },
        {
            "id": "d1e17dca-07eb-441d-903e-84b524bc6b90",
            "gambit_id": "12e1a4c3-deeb-4dd6-87dd-9c1e8973d93e",
            "last_updated": "2023-09-06T11:48:29.800776-04:00",
            "created_at": "2023-09-01T23:03:18.313468-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0252c5ab-4e90-4156-9bb3-a00055ca0b2b/?format=api"
        }
    ]
}