GET /api/bet_types/0c9152f5-af98-4f42-90ed-71a4c23aa47e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c9152f5-af98-4f42-90ed-71a4c23aa47e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fac69ce1-be12-4194-98cb-77304c4ff41b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T11:52:04.714783-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": "MIN (J Ryan)",
                "amount": 6182.0
            },
            {
                "team": "CWS (M Kopech)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "103ae5f5-485e-45d1-a14c-d2806e95b7c3",
            "gambit_id": "477642ca-2e5e-4a4b-9765-9f1e0382236a",
            "last_updated": "2023-05-03T12:12:13.483990-04:00",
            "created_at": "2023-05-02T11:52:04.717709-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c9152f5-af98-4f42-90ed-71a4c23aa47e/?format=api"
        },
        {
            "id": "5771a8fd-1960-45c1-ae6b-8d237729278f",
            "gambit_id": "226db71e-ff5c-4cc9-8407-ac0a35e0d14d",
            "last_updated": "2023-05-03T12:12:13.482810-04:00",
            "created_at": "2023-05-02T11:52:04.716238-04:00",
            "name": "CWS (M Kopech)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c9152f5-af98-4f42-90ed-71a4c23aa47e/?format=api"
        }
    ]
}