I want a dedicated websocket feed for value-bets so that I can receive full value-bet records (event details, market, bookmakerOdds, expectedValue, trueOdds, etc.) in real-time. Currently, the websocket only supports odds updates, and I have to manually poll the /value-bets REST endpoint to get updated value-bet data. Having this in the websocket would allow me to update my local cache directly from the message payload.