club:
  name: Golfclub Musterhausen
  address: Golfplatzweg 1, 12345 Musterhausen
  website: https://www.golfclub-musterhausen.de

course:
  name: Championship Course
  holes: 18
  auto_double_nine_holes: false
  description: Hauptplatz mit 18 Loechern - Championship Layout

tees:
  Gelb:
    gender: M
    par: 72
    course_rating: 72.1
    slope_rating: 129
    length_meters: 6120
    nine_hole_course_rating_front: 36.2
    nine_hole_slope_rating_front: 127
    nine_hole_course_rating_back: 35.9
    nine_hole_slope_rating_back: 125
  Rot:
    gender: F
    par: 72
    course_rating: 74.3
    slope_rating: 128
    length_meters: 5660
    nine_hole_course_rating_front: 37.2
    nine_hole_slope_rating_front: 126
    nine_hole_course_rating_back: 37.1
    nine_hole_slope_rating_back: 124

holes:
  Gelb:
    # Vordere 9
    - [1, 4, 1, 380]
    - [2, 5, 3, 510]
    - [3, 3, 17, 140]
    - [4, 4, 5, 320]
    - [5, 3, 15, 160]
    - [6, 4, 9, 330]
    - [7, 5, 7, 490]
    - [8, 4, 11, 350]
    - [9, 4, 13, 310]
    # Hintere 9
    - [10, 4, 2, 390]
    - [11, 5, 4, 530]
    - [12, 3, 18, 150]
    - [13, 4, 6, 330]
    - [14, 4, 10, 360]
    - [15, 3, 16, 170]
    - [16, 5, 8, 510]
    - [17, 4, 12, 370]
    - [18, 4, 14, 320]

  Rot:
    # Vordere 9
    - [1, 4, 1, 340]
    - [2, 5, 3, 450]
    - [3, 3, 17, 130]
    - [4, 4, 5, 300]
    - [5, 3, 15, 150]
    - [6, 4, 9, 310]
    - [7, 5, 7, 450]
    - [8, 4, 11, 330]
    - [9, 4, 13, 290]
    # Hintere 9
    - [10, 4, 2, 360]
    - [11, 5, 4, 490]
    - [12, 3, 18, 140]
    - [13, 4, 6, 310]
    - [14, 4, 10, 340]
    - [15, 3, 16, 160]
    - [16, 5, 8, 460]
    - [17, 4, 12, 350]
    - [18, 4, 14, 300]
