When you use orWhere('status' , new) in this case it will check in wins where is 'new' and it will ignore all the other conditions like app_id == 730 and user_id == 5865535.
This is what I think, to solve this you may not use orWhere in this case