So here is my thought process:
If the site only asks users to rate movie in a scale from 1 to 5 than it should be many to many
However if the site allows users to enter more fields like comment, then it should be one to many because comment is customized for every user and it cannot be assigned to other users
Am i right?