Sub-page/-URL for CPT

A custom post type should be rendered with different template - under a different URL/sub-page.
E.g. CPT permalink: /recipes/my-recipe/ for the CPT and
/recipes/my-recipe/test/ for the same CPT but different template.
Is this easy with WordPress or should I rather use a GET parameter and
an if condition for selecting the blade template?