Extraction on the same line with different parents

I'd need to extract the list of player 1, player 2 and the related two betting quotes (on the same record of course).

I'm fine the extraction of PL1 & PL2 names on the same row.
Unfortunately the quotes are in a different group and I'm unable to figure out a common parent.
I've tried with SHIFT in selecting a common one.
When I try to set the selectors the the first betting quote, I got the following error message:
"Parent does not contain selected element"

Url: https://www.bet365.it/#/AC/B13/C1/D50/E2/F163/

Sitemap:
{"_id":"bet365","startUrl":["https://www.bet365.it/#/AC/B13/C1/D50/E2/F163/"],"selectors":[{"id":"wrap","type":"SelectorElement","parentSelectors":["_root"],"selector":"div.src-CompetitionMarketGroup:nth-of-type(1) div.rcl-ParticipantFixtureDetailsTeam_TeamName, div.src-CompetitionMarketGroup:nth-of-type(1) span","multiple":true,"delay":0},{"id":"PL1","type":"SelectorText","parentSelectors":["wrap"],"selector":"parent","multiple":false,"regex":"","delay":0}]}