GET /api/bet_types/80bcbfab-6218-42b0-93af-8167c39138ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80bcbfab-6218-42b0-93af-8167c39138ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f63751-9715-4b35-860c-2a79257cf7f9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:02.865401-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": "Green Bay Packers",
                "amount": 5098.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "85681c8b-2c0e-43c9-b02d-63ea1d704ebf",
            "gambit_id": "d16932ca-d57e-4959-abfe-0d739651419a",
            "last_updated": "2023-01-02T12:31:58.332723-05:00",
            "created_at": "2023-01-01T09:22:02.866556-05:00",
            "name": "Green Bay Packers",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80bcbfab-6218-42b0-93af-8167c39138ff/?format=api"
        },
        {
            "id": "09de9d03-a431-4384-bc7c-d55039f413bb",
            "gambit_id": "aad2d133-f082-4587-9216-a4568fcff275",
            "last_updated": "2023-01-02T12:31:58.333849-05:00",
            "created_at": "2023-01-01T09:22:02.867805-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80bcbfab-6218-42b0-93af-8167c39138ff/?format=api"
        }
    ]
}