Glossary
- BetVisionUI: The UI of Betvision that is in charge of rendering the user bets that are sent through the message bus.
- Market: A collection of selections for which a user can bet. A market has a name, a type and a status. These three values lets it be rendered and resolved on the BetVision UI.
- Selection: A betting option for a market. It has a price, name, status and sport related information. A user has betted on this. Ex:
Receiving touchdowns Over 45
- MessageBus: A Genius Sports utility used to communicate between different javascript bundles that run in the browser.