GET /api/bet_types/11d2c82a-129e-4e1b-9a0c-0f51e8875712/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11d2c82a-129e-4e1b-9a0c-0f51e8875712",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b8cdf24-3458-47ad-9b22-2bb706b84877/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:19.642098-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba13aaad-62fa-41da-9835-4e28bc124b7d",
            "gambit_id": "82aa1091-2f60-4d7d-a4bd-b2b8cb654450",
            "last_updated": "2023-12-09T11:43:28.092074-05:00",
            "created_at": "2023-12-08T09:38:19.645994-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11d2c82a-129e-4e1b-9a0c-0f51e8875712/?format=api"
        },
        {
            "id": "b6de895b-414e-4431-a9ca-34980bd1a885",
            "gambit_id": "e4a23b54-9d71-4eb9-ac57-dde4b24a864f",
            "last_updated": "2023-12-09T11:43:28.095374-05:00",
            "created_at": "2023-12-08T09:38:19.650828-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11d2c82a-129e-4e1b-9a0c-0f51e8875712/?format=api"
        }
    ]
}