getBowlerScores(id: string): Observable<BowlerResult> {
    const params = new HttpParams()
      .set('participantId', id);

    return this.http