GET /api/bet_types/3dc7b7e4-ecbe-4629-aa57-48a3f82a1518/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dc7b7e4-ecbe-4629-aa57-48a3f82a1518",
    "match": "https://api-prod.gambitprofit.com/api/matches/49298578-2632-42da-8940-461eff444234/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T00:23:15.190520-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": "DET (T Skubal)",
                "amount": 5776.0
            },
            {
                "team": "CWS (M Kopech)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4c03d61-adec-44d1-b1ce-51093b642eb2",
            "gambit_id": "5a715a29-5f2a-433b-926f-67cd09678799",
            "last_updated": "2023-09-05T10:28:08.287440-04:00",
            "created_at": "2023-09-03T00:23:15.196265-04:00",
            "name": "DET (T Skubal)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc7b7e4-ecbe-4629-aa57-48a3f82a1518/?format=api"
        },
        {
            "id": "87fb13c5-6ea9-43b8-848a-dd19d523c27c",
            "gambit_id": "7817087a-386c-4311-bfac-ce1a4005be33",
            "last_updated": "2023-09-05T10:28:08.290790-04:00",
            "created_at": "2023-09-03T00:23:15.201709-04:00",
            "name": "CWS (M Kopech)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc7b7e4-ecbe-4629-aa57-48a3f82a1518/?format=api"
        }
    ]
}