GET /api/bet_types/1b229bb2-5509-49a6-847e-73fcf10db99f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b229bb2-5509-49a6-847e-73fcf10db99f",
    "match": "https://api-prod.gambitprofit.com/api/matches/af759274-134b-4465-b8d9-fc15fba91a6e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:07.094600-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": "Cleveland Browns",
                "amount": 8476.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 1524.0
            }
        ],
        "expected_reward_tokens": 9493.12,
        "profit_sb": -6.88,
        "profit_sb_percentage": -0.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "fba59f5e-c85a-426d-9e22-da7dcadf2276",
            "gambit_id": "1a70db40-48f0-43e5-b286-d4a0cec0a50d",
            "last_updated": "2023-11-06T21:18:20.900828-05:00",
            "created_at": "2023-11-02T09:03:07.104696-04:00",
            "name": "Cleveland Browns",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b229bb2-5509-49a6-847e-73fcf10db99f/?format=api"
        },
        {
            "id": "c7bf9461-1697-4d97-b29b-f5082d09c26b",
            "gambit_id": "8dec15f2-9d9e-4c9f-8f42-7806ede84a5b",
            "last_updated": "2023-11-06T21:18:20.903948-05:00",
            "created_at": "2023-11-02T09:03:07.099393-04:00",
            "name": "Arizona Cardinals",
            "reward": "6.23000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b229bb2-5509-49a6-847e-73fcf10db99f/?format=api"
        }
    ]
}