GET /api/bet_types/9b3d9562-f1da-44c5-a5e9-66519442bba4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b3d9562-f1da-44c5-a5e9-66519442bba4",
    "match": "https://api-prod.gambitprofit.com/api/matches/40a17262-b37a-4622-a647-46d665f3663d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:00.719308-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": "Columbus Blue Jackets",
                "amount": 5857.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd8ac03e-cc70-49c3-b987-f844c41d0172",
            "gambit_id": "7db7bf9c-87e3-4cef-a026-3b49c0e1efce",
            "last_updated": "2023-12-21T10:13:18.386230-05:00",
            "created_at": "2023-12-19T08:53:00.723221-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3d9562-f1da-44c5-a5e9-66519442bba4/?format=api"
        },
        {
            "id": "9d345423-3395-4c54-8625-d94c8c25dc92",
            "gambit_id": "fc39b77b-e224-45a6-b12e-2d4ffb55b2de",
            "last_updated": "2023-12-21T10:13:18.389654-05:00",
            "created_at": "2023-12-19T08:53:00.727813-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3d9562-f1da-44c5-a5e9-66519442bba4/?format=api"
        }
    ]
}