GET /api/bet_types/6a22cff4-372b-43e3-8c5d-6771ee351d9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a22cff4-372b-43e3-8c5d-6771ee351d9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e3272ec-5d40-4bfe-8d8e-d2d7df91a074/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T08:23:18.991296-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": "Buffalo Sabres",
                "amount": 5094.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb8995c5-2e51-4519-9261-629ebb7d2b01",
            "gambit_id": "ccccaec6-9be0-425f-9ef5-af45849bc8e9",
            "last_updated": "2023-11-12T11:28:22.961827-05:00",
            "created_at": "2023-11-10T08:23:19.001076-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a22cff4-372b-43e3-8c5d-6771ee351d9a/?format=api"
        },
        {
            "id": "6166f78c-fe99-43be-8476-25470aa1e359",
            "gambit_id": "aa54d941-dd45-4d48-8aee-4bc11b23dc21",
            "last_updated": "2023-11-12T11:28:22.957677-05:00",
            "created_at": "2023-11-10T08:23:18.996620-05:00",
            "name": "Minnesota Wild",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a22cff4-372b-43e3-8c5d-6771ee351d9a/?format=api"
        }
    ]
}