GET /api/bet_types/09297db6-3e2e-4aba-8328-74c21e0bce32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09297db6-3e2e-4aba-8328-74c21e0bce32",
    "match": "https://api-prod.gambitprofit.com/api/matches/904bffe0-a40f-4362-a565-69a06d61267d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:02:12.173463-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": "NYY (C Schmidt)",
                "amount": 6070.0
            },
            {
                "team": "CIN (B Lively)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb07bc74-b1cf-463f-bd01-ed05360d4aa4",
            "gambit_id": "16c09772-746c-4144-b53d-aeaff08f4ee0",
            "last_updated": "2023-05-20T10:52:04.109465-04:00",
            "created_at": "2023-05-19T11:02:12.176259-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09297db6-3e2e-4aba-8328-74c21e0bce32/?format=api"
        },
        {
            "id": "4f3a4004-1c45-4c5f-b934-fc0e4053fdfe",
            "gambit_id": "262cf7da-677f-4c7a-9488-2f154eb86d4a",
            "last_updated": "2023-05-20T10:52:04.111894-04:00",
            "created_at": "2023-05-19T11:02:12.174796-04:00",
            "name": "CIN (B Lively)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09297db6-3e2e-4aba-8328-74c21e0bce32/?format=api"
        }
    ]
}