GET /api/bet_types/4c9dadbc-6aa4-4675-a71f-5abc8546d2d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c9dadbc-6aa4-4675-a71f-5abc8546d2d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4523390-1697-4a23-a307-180b3c248273/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:10.752396-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": "Houston Texans",
                "amount": 6160.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbba761c-55e3-4b29-a8cb-e841cc60e539",
            "gambit_id": "53493545-b42a-4315-b0ab-05c75aa5ac02",
            "last_updated": "2023-10-30T15:33:27.661473-04:00",
            "created_at": "2023-10-25T09:13:10.756025-04:00",
            "name": "Houston Texans",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c9dadbc-6aa4-4675-a71f-5abc8546d2d9/?format=api"
        },
        {
            "id": "83c6987f-0c44-4b0d-8a3d-ed7a21328c62",
            "gambit_id": "0e462759-2cb4-43df-bcf0-17cf33cbfa0d",
            "last_updated": "2023-10-30T15:33:27.668009-04:00",
            "created_at": "2023-10-25T09:13:10.760737-04:00",
            "name": "Carolina Panthers",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c9dadbc-6aa4-4675-a71f-5abc8546d2d9/?format=api"
        }
    ]
}