Sinatra doesn’t know this ditty.

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