GET /api/bet_types/f69cf163-8917-40c4-822b-4007cdb5ed14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f69cf163-8917-40c4-822b-4007cdb5ed14",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc812c4d-f63a-472d-9fc9-3603ce20b19d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-03T10:18:14.854881-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": "Atlanta Falcons",
                "amount": 5512.0
            },
            {
                "team": "Houston Texans",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb270639-22a5-4103-a184-3904611b81ba",
            "gambit_id": "15358ab0-996a-41f7-9384-17b5a14f5cef",
            "last_updated": "2023-10-09T15:53:14.986655-04:00",
            "created_at": "2023-10-03T10:18:14.867857-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f69cf163-8917-40c4-822b-4007cdb5ed14/?format=api"
        },
        {
            "id": "fe2b331e-9638-4c58-8deb-4911cefaed4a",
            "gambit_id": "99a22ca8-2fd7-468c-9142-3fc316aaf277",
            "last_updated": "2023-10-09T15:53:14.982946-04:00",
            "created_at": "2023-10-03T10:18:14.860829-04:00",
            "name": "Houston Texans",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f69cf163-8917-40c4-822b-4007cdb5ed14/?format=api"
        }
    ]
}