Change permalink for custom post type?

Check out the rewrite parameter for register_custom_post_type.
You may specity a slug that will be added before. So if you have two separate post types for recipes and restaurants set for one ‘/food/recipes’ and for the second one ‘/food/restaurants’.
You must visit the Settings->Permalinks after this is done so that the rewrite rules will refresh.