Is it secure to save the award of an Interstitial ad in the Shared Preferences, (because users with root permission are able to edit them), if not how should I save the amount of the prize?
Well, ofcourse the sharedpreferences file could be accessed/modified if you're a root user. Your options are:
Checkout this git repo which provides a sharedprefs wrapper to encrypt the keys and values.