> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reddit Post

> Web Scraping API Reddit Post Template

<Danger>
  Core and Advanced plans are no longer available for purchase. Please consider migrating to the all-in-one Web Scraper API; check out the guide [here](https://help.decodo.com/docs/web-scraping-api-migration-guide).
</Danger>

The `reddit_post` template is built to obtain Reddit post information.

<Note>
  ### Useful Links

  * This target is available with **Web API Advanced plans**.
  * [**Real-time**](https://help.decodo.com/docs/web-scraping-api-real-time-requests) and [**Asynchronous**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests) integration methods are available for this template.
  * [**Batch**](https://help.decodo.com/docs/web-scraping-api-asynchronous-requests#queue-multiple-tasks) requests are also supported.
</Note>

## Input Parameters

Request parameters available for the Reddit Post template:

| Parameter | Type   | Required | Description                                                   |
| --------- | ------ | -------- | ------------------------------------------------------------- |
| `target`  | string | ✅        | Target type must be set to `reddit_post`.                     |
| `url`     | string | ✅        | Reddit post URL.                                              |
| `geo`     | string |          | Set the country to use when submitting the query.             |
| `locale`  | string |          | Set the value to change your post page web interface language |

<Note>
  Parsing is set to "true" by default for this source - it is required to successfully scrape the results.
</Note>

### Request Examples

<CodeGroup>
  ```shellscript cURL theme={null}
  # update 'TOKEN VALUE' with your authorization token
  curl --request 'POST' \
          --url 'https://scraper-api.decodo.com/v2/scrape' \
          --header 'Accept: application/json' \
          --header 'Authorization: Basic TOKEN VALUE' \
          --header 'Content-Type: application/json' \
          --data '
      {
        "target": "reddit_post",
        "url": "https://www.reddit.com/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/"
      }
  '
  ```

  ```javascript Node theme={null}

  const scrape = async() => {
    const response = await fetch("https://scraper-api.decodo.com/v2/scrape", {
      method: "POST",
      body: JSON.stringify({
        "target": "reddit_post",
        "url": "https://www.reddit.com/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/"
      }),
      headers: {
        "Content-Type": "application/json",
        "Authorization": "Basic TOKEN VALUE" // update with your authorization token
      },
    }).catch(error => console.log(error));

    console.log(await response.json())
  }

  scrape()
  ```

  ```python Python theme={null}
  import requests
    
  url = "https://scraper-api.decodo.com/v2/scrape"
    
  payload = {
        "target": "reddit_post",
        "url": "https://www.reddit.com/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/"
  }
    
  headers = {
      "accept": "application/json",
      "content-type": "application/json",
      "authorization": "Basic TOKEN VALUE" # update with your authorization token
  }
    
  response = requests.post(url, json=payload, headers=headers)
    
  print(response.text)
  ```
</CodeGroup>

## Output

#### Response Example

<CodeGroup>
  ```json JSON expandable theme={null}
  [
      {
          "kind": "Listing",
          "data": {
              "after": null,
              "dist": 1,
              "modhash": "",
              "geo_filter": "",
              "children": [
                  {
                      "kind": "t3",
                      "data": {
                          "approved_at_utc": null,
                          "subreddit": "nba",
                          "selftext": "Here is a place to have in depth, x's and o's, discussions on yesterday's games. Post-game discussions are linked in the table, keep your memes and reactions there.\n\nPlease keep your discussion of a particular game in the respective comment thread. **All direct replies to this post will be removed.**\n\n\n|Away|Home|Score|GT|PGT|\n|:--|:--|:-:|:-:|:-:|\n|[](/DEN) Denver Nuggets |[](/OKC) Oklahoma City Thunder | 128 - 95 | [Link](https://www.reddit.com/r/nba/comments/17jafow/game_thread_denver_nuggets_20_oklahoma_city/) | [Link](https://www.reddit.com/r/nba/comments/17jdirs/post_game_thread_the_denver_nuggets_30_blow_out/) |\n|[](/GSW) Golden State Warriors |[](/HOU) Houston Rockets | 106 - 95 | [Link](https://www.reddit.com/r/nba/comments/17jf6f5/game_thread_golden_state_warriors_11_houston/) | [Link](https://www.reddit.com/r/nba/comments/17jiera/post_game_thread_the_golden_state_warriors_21/) |\n|[](/ATL) Atlanta Hawks |[](/MIL) Milwaukee Bucks | 127 - 110 | [Link](https://www.reddit.com/r/nba/comments/17jfa1a/game_thread_atlanta_hawks_02_vs_milwaukee_bucks/) | [Link](https://www.reddit.com/r/nba/comments/17jib35/post_game_thread_the_atlanta_hawks_12_defeat_the/) |\n|[](/POR) Portland Trail Blazers |[](/PHI) Philadelphia 76ers | 98 - 126 | No GT Found | [Link](https://www.reddit.com/r/nba/comments/17jimvj/post_game_thread_the_philadelphia_76ers_21/) |\n|[](/SAS) San Antonio Spurs |[](/LAC) Los Angeles Clippers | 83 - 123 | [Link](https://www.reddit.com/r/nba/comments/17jhkzk/game_thread_san_antonio_spurs_11_vs_los_angeles/) | [Link](https://www.reddit.com/r/nba/comments/17jkiut/post_game_thread_the_los_angeles_clippers_21/) |\n|[](/LAL) Los Angeles Lakers |[](/SAC) Sacramento Kings | 127 - 132 | [Link](https://www.reddit.com/r/nba/comments/17ji351/game_thread_los_angeles_lakers_11_vs_sacramento/) | [Link](https://www.reddit.com/r/nba/comments/17jksua/post_game_thread_the_sacramento_kings_21_defeat/) |",
                          "user_reports": [],
                          "saved": false,
                          "mod_reason_title": null,
                          "gilded": 0,
                          "clicked": false,
                          "title": "[SERIOUS NEXT DAY THREAD] Post-Game Discussion (October 29, 2023)",
                          "link_flair_richtext": [
                              {
                                  "e": "text",
                                  "t": "Discussion"
                              }
                          ],
                          "subreddit_name_prefixed": "r/nba",
                          "hidden": false,
                          "pwls": 6,
                          "link_flair_css_class": "discussion",
                          "downs": 0,
                          "thumbnail_height": null,
                          "top_awarded_type": null,
                          "hide_score": false,
                          "name": "t3_17jrqc5",
                          "quarantine": false,
                          "link_flair_text_color": "light",
                          "upvote_ratio": 0.81,
                          "author_flair_background_color": "#edeff1",
                          "subreddit_type": "public",
                          "ups": 37,
                          "total_awards_received": 0,
                          "media_embed": {},
                          "thumbnail_width": null,
                          "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a",
                          "is_original_content": false,
                          "author_fullname": "t2_6vjwa",
                          "secure_media": null,
                          "is_reddit_media_domain": false,
                          "is_meta": false,
                          "category": null,
                          "secure_media_embed": {},
                          "link_flair_text": "Discussion",
                          "can_mod_post": false,
                          "score": 37,
                          "approved_by": null,
                          "is_created_from_ads_ui": false,
                          "author_premium": false,
                          "thumbnail": "self",
                          "edited": false,
                          "author_flair_css_class": "NBA",
                          "author_flair_richtext": [
                              {
                                  "e": "text",
                                  "t": " r/NBA"
                              }
                          ],
                          "gildings": {},
                          "content_categories": null,
                          "is_self": true,
                          "mod_note": null,
                          "created": 1698667201,
                          "link_flair_type": "richtext",
                          "wls": 6,
                          "removed_by_category": null,
                          "banned_by": null,
                          "author_flair_type": "richtext",
                          "domain": "self.nba",
                          "allow_live_comments": false,
                          "selftext_html": "&lt;!-- SC_OFF --&gt;&lt;div class=\"md\"&gt;&lt;p&gt;Here is a place to have in depth, x&amp;#39;s and o&amp;#39;s, discussions on yesterday&amp;#39;s games. Post-game discussions are linked in the table, keep your memes and reactions there.&lt;/p&gt;\n\n&lt;p&gt;Please keep your discussion of a particular game in the respective comment thread. &lt;strong&gt;All direct replies to this post will be removed.&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;Away&lt;/th&gt;\n&lt;th align=\"left\"&gt;Home&lt;/th&gt;\n&lt;th align=\"center\"&gt;Score&lt;/th&gt;\n&lt;th align=\"center\"&gt;GT&lt;/th&gt;\n&lt;th align=\"center\"&gt;PGT&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/DEN\"&gt;&lt;/a&gt; Denver Nuggets&lt;/td&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/OKC\"&gt;&lt;/a&gt; Oklahoma City Thunder&lt;/td&gt;\n&lt;td align=\"center\"&gt;128 - 95&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jafow/game_thread_denver_nuggets_20_oklahoma_city/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jdirs/post_game_thread_the_denver_nuggets_30_blow_out/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/GSW\"&gt;&lt;/a&gt; Golden State Warriors&lt;/td&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/HOU\"&gt;&lt;/a&gt; Houston Rockets&lt;/td&gt;\n&lt;td align=\"center\"&gt;106 - 95&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jf6f5/game_thread_golden_state_warriors_11_houston/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jiera/post_game_thread_the_golden_state_warriors_21/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/ATL\"&gt;&lt;/a&gt; Atlanta Hawks&lt;/td&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/MIL\"&gt;&lt;/a&gt; Milwaukee Bucks&lt;/td&gt;\n&lt;td align=\"center\"&gt;127 - 110&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jfa1a/game_thread_atlanta_hawks_02_vs_milwaukee_bucks/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jib35/post_game_thread_the_atlanta_hawks_12_defeat_the/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/POR\"&gt;&lt;/a&gt; Portland Trail Blazers&lt;/td&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/PHI\"&gt;&lt;/a&gt; Philadelphia 76ers&lt;/td&gt;\n&lt;td align=\"center\"&gt;98 - 126&lt;/td&gt;\n&lt;td align=\"center\"&gt;No GT Found&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jimvj/post_game_thread_the_philadelphia_76ers_21/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/SAS\"&gt;&lt;/a&gt; San Antonio Spurs&lt;/td&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/LAC\"&gt;&lt;/a&gt; Los Angeles Clippers&lt;/td&gt;\n&lt;td align=\"center\"&gt;83 - 123&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jhkzk/game_thread_san_antonio_spurs_11_vs_los_angeles/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jkiut/post_game_thread_the_los_angeles_clippers_21/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/LAL\"&gt;&lt;/a&gt; Los Angeles Lakers&lt;/td&gt;\n&lt;td align=\"left\"&gt;&lt;a href=\"/SAC\"&gt;&lt;/a&gt; Sacramento Kings&lt;/td&gt;\n&lt;td align=\"center\"&gt;127 - 132&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17ji351/game_thread_los_angeles_lakers_11_vs_sacramento/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;td align=\"center\"&gt;&lt;a href=\"https://www.reddit.com/r/nba/comments/17jksua/post_game_thread_the_sacramento_kings_21_defeat/\"&gt;Link&lt;/a&gt;&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n&lt;/div&gt;&lt;!-- SC_ON --&gt;",
                          "likes": null,
                          "suggested_sort": null,
                          "banned_at_utc": null,
                          "view_count": null,
                          "archived": true,
                          "no_follow": false,
                          "is_crosspostable": false,
                          "pinned": false,
                          "over_18": false,
                          "all_awardings": [],
                          "awarders": [],
                          "media_only": false,
                          "link_flair_template_id": "e454879a-ff45-11ea-b58e-0ea6879ad6a7",
                          "can_gild": false,
                          "spoiler": false,
                          "locked": false,
                          "author_flair_text": " r/NBA",
                          "treatment_tags": [],
                          "visited": false,
                          "removed_by": null,
                          "num_reports": null,
                          "distinguished": "moderator",
                          "subreddit_id": "t5_2qo4s",
                          "author_is_blocked": false,
                          "mod_reason_by": null,
                          "removal_reason": null,
                          "link_flair_background_color": "#264184",
                          "id": "17jrqc5",
                          "is_robot_indexable": true,
                          "num_duplicates": 0,
                          "report_reasons": null,
                          "author": "NBA_MOD",
                          "discussion_type": null,
                          "num_comments": 39,
                          "send_replies": false,
                          "media": null,
                          "contest_mode": false,
                          "author_patreon_flair": false,
                          "author_flair_text_color": "dark",
                          "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/",
                          "stickied": false,
                          "url": "https://www.reddit.com/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/",
                          "subreddit_subscribers": 16893175,
                          "created_utc": 1698667201,
                          "num_crossposts": 0,
                          "mod_reports": [],
                          "is_video": false
                      }
                  }
              ],
              "before": null
          }
      },
      {
          "kind": "Listing",
          "data": {
              "after": null,
              "dist": null,
              "modhash": "",
              "geo_filter": "",
              "children": [
                  {
                      "kind": "t1",
                      "data": {
                          "subreddit_id": "t5_2qo4s",
                          "approved_at_utc": null,
                          "author_is_blocked": false,
                          "comment_type": null,
                          "awarders": [],
                          "mod_reason_by": null,
                          "banned_by": null,
                          "author_flair_type": "text",
                          "total_awards_received": 0,
                          "subreddit": "nba",
                          "author_flair_template_id": null,
                          "likes": null,
                          "replies": "",
                          "user_reports": [],
                          "saved": false,
                          "id": "k72t2uw",
                          "banned_at_utc": null,
                          "mod_reason_title": null,
                          "gilded": 0,
                          "archived": true,
                          "collapsed_reason_code": null,
                          "no_follow": true,
                          "author": "AutoModerator",
                          "can_mod_post": false,
                          "created_utc": 1698667202,
                          "send_replies": false,
                          "parent_id": "t3_17jrqc5",
                          "score": 1,
                          "author_fullname": "t2_6l4z3",
                          "approved_by": null,
                          "mod_note": null,
                          "all_awardings": [],
                          "collapsed": false,
                          "body": "REMINDER: This thread is only for serious and thought-provoking analysis. We ask users to report low effort comments that do not bring insightful discussion. Temporary bans may be handed out to users who post memes and other low-effort or off-topic comments in this thread.\n\n*I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/nba) if you have any questions or concerns.*",
                          "edited": false,
                          "top_awarded_type": null,
                          "author_flair_css_class": null,
                          "name": "t1_k72t2uw",
                          "is_submitter": false,
                          "downs": 0,
                          "author_flair_richtext": [],
                          "author_patreon_flair": false,
                          "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;REMINDER: This thread is only for serious and thought-provoking analysis. We ask users to report low effort comments that do not bring insightful discussion. Temporary bans may be handed out to users who post memes and other low-effort or off-topic comments in this thread.&lt;/p&gt;\n\n&lt;p&gt;&lt;em&gt;I am a bot, and this action was performed automatically. Please &lt;a href=\"/message/compose/?to=/r/nba\"&gt;contact the moderators of this subreddit&lt;/a&gt; if you have any questions or concerns.&lt;/em&gt;&lt;/p&gt;\n&lt;/div&gt;",
                          "removal_reason": null,
                          "collapsed_reason": null,
                          "distinguished": "moderator",
                          "associated_award": null,
                          "stickied": true,
                          "author_premium": true,
                          "can_gild": false,
                          "gildings": {},
                          "unrepliable_reason": null,
                          "author_flair_text_color": null,
                          "score_hidden": true,
                          "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t2uw/",
                          "subreddit_type": "public",
                          "locked": false,
                          "report_reasons": null,
                          "created": 1698667202,
                          "author_flair_text": null,
                          "treatment_tags": [],
                          "link_id": "t3_17jrqc5",
                          "subreddit_name_prefixed": "r/nba",
                          "controversiality": 0,
                          "depth": 0,
                          "author_flair_background_color": null,
                          "collapsed_because_crowd_control": null,
                          "mod_reports": [],
                          "num_reports": null,
                          "ups": 1
                      }
                  },
                  {
                      "kind": "t1",
                      "data": {
                          "subreddit_id": "t5_2qo4s",
                          "approved_at_utc": null,
                          "author_is_blocked": false,
                          "comment_type": null,
                          "awarders": [],
                          "mod_reason_by": null,
                          "banned_by": null,
                          "author_flair_type": "richtext",
                          "total_awards_received": 0,
                          "subreddit": "nba",
                          "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a",
                          "likes": null,
                          "replies": {
                              "kind": "Listing",
                              "data": {
                                  "after": null,
                                  "dist": null,
                                  "modhash": "",
                                  "geo_filter": "",
                                  "children": [
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": "e5d37e18-fd02-11ea-b89b-0eff36fc1de5",
                                              "likes": null,
                                              "replies": "",
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k737chl",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "iamJuJu11",
                                              "can_mod_post": false,
                                              "created_utc": 1698674197,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t3db",
                                              "score": 18,
                                              "author_fullname": "t2_9libc",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "These first few games it looks like CP3 can’t get his legs under him for 3’s and is coming up short. I get he has to shoot them to at least threaten and spread the floor but his facilitation and play off the bench has been great to watch, especially as someone who used to hate him on the Clips and Rockets. Still getting used to him in a dubs jersey but the energy with this team is pretty exciting right now. Took months to have 2 road wins last year 😅",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "VOTE",
                                              "name": "t1_k737chl",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "a": ":vote-1:",
                                                      "u": "https://emoji.redditmedia.com/bd4kjwekhyp51_t5_2qo4s/vote-1",
                                                      "e": "emoji"
                                                  },
                                                  {
                                                      "e": "text",
                                                      "t": " Registered to Vote"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;These first few games it looks like CP3 can’t get his legs under him for 3’s and is coming up short. I get he has to shoot them to at least threaten and spread the floor but his facilitation and play off the bench has been great to watch, especially as someone who used to hate him on the Clips and Rockets. Still getting used to him in a dubs jersey but the energy with this team is pretty exciting right now. Took months to have 2 road wins last year 😅&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k737chl/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698674197,
                                              "author_flair_text": ":vote-1: Registered to Vote",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "#edeff1",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 18
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": "c62b0378-3feb-11e8-882d-0ebe5c653b82",
                                              "likes": null,
                                              "replies": {
                                                  "kind": "Listing",
                                                  "data": {
                                                      "after": null,
                                                      "dist": null,
                                                      "modhash": "",
                                                      "geo_filter": "",
                                                      "children": [
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "text",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": null,
                                                                  "likes": null,
                                                                  "replies": "",
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k73dvdt",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": false,
                                                                  "author": "nuggs_analysis",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k72yidw",
                                                                  "score": 15,
                                                                  "author_fullname": "t2_f8rwzu88x",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "It’s a great feeling isn’t it? Ours was like 29th last year.",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": null,
                                                                  "name": "t1_k73dvdt",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;It’s a great feeling isn’t it? Ours was like 29th last year.&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": null,
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73dvdt/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698676885,
                                                                  "author_flair_text": null,
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698676885,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": null,
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 15
                                                              }
                                                          }
                                                      ],
                                                      "before": null
                                                  }
                                              },
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k72yidw",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "MC-Jdf",
                                              "can_mod_post": false,
                                              "created_utc": 1698670130,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t3db",
                                              "score": 29,
                                              "author_fullname": "t2_54idsp64",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "We've got a bench boys.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Warriors1",
                                              "name": "t1_k72yidw",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "a": ":gsw-1:",
                                                      "u": "https://emoji.redditmedia.com/spk2ywnjz3bb1_t5_2qo4s/gsw-1",
                                                      "e": "emoji"
                                                  },
                                                  {
                                                      "e": "text",
                                                      "t": " Warriors"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;We&amp;#39;ve got a bench boys.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72yidw/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698670130,
                                              "author_flair_text": ":gsw-1: Warriors",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "#edeff1",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 29
                                          }
                                      }
                                  ],
                                  "before": null
                              }
                          },
                          "user_reports": [],
                          "saved": false,
                          "id": "k72t3db",
                          "banned_at_utc": null,
                          "mod_reason_title": null,
                          "gilded": 0,
                          "archived": true,
                          "collapsed_reason_code": null,
                          "no_follow": false,
                          "author": "NBA_MOD",
                          "can_mod_post": false,
                          "created_utc": 1698667210,
                          "send_replies": false,
                          "parent_id": "t3_17jrqc5",
                          "score": 12,
                          "author_fullname": "t2_6vjwa",
                          "approved_by": null,
                          "mod_note": null,
                          "all_awardings": [],
                          "collapsed": false,
                          "body": "\n\n**Warriors @ Rockets**\n\n[](/GSW) **106 -  95** [](/HOU)\n\n**Box Scores: [NBA](https://www.nba.com/game/GSW-vs-HOU-0022300096/boxscore) &amp; [Yahoo](http://sports.yahoo.com/nba/golden-state-warriors-houston-rockets-2023102910)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Golden State Warriors|26|31|24|25|106|\n|Houston Rockets|24|23|28|20|95|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Golden State Warriors|106|35-81|43.2%|18-45|40.0%|18-23|78.3%|8|59|27|18|6|14|6|\n|Houston Rockets|95|34-90|37.8%|9-33|27.3%|18-19|94.69999999999999%|10|49|22|20|7|7|4|",
                          "edited": false,
                          "top_awarded_type": null,
                          "author_flair_css_class": "NBA",
                          "name": "t1_k72t3db",
                          "is_submitter": true,
                          "downs": 0,
                          "author_flair_richtext": [
                              {
                                  "e": "text",
                                  "t": " r/NBA"
                              }
                          ],
                          "author_patreon_flair": false,
                          "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;&lt;strong&gt;Warriors @ Rockets&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;a href=\"/GSW\"&gt;&lt;/a&gt; &lt;strong&gt;106 -  95&lt;/strong&gt; &lt;a href=\"/HOU\"&gt;&lt;/a&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Box Scores: &lt;a href=\"https://www.nba.com/game/GSW-vs-HOU-0022300096/boxscore\"&gt;NBA&lt;/a&gt; &amp;amp; &lt;a href=\"http://sports.yahoo.com/nba/golden-state-warriors-houston-rockets-2023102910\"&gt;Yahoo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q1&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q2&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q3&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q4&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Golden State Warriors&lt;/td&gt;\n&lt;td align=\"left\"&gt;26&lt;/td&gt;\n&lt;td align=\"left\"&gt;31&lt;/td&gt;\n&lt;td align=\"left\"&gt;24&lt;/td&gt;\n&lt;td align=\"left\"&gt;25&lt;/td&gt;\n&lt;td align=\"left\"&gt;106&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Houston Rockets&lt;/td&gt;\n&lt;td align=\"left\"&gt;24&lt;/td&gt;\n&lt;td align=\"left\"&gt;23&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;20&lt;/td&gt;\n&lt;td align=\"left\"&gt;95&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n\n&lt;p&gt;&lt;strong&gt;TEAM STATS&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PTS&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;OREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;AST&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PF&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;STL&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TO&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;BLK&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Golden State Warriors&lt;/td&gt;\n&lt;td align=\"left\"&gt;106&lt;/td&gt;\n&lt;td align=\"left\"&gt;35-81&lt;/td&gt;\n&lt;td align=\"left\"&gt;43.2%&lt;/td&gt;\n&lt;td align=\"left\"&gt;18-45&lt;/td&gt;\n&lt;td align=\"left\"&gt;40.0%&lt;/td&gt;\n&lt;td align=\"left\"&gt;18-23&lt;/td&gt;\n&lt;td align=\"left\"&gt;78.3%&lt;/td&gt;\n&lt;td align=\"left\"&gt;8&lt;/td&gt;\n&lt;td align=\"left\"&gt;59&lt;/td&gt;\n&lt;td align=\"left\"&gt;27&lt;/td&gt;\n&lt;td align=\"left\"&gt;18&lt;/td&gt;\n&lt;td align=\"left\"&gt;6&lt;/td&gt;\n&lt;td align=\"left\"&gt;14&lt;/td&gt;\n&lt;td align=\"left\"&gt;6&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Houston Rockets&lt;/td&gt;\n&lt;td align=\"left\"&gt;95&lt;/td&gt;\n&lt;td align=\"left\"&gt;34-90&lt;/td&gt;\n&lt;td align=\"left\"&gt;37.8%&lt;/td&gt;\n&lt;td align=\"left\"&gt;9-33&lt;/td&gt;\n&lt;td align=\"left\"&gt;27.3%&lt;/td&gt;\n&lt;td align=\"left\"&gt;18-19&lt;/td&gt;\n&lt;td align=\"left\"&gt;94.69999999999999%&lt;/td&gt;\n&lt;td align=\"left\"&gt;10&lt;/td&gt;\n&lt;td align=\"left\"&gt;49&lt;/td&gt;\n&lt;td align=\"left\"&gt;22&lt;/td&gt;\n&lt;td align=\"left\"&gt;20&lt;/td&gt;\n&lt;td align=\"left\"&gt;7&lt;/td&gt;\n&lt;td align=\"left\"&gt;7&lt;/td&gt;\n&lt;td align=\"left\"&gt;4&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n&lt;/div&gt;",
                          "removal_reason": null,
                          "collapsed_reason": null,
                          "distinguished": null,
                          "associated_award": null,
                          "stickied": false,
                          "author_premium": false,
                          "can_gild": false,
                          "gildings": {},
                          "unrepliable_reason": null,
                          "author_flair_text_color": "dark",
                          "score_hidden": false,
                          "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t3db/",
                          "subreddit_type": "public",
                          "locked": false,
                          "report_reasons": null,
                          "created": 1698667210,
                          "author_flair_text": " r/NBA",
                          "treatment_tags": [],
                          "link_id": "t3_17jrqc5",
                          "subreddit_name_prefixed": "r/nba",
                          "controversiality": 0,
                          "depth": 0,
                          "author_flair_background_color": "#edeff1",
                          "collapsed_because_crowd_control": null,
                          "mod_reports": [],
                          "num_reports": null,
                          "ups": 12
                      }
                  },
                  {
                      "kind": "t1",
                      "data": {
                          "subreddit_id": "t5_2qo4s",
                          "approved_at_utc": null,
                          "author_is_blocked": false,
                          "comment_type": null,
                          "awarders": [],
                          "mod_reason_by": null,
                          "banned_by": null,
                          "author_flair_type": "richtext",
                          "total_awards_received": 0,
                          "subreddit": "nba",
                          "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a",
                          "likes": null,
                          "replies": {
                              "kind": "Listing",
                              "data": {
                                  "after": null,
                                  "dist": null,
                                  "modhash": "",
                                  "geo_filter": "",
                                  "children": [
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": null,
                                              "likes": null,
                                              "replies": {
                                                  "kind": "Listing",
                                                  "data": {
                                                      "after": null,
                                                      "dist": null,
                                                      "modhash": "",
                                                      "geo_filter": "",
                                                      "children": [
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "richtext",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": "81006018-b670-11e7-ae1b-0e987abeb926",
                                                                  "likes": null,
                                                                  "replies": {
                                                                      "kind": "Listing",
                                                                      "data": {
                                                                          "after": null,
                                                                          "dist": null,
                                                                          "modhash": "",
                                                                          "geo_filter": "",
                                                                          "children": [
                                                                              {
                                                                                  "kind": "t1",
                                                                                  "data": {
                                                                                      "subreddit_id": "t5_2qo4s",
                                                                                      "approved_at_utc": null,
                                                                                      "author_is_blocked": false,
                                                                                      "comment_type": null,
                                                                                      "awarders": [],
                                                                                      "mod_reason_by": null,
                                                                                      "banned_by": null,
                                                                                      "author_flair_type": "text",
                                                                                      "total_awards_received": 0,
                                                                                      "subreddit": "nba",
                                                                                      "author_flair_template_id": null,
                                                                                      "likes": null,
                                                                                      "replies": "",
                                                                                      "user_reports": [],
                                                                                      "saved": false,
                                                                                      "id": "k74rmfn",
                                                                                      "banned_at_utc": null,
                                                                                      "mod_reason_title": null,
                                                                                      "gilded": 0,
                                                                                      "archived": true,
                                                                                      "collapsed_reason_code": null,
                                                                                      "no_follow": false,
                                                                                      "author": "HowieHubler",
                                                                                      "can_mod_post": false,
                                                                                      "send_replies": true,
                                                                                      "parent_id": "t1_k72zlet",
                                                                                      "score": 8,
                                                                                      "author_fullname": "t2_15178y",
                                                                                      "removal_reason": null,
                                                                                      "approved_by": null,
                                                                                      "mod_note": null,
                                                                                      "all_awardings": [],
                                                                                      "collapsed": false,
                                                                                      "body": "Yup. Giannis doesn’t hold the pick at all",
                                                                                      "edited": false,
                                                                                      "top_awarded_type": null,
                                                                                      "author_flair_css_class": null,
                                                                                      "name": "t1_k74rmfn",
                                                                                      "is_submitter": false,
                                                                                      "downs": 0,
                                                                                      "author_flair_richtext": [],
                                                                                      "author_patreon_flair": false,
                                                                                      "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Yup. Giannis doesn’t hold the pick at all&lt;/p&gt;\n&lt;/div&gt;",
                                                                                      "gildings": {},
                                                                                      "collapsed_reason": null,
                                                                                      "distinguished": null,
                                                                                      "associated_award": null,
                                                                                      "stickied": false,
                                                                                      "author_premium": false,
                                                                                      "can_gild": false,
                                                                                      "link_id": "t3_17jrqc5",
                                                                                      "unrepliable_reason": null,
                                                                                      "author_flair_text_color": null,
                                                                                      "score_hidden": false,
                                                                                      "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k74rmfn/",
                                                                                      "subreddit_type": "public",
                                                                                      "locked": false,
                                                                                      "report_reasons": null,
                                                                                      "created": 1698695454,
                                                                                      "author_flair_text": null,
                                                                                      "treatment_tags": [],
                                                                                      "created_utc": 1698695454,
                                                                                      "subreddit_name_prefixed": "r/nba",
                                                                                      "controversiality": 0,
                                                                                      "depth": 3,
                                                                                      "author_flair_background_color": null,
                                                                                      "collapsed_because_crowd_control": null,
                                                                                      "mod_reports": [],
                                                                                      "num_reports": null,
                                                                                      "ups": 8
                                                                                  }
                                                                              }
                                                                          ],
                                                                          "before": null
                                                                      }
                                                                  },
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k72zlet",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": false,
                                                                  "author": "irelli",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k72wq75",
                                                                  "score": 22,
                                                                  "author_fullname": "t2_9vopn",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "The problem is Giannis doesn't actually set a screen, which makes it easy to trap Dame. \n\nHe's slipping every single time",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": "TrailBlazers5",
                                                                  "name": "t1_k72zlet",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [
                                                                      {
                                                                          "e": "text",
                                                                          "t": "Trail Blazers"
                                                                      }
                                                                  ],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;The problem is Giannis doesn&amp;#39;t actually set a screen, which makes it easy to trap Dame. &lt;/p&gt;\n\n&lt;p&gt;He&amp;#39;s slipping every single time&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": "dark",
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72zlet/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698670662,
                                                                  "author_flair_text": "Trail Blazers",
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698670662,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": null,
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 22
                                                              }
                                                          }
                                                      ],
                                                      "before": null
                                                  }
                                              },
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k72wq75",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "SquimJim",
                                              "can_mod_post": false,
                                              "created_utc": 1698669204,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t3sg",
                                              "score": 20,
                                              "author_fullname": "t2_7mb1q",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "Ugly game for the Bucks, but it's one game early in the season. \n\nBeen banging the Jalen Johnson drum ever since the playoffs and he's looking exactly like I would have envisioned him for this year. He's part of the reason I think the Hawks have a real shot at coming out on top of that 2nd tier group in the East. I know things haven't looked fantastic for them, but once their shooting normalizes, (like in this game), I believe they'll start stringing a handful of wins together. I don't think this is \"Midlanta\" of yesteryear. \n\nDame/Giannis PnR sometimes looks deadly and sometimes it looks very mid. Am I seeing that correctly? I'm sure it's a chemistry thing and will get better with time, but Giannis doesn't seem right in that role all the time. Lopez almost feels like the better option at times.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Celtics1",
                                              "name": "t1_k72wq75",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "e": "text",
                                                      "t": "Celtics"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Ugly game for the Bucks, but it&amp;#39;s one game early in the season. &lt;/p&gt;\n\n&lt;p&gt;Been banging the Jalen Johnson drum ever since the playoffs and he&amp;#39;s looking exactly like I would have envisioned him for this year. He&amp;#39;s part of the reason I think the Hawks have a real shot at coming out on top of that 2nd tier group in the East. I know things haven&amp;#39;t looked fantastic for them, but once their shooting normalizes, (like in this game), I believe they&amp;#39;ll start stringing a handful of wins together. I don&amp;#39;t think this is &amp;quot;Midlanta&amp;quot; of yesteryear. &lt;/p&gt;\n\n&lt;p&gt;Dame/Giannis PnR sometimes looks deadly and sometimes it looks very mid. Am I seeing that correctly? I&amp;#39;m sure it&amp;#39;s a chemistry thing and will get better with time, but Giannis doesn&amp;#39;t seem right in that role all the time. Lopez almost feels like the better option at times.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72wq75/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698669204,
                                              "author_flair_text": "Celtics",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 20
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": "b8a1c822-3feb-11e8-88e1-0e5f55d58ce0",
                                              "likes": null,
                                              "replies": {
                                                  "kind": "Listing",
                                                  "data": {
                                                      "after": null,
                                                      "dist": null,
                                                      "modhash": "",
                                                      "geo_filter": "",
                                                      "children": [
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "text",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": null,
                                                                  "likes": null,
                                                                  "replies": "",
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k7432ai",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": false,
                                                                  "author": "GayLoveSession",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k734p5f",
                                                                  "score": 6,
                                                                  "author_fullname": "t2_8xim2wev",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "As someone who rushed to the waiver wire to pick up Jalen Johnson, I sincerely hope you're wrong and his shooting is sustainable",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": null,
                                                                  "name": "t1_k7432ai",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;As someone who rushed to the waiver wire to pick up Jalen Johnson, I sincerely hope you&amp;#39;re wrong and his shooting is sustainable&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": null,
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k7432ai/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698686443,
                                                                  "author_flair_text": null,
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698686443,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": null,
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 6
                                                              }
                                                          },
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "richtext",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": "b8a1c822-3feb-11e8-88e1-0e5f55d58ce0",
                                                                  "likes": null,
                                                                  "replies": "",
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k748rw4",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": true,
                                                                  "author": "Standard-Big1474",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k734p5f",
                                                                  "score": 2,
                                                                  "author_fullname": "t2_mi6wltvc",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "I think it will be matchup dependent as sometimes it may be better to have Jalen being the lead ball handler for the bench unit (for those rare moments Trae and DJ both rest) but Jalen was definitely the right move for Giannis as Bey is kinda undersized at the 4",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": "Hawks1",
                                                                  "name": "t1_k748rw4",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [
                                                                      {
                                                                          "a": ":atl-1:",
                                                                          "u": "https://emoji.redditmedia.com/30i0t802e0t81_t5_2qo4s/atl-1",
                                                                          "e": "emoji"
                                                                      },
                                                                      {
                                                                          "e": "text",
                                                                          "t": " Hawks"
                                                                      }
                                                                  ],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;I think it will be matchup dependent as sometimes it may be better to have Jalen being the lead ball handler for the bench unit (for those rare moments Trae and DJ both rest) but Jalen was definitely the right move for Giannis as Bey is kinda undersized at the 4&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": "dark",
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k748rw4/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698688527,
                                                                  "author_flair_text": ":atl-1: Hawks",
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698688527,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": "#edeff1",
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 2
                                                              }
                                                          }
                                                      ],
                                                      "before": null
                                                  }
                                              },
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k734p5f",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "Handyman2116",
                                              "can_mod_post": false,
                                              "created_utc": 1698673033,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t3sg",
                                              "score": 9,
                                              "author_fullname": "t2_5by8352k",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "Man, I love Jalen Johnson so much, I know his shooting is probably not that sustainable, but having a guy like him who can handle the ball and playmake makes him a much better fit for Snyder's system. I'm glad that Quin gave him the start over Bey, Bey might be better suited to a bench role at this moment. \n\nAlso, I don't want to jinx anything, but Hunter has been very good to start the year.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Hawks1",
                                              "name": "t1_k734p5f",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "a": ":atl-1:",
                                                      "u": "https://emoji.redditmedia.com/30i0t802e0t81_t5_2qo4s/atl-1",
                                                      "e": "emoji"
                                                  },
                                                  {
                                                      "e": "text",
                                                      "t": " Hawks"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Man, I love Jalen Johnson so much, I know his shooting is probably not that sustainable, but having a guy like him who can handle the ball and playmake makes him a much better fit for Snyder&amp;#39;s system. I&amp;#39;m glad that Quin gave him the start over Bey, Bey might be better suited to a bench role at this moment. &lt;/p&gt;\n\n&lt;p&gt;Also, I don&amp;#39;t want to jinx anything, but Hunter has been very good to start the year.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k734p5f/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698673033,
                                              "author_flair_text": ":atl-1: Hawks",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "#edeff1",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 9
                                          }
                                      }
                                  ],
                                  "before": null
                              }
                          },
                          "user_reports": [],
                          "saved": false,
                          "id": "k72t3sg",
                          "banned_at_utc": null,
                          "mod_reason_title": null,
                          "gilded": 0,
                          "archived": true,
                          "collapsed_reason_code": null,
                          "no_follow": false,
                          "author": "NBA_MOD",
                          "can_mod_post": false,
                          "created_utc": 1698667216,
                          "send_replies": false,
                          "parent_id": "t3_17jrqc5",
                          "score": 12,
                          "author_fullname": "t2_6vjwa",
                          "approved_by": null,
                          "mod_note": null,
                          "all_awardings": [],
                          "collapsed": false,
                          "body": "\n\n**Hawks @ Bucks**\n\n[](/ATL) **127 -  110** [](/MIL)\n\n**Box Scores: [NBA](https://www.nba.com/game/ATL-vs-MIL-0022300097/boxscore) &amp; [Yahoo](http://sports.yahoo.com/nba/atlanta-hawks-milwaukee-bucks-2023102915)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Atlanta Hawks|31|37|33|26|127|\n|Milwaukee Bucks|25|22|33|30|110|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Atlanta Hawks|127|47-93|50.5%|15-37|40.5%|18-22|81.8%|13|55|32|17|15|17|2|\n|Milwaukee Bucks|110|39-86|45.300000000000004%|16-44|36.4%|16-20|80.0%|12|46|22|22|10|23|3|",
                          "edited": false,
                          "top_awarded_type": null,
                          "author_flair_css_class": "NBA",
                          "name": "t1_k72t3sg",
                          "is_submitter": true,
                          "downs": 0,
                          "author_flair_richtext": [
                              {
                                  "e": "text",
                                  "t": " r/NBA"
                              }
                          ],
                          "author_patreon_flair": false,
                          "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;&lt;strong&gt;Hawks @ Bucks&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;a href=\"/ATL\"&gt;&lt;/a&gt; &lt;strong&gt;127 -  110&lt;/strong&gt; &lt;a href=\"/MIL\"&gt;&lt;/a&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Box Scores: &lt;a href=\"https://www.nba.com/game/ATL-vs-MIL-0022300097/boxscore\"&gt;NBA&lt;/a&gt; &amp;amp; &lt;a href=\"http://sports.yahoo.com/nba/atlanta-hawks-milwaukee-bucks-2023102915\"&gt;Yahoo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q1&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q2&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q3&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q4&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Atlanta Hawks&lt;/td&gt;\n&lt;td align=\"left\"&gt;31&lt;/td&gt;\n&lt;td align=\"left\"&gt;37&lt;/td&gt;\n&lt;td align=\"left\"&gt;33&lt;/td&gt;\n&lt;td align=\"left\"&gt;26&lt;/td&gt;\n&lt;td align=\"left\"&gt;127&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Milwaukee Bucks&lt;/td&gt;\n&lt;td align=\"left\"&gt;25&lt;/td&gt;\n&lt;td align=\"left\"&gt;22&lt;/td&gt;\n&lt;td align=\"left\"&gt;33&lt;/td&gt;\n&lt;td align=\"left\"&gt;30&lt;/td&gt;\n&lt;td align=\"left\"&gt;110&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n\n&lt;p&gt;&lt;strong&gt;TEAM STATS&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PTS&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;OREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;AST&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PF&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;STL&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TO&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;BLK&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Atlanta Hawks&lt;/td&gt;\n&lt;td align=\"left\"&gt;127&lt;/td&gt;\n&lt;td align=\"left\"&gt;47-93&lt;/td&gt;\n&lt;td align=\"left\"&gt;50.5%&lt;/td&gt;\n&lt;td align=\"left\"&gt;15-37&lt;/td&gt;\n&lt;td align=\"left\"&gt;40.5%&lt;/td&gt;\n&lt;td align=\"left\"&gt;18-22&lt;/td&gt;\n&lt;td align=\"left\"&gt;81.8%&lt;/td&gt;\n&lt;td align=\"left\"&gt;13&lt;/td&gt;\n&lt;td align=\"left\"&gt;55&lt;/td&gt;\n&lt;td align=\"left\"&gt;32&lt;/td&gt;\n&lt;td align=\"left\"&gt;17&lt;/td&gt;\n&lt;td align=\"left\"&gt;15&lt;/td&gt;\n&lt;td align=\"left\"&gt;17&lt;/td&gt;\n&lt;td align=\"left\"&gt;2&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Milwaukee Bucks&lt;/td&gt;\n&lt;td align=\"left\"&gt;110&lt;/td&gt;\n&lt;td align=\"left\"&gt;39-86&lt;/td&gt;\n&lt;td align=\"left\"&gt;45.300000000000004%&lt;/td&gt;\n&lt;td align=\"left\"&gt;16-44&lt;/td&gt;\n&lt;td align=\"left\"&gt;36.4%&lt;/td&gt;\n&lt;td align=\"left\"&gt;16-20&lt;/td&gt;\n&lt;td align=\"left\"&gt;80.0%&lt;/td&gt;\n&lt;td align=\"left\"&gt;12&lt;/td&gt;\n&lt;td align=\"left\"&gt;46&lt;/td&gt;\n&lt;td align=\"left\"&gt;22&lt;/td&gt;\n&lt;td align=\"left\"&gt;22&lt;/td&gt;\n&lt;td align=\"left\"&gt;10&lt;/td&gt;\n&lt;td align=\"left\"&gt;23&lt;/td&gt;\n&lt;td align=\"left\"&gt;3&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n&lt;/div&gt;",
                          "removal_reason": null,
                          "collapsed_reason": null,
                          "distinguished": null,
                          "associated_award": null,
                          "stickied": false,
                          "author_premium": false,
                          "can_gild": false,
                          "gildings": {},
                          "unrepliable_reason": null,
                          "author_flair_text_color": "dark",
                          "score_hidden": false,
                          "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t3sg/",
                          "subreddit_type": "public",
                          "locked": false,
                          "report_reasons": null,
                          "created": 1698667216,
                          "author_flair_text": " r/NBA",
                          "treatment_tags": [],
                          "link_id": "t3_17jrqc5",
                          "subreddit_name_prefixed": "r/nba",
                          "controversiality": 0,
                          "depth": 0,
                          "author_flair_background_color": "#edeff1",
                          "collapsed_because_crowd_control": null,
                          "mod_reports": [],
                          "num_reports": null,
                          "ups": 12
                      }
                  },
                  {
                      "kind": "t1",
                      "data": {
                          "subreddit_id": "t5_2qo4s",
                          "approved_at_utc": null,
                          "author_is_blocked": false,
                          "comment_type": null,
                          "awarders": [],
                          "mod_reason_by": null,
                          "banned_by": null,
                          "author_flair_type": "richtext",
                          "total_awards_received": 0,
                          "subreddit": "nba",
                          "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a",
                          "likes": null,
                          "replies": {
                              "kind": "Listing",
                              "data": {
                                  "after": null,
                                  "dist": null,
                                  "modhash": "",
                                  "geo_filter": "",
                                  "children": [
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": "df053da0-3feb-11e8-a762-0e6e643e70f6",
                                              "likes": null,
                                              "replies": "",
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k73ga4o",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "ShotgunStyles",
                                              "can_mod_post": false,
                                              "created_utc": 1698677842,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t531",
                                              "score": 20,
                                              "author_fullname": "t2_498v24bq",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "It's very early in the season but I think this game shows that the Kings have legit depth as Malik Monk and the funky bunch were able to close out the AD/Lebron Lakers without Fox or Sabonis in the last 3:30 of overtime. Of course, Fox and his heroics did the heavy lifting, but that shows how valuable Monk can be when he's on his 6MOTY mission.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Kings4",
                                              "name": "t1_k73ga4o",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "a": ":sac-4:",
                                                      "u": "https://emoji.redditmedia.com/hm383popw4r81_t5_2qo4s/sac-4",
                                                      "e": "emoji"
                                                  },
                                                  {
                                                      "e": "text",
                                                      "t": " Kings"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;It&amp;#39;s very early in the season but I think this game shows that the Kings have legit depth as Malik Monk and the funky bunch were able to close out the AD/Lebron Lakers without Fox or Sabonis in the last 3:30 of overtime. Of course, Fox and his heroics did the heavy lifting, but that shows how valuable Monk can be when he&amp;#39;s on his 6MOTY mission.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73ga4o/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698677842,
                                              "author_flair_text": ":sac-4: Kings",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "#edeff1",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 20
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": null,
                                              "likes": null,
                                              "replies": {
                                                  "kind": "Listing",
                                                  "data": {
                                                      "after": null,
                                                      "dist": null,
                                                      "modhash": "",
                                                      "geo_filter": "",
                                                      "children": [
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "richtext",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": "df053da0-3feb-11e8-a762-0e6e643e70f6",
                                                                  "likes": null,
                                                                  "replies": "",
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k75nzwj",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": false,
                                                                  "author": "ShotgunStyles",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k73uxl7",
                                                                  "score": 4,
                                                                  "author_fullname": "t2_498v24bq",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "Kings outscored the Lakers 56 to 44 in terms of points in the paint. Some of that was because of guys like Fox and Monk beating everyone, including AD. \n\nSabonis though, took 8 FGs, and only 2 of them were jump shots. He made 1, which was a trailer 3, and the miss was a last-second jumper with Christian Wood on him. Sabonis scored on AD a few times too, and they weren't in transition if I remember correctly. AD's presence definitely deterred more shots though.",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": "Kings4",
                                                                  "name": "t1_k75nzwj",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [
                                                                      {
                                                                          "a": ":sac-4:",
                                                                          "u": "https://emoji.redditmedia.com/hm383popw4r81_t5_2qo4s/sac-4",
                                                                          "e": "emoji"
                                                                      },
                                                                      {
                                                                          "e": "text",
                                                                          "t": " Kings"
                                                                      }
                                                                  ],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Kings outscored the Lakers 56 to 44 in terms of points in the paint. Some of that was because of guys like Fox and Monk beating everyone, including AD. &lt;/p&gt;\n\n&lt;p&gt;Sabonis though, took 8 FGs, and only 2 of them were jump shots. He made 1, which was a trailer 3, and the miss was a last-second jumper with Christian Wood on him. Sabonis scored on AD a few times too, and they weren&amp;#39;t in transition if I remember correctly. AD&amp;#39;s presence definitely deterred more shots though.&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": "dark",
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k75nzwj/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698707822,
                                                                  "author_flair_text": ":sac-4: Kings",
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698707822,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": "#edeff1",
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 4
                                                              }
                                                          }
                                                      ],
                                                      "before": null
                                                  }
                                              },
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k73uxl7",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "braisedbywolves",
                                              "can_mod_post": false,
                                              "created_utc": 1698683445,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t531",
                                              "score": 12,
                                              "author_fullname": "t2_83tq8",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "The Lakers really do go as Anthony Davis goes. Despite some horrible shooting from most everyone, he kept them \nin the game for three quarters (seemingly by himself) and more or less completely stonewalled anything interior by the Kings (Sabonis could essentially do nothing but a few jumpers, in which he didn't seem that confident) - what they got, they got in transition or by jump shots. \n\nFast forward to 40 minutes logged; he slows down and stops working as hard on offense, and the Kings were able to exploit that, gang rebound against him, and move him in space even without Fox and Sabonis on the floor.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "TrailBlazers3",
                                              "name": "t1_k73uxl7",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "e": "text",
                                                      "t": "Trail Blazers"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;The Lakers really do go as Anthony Davis goes. Despite some horrible shooting from most everyone, he kept them \nin the game for three quarters (seemingly by himself) and more or less completely stonewalled anything interior by the Kings (Sabonis could essentially do nothing but a few jumpers, in which he didn&amp;#39;t seem that confident) - what they got, they got in transition or by jump shots. &lt;/p&gt;\n\n&lt;p&gt;Fast forward to 40 minutes logged; he slows down and stops working as hard on offense, and the Kings were able to exploit that, gang rebound against him, and move him in space even without Fox and Sabonis on the floor.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73uxl7/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698683445,
                                              "author_flair_text": "Trail Blazers",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 12
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": null,
                                              "likes": null,
                                              "replies": "",
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k73h0te",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "fundraiser",
                                              "can_mod_post": false,
                                              "created_utc": 1698678137,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t531",
                                              "score": 15,
                                              "author_fullname": "t2_51wgq",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "Was really surprised how aggressive the Kings were from the get go. Lots of drives to the basket with a mix of Sabonis set plays and others initiating the action. Hopefully this continues as we saw last playoffs that eliminating Sabonis causes major disruption to our offense. \n\nAs predicted, Sasha's constant movement and cutting fits this team's system like a glove. He looked a little shaky out there but love that he kept shooting and he seems to understand that a Sabonis hand-off at the three point line creates massive space.\n\nAlso, Kevin freaking Heurter man! It was so weird seeing him out there at the end of the 4th quarter as last season he was typically pulled. His defense and rebounding was immaculate and that game icing 3 in OT punctuated what a complete game he played. \n\nI'm excited, folks!",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Kings2",
                                              "name": "t1_k73h0te",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "e": "text",
                                                      "t": "Kings"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Was really surprised how aggressive the Kings were from the get go. Lots of drives to the basket with a mix of Sabonis set plays and others initiating the action. Hopefully this continues as we saw last playoffs that eliminating Sabonis causes major disruption to our offense. &lt;/p&gt;\n\n&lt;p&gt;As predicted, Sasha&amp;#39;s constant movement and cutting fits this team&amp;#39;s system like a glove. He looked a little shaky out there but love that he kept shooting and he seems to understand that a Sabonis hand-off at the three point line creates massive space.&lt;/p&gt;\n\n&lt;p&gt;Also, Kevin freaking Heurter man! It was so weird seeing him out there at the end of the 4th quarter as last season he was typically pulled. His defense and rebounding was immaculate and that game icing 3 in OT punctuated what a complete game he played. &lt;/p&gt;\n\n&lt;p&gt;I&amp;#39;m excited, folks!&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73h0te/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698678137,
                                              "author_flair_text": "Kings",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 15
                                          }
                                      }
                                  ],
                                  "before": null
                              }
                          },
                          "user_reports": [],
                          "saved": false,
                          "id": "k72t531",
                          "banned_at_utc": null,
                          "mod_reason_title": null,
                          "gilded": 0,
                          "archived": true,
                          "collapsed_reason_code": null,
                          "no_follow": false,
                          "author": "NBA_MOD",
                          "can_mod_post": false,
                          "created_utc": 1698667237,
                          "send_replies": false,
                          "parent_id": "t3_17jrqc5",
                          "score": 17,
                          "author_fullname": "t2_6vjwa",
                          "approved_by": null,
                          "mod_note": null,
                          "all_awardings": [],
                          "collapsed": false,
                          "body": "\n\n**Lakers @ Kings**\n\n[](/LAL) **127 -  132** [](/SAC)\n\n**Box Scores: [NBA](https://www.nba.com/game/LAL-vs-SAC-0022300100/boxscore) &amp; [Yahoo](http://sports.yahoo.com/nba/los-angeles-lakers-sacramento-kings-2023102923)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**OT1**|**Total**|\n|:---|:--|:--|:--|:--|:--|:--|\n|Los Angeles Lakers|28|27|28|32|12|127|\n|Sacramento Kings|41|25|21|28|17|132|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Los Angeles Lakers|127|43-98|43.9%|15-45|33.300000000000004%|26-34|76.5%|8|69|27|22|4|12|4|\n|Sacramento Kings|132|49-104|47.099999999999994%|17-48|35.4%|17-24|70.8%|6|56|30|28|6|10|7|",
                          "edited": false,
                          "top_awarded_type": null,
                          "author_flair_css_class": "NBA",
                          "name": "t1_k72t531",
                          "is_submitter": true,
                          "downs": 0,
                          "author_flair_richtext": [
                              {
                                  "e": "text",
                                  "t": " r/NBA"
                              }
                          ],
                          "author_patreon_flair": false,
                          "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;&lt;strong&gt;Lakers @ Kings&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;a href=\"/LAL\"&gt;&lt;/a&gt; &lt;strong&gt;127 -  132&lt;/strong&gt; &lt;a href=\"/SAC\"&gt;&lt;/a&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Box Scores: &lt;a href=\"https://www.nba.com/game/LAL-vs-SAC-0022300100/boxscore\"&gt;NBA&lt;/a&gt; &amp;amp; &lt;a href=\"http://sports.yahoo.com/nba/los-angeles-lakers-sacramento-kings-2023102923\"&gt;Yahoo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q1&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q2&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q3&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q4&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;OT1&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Los Angeles Lakers&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;27&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;32&lt;/td&gt;\n&lt;td align=\"left\"&gt;12&lt;/td&gt;\n&lt;td align=\"left\"&gt;127&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Sacramento Kings&lt;/td&gt;\n&lt;td align=\"left\"&gt;41&lt;/td&gt;\n&lt;td align=\"left\"&gt;25&lt;/td&gt;\n&lt;td align=\"left\"&gt;21&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;17&lt;/td&gt;\n&lt;td align=\"left\"&gt;132&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n\n&lt;p&gt;&lt;strong&gt;TEAM STATS&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PTS&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;OREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;AST&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PF&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;STL&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TO&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;BLK&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Los Angeles Lakers&lt;/td&gt;\n&lt;td align=\"left\"&gt;127&lt;/td&gt;\n&lt;td align=\"left\"&gt;43-98&lt;/td&gt;\n&lt;td align=\"left\"&gt;43.9%&lt;/td&gt;\n&lt;td align=\"left\"&gt;15-45&lt;/td&gt;\n&lt;td align=\"left\"&gt;33.300000000000004%&lt;/td&gt;\n&lt;td align=\"left\"&gt;26-34&lt;/td&gt;\n&lt;td align=\"left\"&gt;76.5%&lt;/td&gt;\n&lt;td align=\"left\"&gt;8&lt;/td&gt;\n&lt;td align=\"left\"&gt;69&lt;/td&gt;\n&lt;td align=\"left\"&gt;27&lt;/td&gt;\n&lt;td align=\"left\"&gt;22&lt;/td&gt;\n&lt;td align=\"left\"&gt;4&lt;/td&gt;\n&lt;td align=\"left\"&gt;12&lt;/td&gt;\n&lt;td align=\"left\"&gt;4&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Sacramento Kings&lt;/td&gt;\n&lt;td align=\"left\"&gt;132&lt;/td&gt;\n&lt;td align=\"left\"&gt;49-104&lt;/td&gt;\n&lt;td align=\"left\"&gt;47.099999999999994%&lt;/td&gt;\n&lt;td align=\"left\"&gt;17-48&lt;/td&gt;\n&lt;td align=\"left\"&gt;35.4%&lt;/td&gt;\n&lt;td align=\"left\"&gt;17-24&lt;/td&gt;\n&lt;td align=\"left\"&gt;70.8%&lt;/td&gt;\n&lt;td align=\"left\"&gt;6&lt;/td&gt;\n&lt;td align=\"left\"&gt;56&lt;/td&gt;\n&lt;td align=\"left\"&gt;30&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;6&lt;/td&gt;\n&lt;td align=\"left\"&gt;10&lt;/td&gt;\n&lt;td align=\"left\"&gt;7&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n&lt;/div&gt;",
                          "removal_reason": null,
                          "collapsed_reason": null,
                          "distinguished": null,
                          "associated_award": null,
                          "stickied": false,
                          "author_premium": false,
                          "can_gild": false,
                          "gildings": {},
                          "unrepliable_reason": null,
                          "author_flair_text_color": "dark",
                          "score_hidden": false,
                          "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t531/",
                          "subreddit_type": "public",
                          "locked": false,
                          "report_reasons": null,
                          "created": 1698667237,
                          "author_flair_text": " r/NBA",
                          "treatment_tags": [],
                          "link_id": "t3_17jrqc5",
                          "subreddit_name_prefixed": "r/nba",
                          "controversiality": 0,
                          "depth": 0,
                          "author_flair_background_color": "#edeff1",
                          "collapsed_because_crowd_control": null,
                          "mod_reports": [],
                          "num_reports": null,
                          "ups": 17
                      }
                  },
                  {
                      "kind": "t1",
                      "data": {
                          "subreddit_id": "t5_2qo4s",
                          "approved_at_utc": null,
                          "author_is_blocked": false,
                          "comment_type": null,
                          "awarders": [],
                          "mod_reason_by": null,
                          "banned_by": null,
                          "author_flair_type": "richtext",
                          "total_awards_received": 0,
                          "subreddit": "nba",
                          "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a",
                          "likes": null,
                          "replies": {
                              "kind": "Listing",
                              "data": {
                                  "after": null,
                                  "dist": null,
                                  "modhash": "",
                                  "geo_filter": "",
                                  "children": [
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": null,
                                              "likes": null,
                                              "replies": {
                                                  "kind": "Listing",
                                                  "data": {
                                                      "after": null,
                                                      "dist": null,
                                                      "modhash": "",
                                                      "geo_filter": "",
                                                      "children": [
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "richtext",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": null,
                                                                  "likes": null,
                                                                  "replies": "",
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k73tb25",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": false,
                                                                  "author": "mohiben",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k72xwbx",
                                                                  "score": 20,
                                                                  "author_fullname": "t2_97o9m",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "Why would they include a weakness on the team? Seems shortsighted, is it some weird NBA tradition or am I missing something?",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": "Nuggets1",
                                                                  "name": "t1_k73tb25",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [
                                                                      {
                                                                          "e": "text",
                                                                          "t": "Nuggets"
                                                                      }
                                                                  ],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Why would they include a weakness on the team? Seems shortsighted, is it some weird NBA tradition or am I missing something?&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": "dark",
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73tb25/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698682834,
                                                                  "author_flair_text": "Nuggets",
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698682834,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": "",
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 20
                                                              }
                                                          }
                                                      ],
                                                      "before": null
                                                  }
                                              },
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k72xwbx",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "SquimJim",
                                              "can_mod_post": false,
                                              "created_utc": 1698669816,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t2xe",
                                              "score": 32,
                                              "author_fullname": "t2_7mb1q",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "So now the Nugs are getting double-digit scoring outputs from multiple guys on the bench and playing defense that stifles the high-octane Thunder? What even is their weakness at this point? Hopefully this doesn't continue, for the sake of the rest of us.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Celtics1",
                                              "name": "t1_k72xwbx",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "e": "text",
                                                      "t": "Celtics"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;So now the Nugs are getting double-digit scoring outputs from multiple guys on the bench and playing defense that stifles the high-octane Thunder? What even is their weakness at this point? Hopefully this doesn&amp;#39;t continue, for the sake of the rest of us.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72xwbx/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698669816,
                                              "author_flair_text": "Celtics",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 32
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": "d706f418-3feb-11e8-9197-0e3df3befd50",
                                              "likes": null,
                                              "replies": {
                                                  "kind": "Listing",
                                                  "data": {
                                                      "after": null,
                                                      "dist": null,
                                                      "modhash": "",
                                                      "geo_filter": "",
                                                      "children": [
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "richtext",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": null,
                                                                  "likes": null,
                                                                  "replies": "",
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k75tcvn",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": true,
                                                                  "author": "runevault",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k73ek01",
                                                                  "score": 2,
                                                                  "author_fullname": "t2_39khi",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "If we can win games while the starters play less minutes, the rest of the league is in so much trouble. Still incredibly early but the signs are pointing in a great direction for the young Nuggs.",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": "Nuggets2",
                                                                  "name": "t1_k75tcvn",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [
                                                                      {
                                                                          "e": "text",
                                                                          "t": "Nuggets"
                                                                      }
                                                                  ],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;If we can win games while the starters play less minutes, the rest of the league is in so much trouble. Still incredibly early but the signs are pointing in a great direction for the young Nuggs.&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": "dark",
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k75tcvn/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698710016,
                                                                  "author_flair_text": "Nuggets",
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698710016,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": "",
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 2
                                                              }
                                                          }
                                                      ],
                                                      "before": null
                                                  }
                                              },
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k73ek01",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "Apprehensive-Sir-411",
                                              "can_mod_post": false,
                                              "created_utc": 1698677161,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t2xe",
                                              "score": 23,
                                              "author_fullname": "t2_75td01em",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "Jokic is a joy to watch and the reason my reaction to the loss is respect rather than disappointment. Really glad Chet experienced that matchup early and managed to do some damage on the other end! The Nuggets’ bench looking this good is a TERRIFYING development for the rest of the league.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Thunder2",
                                              "name": "t1_k73ek01",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "a": ":okc-2:",
                                                      "u": "https://emoji.redditmedia.com/uf6xc0kcw4r81_t5_2qo4s/okc-2",
                                                      "e": "emoji"
                                                  },
                                                  {
                                                      "e": "text",
                                                      "t": " Thunder"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Jokic is a joy to watch and the reason my reaction to the loss is respect rather than disappointment. Really glad Chet experienced that matchup early and managed to do some damage on the other end! The Nuggets’ bench looking this good is a TERRIFYING development for the rest of the league.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73ek01/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698677161,
                                              "author_flair_text": ":okc-2: Thunder",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "#edeff1",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 23
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": "d74df1b0-3feb-11e8-8d19-0e13818b4512",
                                              "likes": null,
                                              "replies": {
                                                  "kind": "Listing",
                                                  "data": {
                                                      "after": null,
                                                      "dist": null,
                                                      "modhash": "",
                                                      "geo_filter": "",
                                                      "children": [
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "richtext",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": "c401be98-3feb-11e8-aeff-0efb286a2c8c",
                                                                  "likes": null,
                                                                  "replies": {
                                                                      "kind": "Listing",
                                                                      "data": {
                                                                          "after": null,
                                                                          "dist": null,
                                                                          "modhash": "",
                                                                          "geo_filter": "",
                                                                          "children": [
                                                                              {
                                                                                  "kind": "t1",
                                                                                  "data": {
                                                                                      "subreddit_id": "t5_2qo4s",
                                                                                      "approved_at_utc": null,
                                                                                      "author_is_blocked": false,
                                                                                      "comment_type": null,
                                                                                      "awarders": [],
                                                                                      "mod_reason_by": null,
                                                                                      "banned_by": null,
                                                                                      "author_flair_type": "richtext",
                                                                                      "total_awards_received": 0,
                                                                                      "subreddit": "nba",
                                                                                      "author_flair_template_id": "d74df1b0-3feb-11e8-8d19-0e13818b4512",
                                                                                      "likes": null,
                                                                                      "replies": "",
                                                                                      "user_reports": [],
                                                                                      "saved": false,
                                                                                      "id": "k737qse",
                                                                                      "banned_at_utc": null,
                                                                                      "mod_reason_title": null,
                                                                                      "gilded": 0,
                                                                                      "archived": true,
                                                                                      "collapsed_reason_code": null,
                                                                                      "no_follow": false,
                                                                                      "author": "TheyCallMeTheWizard",
                                                                                      "can_mod_post": false,
                                                                                      "send_replies": true,
                                                                                      "parent_id": "t1_k736sjm",
                                                                                      "score": 7,
                                                                                      "author_fullname": "t2_525mtbhj",
                                                                                      "removal_reason": null,
                                                                                      "approved_by": null,
                                                                                      "mod_note": null,
                                                                                      "all_awardings": [],
                                                                                      "collapsed": false,
                                                                                      "body": "That’s so much more poetic",
                                                                                      "edited": false,
                                                                                      "top_awarded_type": null,
                                                                                      "author_flair_css_class": "Thunder3",
                                                                                      "name": "t1_k737qse",
                                                                                      "is_submitter": false,
                                                                                      "downs": 0,
                                                                                      "author_flair_richtext": [
                                                                                          {
                                                                                              "a": ":okc-3:",
                                                                                              "u": "https://emoji.redditmedia.com/28hmnoycw4r81_t5_2qo4s/okc-3",
                                                                                              "e": "emoji"
                                                                                          },
                                                                                          {
                                                                                              "e": "text",
                                                                                              "t": " Thunder"
                                                                                          }
                                                                                      ],
                                                                                      "author_patreon_flair": false,
                                                                                      "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;That’s so much more poetic&lt;/p&gt;\n&lt;/div&gt;",
                                                                                      "gildings": {},
                                                                                      "collapsed_reason": null,
                                                                                      "distinguished": null,
                                                                                      "associated_award": null,
                                                                                      "stickied": false,
                                                                                      "author_premium": false,
                                                                                      "can_gild": false,
                                                                                      "link_id": "t3_17jrqc5",
                                                                                      "unrepliable_reason": null,
                                                                                      "author_flair_text_color": "dark",
                                                                                      "score_hidden": false,
                                                                                      "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k737qse/",
                                                                                      "subreddit_type": "public",
                                                                                      "locked": false,
                                                                                      "report_reasons": null,
                                                                                      "created": 1698674369,
                                                                                      "author_flair_text": ":okc-3: Thunder",
                                                                                      "treatment_tags": [],
                                                                                      "created_utc": 1698674369,
                                                                                      "subreddit_name_prefixed": "r/nba",
                                                                                      "controversiality": 0,
                                                                                      "depth": 3,
                                                                                      "author_flair_background_color": "#edeff1",
                                                                                      "collapsed_because_crowd_control": null,
                                                                                      "mod_reports": [],
                                                                                      "num_reports": null,
                                                                                      "ups": 7
                                                                                  }
                                                                              }
                                                                          ],
                                                                          "before": null
                                                                      }
                                                                  },
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k736sjm",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": false,
                                                                  "author": "InkBlotSam",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k72zl7l",
                                                                  "score": 26,
                                                                  "author_fullname": "t2_xzc24",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "TL;DR: Chet needs to be a little bit fatter, to be honest.",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": "Nuggets4",
                                                                  "name": "t1_k736sjm",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [
                                                                      {
                                                                          "a": ":den-4:",
                                                                          "u": "https://emoji.redditmedia.com/2hbcqdwnlnse1_t5_2qo4s/den-4",
                                                                          "e": "emoji"
                                                                      },
                                                                      {
                                                                          "e": "text",
                                                                          "t": " Nuggets"
                                                                      }
                                                                  ],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;TL;DR: Chet needs to be a little bit fatter, to be honest.&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": "dark",
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k736sjm/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698673958,
                                                                  "author_flair_text": ":den-4: Nuggets",
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698673958,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": "#dadada",
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 26
                                                              }
                                                          },
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "author_flair_type": "text",
                                                                  "total_awards_received": 0,
                                                                  "subreddit": "nba",
                                                                  "author_flair_template_id": null,
                                                                  "likes": null,
                                                                  "replies": {
                                                                      "kind": "Listing",
                                                                      "data": {
                                                                          "after": null,
                                                                          "dist": null,
                                                                          "modhash": "",
                                                                          "geo_filter": "",
                                                                          "children": [
                                                                              {
                                                                                  "kind": "t1",
                                                                                  "data": {
                                                                                      "subreddit_id": "t5_2qo4s",
                                                                                      "approved_at_utc": null,
                                                                                      "author_is_blocked": false,
                                                                                      "comment_type": null,
                                                                                      "awarders": [],
                                                                                      "mod_reason_by": null,
                                                                                      "banned_by": null,
                                                                                      "author_flair_type": "richtext",
                                                                                      "total_awards_received": 0,
                                                                                      "subreddit": "nba",
                                                                                      "author_flair_template_id": "d74df1b0-3feb-11e8-8d19-0e13818b4512",
                                                                                      "likes": null,
                                                                                      "replies": "",
                                                                                      "user_reports": [],
                                                                                      "saved": false,
                                                                                      "id": "k74hrh3",
                                                                                      "banned_at_utc": null,
                                                                                      "mod_reason_title": null,
                                                                                      "gilded": 0,
                                                                                      "archived": true,
                                                                                      "collapsed_reason_code": null,
                                                                                      "no_follow": true,
                                                                                      "author": "TheyCallMeTheWizard",
                                                                                      "can_mod_post": false,
                                                                                      "send_replies": true,
                                                                                      "parent_id": "t1_k74fg9d",
                                                                                      "score": 2,
                                                                                      "author_fullname": "t2_525mtbhj",
                                                                                      "removal_reason": null,
                                                                                      "approved_by": null,
                                                                                      "mod_note": null,
                                                                                      "all_awardings": [],
                                                                                      "collapsed": false,
                                                                                      "body": "Bulls will blow it up. I think Vucevic will be moved",
                                                                                      "edited": false,
                                                                                      "top_awarded_type": null,
                                                                                      "author_flair_css_class": "Thunder3",
                                                                                      "name": "t1_k74hrh3",
                                                                                      "is_submitter": false,
                                                                                      "downs": 0,
                                                                                      "author_flair_richtext": [
                                                                                          {
                                                                                              "a": ":okc-3:",
                                                                                              "u": "https://emoji.redditmedia.com/28hmnoycw4r81_t5_2qo4s/okc-3",
                                                                                              "e": "emoji"
                                                                                          },
                                                                                          {
                                                                                              "e": "text",
                                                                                              "t": " Thunder"
                                                                                          }
                                                                                      ],
                                                                                      "author_patreon_flair": false,
                                                                                      "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Bulls will blow it up. I think Vucevic will be moved&lt;/p&gt;\n&lt;/div&gt;",
                                                                                      "gildings": {},
                                                                                      "collapsed_reason": null,
                                                                                      "distinguished": null,
                                                                                      "associated_award": null,
                                                                                      "stickied": false,
                                                                                      "author_premium": false,
                                                                                      "can_gild": false,
                                                                                      "link_id": "t3_17jrqc5",
                                                                                      "unrepliable_reason": null,
                                                                                      "author_flair_text_color": "dark",
                                                                                      "score_hidden": false,
                                                                                      "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k74hrh3/",
                                                                                      "subreddit_type": "public",
                                                                                      "locked": false,
                                                                                      "report_reasons": null,
                                                                                      "created": 1698691828,
                                                                                      "author_flair_text": ":okc-3: Thunder",
                                                                                      "treatment_tags": [],
                                                                                      "created_utc": 1698691828,
                                                                                      "subreddit_name_prefixed": "r/nba",
                                                                                      "controversiality": 0,
                                                                                      "depth": 3,
                                                                                      "author_flair_background_color": "#edeff1",
                                                                                      "collapsed_because_crowd_control": null,
                                                                                      "mod_reports": [],
                                                                                      "num_reports": null,
                                                                                      "ups": 2
                                                                                  }
                                                                              }
                                                                          ],
                                                                          "before": null
                                                                      }
                                                                  },
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k74fg9d",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": true,
                                                                  "author": "ICantFWBrokeBoys",
                                                                  "can_mod_post": false,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k72zl7l",
                                                                  "score": 1,
                                                                  "author_fullname": "t2_ug3nglrx",
                                                                  "removal_reason": null,
                                                                  "approved_by": null,
                                                                  "mod_note": null,
                                                                  "all_awardings": [],
                                                                  "body": "spurs on the right path having collins take on all the bigs, would serve okc right to find a big to slide chet to the 4, perhaps eventually a trade to look out for giddey?",
                                                                  "edited": false,
                                                                  "top_awarded_type": null,
                                                                  "downs": 0,
                                                                  "author_flair_css_class": null,
                                                                  "name": "t1_k74fg9d",
                                                                  "is_submitter": false,
                                                                  "collapsed": false,
                                                                  "author_flair_richtext": [],
                                                                  "author_patreon_flair": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;spurs on the right path having collins take on all the bigs, would serve okc right to find a big to slide chet to the 4, perhaps eventually a trade to look out for giddey?&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "distinguished": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "author_premium": false,
                                                                  "can_gild": false,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": null,
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k74fg9d/",
                                                                  "subreddit_type": "public",
                                                                  "locked": false,
                                                                  "report_reasons": null,
                                                                  "created": 1698690985,
                                                                  "author_flair_text": null,
                                                                  "treatment_tags": [],
                                                                  "created_utc": 1698690985,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": null,
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "num_reports": null,
                                                                  "ups": 1
                                                              }
                                                          },
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "total_awards_received": 0,
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "ups": 1,
                                                                  "removal_reason": null,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "author_flair_template_id": null,
                                                                  "likes": null,
                                                                  "replies": {
                                                                      "kind": "Listing",
                                                                      "data": {
                                                                          "after": null,
                                                                          "dist": null,
                                                                          "modhash": "",
                                                                          "geo_filter": "",
                                                                          "children": [
                                                                              {
                                                                                  "kind": "t1",
                                                                                  "data": {
                                                                                      "subreddit_id": "t5_2qo4s",
                                                                                      "approved_at_utc": null,
                                                                                      "author_is_blocked": false,
                                                                                      "comment_type": null,
                                                                                      "awarders": [],
                                                                                      "mod_reason_by": null,
                                                                                      "banned_by": null,
                                                                                      "author_flair_type": "richtext",
                                                                                      "total_awards_received": 0,
                                                                                      "subreddit": "nba",
                                                                                      "author_flair_template_id": "d74df1b0-3feb-11e8-8d19-0e13818b4512",
                                                                                      "likes": null,
                                                                                      "replies": "",
                                                                                      "user_reports": [],
                                                                                      "saved": false,
                                                                                      "id": "k76vgh4",
                                                                                      "banned_at_utc": null,
                                                                                      "mod_reason_title": null,
                                                                                      "gilded": 0,
                                                                                      "archived": true,
                                                                                      "collapsed_reason_code": null,
                                                                                      "no_follow": true,
                                                                                      "author": "TheyCallMeTheWizard",
                                                                                      "can_mod_post": false,
                                                                                      "send_replies": true,
                                                                                      "parent_id": "t1_k76owju",
                                                                                      "score": 2,
                                                                                      "author_fullname": "t2_525mtbhj",
                                                                                      "removal_reason": null,
                                                                                      "approved_by": null,
                                                                                      "mod_note": null,
                                                                                      "all_awardings": [],
                                                                                      "collapsed": false,
                                                                                      "body": "Giddey seems to be very Ben Simmons-esque in that regard. He could do with studying his pitfalls and opportunities",
                                                                                      "edited": false,
                                                                                      "top_awarded_type": null,
                                                                                      "author_flair_css_class": "Thunder3",
                                                                                      "name": "t1_k76vgh4",
                                                                                      "is_submitter": false,
                                                                                      "downs": 0,
                                                                                      "author_flair_richtext": [
                                                                                          {
                                                                                              "a": ":okc-3:",
                                                                                              "u": "https://emoji.redditmedia.com/28hmnoycw4r81_t5_2qo4s/okc-3",
                                                                                              "e": "emoji"
                                                                                          },
                                                                                          {
                                                                                              "e": "text",
                                                                                              "t": " Thunder"
                                                                                          }
                                                                                      ],
                                                                                      "author_patreon_flair": false,
                                                                                      "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Giddey seems to be very Ben Simmons-esque in that regard. He could do with studying his pitfalls and opportunities&lt;/p&gt;\n&lt;/div&gt;",
                                                                                      "gildings": {},
                                                                                      "collapsed_reason": null,
                                                                                      "distinguished": null,
                                                                                      "associated_award": null,
                                                                                      "stickied": false,
                                                                                      "author_premium": false,
                                                                                      "can_gild": false,
                                                                                      "link_id": "t3_17jrqc5",
                                                                                      "unrepliable_reason": null,
                                                                                      "author_flair_text_color": "dark",
                                                                                      "score_hidden": false,
                                                                                      "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k76vgh4/",
                                                                                      "subreddit_type": "public",
                                                                                      "locked": false,
                                                                                      "report_reasons": null,
                                                                                      "created": 1698727005,
                                                                                      "author_flair_text": ":okc-3: Thunder",
                                                                                      "treatment_tags": [],
                                                                                      "created_utc": 1698727005,
                                                                                      "subreddit_name_prefixed": "r/nba",
                                                                                      "controversiality": 0,
                                                                                      "depth": 3,
                                                                                      "author_flair_background_color": "#edeff1",
                                                                                      "collapsed_because_crowd_control": null,
                                                                                      "mod_reports": [],
                                                                                      "num_reports": null,
                                                                                      "ups": 2
                                                                                  }
                                                                              }
                                                                          ],
                                                                          "before": null
                                                                      }
                                                                  },
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k76owju",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": true,
                                                                  "author": "[deleted]",
                                                                  "can_mod_post": false,
                                                                  "created_utc": 1698723291,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k72zl7l",
                                                                  "score": 1,
                                                                  "approved_by": null,
                                                                  "report_reasons": null,
                                                                  "all_awardings": [],
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "body": "J Will can be an innings-eater for Chet down low when he returns from the hamstring injury.   \nI'd look toward J Dub or Wallace making a leap over Poku or Ous. I agree with you about Giddey. He needs to be much better if OKC wants a playoff spot this year.   \nGiddey is intriguing. I really like him, but I still can't figure him out. He's improved this year at using his size to get all the way to the rim. But he has meh touch, awkward footwork, and only uses his right hand to finish. His defense is...lackluster. At the same time, I love his off-ball cutting, passing, and size. He's improved each year, too. I don't know that his skills + developmental timeline match with OKC's, and that's a bummer because he's a joy to watch.",
                                                                  "edited": false,
                                                                  "author_flair_css_class": null,
                                                                  "downs": 0,
                                                                  "is_submitter": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;J Will can be an innings-eater for Chet down low when he returns from the hamstring injury.&lt;br/&gt;\nI&amp;#39;d look toward J Dub or Wallace making a leap over Poku or Ous. I agree with you about Giddey. He needs to be much better if OKC wants a playoff spot this year.&lt;br/&gt;\nGiddey is intriguing. I really like him, but I still can&amp;#39;t figure him out. He&amp;#39;s improved this year at using his size to get all the way to the rim. But he has meh touch, awkward footwork, and only uses his right hand to finish. His defense is...lackluster. At the same time, I love his off-ball cutting, passing, and size. He&amp;#39;s improved each year, too. I don&amp;#39;t know that his skills + developmental timeline match with OKC&amp;#39;s, and that&amp;#39;s a bummer because he&amp;#39;s a joy to watch.&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "subreddit_type": "public",
                                                                  "can_gild": false,
                                                                  "top_awarded_type": null,
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": "dark",
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k76owju/",
                                                                  "num_reports": null,
                                                                  "locked": false,
                                                                  "name": "t1_k76owju",
                                                                  "created": 1698723291,
                                                                  "subreddit": "nba",
                                                                  "author_flair_text": null,
                                                                  "treatment_tags": [],
                                                                  "collapsed": false,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": "",
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "mod_note": null,
                                                                  "distinguished": null
                                                              }
                                                          }
                                                      ],
                                                      "before": null
                                                  }
                                              },
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k72zl7l",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "TheyCallMeTheWizard",
                                              "can_mod_post": false,
                                              "created_utc": 1698670659,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t2xe",
                                              "score": 12,
                                              "author_fullname": "t2_525mtbhj",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "Thunder will bounce back, but gotta take a look in the mirror. Some of their young players need to make a leap this year and it’s not clear if they’ve done so: Giddey, Ous, Poku\n\nHighly unpopular in the sub is the thought that more mass is more durable, yet the laws of physics dictate it’s a good idea if you don’t want to me a glass cannon, and if not you need to stay out of the kitchen and at the perimeter like KD. \n\nIt may be a good idea to get at least a player that can absorb the punishment in the post, because every time Chet hits the ground everyone’s holding their breath not knowing if that’s the season or not. Slendermen of the past like Bol and Shawn Bradley did ok, but that’s it. A KD style is probably best if you don’t bulk up like how MJ, KG, and Giannis all did\n\nThe rookie Cason only missing one shot this season is insane, and he creates better spacing than Giddey. I think Giddey will be great, but may need a system where he’s the primary ball handler to develop to his potential. Especially if he doesn’t develop some defense and a reliable shot.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Thunder3",
                                              "name": "t1_k72zl7l",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "a": ":okc-3:",
                                                      "u": "https://emoji.redditmedia.com/28hmnoycw4r81_t5_2qo4s/okc-3",
                                                      "e": "emoji"
                                                  },
                                                  {
                                                      "e": "text",
                                                      "t": " Thunder"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Thunder will bounce back, but gotta take a look in the mirror. Some of their young players need to make a leap this year and it’s not clear if they’ve done so: Giddey, Ous, Poku&lt;/p&gt;\n\n&lt;p&gt;Highly unpopular in the sub is the thought that more mass is more durable, yet the laws of physics dictate it’s a good idea if you don’t want to me a glass cannon, and if not you need to stay out of the kitchen and at the perimeter like KD. &lt;/p&gt;\n\n&lt;p&gt;It may be a good idea to get at least a player that can absorb the punishment in the post, because every time Chet hits the ground everyone’s holding their breath not knowing if that’s the season or not. Slendermen of the past like Bol and Shawn Bradley did ok, but that’s it. A KD style is probably best if you don’t bulk up like how MJ, KG, and Giannis all did&lt;/p&gt;\n\n&lt;p&gt;The rookie Cason only missing one shot this season is insane, and he creates better spacing than Giddey. I think Giddey will be great, but may need a system where he’s the primary ball handler to develop to his potential. Especially if he doesn’t develop some defense and a reliable shot.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72zl7l/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698670659,
                                              "author_flair_text": ":okc-3: Thunder",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "#edeff1",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 12
                                          }
                                      }
                                  ],
                                  "before": null
                              }
                          },
                          "user_reports": [],
                          "saved": false,
                          "id": "k72t2xe",
                          "banned_at_utc": null,
                          "mod_reason_title": null,
                          "gilded": 0,
                          "archived": true,
                          "collapsed_reason_code": null,
                          "no_follow": false,
                          "author": "NBA_MOD",
                          "can_mod_post": false,
                          "created_utc": 1698667203,
                          "send_replies": false,
                          "parent_id": "t3_17jrqc5",
                          "score": 5,
                          "author_fullname": "t2_6vjwa",
                          "approved_by": null,
                          "mod_note": null,
                          "all_awardings": [],
                          "collapsed": false,
                          "body": "\n\n**Nuggets @ Thunder**\n\n[](/DEN) **128 -  95** [](/OKC)\n\n**Box Scores: [NBA](https://www.nba.com/game/DEN-vs-OKC-0022300095/boxscore) &amp; [Yahoo](http://sports.yahoo.com/nba/denver-nuggets-oklahoma-city-thunder-2023102925)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Denver Nuggets|34|35|28|31|128|\n|Oklahoma City Thunder|23|28|24|20|95|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Denver Nuggets|128|53-88|60.199999999999996%|11-27|40.699999999999996%|11-13|84.6%|10|52|34|21|8|13|5|\n|Oklahoma City Thunder|95|37-90|41.099999999999994%|6-32|18.8%|15-18|83.3%|7|41|22|14|8|9|4|",
                          "edited": false,
                          "top_awarded_type": null,
                          "author_flair_css_class": "NBA",
                          "name": "t1_k72t2xe",
                          "is_submitter": true,
                          "downs": 0,
                          "author_flair_richtext": [
                              {
                                  "e": "text",
                                  "t": " r/NBA"
                              }
                          ],
                          "author_patreon_flair": false,
                          "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;&lt;strong&gt;Nuggets @ Thunder&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;a href=\"/DEN\"&gt;&lt;/a&gt; &lt;strong&gt;128 -  95&lt;/strong&gt; &lt;a href=\"/OKC\"&gt;&lt;/a&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Box Scores: &lt;a href=\"https://www.nba.com/game/DEN-vs-OKC-0022300095/boxscore\"&gt;NBA&lt;/a&gt; &amp;amp; &lt;a href=\"http://sports.yahoo.com/nba/denver-nuggets-oklahoma-city-thunder-2023102925\"&gt;Yahoo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q1&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q2&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q3&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q4&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Denver Nuggets&lt;/td&gt;\n&lt;td align=\"left\"&gt;34&lt;/td&gt;\n&lt;td align=\"left\"&gt;35&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;31&lt;/td&gt;\n&lt;td align=\"left\"&gt;128&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Oklahoma City Thunder&lt;/td&gt;\n&lt;td align=\"left\"&gt;23&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;24&lt;/td&gt;\n&lt;td align=\"left\"&gt;20&lt;/td&gt;\n&lt;td align=\"left\"&gt;95&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n\n&lt;p&gt;&lt;strong&gt;TEAM STATS&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PTS&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;OREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;AST&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PF&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;STL&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TO&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;BLK&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Denver Nuggets&lt;/td&gt;\n&lt;td align=\"left\"&gt;128&lt;/td&gt;\n&lt;td align=\"left\"&gt;53-88&lt;/td&gt;\n&lt;td align=\"left\"&gt;60.199999999999996%&lt;/td&gt;\n&lt;td align=\"left\"&gt;11-27&lt;/td&gt;\n&lt;td align=\"left\"&gt;40.699999999999996%&lt;/td&gt;\n&lt;td align=\"left\"&gt;11-13&lt;/td&gt;\n&lt;td align=\"left\"&gt;84.6%&lt;/td&gt;\n&lt;td align=\"left\"&gt;10&lt;/td&gt;\n&lt;td align=\"left\"&gt;52&lt;/td&gt;\n&lt;td align=\"left\"&gt;34&lt;/td&gt;\n&lt;td align=\"left\"&gt;21&lt;/td&gt;\n&lt;td align=\"left\"&gt;8&lt;/td&gt;\n&lt;td align=\"left\"&gt;13&lt;/td&gt;\n&lt;td align=\"left\"&gt;5&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Oklahoma City Thunder&lt;/td&gt;\n&lt;td align=\"left\"&gt;95&lt;/td&gt;\n&lt;td align=\"left\"&gt;37-90&lt;/td&gt;\n&lt;td align=\"left\"&gt;41.099999999999994%&lt;/td&gt;\n&lt;td align=\"left\"&gt;6-32&lt;/td&gt;\n&lt;td align=\"left\"&gt;18.8%&lt;/td&gt;\n&lt;td align=\"left\"&gt;15-18&lt;/td&gt;\n&lt;td align=\"left\"&gt;83.3%&lt;/td&gt;\n&lt;td align=\"left\"&gt;7&lt;/td&gt;\n&lt;td align=\"left\"&gt;41&lt;/td&gt;\n&lt;td align=\"left\"&gt;22&lt;/td&gt;\n&lt;td align=\"left\"&gt;14&lt;/td&gt;\n&lt;td align=\"left\"&gt;8&lt;/td&gt;\n&lt;td align=\"left\"&gt;9&lt;/td&gt;\n&lt;td align=\"left\"&gt;4&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n&lt;/div&gt;",
                          "removal_reason": null,
                          "collapsed_reason": null,
                          "distinguished": null,
                          "associated_award": null,
                          "stickied": false,
                          "author_premium": false,
                          "can_gild": false,
                          "gildings": {},
                          "unrepliable_reason": null,
                          "author_flair_text_color": "dark",
                          "score_hidden": false,
                          "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t2xe/",
                          "subreddit_type": "public",
                          "locked": false,
                          "report_reasons": null,
                          "created": 1698667203,
                          "author_flair_text": " r/NBA",
                          "treatment_tags": [],
                          "link_id": "t3_17jrqc5",
                          "subreddit_name_prefixed": "r/nba",
                          "controversiality": 0,
                          "depth": 0,
                          "author_flair_background_color": "#edeff1",
                          "collapsed_because_crowd_control": null,
                          "mod_reports": [],
                          "num_reports": null,
                          "ups": 5
                      }
                  },
                  {
                      "kind": "t1",
                      "data": {
                          "subreddit_id": "t5_2qo4s",
                          "approved_at_utc": null,
                          "author_is_blocked": false,
                          "comment_type": null,
                          "awarders": [],
                          "mod_reason_by": null,
                          "banned_by": null,
                          "author_flair_type": "richtext",
                          "total_awards_received": 0,
                          "subreddit": "nba",
                          "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a",
                          "likes": null,
                          "replies": {
                              "kind": "Listing",
                              "data": {
                                  "after": null,
                                  "dist": null,
                                  "modhash": "",
                                  "geo_filter": "",
                                  "children": [
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": "81006018-b670-11e7-ae1b-0e987abeb926",
                                              "likes": null,
                                              "replies": {
                                                  "kind": "Listing",
                                                  "data": {
                                                      "after": null,
                                                      "dist": null,
                                                      "modhash": "",
                                                      "geo_filter": "",
                                                      "children": [
                                                          {
                                                              "kind": "t1",
                                                              "data": {
                                                                  "total_awards_received": 0,
                                                                  "approved_at_utc": null,
                                                                  "author_is_blocked": false,
                                                                  "comment_type": null,
                                                                  "awarders": [],
                                                                  "mod_reason_by": null,
                                                                  "banned_by": null,
                                                                  "ups": 3,
                                                                  "removal_reason": null,
                                                                  "link_id": "t3_17jrqc5",
                                                                  "author_flair_template_id": null,
                                                                  "likes": null,
                                                                  "replies": {
                                                                      "kind": "Listing",
                                                                      "data": {
                                                                          "after": null,
                                                                          "dist": null,
                                                                          "modhash": "",
                                                                          "geo_filter": "",
                                                                          "children": [
                                                                              {
                                                                                  "kind": "t1",
                                                                                  "data": {
                                                                                      "subreddit_id": "t5_2qo4s",
                                                                                      "approved_at_utc": null,
                                                                                      "author_is_blocked": false,
                                                                                      "comment_type": null,
                                                                                      "awarders": [],
                                                                                      "mod_reason_by": null,
                                                                                      "banned_by": null,
                                                                                      "author_flair_type": "richtext",
                                                                                      "total_awards_received": 0,
                                                                                      "subreddit": "nba",
                                                                                      "author_flair_template_id": null,
                                                                                      "likes": null,
                                                                                      "replies": "",
                                                                                      "user_reports": [],
                                                                                      "saved": false,
                                                                                      "id": "k73v98x",
                                                                                      "banned_at_utc": null,
                                                                                      "mod_reason_title": null,
                                                                                      "gilded": 0,
                                                                                      "archived": true,
                                                                                      "collapsed_reason_code": null,
                                                                                      "no_follow": false,
                                                                                      "author": "braisedbywolves",
                                                                                      "can_mod_post": false,
                                                                                      "send_replies": true,
                                                                                      "parent_id": "t1_k72wcfk",
                                                                                      "score": 5,
                                                                                      "author_fullname": "t2_83tq8",
                                                                                      "removal_reason": null,
                                                                                      "approved_by": null,
                                                                                      "mod_note": null,
                                                                                      "all_awardings": [],
                                                                                      "collapsed": false,
                                                                                      "body": "Well, Portland can't do team defense at all, so almost everything anyone does against them works",
                                                                                      "edited": false,
                                                                                      "top_awarded_type": null,
                                                                                      "author_flair_css_class": "TrailBlazers3",
                                                                                      "name": "t1_k73v98x",
                                                                                      "is_submitter": false,
                                                                                      "downs": 0,
                                                                                      "author_flair_richtext": [
                                                                                          {
                                                                                              "e": "text",
                                                                                              "t": "Trail Blazers"
                                                                                          }
                                                                                      ],
                                                                                      "author_patreon_flair": false,
                                                                                      "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Well, Portland can&amp;#39;t do team defense at all, so almost everything anyone does against them works&lt;/p&gt;\n&lt;/div&gt;",
                                                                                      "gildings": {},
                                                                                      "collapsed_reason": null,
                                                                                      "distinguished": null,
                                                                                      "associated_award": null,
                                                                                      "stickied": false,
                                                                                      "author_premium": false,
                                                                                      "can_gild": false,
                                                                                      "link_id": "t3_17jrqc5",
                                                                                      "unrepliable_reason": null,
                                                                                      "author_flair_text_color": "dark",
                                                                                      "score_hidden": false,
                                                                                      "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73v98x/",
                                                                                      "subreddit_type": "public",
                                                                                      "locked": false,
                                                                                      "report_reasons": null,
                                                                                      "created": 1698683568,
                                                                                      "author_flair_text": "Trail Blazers",
                                                                                      "treatment_tags": [],
                                                                                      "created_utc": 1698683568,
                                                                                      "subreddit_name_prefixed": "r/nba",
                                                                                      "controversiality": 0,
                                                                                      "depth": 3,
                                                                                      "author_flair_background_color": "",
                                                                                      "collapsed_because_crowd_control": null,
                                                                                      "mod_reports": [],
                                                                                      "num_reports": null,
                                                                                      "ups": 5
                                                                                  }
                                                                              }
                                                                          ],
                                                                          "before": null
                                                                      }
                                                                  },
                                                                  "user_reports": [],
                                                                  "saved": false,
                                                                  "id": "k72wcfk",
                                                                  "banned_at_utc": null,
                                                                  "mod_reason_title": null,
                                                                  "gilded": 0,
                                                                  "archived": true,
                                                                  "collapsed_reason_code": null,
                                                                  "no_follow": false,
                                                                  "author": "[deleted]",
                                                                  "can_mod_post": false,
                                                                  "created_utc": 1698668999,
                                                                  "send_replies": true,
                                                                  "parent_id": "t1_k72tbpb",
                                                                  "score": 3,
                                                                  "approved_by": null,
                                                                  "report_reasons": null,
                                                                  "all_awardings": [],
                                                                  "subreddit_id": "t5_2qo4s",
                                                                  "body": "I don't know if this meets the eye test but I could have sworn that he is getting the Dame treatment with teams throwing their wings at him. \n\nI'll tune in a bit more this season to check out what's going on.",
                                                                  "edited": false,
                                                                  "author_flair_css_class": null,
                                                                  "downs": 0,
                                                                  "is_submitter": false,
                                                                  "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;I don&amp;#39;t know if this meets the eye test but I could have sworn that he is getting the Dame treatment with teams throwing their wings at him. &lt;/p&gt;\n\n&lt;p&gt;I&amp;#39;ll tune in a bit more this season to check out what&amp;#39;s going on.&lt;/p&gt;\n&lt;/div&gt;",
                                                                  "gildings": {},
                                                                  "collapsed_reason": null,
                                                                  "associated_award": null,
                                                                  "stickied": false,
                                                                  "subreddit_type": "public",
                                                                  "can_gild": false,
                                                                  "top_awarded_type": null,
                                                                  "unrepliable_reason": null,
                                                                  "author_flair_text_color": "dark",
                                                                  "score_hidden": false,
                                                                  "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72wcfk/",
                                                                  "num_reports": null,
                                                                  "locked": false,
                                                                  "name": "t1_k72wcfk",
                                                                  "created": 1698668999,
                                                                  "subreddit": "nba",
                                                                  "author_flair_text": null,
                                                                  "treatment_tags": [],
                                                                  "collapsed": false,
                                                                  "subreddit_name_prefixed": "r/nba",
                                                                  "controversiality": 0,
                                                                  "depth": 2,
                                                                  "author_flair_background_color": "",
                                                                  "collapsed_because_crowd_control": null,
                                                                  "mod_reports": [],
                                                                  "mod_note": null,
                                                                  "distinguished": null
                                                              }
                                                          }
                                                      ],
                                                      "before": null
                                                  }
                                              },
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k72tbpb",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "irelli",
                                              "can_mod_post": false,
                                              "created_utc": 1698667341,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t48e",
                                              "score": 17,
                                              "author_fullname": "t2_9vopn",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "1) Billups can't leave soon enough \n\n2) Scoots gonna have a rough year all season long. His weakness are exactly what people are concerned about. If he becomes good, it's probably gonna be on that Fox type timeline",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "TrailBlazers5",
                                              "name": "t1_k72tbpb",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "e": "text",
                                                      "t": "Trail Blazers"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;1) Billups can&amp;#39;t leave soon enough &lt;/p&gt;\n\n&lt;p&gt;2) Scoots gonna have a rough year all season long. His weakness are exactly what people are concerned about. If he becomes good, it&amp;#39;s probably gonna be on that Fox type timeline&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72tbpb/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698667341,
                                              "author_flair_text": "Trail Blazers",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": null,
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 17
                                          }
                                      }
                                  ],
                                  "before": null
                              }
                          },
                          "user_reports": [],
                          "saved": false,
                          "id": "k72t48e",
                          "banned_at_utc": null,
                          "mod_reason_title": null,
                          "gilded": 0,
                          "archived": true,
                          "collapsed_reason_code": null,
                          "no_follow": false,
                          "author": "NBA_MOD",
                          "can_mod_post": false,
                          "created_utc": 1698667223,
                          "send_replies": false,
                          "parent_id": "t3_17jrqc5",
                          "score": 7,
                          "author_fullname": "t2_6vjwa",
                          "approved_by": null,
                          "mod_note": null,
                          "all_awardings": [],
                          "collapsed": false,
                          "body": "\n\n**Trail Blazers @ 76ers**\n\n[](/POR) **98 -  126** [](/PHI)\n\n**Box Scores: [NBA](https://www.nba.com/game/POR-vs-PHI-0022300098/boxscore) &amp; [Yahoo](http://sports.yahoo.com/nba/portland-trail-blazers-philadelphia-76ers-2023102920)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|Portland Trail Blazers|28|32|21|17|98|\n|Philadelphia 76ers|36|30|33|27|126|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|Portland Trail Blazers|98|36-94|38.3%|7-31|22.6%|19-22|86.4%|14|48|19|26|10|15|9|\n|Philadelphia 76ers|126|40-82|48.8%|11-28|39.300000000000004%|35-40|87.5%|11|60|28|20|10|15|17|",
                          "edited": false,
                          "top_awarded_type": null,
                          "author_flair_css_class": "NBA",
                          "name": "t1_k72t48e",
                          "is_submitter": true,
                          "downs": 0,
                          "author_flair_richtext": [
                              {
                                  "e": "text",
                                  "t": " r/NBA"
                              }
                          ],
                          "author_patreon_flair": false,
                          "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;&lt;strong&gt;Trail Blazers @ 76ers&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;a href=\"/POR\"&gt;&lt;/a&gt; &lt;strong&gt;98 -  126&lt;/strong&gt; &lt;a href=\"/PHI\"&gt;&lt;/a&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Box Scores: &lt;a href=\"https://www.nba.com/game/POR-vs-PHI-0022300098/boxscore\"&gt;NBA&lt;/a&gt; &amp;amp; &lt;a href=\"http://sports.yahoo.com/nba/portland-trail-blazers-philadelphia-76ers-2023102920\"&gt;Yahoo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q1&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q2&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q3&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q4&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Portland Trail Blazers&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;32&lt;/td&gt;\n&lt;td align=\"left\"&gt;21&lt;/td&gt;\n&lt;td align=\"left\"&gt;17&lt;/td&gt;\n&lt;td align=\"left\"&gt;98&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Philadelphia 76ers&lt;/td&gt;\n&lt;td align=\"left\"&gt;36&lt;/td&gt;\n&lt;td align=\"left\"&gt;30&lt;/td&gt;\n&lt;td align=\"left\"&gt;33&lt;/td&gt;\n&lt;td align=\"left\"&gt;27&lt;/td&gt;\n&lt;td align=\"left\"&gt;126&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n\n&lt;p&gt;&lt;strong&gt;TEAM STATS&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PTS&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;OREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;AST&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PF&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;STL&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TO&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;BLK&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Portland Trail Blazers&lt;/td&gt;\n&lt;td align=\"left\"&gt;98&lt;/td&gt;\n&lt;td align=\"left\"&gt;36-94&lt;/td&gt;\n&lt;td align=\"left\"&gt;38.3%&lt;/td&gt;\n&lt;td align=\"left\"&gt;7-31&lt;/td&gt;\n&lt;td align=\"left\"&gt;22.6%&lt;/td&gt;\n&lt;td align=\"left\"&gt;19-22&lt;/td&gt;\n&lt;td align=\"left\"&gt;86.4%&lt;/td&gt;\n&lt;td align=\"left\"&gt;14&lt;/td&gt;\n&lt;td align=\"left\"&gt;48&lt;/td&gt;\n&lt;td align=\"left\"&gt;19&lt;/td&gt;\n&lt;td align=\"left\"&gt;26&lt;/td&gt;\n&lt;td align=\"left\"&gt;10&lt;/td&gt;\n&lt;td align=\"left\"&gt;15&lt;/td&gt;\n&lt;td align=\"left\"&gt;9&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Philadelphia 76ers&lt;/td&gt;\n&lt;td align=\"left\"&gt;126&lt;/td&gt;\n&lt;td align=\"left\"&gt;40-82&lt;/td&gt;\n&lt;td align=\"left\"&gt;48.8%&lt;/td&gt;\n&lt;td align=\"left\"&gt;11-28&lt;/td&gt;\n&lt;td align=\"left\"&gt;39.300000000000004%&lt;/td&gt;\n&lt;td align=\"left\"&gt;35-40&lt;/td&gt;\n&lt;td align=\"left\"&gt;87.5%&lt;/td&gt;\n&lt;td align=\"left\"&gt;11&lt;/td&gt;\n&lt;td align=\"left\"&gt;60&lt;/td&gt;\n&lt;td align=\"left\"&gt;28&lt;/td&gt;\n&lt;td align=\"left\"&gt;20&lt;/td&gt;\n&lt;td align=\"left\"&gt;10&lt;/td&gt;\n&lt;td align=\"left\"&gt;15&lt;/td&gt;\n&lt;td align=\"left\"&gt;17&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n&lt;/div&gt;",
                          "removal_reason": null,
                          "collapsed_reason": null,
                          "distinguished": null,
                          "associated_award": null,
                          "stickied": false,
                          "author_premium": false,
                          "can_gild": false,
                          "gildings": {},
                          "unrepliable_reason": null,
                          "author_flair_text_color": "dark",
                          "score_hidden": false,
                          "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t48e/",
                          "subreddit_type": "public",
                          "locked": false,
                          "report_reasons": null,
                          "created": 1698667223,
                          "author_flair_text": " r/NBA",
                          "treatment_tags": [],
                          "link_id": "t3_17jrqc5",
                          "subreddit_name_prefixed": "r/nba",
                          "controversiality": 0,
                          "depth": 0,
                          "author_flair_background_color": "#edeff1",
                          "collapsed_because_crowd_control": null,
                          "mod_reports": [],
                          "num_reports": null,
                          "ups": 7
                      }
                  },
                  {
                      "kind": "t1",
                      "data": {
                          "subreddit_id": "t5_2qo4s",
                          "approved_at_utc": null,
                          "author_is_blocked": false,
                          "comment_type": null,
                          "awarders": [],
                          "mod_reason_by": null,
                          "banned_by": null,
                          "author_flair_type": "richtext",
                          "total_awards_received": 0,
                          "subreddit": "nba",
                          "author_flair_template_id": "e5aa3fb6-3feb-11e8-8409-0ef728aaae7a",
                          "likes": null,
                          "replies": {
                              "kind": "Listing",
                              "data": {
                                  "after": null,
                                  "dist": null,
                                  "modhash": "",
                                  "geo_filter": "",
                                  "children": [
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "text",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": null,
                                              "likes": null,
                                              "replies": "",
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k734719",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "ATDIadherent",
                                              "can_mod_post": false,
                                              "created_utc": 1698672806,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t4no",
                                              "score": 9,
                                              "author_fullname": "t2_7myg4",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "Spurs just exposed for not knowing how to optimally play with each other/together. With time and experience it'll improve. But I think we're in for a frustrating few weeks to start.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": null,
                                              "name": "t1_k734719",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Spurs just exposed for not knowing how to optimally play with each other/together. With time and experience it&amp;#39;ll improve. But I think we&amp;#39;re in for a frustrating few weeks to start.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": null,
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k734719/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698672806,
                                              "author_flair_text": null,
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": null,
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 9
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": null,
                                              "likes": null,
                                              "replies": "",
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k74hlhw",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": false,
                                              "author": "twotonkatrucks",
                                              "can_mod_post": false,
                                              "created_utc": 1698691768,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t4no",
                                              "score": 4,
                                              "author_fullname": "t2_jl2sm",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "Any team with decent defense will likely expose spurs’ out of sync offense and will have chance to convert on turnovers. The young age of the squad really shows on offense.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Spurs1",
                                              "name": "t1_k74hlhw",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "e": "text",
                                                      "t": "Spurs"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Any team with decent defense will likely expose spurs’ out of sync offense and will have chance to convert on turnovers. The young age of the squad really shows on offense.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k74hlhw/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698691768,
                                              "author_flair_text": "Spurs",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 4
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": null,
                                              "likes": null,
                                              "replies": "",
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k73m2eu",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": true,
                                              "author": "102WOLFPACK",
                                              "can_mod_post": false,
                                              "created_utc": 1698680103,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t4no",
                                              "score": 3,
                                              "author_fullname": "t2_a6goq",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "We’ll likely have quite a few games like this throughout the year. We’re still insanely young and inexperienced. I like Sochan a lot as a player, but the PG experiment isn’t working, and we really should have Tre leading the way.",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Spurs5",
                                              "name": "t1_k73m2eu",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "e": "text",
                                                      "t": "Spurs"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;We’ll likely have quite a few games like this throughout the year. We’re still insanely young and inexperienced. I like Sochan a lot as a player, but the PG experiment isn’t working, and we really should have Tre leading the way.&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k73m2eu/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698680103,
                                              "author_flair_text": "Spurs",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 3
                                          }
                                      },
                                      {
                                          "kind": "t1",
                                          "data": {
                                              "subreddit_id": "t5_2qo4s",
                                              "approved_at_utc": null,
                                              "author_is_blocked": false,
                                              "comment_type": null,
                                              "awarders": [],
                                              "mod_reason_by": null,
                                              "banned_by": null,
                                              "author_flair_type": "richtext",
                                              "total_awards_received": 0,
                                              "subreddit": "nba",
                                              "author_flair_template_id": "e0bacf8e-3feb-11e8-bb43-0e1d1ff4db48",
                                              "likes": null,
                                              "replies": "",
                                              "user_reports": [],
                                              "saved": false,
                                              "id": "k75wayp",
                                              "banned_at_utc": null,
                                              "mod_reason_title": null,
                                              "gilded": 0,
                                              "archived": true,
                                              "collapsed_reason_code": null,
                                              "no_follow": true,
                                              "author": "Blutz101",
                                              "can_mod_post": false,
                                              "created_utc": 1698711218,
                                              "send_replies": true,
                                              "parent_id": "t1_k72t4no",
                                              "score": 1,
                                              "author_fullname": "t2_bl7zhxtu",
                                              "removal_reason": null,
                                              "approved_by": null,
                                              "mod_note": null,
                                              "all_awardings": [],
                                              "body": "Spurs can’t start road games sluggish and outta touch like that. Gonna get whooped by men if you ain’t gonna step up to the plate. Clearly we’re young and when the shot wasn’t falling we didn’t know what to do. The clippers did a great job getting in all of our faces for passes and then jumping them, getting in lanes and making out night hell on both ends. We left them open all night and they made us pay. Clippers are a good team so it’s ok but there was lots to learn. Pop touched on in his short post game but gotta go about road games completely different. Can’t start like we just all woke up from naps, can’t be giving them momentum off our mistakes early. Overall as a team we were ass but I’d like to see us play more as a team and for each other. Need to mature overall, age will help a lot",
                                              "edited": false,
                                              "top_awarded_type": null,
                                              "author_flair_css_class": "Spurs5",
                                              "name": "t1_k75wayp",
                                              "is_submitter": false,
                                              "downs": 0,
                                              "author_flair_richtext": [
                                                  {
                                                      "a": ":sas-5:",
                                                      "u": "https://emoji.redditmedia.com/5x0fpl9sw4r81_t5_2qo4s/sas-5",
                                                      "e": "emoji"
                                                  },
                                                  {
                                                      "e": "text",
                                                      "t": " Spurs"
                                                  }
                                              ],
                                              "author_patreon_flair": false,
                                              "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;Spurs can’t start road games sluggish and outta touch like that. Gonna get whooped by men if you ain’t gonna step up to the plate. Clearly we’re young and when the shot wasn’t falling we didn’t know what to do. The clippers did a great job getting in all of our faces for passes and then jumping them, getting in lanes and making out night hell on both ends. We left them open all night and they made us pay. Clippers are a good team so it’s ok but there was lots to learn. Pop touched on in his short post game but gotta go about road games completely different. Can’t start like we just all woke up from naps, can’t be giving them momentum off our mistakes early. Overall as a team we were ass but I’d like to see us play more as a team and for each other. Need to mature overall, age will help a lot&lt;/p&gt;\n&lt;/div&gt;",
                                              "gildings": {},
                                              "collapsed_reason": null,
                                              "distinguished": null,
                                              "associated_award": null,
                                              "stickied": false,
                                              "author_premium": false,
                                              "can_gild": false,
                                              "link_id": "t3_17jrqc5",
                                              "unrepliable_reason": null,
                                              "author_flair_text_color": "dark",
                                              "score_hidden": false,
                                              "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k75wayp/",
                                              "subreddit_type": "public",
                                              "locked": false,
                                              "report_reasons": null,
                                              "created": 1698711218,
                                              "author_flair_text": ":sas-5: Spurs",
                                              "treatment_tags": [],
                                              "collapsed": false,
                                              "subreddit_name_prefixed": "r/nba",
                                              "controversiality": 0,
                                              "depth": 1,
                                              "author_flair_background_color": "#edeff1",
                                              "collapsed_because_crowd_control": null,
                                              "mod_reports": [],
                                              "num_reports": null,
                                              "ups": 1
                                          }
                                      }
                                  ],
                                  "before": null
                              }
                          },
                          "user_reports": [],
                          "saved": false,
                          "id": "k72t4no",
                          "banned_at_utc": null,
                          "mod_reason_title": null,
                          "gilded": 0,
                          "archived": true,
                          "collapsed_reason_code": null,
                          "no_follow": false,
                          "author": "NBA_MOD",
                          "can_mod_post": false,
                          "created_utc": 1698667230,
                          "send_replies": false,
                          "parent_id": "t3_17jrqc5",
                          "score": 5,
                          "author_fullname": "t2_6vjwa",
                          "approved_by": null,
                          "mod_note": null,
                          "all_awardings": [],
                          "collapsed": false,
                          "body": "\n\n**Spurs @ Clippers**\n\n[](/SAS) **83 -  123** [](/LAC)\n\n**Box Scores: [NBA](https://www.nba.com/game/SAS-vs-LAC-0022300099/boxscore) &amp; [Yahoo](http://sports.yahoo.com/nba/san-antonio-spurs-los-angeles-clippers-2023102912)**\n\n|**Team**|**Q1**|**Q2**|**Q3**|**Q4**|**Total**|\n|:---|:--|:--|:--|:--|:--|\n|San Antonio Spurs|17|20|23|23|83|\n|Los Angeles Clippers|23|33|37|30|123|\n\n**TEAM STATS**\n\n|**Team**|**PTS**|**FG**|**FG%**|**3P**|**3P%**|**FT**|**FT%**|**OREB**|**TREB**|**AST**|**PF**|**STL**|**TO**|**BLK**|\n|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|\n|San Antonio Spurs|83|30-80|37.5%|11-33|33.300000000000004%|12-16|75.0%|6|44|21|23|9|25|6|\n|Los Angeles Clippers|123|47-91|51.6%|16-42|38.1%|13-21|61.9%|9|62|23|16|15|16|5|",
                          "edited": false,
                          "top_awarded_type": null,
                          "author_flair_css_class": "NBA",
                          "name": "t1_k72t4no",
                          "is_submitter": true,
                          "downs": 0,
                          "author_flair_richtext": [
                              {
                                  "e": "text",
                                  "t": " r/NBA"
                              }
                          ],
                          "author_patreon_flair": false,
                          "body_html": "&lt;div class=\"md\"&gt;&lt;p&gt;&lt;strong&gt;Spurs @ Clippers&lt;/strong&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;a href=\"/SAS\"&gt;&lt;/a&gt; &lt;strong&gt;83 -  123&lt;/strong&gt; &lt;a href=\"/LAC\"&gt;&lt;/a&gt;&lt;/p&gt;\n\n&lt;p&gt;&lt;strong&gt;Box Scores: &lt;a href=\"https://www.nba.com/game/SAS-vs-LAC-0022300099/boxscore\"&gt;NBA&lt;/a&gt; &amp;amp; &lt;a href=\"http://sports.yahoo.com/nba/san-antonio-spurs-los-angeles-clippers-2023102912\"&gt;Yahoo&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q1&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q2&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q3&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Q4&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;San Antonio Spurs&lt;/td&gt;\n&lt;td align=\"left\"&gt;17&lt;/td&gt;\n&lt;td align=\"left\"&gt;20&lt;/td&gt;\n&lt;td align=\"left\"&gt;23&lt;/td&gt;\n&lt;td align=\"left\"&gt;23&lt;/td&gt;\n&lt;td align=\"left\"&gt;83&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Los Angeles Clippers&lt;/td&gt;\n&lt;td align=\"left\"&gt;23&lt;/td&gt;\n&lt;td align=\"left\"&gt;33&lt;/td&gt;\n&lt;td align=\"left\"&gt;37&lt;/td&gt;\n&lt;td align=\"left\"&gt;30&lt;/td&gt;\n&lt;td align=\"left\"&gt;123&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n\n&lt;p&gt;&lt;strong&gt;TEAM STATS&lt;/strong&gt;&lt;/p&gt;\n\n&lt;table&gt;&lt;thead&gt;\n&lt;tr&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;Team&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PTS&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FG%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;3P%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;FT%&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;OREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TREB&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;AST&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;PF&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;STL&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;TO&lt;/strong&gt;&lt;/th&gt;\n&lt;th align=\"left\"&gt;&lt;strong&gt;BLK&lt;/strong&gt;&lt;/th&gt;\n&lt;/tr&gt;\n&lt;/thead&gt;&lt;tbody&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;San Antonio Spurs&lt;/td&gt;\n&lt;td align=\"left\"&gt;83&lt;/td&gt;\n&lt;td align=\"left\"&gt;30-80&lt;/td&gt;\n&lt;td align=\"left\"&gt;37.5%&lt;/td&gt;\n&lt;td align=\"left\"&gt;11-33&lt;/td&gt;\n&lt;td align=\"left\"&gt;33.300000000000004%&lt;/td&gt;\n&lt;td align=\"left\"&gt;12-16&lt;/td&gt;\n&lt;td align=\"left\"&gt;75.0%&lt;/td&gt;\n&lt;td align=\"left\"&gt;6&lt;/td&gt;\n&lt;td align=\"left\"&gt;44&lt;/td&gt;\n&lt;td align=\"left\"&gt;21&lt;/td&gt;\n&lt;td align=\"left\"&gt;23&lt;/td&gt;\n&lt;td align=\"left\"&gt;9&lt;/td&gt;\n&lt;td align=\"left\"&gt;25&lt;/td&gt;\n&lt;td align=\"left\"&gt;6&lt;/td&gt;\n&lt;/tr&gt;\n&lt;tr&gt;\n&lt;td align=\"left\"&gt;Los Angeles Clippers&lt;/td&gt;\n&lt;td align=\"left\"&gt;123&lt;/td&gt;\n&lt;td align=\"left\"&gt;47-91&lt;/td&gt;\n&lt;td align=\"left\"&gt;51.6%&lt;/td&gt;\n&lt;td align=\"left\"&gt;16-42&lt;/td&gt;\n&lt;td align=\"left\"&gt;38.1%&lt;/td&gt;\n&lt;td align=\"left\"&gt;13-21&lt;/td&gt;\n&lt;td align=\"left\"&gt;61.9%&lt;/td&gt;\n&lt;td align=\"left\"&gt;9&lt;/td&gt;\n&lt;td align=\"left\"&gt;62&lt;/td&gt;\n&lt;td align=\"left\"&gt;23&lt;/td&gt;\n&lt;td align=\"left\"&gt;16&lt;/td&gt;\n&lt;td align=\"left\"&gt;15&lt;/td&gt;\n&lt;td align=\"left\"&gt;16&lt;/td&gt;\n&lt;td align=\"left\"&gt;5&lt;/td&gt;\n&lt;/tr&gt;\n&lt;/tbody&gt;&lt;/table&gt;\n&lt;/div&gt;",
                          "removal_reason": null,
                          "collapsed_reason": null,
                          "distinguished": null,
                          "associated_award": null,
                          "stickied": false,
                          "author_premium": false,
                          "can_gild": false,
                          "gildings": {},
                          "unrepliable_reason": null,
                          "author_flair_text_color": "dark",
                          "score_hidden": false,
                          "permalink": "/r/nba/comments/17jrqc5/serious_next_day_thread_postgame_discussion/k72t4no/",
                          "subreddit_type": "public",
                          "locked": false,
                          "report_reasons": null,
                          "created": 1698667230,
                          "author_flair_text": " r/NBA",
                          "treatment_tags": [],
                          "link_id": "t3_17jrqc5",
                          "subreddit_name_prefixed": "r/nba",
                          "controversiality": 0,
                          "depth": 0,
                          "author_flair_background_color": "#edeff1",
                          "collapsed_because_crowd_control": null,
                          "mod_reports": [],
                          "num_reports": null,
                          "ups": 5
                      }
                  }
              ],
              "before": null
          }
      }
  ]
  ```
</CodeGroup>

***

<Columns cols={2}>
  <Card title="Support" href="https://direct.lc.chat/12092754" cta="Let's chat!">
    Need help or just want to say hello? Our support is available 24/7. \
    You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com).
  </Card>

  <Card title="Feedback" href="mailto:feedback@decodo.com" cta="Share feedback">
    Can't find what you're looking for? Request an article! \
    Have feedback? Share your thoughts on how we can improve.
  </Card>
</Columns>
