GET /api/bet_types/f926b1f0-7281-433e-9ebf-8552899614d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f926b1f0-7281-433e-9ebf-8552899614d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5b1937d-3926-4633-aadf-a88e0a1fee5f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:15.905595-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": "Denver Broncos",
                "amount": 5512.0
            },
            {
                "team": "New York Jets",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d36ef071-1811-4c9d-83d8-e81678aec2c3",
            "gambit_id": "c0f12e95-76b0-417d-8a34-d8cde8dff3ba",
            "last_updated": "2023-10-09T15:43:13.498533-04:00",
            "created_at": "2023-10-03T10:18:15.923534-04:00",
            "name": "Denver Broncos",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f926b1f0-7281-433e-9ebf-8552899614d3/?format=api"
        },
        {
            "id": "2db67863-882f-4160-9e29-72830fa72f22",
            "gambit_id": "1117cbe9-c12c-4404-b6bb-cd5a60a761be",
            "last_updated": "2023-10-09T15:43:13.495203-04:00",
            "created_at": "2023-10-03T10:18:15.912864-04:00",
            "name": "New York Jets",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f926b1f0-7281-433e-9ebf-8552899614d3/?format=api"
        }
    ]
}