Reddit Post

Web Scraping API Reddit Post Target

The reddit_post target is built to obtain Reddit post information.

📘

Useful Links


Input Parameters

Request parameters available for the Reddit Post target:

ParameterTypeRequiredDescription
targetstringTarget type must be set to reddit_post.
urlstringReddit post URL.
geostringSet the country to use when submitting the query. Full list of locations available for the Advanced plan can be found here.
localestringSet the value to change your post page web interface language
📘

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

Request Examples

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

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()
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)

Output

Response Example
[
    {
        "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": "<!-- SC_OFF --><div class=\"md\"><p>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.</p>\n\n<p>Please keep your discussion of a particular game in the respective comment thread. <strong>All direct replies to this post will be removed.</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\">Away</th>\n<th align=\"left\">Home</th>\n<th align=\"center\">Score</th>\n<th align=\"center\">GT</th>\n<th align=\"center\">PGT</th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\"><a href=\"/DEN\"></a> Denver Nuggets</td>\n<td align=\"left\"><a href=\"/OKC\"></a> Oklahoma City Thunder</td>\n<td align=\"center\">128 - 95</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jafow/game_thread_denver_nuggets_20_oklahoma_city/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jdirs/post_game_thread_the_denver_nuggets_30_blow_out/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/GSW\"></a> Golden State Warriors</td>\n<td align=\"left\"><a href=\"/HOU\"></a> Houston Rockets</td>\n<td align=\"center\">106 - 95</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jf6f5/game_thread_golden_state_warriors_11_houston/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jiera/post_game_thread_the_golden_state_warriors_21/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/ATL\"></a> Atlanta Hawks</td>\n<td align=\"left\"><a href=\"/MIL\"></a> Milwaukee Bucks</td>\n<td align=\"center\">127 - 110</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jfa1a/game_thread_atlanta_hawks_02_vs_milwaukee_bucks/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jib35/post_game_thread_the_atlanta_hawks_12_defeat_the/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/POR\"></a> Portland Trail Blazers</td>\n<td align=\"left\"><a href=\"/PHI\"></a> Philadelphia 76ers</td>\n<td align=\"center\">98 - 126</td>\n<td align=\"center\">No GT Found</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jimvj/post_game_thread_the_philadelphia_76ers_21/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/SAS\"></a> San Antonio Spurs</td>\n<td align=\"left\"><a href=\"/LAC\"></a> Los Angeles Clippers</td>\n<td align=\"center\">83 - 123</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jhkzk/game_thread_san_antonio_spurs_11_vs_los_angeles/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jkiut/post_game_thread_the_los_angeles_clippers_21/\">Link</a></td>\n</tr>\n<tr>\n<td align=\"left\"><a href=\"/LAL\"></a> Los Angeles Lakers</td>\n<td align=\"left\"><a href=\"/SAC\"></a> Sacramento Kings</td>\n<td align=\"center\">127 - 132</td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17ji351/game_thread_los_angeles_lakers_11_vs_sacramento/\">Link</a></td>\n<td align=\"center\"><a href=\"https://www.reddit.com/r/nba/comments/17jksua/post_game_thread_the_sacramento_kings_21_defeat/\">Link</a></td>\n</tr>\n</tbody></table>\n</div><!-- SC_ON -->",
                        "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": "<div class=\"md\"><p>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.</p>\n\n<p><em>I am a bot, and this action was performed automatically. Please <a href=\"/message/compose/?to=/r/nba\">contact the moderators of this subreddit</a> if you have any questions or concerns.</em></p>\n</div>",
                        "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": "<div class=\"md\"><p>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 😅</p>\n</div>",
                                            "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": "<div class=\"md\"><p>It’s a great feeling isn’t it? Ours was like 29th last year.</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>We've got a bench boys.</p>\n</div>",
                                            "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) & [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": "<div class=\"md\"><p><strong>Warriors @ Rockets</strong></p>\n\n<p><a href=\"/GSW\"></a> <strong>106 -  95</strong> <a href=\"/HOU\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/GSW-vs-HOU-0022300096/boxscore\">NBA</a> & <a href=\"http://sports.yahoo.com/nba/golden-state-warriors-houston-rockets-2023102910\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Golden State Warriors</td>\n<td align=\"left\">26</td>\n<td align=\"left\">31</td>\n<td align=\"left\">24</td>\n<td align=\"left\">25</td>\n<td align=\"left\">106</td>\n</tr>\n<tr>\n<td align=\"left\">Houston Rockets</td>\n<td align=\"left\">24</td>\n<td align=\"left\">23</td>\n<td align=\"left\">28</td>\n<td align=\"left\">20</td>\n<td align=\"left\">95</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Golden State Warriors</td>\n<td align=\"left\">106</td>\n<td align=\"left\">35-81</td>\n<td align=\"left\">43.2%</td>\n<td align=\"left\">18-45</td>\n<td align=\"left\">40.0%</td>\n<td align=\"left\">18-23</td>\n<td align=\"left\">78.3%</td>\n<td align=\"left\">8</td>\n<td align=\"left\">59</td>\n<td align=\"left\">27</td>\n<td align=\"left\">18</td>\n<td align=\"left\">6</td>\n<td align=\"left\">14</td>\n<td align=\"left\">6</td>\n</tr>\n<tr>\n<td align=\"left\">Houston Rockets</td>\n<td align=\"left\">95</td>\n<td align=\"left\">34-90</td>\n<td align=\"left\">37.8%</td>\n<td align=\"left\">9-33</td>\n<td align=\"left\">27.3%</td>\n<td align=\"left\">18-19</td>\n<td align=\"left\">94.69999999999999%</td>\n<td align=\"left\">10</td>\n<td align=\"left\">49</td>\n<td align=\"left\">22</td>\n<td align=\"left\">20</td>\n<td align=\"left\">7</td>\n<td align=\"left\">7</td>\n<td align=\"left\">4</td>\n</tr>\n</tbody></table>\n</div>",
                        "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": "<div class=\"md\"><p>Yup. Giannis doesn’t hold the pick at all</p>\n</div>",
                                                                                    "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": "<div class=\"md\"><p>The problem is Giannis doesn't actually set a screen, which makes it easy to trap Dame. </p>\n\n<p>He's slipping every single time</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>Ugly game for the Bucks, but it's one game early in the season. </p>\n\n<p>Been 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. </p>\n\n<p>Dame/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.</p>\n</div>",
                                            "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": "<div class=\"md\"><p>As someone who rushed to the waiver wire to pick up Jalen Johnson, I sincerely hope you're wrong and his shooting is sustainable</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>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</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>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. </p>\n\n<p>Also, I don't want to jinx anything, but Hunter has been very good to start the year.</p>\n</div>",
                                            "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) & [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": "<div class=\"md\"><p><strong>Hawks @ Bucks</strong></p>\n\n<p><a href=\"/ATL\"></a> <strong>127 -  110</strong> <a href=\"/MIL\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/ATL-vs-MIL-0022300097/boxscore\">NBA</a> & <a href=\"http://sports.yahoo.com/nba/atlanta-hawks-milwaukee-bucks-2023102915\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Atlanta Hawks</td>\n<td align=\"left\">31</td>\n<td align=\"left\">37</td>\n<td align=\"left\">33</td>\n<td align=\"left\">26</td>\n<td align=\"left\">127</td>\n</tr>\n<tr>\n<td align=\"left\">Milwaukee Bucks</td>\n<td align=\"left\">25</td>\n<td align=\"left\">22</td>\n<td align=\"left\">33</td>\n<td align=\"left\">30</td>\n<td align=\"left\">110</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Atlanta Hawks</td>\n<td align=\"left\">127</td>\n<td align=\"left\">47-93</td>\n<td align=\"left\">50.5%</td>\n<td align=\"left\">15-37</td>\n<td align=\"left\">40.5%</td>\n<td align=\"left\">18-22</td>\n<td align=\"left\">81.8%</td>\n<td align=\"left\">13</td>\n<td align=\"left\">55</td>\n<td align=\"left\">32</td>\n<td align=\"left\">17</td>\n<td align=\"left\">15</td>\n<td align=\"left\">17</td>\n<td align=\"left\">2</td>\n</tr>\n<tr>\n<td align=\"left\">Milwaukee Bucks</td>\n<td align=\"left\">110</td>\n<td align=\"left\">39-86</td>\n<td align=\"left\">45.300000000000004%</td>\n<td align=\"left\">16-44</td>\n<td align=\"left\">36.4%</td>\n<td align=\"left\">16-20</td>\n<td align=\"left\">80.0%</td>\n<td align=\"left\">12</td>\n<td align=\"left\">46</td>\n<td align=\"left\">22</td>\n<td align=\"left\">22</td>\n<td align=\"left\">10</td>\n<td align=\"left\">23</td>\n<td align=\"left\">3</td>\n</tr>\n</tbody></table>\n</div>",
                        "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": "<div class=\"md\"><p>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.</p>\n</div>",
                                            "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": "<div class=\"md\"><p>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. </p>\n\n<p>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't in transition if I remember correctly. AD's presence definitely deterred more shots though.</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>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. </p>\n\n<p>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.</p>\n</div>",
                                            "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": "<div class=\"md\"><p>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. </p>\n\n<p>As 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.</p>\n\n<p>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. </p>\n\n<p>I'm excited, folks!</p>\n</div>",
                                            "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) & [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": "<div class=\"md\"><p><strong>Lakers @ Kings</strong></p>\n\n<p><a href=\"/LAL\"></a> <strong>127 -  132</strong> <a href=\"/SAC\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/LAL-vs-SAC-0022300100/boxscore\">NBA</a> & <a href=\"http://sports.yahoo.com/nba/los-angeles-lakers-sacramento-kings-2023102923\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>OT1</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Los Angeles Lakers</td>\n<td align=\"left\">28</td>\n<td align=\"left\">27</td>\n<td align=\"left\">28</td>\n<td align=\"left\">32</td>\n<td align=\"left\">12</td>\n<td align=\"left\">127</td>\n</tr>\n<tr>\n<td align=\"left\">Sacramento Kings</td>\n<td align=\"left\">41</td>\n<td align=\"left\">25</td>\n<td align=\"left\">21</td>\n<td align=\"left\">28</td>\n<td align=\"left\">17</td>\n<td align=\"left\">132</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Los Angeles Lakers</td>\n<td align=\"left\">127</td>\n<td align=\"left\">43-98</td>\n<td align=\"left\">43.9%</td>\n<td align=\"left\">15-45</td>\n<td align=\"left\">33.300000000000004%</td>\n<td align=\"left\">26-34</td>\n<td align=\"left\">76.5%</td>\n<td align=\"left\">8</td>\n<td align=\"left\">69</td>\n<td align=\"left\">27</td>\n<td align=\"left\">22</td>\n<td align=\"left\">4</td>\n<td align=\"left\">12</td>\n<td align=\"left\">4</td>\n</tr>\n<tr>\n<td align=\"left\">Sacramento Kings</td>\n<td align=\"left\">132</td>\n<td align=\"left\">49-104</td>\n<td align=\"left\">47.099999999999994%</td>\n<td align=\"left\">17-48</td>\n<td align=\"left\">35.4%</td>\n<td align=\"left\">17-24</td>\n<td align=\"left\">70.8%</td>\n<td align=\"left\">6</td>\n<td align=\"left\">56</td>\n<td align=\"left\">30</td>\n<td align=\"left\">28</td>\n<td align=\"left\">6</td>\n<td align=\"left\">10</td>\n<td align=\"left\">7</td>\n</tr>\n</tbody></table>\n</div>",
                        "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": "<div class=\"md\"><p>Why would they include a weakness on the team? Seems shortsighted, is it some weird NBA tradition or am I missing something?</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>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.</p>\n</div>",
                                            "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": "<div class=\"md\"><p>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.</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>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.</p>\n</div>",
                                            "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": "<div class=\"md\"><p>That’s so much more poetic</p>\n</div>",
                                                                                    "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": "<div class=\"md\"><p>TL;DR: Chet needs to be a little bit fatter, to be honest.</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>Bulls will blow it up. I think Vucevic will be moved</p>\n</div>",
                                                                                    "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": "<div class=\"md\"><p>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?</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>Giddey seems to be very Ben Simmons-esque in that regard. He could do with studying his pitfalls and opportunities</p>\n</div>",
                                                                                    "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": "<div class=\"md\"><p>J Will can be an innings-eater for Chet down low when he returns from the hamstring injury.<br/>\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.<br/>\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.</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>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</p>\n\n<p>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. </p>\n\n<p>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</p>\n\n<p>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.</p>\n</div>",
                                            "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) & [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": "<div class=\"md\"><p><strong>Nuggets @ Thunder</strong></p>\n\n<p><a href=\"/DEN\"></a> <strong>128 -  95</strong> <a href=\"/OKC\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/DEN-vs-OKC-0022300095/boxscore\">NBA</a> & <a href=\"http://sports.yahoo.com/nba/denver-nuggets-oklahoma-city-thunder-2023102925\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Denver Nuggets</td>\n<td align=\"left\">34</td>\n<td align=\"left\">35</td>\n<td align=\"left\">28</td>\n<td align=\"left\">31</td>\n<td align=\"left\">128</td>\n</tr>\n<tr>\n<td align=\"left\">Oklahoma City Thunder</td>\n<td align=\"left\">23</td>\n<td align=\"left\">28</td>\n<td align=\"left\">24</td>\n<td align=\"left\">20</td>\n<td align=\"left\">95</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Denver Nuggets</td>\n<td align=\"left\">128</td>\n<td align=\"left\">53-88</td>\n<td align=\"left\">60.199999999999996%</td>\n<td align=\"left\">11-27</td>\n<td align=\"left\">40.699999999999996%</td>\n<td align=\"left\">11-13</td>\n<td align=\"left\">84.6%</td>\n<td align=\"left\">10</td>\n<td align=\"left\">52</td>\n<td align=\"left\">34</td>\n<td align=\"left\">21</td>\n<td align=\"left\">8</td>\n<td align=\"left\">13</td>\n<td align=\"left\">5</td>\n</tr>\n<tr>\n<td align=\"left\">Oklahoma City Thunder</td>\n<td align=\"left\">95</td>\n<td align=\"left\">37-90</td>\n<td align=\"left\">41.099999999999994%</td>\n<td align=\"left\">6-32</td>\n<td align=\"left\">18.8%</td>\n<td align=\"left\">15-18</td>\n<td align=\"left\">83.3%</td>\n<td align=\"left\">7</td>\n<td align=\"left\">41</td>\n<td align=\"left\">22</td>\n<td align=\"left\">14</td>\n<td align=\"left\">8</td>\n<td align=\"left\">9</td>\n<td align=\"left\">4</td>\n</tr>\n</tbody></table>\n</div>",
                        "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": "<div class=\"md\"><p>Well, Portland can't do team defense at all, so almost everything anyone does against them works</p>\n</div>",
                                                                                    "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": "<div class=\"md\"><p>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. </p>\n\n<p>I'll tune in a bit more this season to check out what's going on.</p>\n</div>",
                                                                "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": "<div class=\"md\"><p>1) Billups can't leave soon enough </p>\n\n<p>2) 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</p>\n</div>",
                                            "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) & [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": "<div class=\"md\"><p><strong>Trail Blazers @ 76ers</strong></p>\n\n<p><a href=\"/POR\"></a> <strong>98 -  126</strong> <a href=\"/PHI\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/POR-vs-PHI-0022300098/boxscore\">NBA</a> & <a href=\"http://sports.yahoo.com/nba/portland-trail-blazers-philadelphia-76ers-2023102920\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Portland Trail Blazers</td>\n<td align=\"left\">28</td>\n<td align=\"left\">32</td>\n<td align=\"left\">21</td>\n<td align=\"left\">17</td>\n<td align=\"left\">98</td>\n</tr>\n<tr>\n<td align=\"left\">Philadelphia 76ers</td>\n<td align=\"left\">36</td>\n<td align=\"left\">30</td>\n<td align=\"left\">33</td>\n<td align=\"left\">27</td>\n<td align=\"left\">126</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">Portland Trail Blazers</td>\n<td align=\"left\">98</td>\n<td align=\"left\">36-94</td>\n<td align=\"left\">38.3%</td>\n<td align=\"left\">7-31</td>\n<td align=\"left\">22.6%</td>\n<td align=\"left\">19-22</td>\n<td align=\"left\">86.4%</td>\n<td align=\"left\">14</td>\n<td align=\"left\">48</td>\n<td align=\"left\">19</td>\n<td align=\"left\">26</td>\n<td align=\"left\">10</td>\n<td align=\"left\">15</td>\n<td align=\"left\">9</td>\n</tr>\n<tr>\n<td align=\"left\">Philadelphia 76ers</td>\n<td align=\"left\">126</td>\n<td align=\"left\">40-82</td>\n<td align=\"left\">48.8%</td>\n<td align=\"left\">11-28</td>\n<td align=\"left\">39.300000000000004%</td>\n<td align=\"left\">35-40</td>\n<td align=\"left\">87.5%</td>\n<td align=\"left\">11</td>\n<td align=\"left\">60</td>\n<td align=\"left\">28</td>\n<td align=\"left\">20</td>\n<td align=\"left\">10</td>\n<td align=\"left\">15</td>\n<td align=\"left\">17</td>\n</tr>\n</tbody></table>\n</div>",
                        "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": "<div class=\"md\"><p>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.</p>\n</div>",
                                            "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": "<div class=\"md\"><p>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.</p>\n</div>",
                                            "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": "<div class=\"md\"><p>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.</p>\n</div>",
                                            "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": "<div class=\"md\"><p>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</p>\n</div>",
                                            "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) & [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": "<div class=\"md\"><p><strong>Spurs @ Clippers</strong></p>\n\n<p><a href=\"/SAS\"></a> <strong>83 -  123</strong> <a href=\"/LAC\"></a></p>\n\n<p><strong>Box Scores: <a href=\"https://www.nba.com/game/SAS-vs-LAC-0022300099/boxscore\">NBA</a> & <a href=\"http://sports.yahoo.com/nba/san-antonio-spurs-los-angeles-clippers-2023102912\">Yahoo</a></strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>Q1</strong></th>\n<th align=\"left\"><strong>Q2</strong></th>\n<th align=\"left\"><strong>Q3</strong></th>\n<th align=\"left\"><strong>Q4</strong></th>\n<th align=\"left\"><strong>Total</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">San Antonio Spurs</td>\n<td align=\"left\">17</td>\n<td align=\"left\">20</td>\n<td align=\"left\">23</td>\n<td align=\"left\">23</td>\n<td align=\"left\">83</td>\n</tr>\n<tr>\n<td align=\"left\">Los Angeles Clippers</td>\n<td align=\"left\">23</td>\n<td align=\"left\">33</td>\n<td align=\"left\">37</td>\n<td align=\"left\">30</td>\n<td align=\"left\">123</td>\n</tr>\n</tbody></table>\n\n<p><strong>TEAM STATS</strong></p>\n\n<table><thead>\n<tr>\n<th align=\"left\"><strong>Team</strong></th>\n<th align=\"left\"><strong>PTS</strong></th>\n<th align=\"left\"><strong>FG</strong></th>\n<th align=\"left\"><strong>FG%</strong></th>\n<th align=\"left\"><strong>3P</strong></th>\n<th align=\"left\"><strong>3P%</strong></th>\n<th align=\"left\"><strong>FT</strong></th>\n<th align=\"left\"><strong>FT%</strong></th>\n<th align=\"left\"><strong>OREB</strong></th>\n<th align=\"left\"><strong>TREB</strong></th>\n<th align=\"left\"><strong>AST</strong></th>\n<th align=\"left\"><strong>PF</strong></th>\n<th align=\"left\"><strong>STL</strong></th>\n<th align=\"left\"><strong>TO</strong></th>\n<th align=\"left\"><strong>BLK</strong></th>\n</tr>\n</thead><tbody>\n<tr>\n<td align=\"left\">San Antonio Spurs</td>\n<td align=\"left\">83</td>\n<td align=\"left\">30-80</td>\n<td align=\"left\">37.5%</td>\n<td align=\"left\">11-33</td>\n<td align=\"left\">33.300000000000004%</td>\n<td align=\"left\">12-16</td>\n<td align=\"left\">75.0%</td>\n<td align=\"left\">6</td>\n<td align=\"left\">44</td>\n<td align=\"left\">21</td>\n<td align=\"left\">23</td>\n<td align=\"left\">9</td>\n<td align=\"left\">25</td>\n<td align=\"left\">6</td>\n</tr>\n<tr>\n<td align=\"left\">Los Angeles Clippers</td>\n<td align=\"left\">123</td>\n<td align=\"left\">47-91</td>\n<td align=\"left\">51.6%</td>\n<td align=\"left\">16-42</td>\n<td align=\"left\">38.1%</td>\n<td align=\"left\">13-21</td>\n<td align=\"left\">61.9%</td>\n<td align=\"left\">9</td>\n<td align=\"left\">62</td>\n<td align=\"left\">23</td>\n<td align=\"left\">16</td>\n<td align=\"left\">15</td>\n<td align=\"left\">16</td>\n<td align=\"left\">5</td>\n</tr>\n</tbody></table>\n</div>",
                        "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
        }
    }
]

Support

Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].

Feedback

Something's missing? Request an article!
Got feedback? Let us know how we're doing and what can be improved.