So it seems bet speed is critical... OK, I started to work on optimizing browser <-> server communication and so far I was able to remove 75% of the overhead by switching to more efficient coding (msgpack), compressing keys and removing unnecessary messaging.
Right now everything seems to work. After I do the final code review I'll deploy the changes and remove some of the bet delays.