What you are trying to do is pretty common in Symfony forms, and luckily, there is documentation on this subject. There is a form option called 'inherit_data', that allows you to reduce duplicate code.
Read more about it on the Symfony website: https://symfony.com/doc/current/form/inherit_data_option.html