type FastcodeBetPageProps = { params: { id: string } } export default function FastcodeBetPage({ params }: FastcodeBetPageProps) { return (