GET /api/bet_types/7762a90d-4189-4dad-86ad-aa658c322c3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7762a90d-4189-4dad-86ad-aa658c322c3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a4e0f20-7ad2-4720-ba7c-ca1d0059e4b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-29T09:13:12.261524-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": "Los Angeles Clippers",
                "amount": 5319.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "308718b1-9a76-41eb-b8b6-ac182be89963",
            "gambit_id": "e5479e6e-318f-4379-aad3-44acef6916cc",
            "last_updated": "2024-01-31T10:23:30.027406-05:00",
            "created_at": "2024-01-29T09:13:12.269982-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7762a90d-4189-4dad-86ad-aa658c322c3e/?format=api"
        },
        {
            "id": "de844a84-a85a-49ca-a1eb-46d474597722",
            "gambit_id": "5a71fea9-8048-4a25-a324-c9df9187c8ac",
            "last_updated": "2024-01-31T10:23:30.030617-05:00",
            "created_at": "2024-01-29T09:13:12.274761-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7762a90d-4189-4dad-86ad-aa658c322c3e/?format=api"
        }
    ]
}