GET /api/bet_types/bd2b0658-9736-4a3b-a688-66bef9f5cff5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd2b0658-9736-4a3b-a688-66bef9f5cff5",
    "match": "https://api-prod.gambitprofit.com/api/matches/21791e9f-a23e-4403-bad1-8c53172a98c2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:43:19.997811-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 7383.0
            },
            {
                "team": "Draw",
                "amount": 2617.0
            }
        ],
        "expected_reward_tokens": 11148.33,
        "profit_sb": 1648.33,
        "profit_sb_percentage": 17.35,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6193.0
            },
            {
                "team": "Draw",
                "amount": 2195.0
            },
            {
                "team": "Burnley",
                "amount": 1612.0
            }
        ],
        "expected_reward_tokens": 9349.6,
        "profit_sb": -150.4,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6eeff4f2-406f-4e4a-a4b4-d149a31c0d42",
            "gambit_id": "2fb43892-b3c6-4f09-a260-b3c06e3b4534",
            "last_updated": "2023-12-11T11:48:02.638055-05:00",
            "created_at": "2023-12-08T09:43:20.006931-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2b0658-9736-4a3b-a688-66bef9f5cff5/?format=api"
        },
        {
            "id": "58a02e36-ce66-4e9a-8ba0-02dbd8385f1d",
            "gambit_id": "96feb10c-e077-412a-aea3-678b37ae9a08",
            "last_updated": "2023-12-11T11:48:02.634140-05:00",
            "created_at": "2023-12-08T09:43:20.002219-05:00",
            "name": "Draw",
            "reward": "4.26000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2b0658-9736-4a3b-a688-66bef9f5cff5/?format=api"
        },
        {
            "id": "c1215c21-b9d2-44e9-ad07-cc7166ab0a90",
            "gambit_id": "7c03db60-d115-4c1b-93ee-c71f8650781a",
            "last_updated": "2023-12-11T11:48:02.641827-05:00",
            "created_at": "2023-12-08T09:43:20.016259-05:00",
            "name": "Burnley",
            "reward": "5.80000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2b0658-9736-4a3b-a688-66bef9f5cff5/?format=api"
        }
    ]
}