GET /api/bet_types/464e0202-f7c4-49f6-976b-2c3ae663b057/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "464e0202-f7c4-49f6-976b-2c3ae663b057",
    "match": "https://api-prod.gambitprofit.com/api/matches/855c6abe-8a97-417f-88f5-151334fa8791/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:15.320988-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "430244a2-5b8d-420e-8d48-5ad080860cf3",
            "gambit_id": "c8d0b9b4-e348-4e69-bd03-76bff000adce",
            "last_updated": "2023-04-05T17:47:10.265370-04:00",
            "created_at": "2023-04-04T09:32:15.323178-04:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/464e0202-f7c4-49f6-976b-2c3ae663b057/?format=api"
        },
        {
            "id": "6ec45d0e-21a4-4659-9d2c-e697bd035300",
            "gambit_id": "c57ed116-7c6c-4aa3-950e-874c661788e7",
            "last_updated": "2023-04-05T17:47:10.267319-04:00",
            "created_at": "2023-04-04T09:32:15.324758-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/464e0202-f7c4-49f6-976b-2c3ae663b057/?format=api"
        }
    ]
}