GET /api/bet_types/c65304e4-dae9-4177-8c7c-2568a8fe7b96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c65304e4-dae9-4177-8c7c-2568a8fe7b96",
    "match": "https://api-prod.gambitprofit.com/api/matches/7446dbd1-f855-4903-8322-ad48da60623e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Green Bay Packers",
                "amount": 7808.0
            },
            {
                "team": "New England Patriots",
                "amount": 2192.0
            }
        ],
        "expected_reward_tokens": 9447.52,
        "profit_sb": -52.48,
        "profit_sb_percentage": -0.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "07ace042-5e10-4527-9ab1-a67e0094f7b9",
            "gambit_id": "41d9bfea-6039-40f5-92f0-6a69ac6d13f3",
            "last_updated": "2022-10-03T11:32:20.740230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c65304e4-dae9-4177-8c7c-2568a8fe7b96/?format=api"
        },
        {
            "id": "3a107d06-190b-431e-8113-e16b9bca8113",
            "gambit_id": "1bdd6449-d670-43d0-9526-6a56256ff2ac",
            "last_updated": "2022-10-03T11:32:20.741209-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "4.31000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c65304e4-dae9-4177-8c7c-2568a8fe7b96/?format=api"
        }
    ]
}