GET /api/bet_types/f069c1b3-b493-462e-b1a8-80cc5d3e92fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f069c1b3-b493-462e-b1a8-80cc5d3e92fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbad438b-0aa4-4b11-bea6-56c5fc83422e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:13.014472-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": "Los Angeles Kings",
                "amount": 6449.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dc01722-100e-4d9c-a31e-b9097caa8b04",
            "gambit_id": "eb54d9a3-7b46-4273-96c0-fbb743899fa6",
            "last_updated": "2024-01-15T09:53:15.453673-05:00",
            "created_at": "2024-01-11T09:38:13.018187-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f069c1b3-b493-462e-b1a8-80cc5d3e92fb/?format=api"
        },
        {
            "id": "c4ede1f4-82c5-446b-9825-dc7af8074806",
            "gambit_id": "8a2db909-d2ca-40a0-9dda-cee119b6c135",
            "last_updated": "2024-01-15T09:53:15.457156-05:00",
            "created_at": "2024-01-11T09:38:13.022564-05:00",
            "name": "Florida Panthers",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f069c1b3-b493-462e-b1a8-80cc5d3e92fb/?format=api"
        }
    ]
}