Sinatra doesn’t know this ditty.

Try this:
# in main.rb
class GrapesRV
  get '/tournaments:march2021:tournaments_march_2021' do
    "Hello World"
  end
end