* Add an API endpoint for fetching user info by username * Add endpoint for querying users by ID, too * Add very simple docs about user APIs
* Add API route for getting a user's bets * Refactor bets API to use /bets * Update /markets to use zod validation * Update docs