GET /api/bet_types/a4979f71-8341-4b28-86d6-0ae73897a1c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4979f71-8341-4b28-86d6-0ae73897a1c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4b147d4-307e-4994-bcce-88648fa0c946/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-13T09:23:17.690887-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 Capitals",
                "amount": 6744.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "7edc1615-3d0b-4d77-b5e8-83318f0f2482",
            "gambit_id": "78a5a2dc-767a-4428-a069-7a10089a5a72",
            "last_updated": "2023-10-14T10:13:14.677635-04:00",
            "created_at": "2023-10-13T09:23:17.700859-04:00",
            "name": "Washington Capitals",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4979f71-8341-4b28-86d6-0ae73897a1c2/?format=api"
        },
        {
            "id": "591207e7-c376-4bb8-9d95-58c7a0954897",
            "gambit_id": "bcba03dd-d27b-44a2-b690-81637a8abce4",
            "last_updated": "2023-10-14T10:13:14.671672-04:00",
            "created_at": "2023-10-13T09:23:17.696403-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4979f71-8341-4b28-86d6-0ae73897a1c2/?format=api"
        }
    ]
}