GET /api/bet_types/ffbd8285-6621-4374-9416-68c91028649d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffbd8285-6621-4374-9416-68c91028649d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c45f8d2-a2eb-46d1-990e-ebaf4c8d32cd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-03T12:12:09.503207-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": "CLE (S Bieber)",
                "amount": 5337.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "f68fb5df-64a4-4f2e-a280-bac6c74b90b8",
            "gambit_id": "6cab12fe-eddd-4879-8159-bf86e79f1004",
            "last_updated": "2023-05-04T10:52:15.038104-04:00",
            "created_at": "2023-05-03T12:12:09.505868-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbd8285-6621-4374-9416-68c91028649d/?format=api"
        },
        {
            "id": "b8f51126-2e3e-4046-b703-7f9f7aa3acb0",
            "gambit_id": "2d49fbf3-7ccb-498f-a7e5-f111073679b4",
            "last_updated": "2023-05-04T10:52:15.036856-04:00",
            "created_at": "2023-05-03T12:12:09.504491-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbd8285-6621-4374-9416-68c91028649d/?format=api"
        }
    ]
}