Yes, by overwriting the match row template. There is an example in the first post of the forum. That example adds a button, but you can also add the match_id via a placeholder. Didn’t check it, but I guess it is %match_id%.
Where can i find the match row template?
You don’t find it, you just overwrite it via a hook. See my example here.
and how can i add a question ID?
If there are one or more linked questions for the match then the %question_id% parameter is available for the question template. I don’t think I have an example for that, but the filter is footballpool_predictionform_linked_questions_template. And overwriting works just like the example for the match. You can combine both in one extension.