select avg(price)
from flow.core.dim_allday_metadata
inner join flow.core.ez_nft_sales
on dim_allday_metadata.nft_id=flow.core.ez_nft_sales.nft_id
where moment_description not like '%touchdown%'
and moment_description not like '%score%'
and play_type like '%Rush%'