Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/?format=api&offset=6000
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 10667,
    "next": "https://api-prod.gambitprofit.com/api/matches/?format=api&limit=100&offset=6100",
    "previous": "https://api-prod.gambitprofit.com/api/matches/?format=api&limit=100&offset=5900",
    "results": [
        {
            "id": "59566c91-1a2d-4304-b173-7aa3a06ca6de",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cf93f8a2-4a72-4adb-b73e-5ebf0921c4fd",
            "completed": true,
            "last_updated": "2023-02-26T11:57:00.274753-05:00",
            "created_at": "2023-02-23T11:47:00.089402-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.32,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/cf93f8a2-4a72-4adb-b73e-5ebf0921c4fd",
            "datetime": "2023-02-25T14:45:00-05:00",
            "cutoff_datetime": "2023-02-25T14:45:00-05:00",
            "name": "Crystal Palace v. Liverpool",
            "bettypes": [
                {
                    "id": "3f3a0497-c847-4103-b9bd-eef025776417",
                    "match": "https://api-prod.gambitprofit.com/api/matches/59566c91-1a2d-4304-b173-7aa3a06ca6de/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T11:47:00.095049-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Liverpool",
                                "amount": 7032.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2968.0
                            }
                        ],
                        "expected_reward_tokens": 11602.8,
                        "profit_sb": 2102.8,
                        "profit_sb_percentage": 22.13,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Liverpool",
                                "amount": 5626.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2374.0
                            },
                            {
                                "team": "Crystal Palace",
                                "amount": 2000.0
                            }
                        ],
                        "expected_reward_tokens": 9280.0,
                        "profit_sb": -220.0,
                        "profit_sb_percentage": -2.32,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "df4abe1f-30f7-4558-991a-8eb075ebc820",
                            "gambit_id": "17db9fd2-397b-4b14-9e68-81845f8d1d78",
                            "last_updated": "2023-02-26T11:57:00.280826-05:00",
                            "created_at": "2023-02-23T11:47:00.096331-05:00",
                            "name": "Liverpool",
                            "reward": "1.65000",
                            "odds": "1.67000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3a0497-c847-4103-b9bd-eef025776417/?format=api"
                        },
                        {
                            "id": "b5d877c6-fb37-43b5-9db7-964d8c9c4787",
                            "gambit_id": "91ff01a0-d0ef-4768-a54c-ede14972d644",
                            "last_updated": "2023-02-26T11:57:00.283008-05:00",
                            "created_at": "2023-02-23T11:47:00.098972-05:00",
                            "name": "Draw",
                            "reward": "3.91000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3a0497-c847-4103-b9bd-eef025776417/?format=api"
                        },
                        {
                            "id": "ba0da222-3071-4df1-bf01-7348420c5ddb",
                            "gambit_id": "a125336e-c972-4cd3-a93d-78ccb24251a5",
                            "last_updated": "2023-02-26T11:57:00.281919-05:00",
                            "created_at": "2023-02-23T11:47:00.097654-05:00",
                            "name": "Crystal Palace",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3a0497-c847-4103-b9bd-eef025776417/?format=api"
                        }
                    ]
                },
                {
                    "id": "71b166fb-1c61-49ad-baa1-240ede3f68d5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/59566c91-1a2d-4304-b173-7aa3a06ca6de/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T11:47:00.091134-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5260.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4740.0
                            }
                        ],
                        "expected_reward_tokens": 9099.8,
                        "profit_sb": -400.2,
                        "profit_sb_percentage": -4.21,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "24dfd5fe-1f32-4834-b6ee-cea76d744977",
                            "gambit_id": "91383e30-64d0-4bd8-b620-cc10903f1e79",
                            "last_updated": "2023-02-26T11:57:00.278607-05:00",
                            "created_at": "2023-02-23T11:47:00.093656-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.73000",
                            "odds": "1.75000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71b166fb-1c61-49ad-baa1-240ede3f68d5/?format=api"
                        },
                        {
                            "id": "4559ac43-7d2c-46e4-95ed-96c27d820874",
                            "gambit_id": "f68a3d20-d01c-429c-820a-5d2177a1cc97",
                            "last_updated": "2023-02-26T11:57:00.277507-05:00",
                            "created_at": "2023-02-23T11:47:00.092402-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.92000",
                            "odds": "1.95000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71b166fb-1c61-49ad-baa1-240ede3f68d5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e4415554-c820-4179-9e85-d02c1675d7aa",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8ae3dd7e-433d-4bb6-9f3e-7f68207c2d59",
            "completed": true,
            "last_updated": "2023-02-26T11:51:59.020045-05:00",
            "created_at": "2023-02-25T09:07:02.417624-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/8ae3dd7e-433d-4bb6-9f3e-7f68207c2d59",
            "datetime": "2023-02-25T13:07:00-05:00",
            "cutoff_datetime": "2023-02-25T13:07:00-05:00",
            "name": "New York Rangers v. Washington Capitals",
            "bettypes": [
                {
                    "id": "89836bfd-fa8b-40b1-b133-6a64e2d6bf2a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e4415554-c820-4179-9e85-d02c1675d7aa/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-25T09:07:02.427269-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Rangers",
                                "amount": 5696.0
                            },
                            {
                                "team": "Washington Capitals",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9511.84,
                        "profit_sb": 11.84,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c6ed5fde-c0d7-475d-b560-843e921ef95a",
                            "gambit_id": "f7d8774b-f4b0-4772-b232-822147929f0b",
                            "last_updated": "2023-02-26T11:51:59.030950-05:00",
                            "created_at": "2023-02-25T09:07:02.429773-05:00",
                            "name": "New York Rangers",
                            "reward": "1.67000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89836bfd-fa8b-40b1-b133-6a64e2d6bf2a/?format=api"
                        },
                        {
                            "id": "9913f55c-de66-4e7e-9b91-68ff5961f58f",
                            "gambit_id": "1ff42a84-4328-442f-aab4-1137a68600f8",
                            "last_updated": "2023-02-26T11:51:59.029812-05:00",
                            "created_at": "2023-02-25T09:07:02.428481-05:00",
                            "name": "Washington Capitals",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89836bfd-fa8b-40b1-b133-6a64e2d6bf2a/?format=api"
                        }
                    ]
                },
                {
                    "id": "a0bf9183-6054-4bdd-99a9-5f093100b18c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e4415554-c820-4179-9e85-d02c1675d7aa/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-25T09:07:02.423285-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Capitals",
                                "amount": 6475.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 3525.0
                            }
                        ],
                        "expected_reward_tokens": 9517.5,
                        "profit_sb": 17.5,
                        "profit_sb_percentage": 0.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "90699437-4386-44bf-ae07-38f7617e44fc",
                            "gambit_id": "3b978e96-f76d-49be-a193-29cc24889f12",
                            "last_updated": "2023-02-26T11:51:59.026384-05:00",
                            "created_at": "2023-02-25T09:07:02.424479-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0bf9183-6054-4bdd-99a9-5f093100b18c/?format=api"
                        },
                        {
                            "id": "47be444d-7789-4fde-8e2c-4cf76924285e",
                            "gambit_id": "294a6a16-05dd-4835-9161-78cf0033aab1",
                            "last_updated": "2023-02-26T11:51:59.027500-05:00",
                            "created_at": "2023-02-25T09:07:02.425942-05:00",
                            "name": "New York Rangers",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0bf9183-6054-4bdd-99a9-5f093100b18c/?format=api"
                        }
                    ]
                },
                {
                    "id": "491f297c-dff4-46cd-a2d2-55d3dec8c993",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e4415554-c820-4179-9e85-d02c1675d7aa/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-25T09:07:02.419431-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "960eb71a-fa5c-4d23-ad89-12e0764cce3c",
                            "gambit_id": "94be0664-d4ea-4afb-b973-53b4a6b69fde",
                            "last_updated": "2023-02-26T11:51:59.022905-05:00",
                            "created_at": "2023-02-25T09:07:02.420677-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/491f297c-dff4-46cd-a2d2-55d3dec8c993/?format=api"
                        },
                        {
                            "id": "f563b236-8c26-4c57-8a17-b3c229cbcef2",
                            "gambit_id": "b3c04647-ae22-4944-b8a1-c0ca9b3b2e79",
                            "last_updated": "2023-02-26T11:51:59.024055-05:00",
                            "created_at": "2023-02-25T09:07:02.421941-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/491f297c-dff4-46cd-a2d2-55d3dec8c993/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d4b405ad-3366-4c56-9d18-62e59c35444d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f01eabcb-8129-4a82-8485-4f866b117be0",
            "completed": true,
            "last_updated": "2023-02-26T11:51:58.870360-05:00",
            "created_at": "2023-02-25T09:07:02.269546-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.25,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/f01eabcb-8129-4a82-8485-4f866b117be0",
            "datetime": "2023-02-25T12:37:00-05:00",
            "cutoff_datetime": "2023-02-25T12:37:00-05:00",
            "name": "Edmonton Oilers v. Columbus Blue Jackets",
            "bettypes": [
                {
                    "id": "0670ef44-2336-4341-8b86-151aae086e58",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d4b405ad-3366-4c56-9d18-62e59c35444d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-25T09:07:02.279072-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Edmonton Oilers",
                                "amount": 6721.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 3279.0
                            }
                        ],
                        "expected_reward_tokens": 9476.31,
                        "profit_sb": -23.69,
                        "profit_sb_percentage": -0.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "aee9a13c-b9bf-471f-afc3-681b6c3c3ce5",
                            "gambit_id": "e7238f76-664f-48a4-b89b-7f13c781c621",
                            "last_updated": "2023-02-26T11:51:58.881656-05:00",
                            "created_at": "2023-02-25T09:07:02.282301-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.41000",
                            "odds": "1.42550",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0670ef44-2336-4341-8b86-151aae086e58/?format=api"
                        },
                        {
                            "id": "eac7f038-61a3-406f-aaee-ae1b2231310c",
                            "gambit_id": "88dcb84d-6457-4856-ac05-aed6053f7a69",
                            "last_updated": "2023-02-26T11:51:58.880526-05:00",
                            "created_at": "2023-02-25T09:07:02.280320-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "2.89000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0670ef44-2336-4341-8b86-151aae086e58/?format=api"
                        }
                    ]
                },
                {
                    "id": "76a0e2c3-5593-4bd4-b729-badcf50d65a9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d4b405ad-3366-4c56-9d18-62e59c35444d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-25T09:07:02.275225-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 5212.0
                            },
                            {
                                "team": "Edmonton Oilers",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "86b198e8-1ec6-4681-94c5-66b17e3c4359",
                            "gambit_id": "5bb44dab-5a0b-4262-a1e7-37df2ea433ed",
                            "last_updated": "2023-02-26T11:51:58.876916-05:00",
                            "created_at": "2023-02-25T09:07:02.276455-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76a0e2c3-5593-4bd4-b729-badcf50d65a9/?format=api"
                        },
                        {
                            "id": "ac39ea69-189c-44bd-a18d-794508c452cf",
                            "gambit_id": "b981b181-40ab-4df2-9ef0-474c5435106d",
                            "last_updated": "2023-02-26T11:51:58.878193-05:00",
                            "created_at": "2023-02-25T09:07:02.277733-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76a0e2c3-5593-4bd4-b729-badcf50d65a9/?format=api"
                        }
                    ]
                },
                {
                    "id": "c9b1a768-187c-4669-bbe2-70e983f29ca8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d4b405ad-3366-4c56-9d18-62e59c35444d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-25T09:07:02.271266-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 7",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Over 7",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "aa9cd96d-daed-4992-afc3-3a9039c663f8",
                            "gambit_id": "f598f5ed-5239-4f98-ae33-9d6340f4a912",
                            "last_updated": "2023-02-26T11:51:58.873182-05:00",
                            "created_at": "2023-02-25T09:07:02.272600-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b1a768-187c-4669-bbe2-70e983f29ca8/?format=api"
                        },
                        {
                            "id": "d68c9936-0d44-45a2-b225-af45950eaea6",
                            "gambit_id": "0f423004-0116-4fca-a084-be4d688b3f7e",
                            "last_updated": "2023-02-26T11:51:58.874334-05:00",
                            "created_at": "2023-02-25T09:07:02.273917-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b1a768-187c-4669-bbe2-70e983f29ca8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "81bc11c6-f880-4700-b018-22d409e84098",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cc1381c2-ab2c-4c19-9180-bed47eb58f16",
            "completed": true,
            "last_updated": "2023-02-26T11:57:01.614756-05:00",
            "created_at": "2023-02-23T11:46:59.864308-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.22,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/cc1381c2-ab2c-4c19-9180-bed47eb58f16",
            "datetime": "2023-02-25T12:30:00-05:00",
            "cutoff_datetime": "2023-02-25T12:30:00-05:00",
            "name": "Bournemouth v. Manchester City",
            "bettypes": [
                {
                    "id": "f566902d-bf59-4ab1-b1e6-e87a99f776ca",
                    "match": "https://api-prod.gambitprofit.com/api/matches/81bc11c6-f880-4700-b018-22d409e84098/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T11:46:59.872724-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 7846.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2154.0
                            }
                        ],
                        "expected_reward_tokens": 10511.52,
                        "profit_sb": 1011.52,
                        "profit_sb_percentage": 10.65,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 7005.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1923.0
                            },
                            {
                                "team": "Bournemouth",
                                "amount": 1072.0
                            }
                        ],
                        "expected_reward_tokens": 9384.24,
                        "profit_sb": -115.76,
                        "profit_sb_percentage": -1.22,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bb8eeb83-83bf-4042-8941-80c65ff6ec6e",
                            "gambit_id": "96c9c673-142b-4498-857c-0e318a9bae7c",
                            "last_updated": "2023-02-26T11:57:01.621282-05:00",
                            "created_at": "2023-02-23T11:46:59.874470-05:00",
                            "name": "Manchester City",
                            "reward": "1.34000",
                            "odds": "1.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f566902d-bf59-4ab1-b1e6-e87a99f776ca/?format=api"
                        },
                        {
                            "id": "766d902c-3152-4a72-a296-9d221ec90710",
                            "gambit_id": "7e54e6a3-3e8e-44e1-a52d-bb5dd891bb63",
                            "last_updated": "2023-02-26T11:57:01.623481-05:00",
                            "created_at": "2023-02-23T11:46:59.878224-05:00",
                            "name": "Draw",
                            "reward": "4.88000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f566902d-bf59-4ab1-b1e6-e87a99f776ca/?format=api"
                        },
                        {
                            "id": "3138bbec-f1ec-493b-9a43-1798ea226297",
                            "gambit_id": "7fe9d301-be0a-4f1f-bcf0-34c1a47adc2e",
                            "last_updated": "2023-02-26T11:57:01.622379-05:00",
                            "created_at": "2023-02-23T11:46:59.876267-05:00",
                            "name": "Bournemouth",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f566902d-bf59-4ab1-b1e6-e87a99f776ca/?format=api"
                        }
                    ]
                },
                {
                    "id": "65e37326-98fa-40f3-8741-f2485b8fc739",
                    "match": "https://api-prod.gambitprofit.com/api/matches/81bc11c6-f880-4700-b018-22d409e84098/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T11:46:59.866865-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5885.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4115.0
                            }
                        ],
                        "expected_reward_tokens": 9298.3,
                        "profit_sb": -201.7,
                        "profit_sb_percentage": -2.12,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6ecdfd62-7c90-447a-842e-39526484e39d",
                            "gambit_id": "5b077960-d3a4-40d8-a56b-f261f386c828",
                            "last_updated": "2023-02-26T11:57:01.618633-05:00",
                            "created_at": "2023-02-23T11:46:59.870755-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.58000",
                            "odds": "1.60000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e37326-98fa-40f3-8741-f2485b8fc739/?format=api"
                        },
                        {
                            "id": "27f89069-d256-4246-9c57-08ae7e175cfc",
                            "gambit_id": "3ab3bf3f-cf68-44b0-980d-b2817a52a9af",
                            "last_updated": "2023-02-26T11:57:01.617532-05:00",
                            "created_at": "2023-02-23T11:46:59.868866-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.26000",
                            "odds": "2.30000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e37326-98fa-40f3-8741-f2485b8fc739/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8f11f46a-37fa-4188-8109-e7684b05735f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "22f5188c-7681-4824-b495-04c4186048fa",
            "completed": true,
            "last_updated": "2023-02-26T11:46:56.834312-05:00",
            "created_at": "2023-02-25T09:07:02.124785-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.33,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/22f5188c-7681-4824-b495-04c4186048fa",
            "datetime": "2023-02-25T12:10:00-05:00",
            "cutoff_datetime": "2023-02-25T12:10:00-05:00",
            "name": "Toronto Raptors v. Detroit Pistons",
            "bettypes": [
                {
                    "id": "797d3e8f-1bce-4484-93aa-3a3f479b6b10",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f11f46a-37fa-4188-8109-e7684b05735f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-25T09:07:02.134945-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Raptors",
                                "amount": 7221.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 2779.0
                            }
                        ],
                        "expected_reward_tokens": 9531.72,
                        "profit_sb": 31.72,
                        "profit_sb_percentage": 0.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "283cf5e2-7ec2-4bf7-bed9-3c14d7b23d2b",
                            "gambit_id": "af43c85c-9524-4f3e-b63e-ba30ff53c546",
                            "last_updated": "2023-02-26T11:46:56.845281-05:00",
                            "created_at": "2023-02-25T09:07:02.137433-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.32000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/797d3e8f-1bce-4484-93aa-3a3f479b6b10/?format=api"
                        },
                        {
                            "id": "4f1d8052-227c-47b6-bdfa-88cd1eb9e934",
                            "gambit_id": "3cef535c-d7b1-4186-b085-4c78181dbc12",
                            "last_updated": "2023-02-26T11:46:56.844139-05:00",
                            "created_at": "2023-02-25T09:07:02.136148-05:00",
                            "name": "Detroit Pistons",
                            "reward": "3.43000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/797d3e8f-1bce-4484-93aa-3a3f479b6b10/?format=api"
                        }
                    ]
                },
                {
                    "id": "3b59c5ce-b0e4-4939-929c-ae560ceaec1e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f11f46a-37fa-4188-8109-e7684b05735f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-25T09:07:02.131126-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Pistons",
                                "amount": 5000.0
                            },
                            {
                                "team": "Toronto Raptors",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4434ad34-9a86-47fa-ba46-b541d161a0ea",
                            "gambit_id": "48fc207e-f812-4e55-be8f-fa7b8ceeeb9b",
                            "last_updated": "2023-02-26T11:46:56.840672-05:00",
                            "created_at": "2023-02-25T09:07:02.132416-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b59c5ce-b0e4-4939-929c-ae560ceaec1e/?format=api"
                        },
                        {
                            "id": "12cdfacb-e539-48d3-be82-0d23143a7ba8",
                            "gambit_id": "66e6b750-1e57-471f-ade4-aa2c528138ac",
                            "last_updated": "2023-02-26T11:46:56.841828-05:00",
                            "created_at": "2023-02-25T09:07:02.133679-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b59c5ce-b0e4-4939-929c-ae560ceaec1e/?format=api"
                        }
                    ]
                },
                {
                    "id": "1be6c024-df1b-4a29-85a7-93e8f8451c1d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f11f46a-37fa-4188-8109-e7684b05735f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-25T09:07:02.126837-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 228.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 228.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "31a430e6-16c9-42e0-98fd-c38aa134fa9e",
                            "gambit_id": "b261cbc9-d127-46f0-b7cf-d538f1ea91ff",
                            "last_updated": "2023-02-26T11:46:56.838361-05:00",
                            "created_at": "2023-02-25T09:07:02.129782-05:00",
                            "name": "Game Total Over 228.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "228.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1be6c024-df1b-4a29-85a7-93e8f8451c1d/?format=api"
                        },
                        {
                            "id": "15394405-284a-43f4-9426-bf214d91cd15",
                            "gambit_id": "6f83106d-d117-41c0-9147-145b1df93873",
                            "last_updated": "2023-02-26T11:46:56.837194-05:00",
                            "created_at": "2023-02-25T09:07:02.128382-05:00",
                            "name": "Game Total Under 228.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "228.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1be6c024-df1b-4a29-85a7-93e8f8451c1d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "680da86e-d697-4383-bab3-2879474dbf6e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "78c991b0-206f-4a15-a42d-5e6b2442d8bc",
            "completed": true,
            "last_updated": "2023-02-26T12:02:02.071316-05:00",
            "created_at": "2023-02-23T11:46:59.479116-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.3,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/78c991b0-206f-4a15-a42d-5e6b2442d8bc",
            "datetime": "2023-02-25T10:00:00-05:00",
            "cutoff_datetime": "2023-02-25T10:00:00-05:00",
            "name": "Leeds United v. Southampton",
            "bettypes": [
                {
                    "id": "fbe23ed7-6bed-40d4-8003-40a3231fede2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/680da86e-d697-4383-bab3-2879474dbf6e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T11:46:59.484978-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Leeds United",
                                "amount": 6562.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3438.0
                            }
                        ],
                        "expected_reward_tokens": 12270.94,
                        "profit_sb": 2770.94,
                        "profit_sb_percentage": 29.17,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Leeds United",
                                "amount": 4964.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2600.0
                            },
                            {
                                "team": "Southampton",
                                "amount": 2436.0
                            }
                        ],
                        "expected_reward_tokens": 9281.16,
                        "profit_sb": -218.84,
                        "profit_sb_percentage": -2.3,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8ec06acd-3908-4623-b035-dc0cdcebed19",
                            "gambit_id": "eda0333c-90db-4a03-bea5-ab49eaa5be50",
                            "last_updated": "2023-02-26T12:02:02.078986-05:00",
                            "created_at": "2023-02-23T11:46:59.487468-05:00",
                            "name": "Leeds United",
                            "reward": "1.87000",
                            "odds": "1.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe23ed7-6bed-40d4-8003-40a3231fede2/?format=api"
                        },
                        {
                            "id": "12145917-8492-4fcc-8dd7-145e766007ed",
                            "gambit_id": "9d487765-fd6a-4ff6-9b5c-db1ba695f962",
                            "last_updated": "2023-02-26T12:02:02.080188-05:00",
                            "created_at": "2023-02-23T11:46:59.488773-05:00",
                            "name": "Draw",
                            "reward": "3.57000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe23ed7-6bed-40d4-8003-40a3231fede2/?format=api"
                        },
                        {
                            "id": "0d4138d8-8b9b-49c8-be37-0c301953acc9",
                            "gambit_id": "daee5e12-5f78-49ad-806e-20db8653d45e",
                            "last_updated": "2023-02-26T12:02:02.077551-05:00",
                            "created_at": "2023-02-23T11:46:59.486154-05:00",
                            "name": "Southampton",
                            "reward": "3.81000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe23ed7-6bed-40d4-8003-40a3231fede2/?format=api"
                        }
                    ]
                },
                {
                    "id": "7b0a88e9-1461-4b29-9955-215cadc3c163",
                    "match": "https://api-prod.gambitprofit.com/api/matches/680da86e-d697-4383-bab3-2879474dbf6e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T11:46:59.481106-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5068.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4932.0
                            }
                        ],
                        "expected_reward_tokens": 9222.84,
                        "profit_sb": -277.16,
                        "profit_sb_percentage": -2.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cfb665a8-7235-4f2c-b1b8-ad618f97a66f",
                            "gambit_id": "72e24ae8-a00c-4ab8-99b1-fee354d0f1c5",
                            "last_updated": "2023-02-26T12:02:02.075243-05:00",
                            "created_at": "2023-02-23T11:46:59.483619-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.82000",
                            "odds": "1.85000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0a88e9-1461-4b29-9955-215cadc3c163/?format=api"
                        },
                        {
                            "id": "dbd88283-b24b-4615-bb21-5546f8c832f1",
                            "gambit_id": "094f0f22-2a26-4207-9bc1-248292dd3d4b",
                            "last_updated": "2023-02-26T12:02:02.074092-05:00",
                            "created_at": "2023-02-23T11:46:59.482326-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.87000",
                            "odds": "1.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b0a88e9-1461-4b29-9955-215cadc3c163/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2688671a-6f1c-4549-96e5-44dde8d39de9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b13643b2-4d4f-4b87-8406-7ded2384e50e",
            "completed": true,
            "last_updated": "2023-02-26T11:57:00.651635-05:00",
            "created_at": "2023-02-23T11:46:59.201848-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.88,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/b13643b2-4d4f-4b87-8406-7ded2384e50e",
            "datetime": "2023-02-25T10:00:00-05:00",
            "cutoff_datetime": "2023-02-25T10:00:00-05:00",
            "name": "Leicester City v. Arsenal",
            "bettypes": [
                {
                    "id": "029d803c-7f77-4318-a587-7365956090f8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2688671a-6f1c-4549-96e5-44dde8d39de9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T11:46:59.207868-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Arsenal",
                                "amount": 7212.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2788.0
                            }
                        ],
                        "expected_reward_tokens": 11178.6,
                        "profit_sb": 1678.6,
                        "profit_sb_percentage": 17.67,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arsenal",
                                "amount": 6014.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2325.0
                            },
                            {
                                "team": "Leicester City",
                                "amount": 1662.0
                            }
                        ],
                        "expected_reward_tokens": 9321.7,
                        "profit_sb": -178.3,
                        "profit_sb_percentage": -1.88,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "868398f4-424f-48f7-bfc4-ad6c8bd03d4a",
                            "gambit_id": "4b551b70-4fdb-449b-ae6c-d3ba6e2bb520",
                            "last_updated": "2023-02-26T11:57:00.657583-05:00",
                            "created_at": "2023-02-23T11:46:59.209146-05:00",
                            "name": "Arsenal",
                            "reward": "1.55000",
                            "odds": "1.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/029d803c-7f77-4318-a587-7365956090f8/?format=api"
                        },
                        {
                            "id": "b8592c4a-86ad-4cb0-bae9-21e38a782ca2",
                            "gambit_id": "92851d16-896f-4dcc-9cc8-f6cf5afd721e",
                            "last_updated": "2023-02-26T11:57:00.659674-05:00",
                            "created_at": "2023-02-23T11:46:59.211882-05:00",
                            "name": "Draw",
                            "reward": "4.01000",
                            "odds": "4.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/029d803c-7f77-4318-a587-7365956090f8/?format=api"
                        },
                        {
                            "id": "5b62a972-ee4c-4c9a-a76e-d350508ce4da",
                            "gambit_id": "766b8791-4ee4-451f-8f54-df7135a2a386",
                            "last_updated": "2023-02-26T11:57:00.658638-05:00",
                            "created_at": "2023-02-23T11:46:59.210406-05:00",
                            "name": "Leicester City",
                            "reward": "5.61000",
                            "odds": "5.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/029d803c-7f77-4318-a587-7365956090f8/?format=api"
                        }
                    ]
                },
                {
                    "id": "d6def598-fc9a-4dcb-a44a-87aac96d0345",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2688671a-6f1c-4549-96e5-44dde8d39de9/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T11:46:59.203541-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5520.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4480.0
                            }
                        ],
                        "expected_reward_tokens": 9273.6,
                        "profit_sb": -226.4,
                        "profit_sb_percentage": -2.38,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4ab6b124-d84c-4f16-b019-33a5c3d4ed7a",
                            "gambit_id": "90e5b7a0-eec1-4aa3-9301-3fb80152e55f",
                            "last_updated": "2023-02-26T11:57:00.655375-05:00",
                            "created_at": "2023-02-23T11:46:59.206501-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.68000",
                            "odds": "1.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6def598-fc9a-4dcb-a44a-87aac96d0345/?format=api"
                        },
                        {
                            "id": "f00405b9-a6d7-44d3-aabb-dab55462fedc",
                            "gambit_id": "4ab3b7a1-8413-4d87-af8f-988f77b9fe36",
                            "last_updated": "2023-02-26T11:57:00.654297-05:00",
                            "created_at": "2023-02-23T11:46:59.205134-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6def598-fc9a-4dcb-a44a-87aac96d0345/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "67a509e6-f129-471a-92e7-efa323ff376a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7af19b44-5d12-465d-b5d3-37b45f9004cd",
            "completed": true,
            "last_updated": "2023-02-26T11:57:00.864472-05:00",
            "created_at": "2023-02-23T11:46:59.341513-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.87,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/7af19b44-5d12-465d-b5d3-37b45f9004cd",
            "datetime": "2023-02-25T10:00:00-05:00",
            "cutoff_datetime": "2023-02-25T10:00:00-05:00",
            "name": "Everton v. Aston Villa",
            "bettypes": [
                {
                    "id": "5dbf6898-b279-438a-89e8-4a4ce3c8c495",
                    "match": "https://api-prod.gambitprofit.com/api/matches/67a509e6-f129-471a-92e7-efa323ff376a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T11:46:59.347505-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Everton",
                                "amount": 5312.0
                            },
                            {
                                "team": "Aston Villa",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 13545.6,
                        "profit_sb": 4045.6,
                        "profit_sb_percentage": 42.59,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Everton",
                                "amount": 3656.0
                            },
                            {
                                "team": "Aston Villa",
                                "amount": 3226.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3118.0
                            }
                        ],
                        "expected_reward_tokens": 9322.8,
                        "profit_sb": -177.2,
                        "profit_sb_percentage": -1.87,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "aef06058-3533-471b-9e4e-b61b947cc30c",
                            "gambit_id": "b62d2484-a074-49b2-aa21-f5a41e3529f8",
                            "last_updated": "2023-02-26T11:57:00.871594-05:00",
                            "created_at": "2023-02-23T11:46:59.350109-05:00",
                            "name": "Everton",
                            "reward": "2.55000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbf6898-b279-438a-89e8-4a4ce3c8c495/?format=api"
                        },
                        {
                            "id": "61736d00-4123-4250-9234-ef2f7e35e4c8",
                            "gambit_id": "ec2c7fc4-f9ab-4df4-83f5-712aea59f196",
                            "last_updated": "2023-02-26T11:57:00.870517-05:00",
                            "created_at": "2023-02-23T11:46:59.348791-05:00",
                            "name": "Aston Villa",
                            "reward": "2.89000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbf6898-b279-438a-89e8-4a4ce3c8c495/?format=api"
                        },
                        {
                            "id": "e65d8c5f-da80-45d1-a942-90c53be42318",
                            "gambit_id": "0cac778f-4dbc-4f30-a43a-e6b000e661f6",
                            "last_updated": "2023-02-26T11:57:00.872673-05:00",
                            "created_at": "2023-02-23T11:46:59.351348-05:00",
                            "name": "Draw",
                            "reward": "2.99000",
                            "odds": "3.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbf6898-b279-438a-89e8-4a4ce3c8c495/?format=api"
                        }
                    ]
                },
                {
                    "id": "601cea0e-277a-4822-9cf8-7d287d1e8fc3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/67a509e6-f129-471a-92e7-efa323ff376a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T11:46:59.343317-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5984.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4016.0
                            }
                        ],
                        "expected_reward_tokens": 9275.2,
                        "profit_sb": -224.8,
                        "profit_sb_percentage": -2.37,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2e1bded3-3007-4106-8238-cc623cdb1951",
                            "gambit_id": "af9c8f69-8a3b-43d4-923e-3d6213cb6821",
                            "last_updated": "2023-02-26T11:57:00.867205-05:00",
                            "created_at": "2023-02-23T11:46:59.344649-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.55000",
                            "odds": "1.57000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/601cea0e-277a-4822-9cf8-7d287d1e8fc3/?format=api"
                        },
                        {
                            "id": "4e0263a0-c3df-467c-8e86-69aafa16ec2f",
                            "gambit_id": "7757030c-bd56-4258-a9b1-f07fde11c717",
                            "last_updated": "2023-02-26T11:57:00.868315-05:00",
                            "created_at": "2023-02-23T11:46:59.345935-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "2.31000",
                            "odds": "2.35000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/601cea0e-277a-4822-9cf8-7d287d1e8fc3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2d6d55ea-b733-47fa-8b8a-6f292bc0507b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7aa1af98-fe13-40ce-9d3d-2c9b3df6feda",
            "completed": true,
            "last_updated": "2023-02-26T12:02:02.250717-05:00",
            "created_at": "2023-02-23T11:46:59.641302-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.14,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/7aa1af98-fe13-40ce-9d3d-2c9b3df6feda",
            "datetime": "2023-02-25T10:00:00-05:00",
            "cutoff_datetime": "2023-02-25T10:00:00-05:00",
            "name": "West Ham United v. Nottingham Forest",
            "bettypes": [
                {
                    "id": "671c1c1d-549a-4f2f-85c1-842b1084add5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2d6d55ea-b733-47fa-8b8a-6f292bc0507b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T11:46:59.647062-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "West Ham United",
                                "amount": 6898.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3102.0
                            }
                        ],
                        "expected_reward_tokens": 11381.7,
                        "profit_sb": 1881.7,
                        "profit_sb_percentage": 19.81,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "West Ham United",
                                "amount": 5692.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2559.0
                            },
                            {
                                "team": "Nottingham Forest",
                                "amount": 1749.0
                            }
                        ],
                        "expected_reward_tokens": 9391.53,
                        "profit_sb": -108.47,
                        "profit_sb_percentage": -1.14,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a325cb32-ef99-4d0e-8041-98566dfbccdd",
                            "gambit_id": "c54e12f8-bfe1-442d-a49f-f7f1f8b42908",
                            "last_updated": "2023-02-26T12:02:02.258204-05:00",
                            "created_at": "2023-02-23T11:46:59.649834-05:00",
                            "name": "West Ham United",
                            "reward": "1.65000",
                            "odds": "1.67000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671c1c1d-549a-4f2f-85c1-842b1084add5/?format=api"
                        },
                        {
                            "id": "ec4f9328-8f8b-4d4d-8d2b-67a16b48b6d7",
                            "gambit_id": "dca8e2b7-0453-4e88-9b7e-fb0e4a43ca6a",
                            "last_updated": "2023-02-26T12:02:02.259338-05:00",
                            "created_at": "2023-02-23T11:46:59.651107-05:00",
                            "name": "Draw",
                            "reward": "3.67000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671c1c1d-549a-4f2f-85c1-842b1084add5/?format=api"
                        },
                        {
                            "id": "c6938efa-c53e-4e50-afd7-e858b98012ca",
                            "gambit_id": "46eaccc8-70de-42be-8852-78699586e794",
                            "last_updated": "2023-02-26T12:02:02.257035-05:00",
                            "created_at": "2023-02-23T11:46:59.648532-05:00",
                            "name": "Nottingham Forest",
                            "reward": "5.37000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/671c1c1d-549a-4f2f-85c1-842b1084add5/?format=api"
                        }
                    ]
                },
                {
                    "id": "43407cb8-528d-4b07-8c98-7ce50b786487",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2d6d55ea-b733-47fa-8b8a-6f292bc0507b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T11:46:59.642988-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5387.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4613.0
                            }
                        ],
                        "expected_reward_tokens": 9318.26,
                        "profit_sb": -181.74,
                        "profit_sb_percentage": -1.91,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3fe7f4c3-fb19-44c8-af00-7eef1f5897d0",
                            "gambit_id": "782deddc-1ed8-436e-8508-5bdbc1bedc8b",
                            "last_updated": "2023-02-26T12:02:02.253522-05:00",
                            "created_at": "2023-02-23T11:46:59.644268-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.73000",
                            "odds": "1.75000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43407cb8-528d-4b07-8c98-7ce50b786487/?format=api"
                        },
                        {
                            "id": "98d9c30b-bff2-4eaa-a4ee-e5d33611eb95",
                            "gambit_id": "c827a578-70ff-47a5-bded-2ad174a94d27",
                            "last_updated": "2023-02-26T12:02:02.254646-05:00",
                            "created_at": "2023-02-23T11:46:59.645702-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43407cb8-528d-4b07-8c98-7ce50b786487/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b1eb209f-85ec-4906-b18a-d2225de38867",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "bf477831-4588-4a71-bd85-6cdc65ee142e",
            "completed": true,
            "last_updated": "2023-02-25T17:32:00.443989-05:00",
            "created_at": "2023-02-24T09:06:59.004228-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.74,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/bf477831-4588-4a71-bd85-6cdc65ee142e",
            "datetime": "2023-02-24T22:40:00-05:00",
            "cutoff_datetime": "2023-02-24T22:40:00-05:00",
            "name": "Sacramento Kings v. Los Angeles Clippers",
            "bettypes": [
                {
                    "id": "ac673b6b-ca63-4fa3-885c-20886fb7cf3c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b1eb209f-85ec-4906-b18a-d2225de38867/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T09:06:59.014050-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 7037.0
                            },
                            {
                                "team": "Sacramento Kings",
                                "amount": 2963.0
                            }
                        ],
                        "expected_reward_tokens": 9570.32,
                        "profit_sb": 70.32,
                        "profit_sb_percentage": 0.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "934b1518-e55e-4c89-8ba7-a9f23383becd",
                            "gambit_id": "7c63457b-7c26-4c9e-b97e-c2920084818a",
                            "last_updated": "2023-02-25T17:32:00.453557-05:00",
                            "created_at": "2023-02-24T09:06:59.015258-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.36000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac673b6b-ca63-4fa3-885c-20886fb7cf3c/?format=api"
                        },
                        {
                            "id": "50d295f5-9fa6-4123-be40-d291da2b8582",
                            "gambit_id": "3a8772bd-edb4-4076-b805-6f76af8a5565",
                            "last_updated": "2023-02-25T17:32:00.454668-05:00",
                            "created_at": "2023-02-24T09:06:59.016626-05:00",
                            "name": "Sacramento Kings",
                            "reward": "3.23000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac673b6b-ca63-4fa3-885c-20886fb7cf3c/?format=api"
                        }
                    ]
                },
                {
                    "id": "db3cf6bb-1c83-4d76-ae65-db5370e02acb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b1eb209f-85ec-4906-b18a-d2225de38867/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T09:06:59.010193-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Sacramento Kings",
                                "amount": 5000.0
                            },
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f6830018-8528-47b9-833b-50ef80726ac6",
                            "gambit_id": "9cb2a260-29e0-45ca-938a-8a3444f35408",
                            "last_updated": "2023-02-25T17:32:00.451265-05:00",
                            "created_at": "2023-02-24T09:06:59.012712-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db3cf6bb-1c83-4d76-ae65-db5370e02acb/?format=api"
                        },
                        {
                            "id": "76cddbd3-adfc-479e-8708-aa615f73702d",
                            "gambit_id": "23e5d7cb-048c-4bc8-a297-c73034fc9309",
                            "last_updated": "2023-02-25T17:32:00.450107-05:00",
                            "created_at": "2023-02-24T09:06:59.011434-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db3cf6bb-1c83-4d76-ae65-db5370e02acb/?format=api"
                        }
                    ]
                },
                {
                    "id": "8465617c-cde3-4aa7-9664-06cbe0b062d2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b1eb209f-85ec-4906-b18a-d2225de38867/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T09:06:59.006253-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 238",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 238",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "716918e1-3d60-40a9-9be5-03d2141e772e",
                            "gambit_id": "0b85b671-4099-453c-8efa-43f237d7dd19",
                            "last_updated": "2023-02-25T17:32:00.446757-05:00",
                            "created_at": "2023-02-24T09:06:59.007549-05:00",
                            "name": "Game Total Under 238",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "238.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8465617c-cde3-4aa7-9664-06cbe0b062d2/?format=api"
                        },
                        {
                            "id": "32d06171-b0a9-421d-8047-f4dbbb9565f7",
                            "gambit_id": "19023296-39f1-4583-8f7c-75c552caaebf",
                            "last_updated": "2023-02-25T17:32:00.447860-05:00",
                            "created_at": "2023-02-24T09:06:59.008865-05:00",
                            "name": "Game Total Over 238",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "238.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8465617c-cde3-4aa7-9664-06cbe0b062d2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "da774ae0-5659-4bd5-a43d-df98ef72992f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "fffdfaed-1958-43f5-ad6d-dfa79d83df0b",
            "completed": true,
            "last_updated": "2023-02-25T17:32:00.286244-05:00",
            "created_at": "2023-02-24T09:06:58.858331-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.24,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/fffdfaed-1958-43f5-ad6d-dfa79d83df0b",
            "datetime": "2023-02-24T22:10:00-05:00",
            "cutoff_datetime": "2023-02-24T22:10:00-05:00",
            "name": "Oklahoma City Thunder v. Phoenix Suns",
            "bettypes": [
                {
                    "id": "f7d23e26-3239-4991-9498-dc842168f3a0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/da774ae0-5659-4bd5-a43d-df98ef72992f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T09:06:58.864064-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Phoenix Suns",
                                "amount": 7440.0
                            },
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 2560.0
                            }
                        ],
                        "expected_reward_tokens": 9523.2,
                        "profit_sb": 23.2,
                        "profit_sb_percentage": 0.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "44195889-e0e1-4f8f-bb6f-1ec5de0af4d4",
                            "gambit_id": "ae89b402-66df-4755-adb1-b2370c40d35f",
                            "last_updated": "2023-02-25T17:32:00.292376-05:00",
                            "created_at": "2023-02-24T09:06:58.865277-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.28000",
                            "odds": "1.28570",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d23e26-3239-4991-9498-dc842168f3a0/?format=api"
                        },
                        {
                            "id": "83c90492-56d6-45a6-88fd-627e031d6e9c",
                            "gambit_id": "5696418f-1552-4a87-988d-a0f278e83b21",
                            "last_updated": "2023-02-25T17:32:00.293468-05:00",
                            "created_at": "2023-02-24T09:06:58.866532-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "3.72000",
                            "odds": "3.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7d23e26-3239-4991-9498-dc842168f3a0/?format=api"
                        }
                    ]
                },
                {
                    "id": "abe73f49-4683-40e9-8987-13a4cb084348",
                    "match": "https://api-prod.gambitprofit.com/api/matches/da774ae0-5659-4bd5-a43d-df98ef72992f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T09:06:58.867835-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5000.0
                            },
                            {
                                "team": "Phoenix Suns",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "abbae0ca-0429-454f-8eaf-950b21c12859",
                            "gambit_id": "6042f68f-3d31-4dbe-b8b2-5dd15bcbfccf",
                            "last_updated": "2023-02-25T17:32:00.296869-05:00",
                            "created_at": "2023-02-24T09:06:58.870362-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abe73f49-4683-40e9-8987-13a4cb084348/?format=api"
                        },
                        {
                            "id": "070f6a46-0196-4b28-8cbf-237b8089715f",
                            "gambit_id": "431b0bbe-0faa-431d-a99d-0f3e09597878",
                            "last_updated": "2023-02-25T17:32:00.295699-05:00",
                            "created_at": "2023-02-24T09:06:58.869085-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abe73f49-4683-40e9-8987-13a4cb084348/?format=api"
                        }
                    ]
                },
                {
                    "id": "dc2dcf51-f3c7-4636-a444-189daff8238a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/da774ae0-5659-4bd5-a43d-df98ef72992f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T09:06:58.860131-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 227",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 227",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c2d2a9c8-316a-4c7f-ab8e-53ae3ba90cf8",
                            "gambit_id": "d721dea6-b314-4c75-8573-abd1be9ceb97",
                            "last_updated": "2023-02-25T17:32:00.289040-05:00",
                            "created_at": "2023-02-24T09:06:58.861399-05:00",
                            "name": "Game Total Under 227",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "227.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2dcf51-f3c7-4636-a444-189daff8238a/?format=api"
                        },
                        {
                            "id": "98bd806b-679c-4951-a9a0-ce53a236ab52",
                            "gambit_id": "d5650637-1a68-4d1e-8e79-38d21c182ad8",
                            "last_updated": "2023-02-25T17:32:00.290162-05:00",
                            "created_at": "2023-02-24T09:06:58.862709-05:00",
                            "name": "Game Total Over 227",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "227.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc2dcf51-f3c7-4636-a444-189daff8238a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d9a676a4-64eb-4790-9963-cc964db91f2b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "849dc220-ef56-449d-873d-92b58375dad5",
            "completed": true,
            "last_updated": "2023-02-25T17:32:00.129228-05:00",
            "created_at": "2023-02-24T09:06:58.682952-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.09,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/849dc220-ef56-449d-873d-92b58375dad5",
            "datetime": "2023-02-24T22:10:00-05:00",
            "cutoff_datetime": "2023-02-24T22:10:00-05:00",
            "name": "Houston Rockets v. Golden State Warriors",
            "bettypes": [
                {
                    "id": "20589bed-9a1b-4196-a29e-2afb378952c9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d9a676a4-64eb-4790-9963-cc964db91f2b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T09:06:58.692601-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Golden State Warriors",
                                "amount": 7858.0
                            },
                            {
                                "team": "Houston Rockets",
                                "amount": 2142.0
                            }
                        ],
                        "expected_reward_tokens": 9508.18,
                        "profit_sb": 8.18,
                        "profit_sb_percentage": 0.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8fa06f4b-dc14-4670-9913-4b8894036aee",
                            "gambit_id": "6ffdf75d-7f7e-4d69-8e90-1c403c422ad3",
                            "last_updated": "2023-02-25T17:32:00.139783-05:00",
                            "created_at": "2023-02-24T09:06:58.693792-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.21000",
                            "odds": "1.21740",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20589bed-9a1b-4196-a29e-2afb378952c9/?format=api"
                        },
                        {
                            "id": "33a68552-e687-48d0-a1e9-d538c46b4246",
                            "gambit_id": "2e61f5e6-529b-4a79-9e8c-cfe58a85240d",
                            "last_updated": "2023-02-25T17:32:00.140910-05:00",
                            "created_at": "2023-02-24T09:06:58.695047-05:00",
                            "name": "Houston Rockets",
                            "reward": "4.44000",
                            "odds": "4.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20589bed-9a1b-4196-a29e-2afb378952c9/?format=api"
                        }
                    ]
                },
                {
                    "id": "5626fac1-9bd7-411c-8503-3ed4bc0fd98f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d9a676a4-64eb-4790-9963-cc964db91f2b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T09:06:58.688740-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Golden State Warriors",
                                "amount": 5000.0
                            },
                            {
                                "team": "Houston Rockets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e24c8b40-c6a2-4cc7-a3d4-9df89545ba10",
                            "gambit_id": "d17065ab-3008-4ee0-94bf-32e24863b9c0",
                            "last_updated": "2023-02-25T17:32:00.137369-05:00",
                            "created_at": "2023-02-24T09:06:58.689980-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5626fac1-9bd7-411c-8503-3ed4bc0fd98f/?format=api"
                        },
                        {
                            "id": "850c9677-1546-43a9-a992-2cf4131e9f1c",
                            "gambit_id": "d360b4bd-3af6-4c4f-b023-5b6cfb40a761",
                            "last_updated": "2023-02-25T17:32:00.135317-05:00",
                            "created_at": "2023-02-24T09:06:58.691245-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5626fac1-9bd7-411c-8503-3ed4bc0fd98f/?format=api"
                        }
                    ]
                },
                {
                    "id": "1fb3a53c-cbed-47c7-938c-eec92f587d82",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d9a676a4-64eb-4790-9963-cc964db91f2b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T09:06:58.684716-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 231",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 231",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "78732755-654f-493a-a14a-2f67b137d30d",
                            "gambit_id": "176fea75-0801-4967-90b3-268ac375f020",
                            "last_updated": "2023-02-25T17:32:00.131926-05:00",
                            "created_at": "2023-02-24T09:06:58.685984-05:00",
                            "name": "Game Total Under 231",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "231.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb3a53c-cbed-47c7-938c-eec92f587d82/?format=api"
                        },
                        {
                            "id": "9cd9d5e6-c730-4d39-998f-b5a39bb94b43",
                            "gambit_id": "579e9e50-770f-4ad7-9b39-ccae2da42a93",
                            "last_updated": "2023-02-25T17:32:00.133094-05:00",
                            "created_at": "2023-02-24T09:06:58.687322-05:00",
                            "name": "Game Total Over 231",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "231.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb3a53c-cbed-47c7-938c-eec92f587d82/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fc14557f-d7ea-4dd1-86c5-f8d155d12b9f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8fe0f500-07df-4ca5-96df-c38f656add98",
            "completed": true,
            "last_updated": "2023-02-25T17:31:59.958082-05:00",
            "created_at": "2023-02-24T09:06:58.491970-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/8fe0f500-07df-4ca5-96df-c38f656add98",
            "datetime": "2023-02-24T20:10:00-05:00",
            "cutoff_datetime": "2023-02-24T20:10:00-05:00",
            "name": "Brooklyn Nets v. Chicago Bulls",
            "bettypes": [
                {
                    "id": "2c08b982-64b6-4d02-8783-45d68115b661",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fc14557f-d7ea-4dd1-86c5-f8d155d12b9f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T09:06:58.501512-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Bulls",
                                "amount": 5419.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "575e9b0a-c226-4c3b-9493-a5e7d3f5c09b",
                            "gambit_id": "6e3a87ab-c7bd-4391-ac52-9dff89c2e01d",
                            "last_updated": "2023-02-25T17:31:59.982838-05:00",
                            "created_at": "2023-02-24T09:06:58.502725-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c08b982-64b6-4d02-8783-45d68115b661/?format=api"
                        },
                        {
                            "id": "5f0e8758-fadc-4c30-895d-0641e1bdbbd4",
                            "gambit_id": "56ce620d-2b0a-4a07-a03b-c13899edccec",
                            "last_updated": "2023-02-25T17:31:59.984244-05:00",
                            "created_at": "2023-02-24T09:06:58.503991-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c08b982-64b6-4d02-8783-45d68115b661/?format=api"
                        }
                    ]
                },
                {
                    "id": "8938c5b4-d2a4-4c95-b27c-74238bb7c820",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fc14557f-d7ea-4dd1-86c5-f8d155d12b9f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T09:06:58.497648-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Bulls",
                                "amount": 5106.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5de6ee6a-ae18-4fff-869d-5816874009ab",
                            "gambit_id": "47ae7fae-990c-4f50-bfba-2a66fbd20522",
                            "last_updated": "2023-02-25T17:31:59.964277-05:00",
                            "created_at": "2023-02-24T09:06:58.498869-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "-2.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8938c5b4-d2a4-4c95-b27c-74238bb7c820/?format=api"
                        },
                        {
                            "id": "35d83a06-a724-4e42-a35a-246c4a6f262b",
                            "gambit_id": "4d015431-b5f0-46c7-9a91-64905d92c298",
                            "last_updated": "2023-02-25T17:31:59.965686-05:00",
                            "created_at": "2023-02-24T09:06:58.500178-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "2.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8938c5b4-d2a4-4c95-b27c-74238bb7c820/?format=api"
                        }
                    ]
                },
                {
                    "id": "3d9fce9d-1f1e-4f1c-8f80-40469b00fa84",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fc14557f-d7ea-4dd1-86c5-f8d155d12b9f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T09:06:58.493710-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 223",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 223",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6bed3db8-d4fb-4db9-8fd5-5b093f780f62",
                            "gambit_id": "c1583b2c-666f-4381-81ba-b137352e8e4e",
                            "last_updated": "2023-02-25T17:31:59.960921-05:00",
                            "created_at": "2023-02-24T09:06:58.494997-05:00",
                            "name": "Game Total Under 223",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "223.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d9fce9d-1f1e-4f1c-8f80-40469b00fa84/?format=api"
                        },
                        {
                            "id": "30188cee-d0c2-4704-861f-87485ce4a3a1",
                            "gambit_id": "826134be-df1b-430e-a206-fd8fd7a70aab",
                            "last_updated": "2023-02-25T17:31:59.962042-05:00",
                            "created_at": "2023-02-24T09:06:58.496298-05:00",
                            "name": "Game Total Over 223",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "223.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d9fce9d-1f1e-4f1c-8f80-40469b00fa84/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7acb2999-ee44-4afe-a792-06d9e776aca0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "2876605d-9186-4419-bb8e-de7893fb0683",
            "completed": true,
            "last_updated": "2023-02-25T17:31:59.783463-05:00",
            "created_at": "2023-02-24T09:06:58.275496-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.74,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/2876605d-9186-4419-bb8e-de7893fb0683",
            "datetime": "2023-02-24T20:10:00-05:00",
            "cutoff_datetime": "2023-02-24T20:10:00-05:00",
            "name": "Charlotte Hornets v. Minnesota Timberwolves",
            "bettypes": [
                {
                    "id": "cfc6ec04-f3ec-47b1-84ea-3c4abf917aa5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7acb2999-ee44-4afe-a792-06d9e776aca0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T09:06:58.286216-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 7037.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 2963.0
                            }
                        ],
                        "expected_reward_tokens": 9570.32,
                        "profit_sb": 70.32,
                        "profit_sb_percentage": 0.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "69ec0170-b58a-42b7-9013-503c6ba62491",
                            "gambit_id": "6e3e3344-f1f6-4f42-9b83-b82e6b7e5be6",
                            "last_updated": "2023-02-25T17:31:59.792780-05:00",
                            "created_at": "2023-02-24T09:06:58.287426-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.36000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc6ec04-f3ec-47b1-84ea-3c4abf917aa5/?format=api"
                        },
                        {
                            "id": "f0c08e44-2436-48fd-b153-e6acdd02198e",
                            "gambit_id": "d4fd248c-5a45-4012-8fc0-e82124537e06",
                            "last_updated": "2023-02-25T17:31:59.793843-05:00",
                            "created_at": "2023-02-24T09:06:58.288756-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "3.23000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc6ec04-f3ec-47b1-84ea-3c4abf917aa5/?format=api"
                        }
                    ]
                },
                {
                    "id": "04d496f5-5da5-4868-b2a7-65121c0b1521",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7acb2999-ee44-4afe-a792-06d9e776aca0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T09:06:58.282072-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Charlotte Hornets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8fb53bef-ca68-4cb4-861d-4d9ce9642ca5",
                            "gambit_id": "33bf92a6-39a2-431d-ac73-3fad92eb553e",
                            "last_updated": "2023-02-25T17:31:59.790577-05:00",
                            "created_at": "2023-02-24T09:06:58.284825-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04d496f5-5da5-4868-b2a7-65121c0b1521/?format=api"
                        },
                        {
                            "id": "64141cf2-49d3-4ac8-b451-e423e30ae68d",
                            "gambit_id": "d27f32a9-c99e-42b8-b5d0-2fc2c3fc2166",
                            "last_updated": "2023-02-25T17:31:59.789456-05:00",
                            "created_at": "2023-02-24T09:06:58.283349-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04d496f5-5da5-4868-b2a7-65121c0b1521/?format=api"
                        }
                    ]
                },
                {
                    "id": "23c45b6d-9479-4ff1-b0af-85dcca238402",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7acb2999-ee44-4afe-a792-06d9e776aca0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T09:06:58.277348-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 240.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 240.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "832d8a58-66ba-48f3-abd0-f87dd34fbf1c",
                            "gambit_id": "fa329129-5658-436b-be7c-0232472c8f10",
                            "last_updated": "2023-02-25T17:31:59.786173-05:00",
                            "created_at": "2023-02-24T09:06:58.279143-05:00",
                            "name": "Game Total Under 240.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "240.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23c45b6d-9479-4ff1-b0af-85dcca238402/?format=api"
                        },
                        {
                            "id": "a348558a-92f6-4c15-9021-a9a584e34e45",
                            "gambit_id": "971c6c3d-77b0-4676-8274-cade830ec94c",
                            "last_updated": "2023-02-25T17:31:59.787274-05:00",
                            "created_at": "2023-02-24T09:06:58.280626-05:00",
                            "name": "Game Total Over 240.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "240.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23c45b6d-9479-4ff1-b0af-85dcca238402/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "318539f2-3aee-4372-b87f-46c2c5b21dbf",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "77adcd29-0b5f-4359-a6a8-63f0f950c66f",
            "completed": true,
            "last_updated": "2023-02-25T17:27:18.455767-05:00",
            "created_at": "2023-02-24T09:06:58.134291-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.41,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/77adcd29-0b5f-4359-a6a8-63f0f950c66f",
            "datetime": "2023-02-24T20:07:00-05:00",
            "cutoff_datetime": "2023-02-24T20:07:00-05:00",
            "name": "Colorado Avalanche v. Winnipeg Jets",
            "bettypes": [
                {
                    "id": "e56a7632-229c-40f8-b3b4-26ad15a25a1e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/318539f2-3aee-4372-b87f-46c2c5b21dbf/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T09:06:58.140904-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Colorado Avalanche",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8d7b909a-8500-4c6b-9123-e560671c3367",
                            "gambit_id": "262ce152-500d-4b3c-ac80-185fcfaccd2f",
                            "last_updated": "2023-02-25T17:27:18.462014-05:00",
                            "created_at": "2023-02-24T09:06:58.142173-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e56a7632-229c-40f8-b3b4-26ad15a25a1e/?format=api"
                        },
                        {
                            "id": "0d81d75a-c465-4c84-9afd-302343defb8a",
                            "gambit_id": "0ca55a68-97cd-4b89-811e-e8e7a429e1d3",
                            "last_updated": "2023-02-25T17:27:18.463147-05:00",
                            "created_at": "2023-02-24T09:06:58.143453-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e56a7632-229c-40f8-b3b4-26ad15a25a1e/?format=api"
                        }
                    ]
                },
                {
                    "id": "2e0bc91e-1fef-4e92-8b9c-7b0bd27547ec",
                    "match": "https://api-prod.gambitprofit.com/api/matches/318539f2-3aee-4372-b87f-46c2c5b21dbf/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T09:06:58.135916-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 6913.0
                            },
                            {
                                "team": "Colorado Avalanche",
                                "amount": 3087.0
                            }
                        ],
                        "expected_reward_tokens": 9538.83,
                        "profit_sb": 38.83,
                        "profit_sb_percentage": 0.41,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "95ccab6a-8adc-46e8-bcd3-4a2159f306bc",
                            "gambit_id": "34409770-ced3-4884-acf4-5f28306a7b24",
                            "last_updated": "2023-02-25T17:27:18.458517-05:00",
                            "created_at": "2023-02-24T09:06:58.138011-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.38000",
                            "odds": "1.39220",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0bc91e-1fef-4e92-8b9c-7b0bd27547ec/?format=api"
                        },
                        {
                            "id": "1c22ffe8-5e30-4e62-a25a-5d76502c4fb9",
                            "gambit_id": "19f68708-0587-4b66-b164-5f2bdc0b310b",
                            "last_updated": "2023-02-25T17:27:18.459662-05:00",
                            "created_at": "2023-02-24T09:06:58.139456-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "3.09000",
                            "odds": "3.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0bc91e-1fef-4e92-8b9c-7b0bd27547ec/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "28414351-43b5-44f9-92ec-d0ebad8164e1",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "10567b05-d79a-4a35-b8bd-1966fa4ccccd",
            "completed": true,
            "last_updated": "2023-02-25T18:07:14.389084-05:00",
            "created_at": "2023-02-23T03:57:10.179134-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.47,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/10567b05-d79a-4a35-b8bd-1966fa4ccccd",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Taylor vs Lilley",
            "bettypes": [
                {
                    "id": "e1ae54cc-16ea-4360-95eb-cc77d36f39b2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28414351-43b5-44f9-92ec-d0ebad8164e1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:57:10.181050-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "James Lilley",
                                "amount": 6432.0
                            },
                            {
                                "team": "Bobby Taylor",
                                "amount": 3568.0
                            }
                        ],
                        "expected_reward_tokens": 9455.04,
                        "profit_sb": -44.96,
                        "profit_sb_percentage": -0.47,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "234bc399-1dcf-4854-937e-3149083c42ed",
                            "gambit_id": "72af0ce6-1785-4347-a90e-e8d1f73ea7eb",
                            "last_updated": "2023-02-25T18:07:14.391870-05:00",
                            "created_at": "2023-02-23T03:57:10.182609-05:00",
                            "name": "James Lilley",
                            "reward": "1.47000",
                            "odds": "1.48000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ae54cc-16ea-4360-95eb-cc77d36f39b2/?format=api"
                        },
                        {
                            "id": "40ae965e-97fb-4d71-bc5f-69d4ff21df26",
                            "gambit_id": "cbd657d7-0aab-4851-8bab-98deaae6f261",
                            "last_updated": "2023-02-25T18:07:14.393087-05:00",
                            "created_at": "2023-02-23T03:57:10.184103-05:00",
                            "name": "Bobby Taylor",
                            "reward": "2.65000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ae54cc-16ea-4360-95eb-cc77d36f39b2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "16d03823-7591-4e29-b5a2-a827fdce5abc",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e2e538a8-3efd-41a9-86bf-45cb056af8b2",
            "completed": false,
            "last_updated": "2023-03-03T19:57:16.943593-05:00",
            "created_at": "2023-02-23T03:02:14.104784-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.46,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/e2e538a8-3efd-41a9-86bf-45cb056af8b2",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Mitchell vs Meneses",
            "bettypes": [
                {
                    "id": "5a962932-bc88-49d4-99ec-62cfdb577fc5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/16d03823-7591-4e29-b5a2-a827fdce5abc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:02:14.106714-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Brandon Meneses",
                                "amount": 8153.0
                            },
                            {
                                "team": "Cody Mitchell",
                                "amount": 1847.0
                            }
                        ],
                        "expected_reward_tokens": 9456.64,
                        "profit_sb": -43.36,
                        "profit_sb_percentage": -0.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0d28fe8e-faa2-4b40-93b9-c624e0715d62",
                            "gambit_id": "39088d8b-8395-4292-80d6-071fda1c28dd",
                            "last_updated": "2023-03-03T19:57:16.946203-05:00",
                            "created_at": "2023-02-23T03:02:14.108343-05:00",
                            "name": "Brandon Meneses",
                            "reward": "1.16000",
                            "odds": "1.17000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a962932-bc88-49d4-99ec-62cfdb577fc5/?format=api"
                        },
                        {
                            "id": "10f242de-9c34-4722-8967-4b4601415f52",
                            "gambit_id": "85618cac-a663-4dea-b96f-b40e05faeae1",
                            "last_updated": "2023-03-03T19:57:16.947313-05:00",
                            "created_at": "2023-02-23T03:02:14.109770-05:00",
                            "name": "Cody Mitchell",
                            "reward": "5.12000",
                            "odds": "5.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a962932-bc88-49d4-99ec-62cfdb577fc5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9471c3ef-0b5c-4b67-9d78-3bfb4aedb274",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9e0ce4fc-4290-42bb-8b1b-b1b3b2fb98ab",
            "completed": true,
            "last_updated": "2023-02-25T18:02:21.438419-05:00",
            "created_at": "2023-02-23T03:37:03.213150-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.4,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/9e0ce4fc-4290-42bb-8b1b-b1b3b2fb98ab",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "LaBruzza vs Reese",
            "bettypes": [
                {
                    "id": "605fc876-c81a-491b-a48e-d1660e4428c1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9471c3ef-0b5c-4b67-9d78-3bfb4aedb274/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:37:03.215054-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dennis LaBruzza",
                                "amount": 7743.0
                            },
                            {
                                "team": "Stephon Reese",
                                "amount": 2257.0
                            }
                        ],
                        "expected_reward_tokens": 9366.55,
                        "profit_sb": -133.45,
                        "profit_sb_percentage": -1.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8c162c23-c9fb-4e8c-ad4d-5c4933d5526e",
                            "gambit_id": "4615edac-28e4-4d7e-8af8-ffefd279f140",
                            "last_updated": "2023-02-25T18:02:21.442447-05:00",
                            "created_at": "2023-02-23T03:37:03.218092-05:00",
                            "name": "Dennis LaBruzza",
                            "reward": "1.21000",
                            "odds": "1.22000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/605fc876-c81a-491b-a48e-d1660e4428c1/?format=api"
                        },
                        {
                            "id": "623e1fc2-db70-43f6-bf9f-d2f1665140bb",
                            "gambit_id": "9486ecf5-bcf0-45da-9543-b9c540b0b55f",
                            "last_updated": "2023-02-25T18:02:21.441033-05:00",
                            "created_at": "2023-02-23T03:37:03.216650-05:00",
                            "name": "Stephon Reese",
                            "reward": "4.15000",
                            "odds": "4.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/605fc876-c81a-491b-a48e-d1660e4428c1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8cf21d3d-98c7-4236-b3ed-26a3eeb8554d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a3fcc36e-0fef-4677-b787-4c8311083287",
            "completed": true,
            "last_updated": "2023-02-25T18:02:20.770479-05:00",
            "created_at": "2023-02-23T03:16:56.533382-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.95,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/a3fcc36e-0fef-4677-b787-4c8311083287",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Williams vs LaCaze",
            "bettypes": [
                {
                    "id": "e4faea11-5291-4c71-9574-c1e941d424b6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8cf21d3d-98c7-4236-b3ed-26a3eeb8554d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:16:56.535322-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Brett Williams",
                                "amount": 8487.0
                            },
                            {
                                "team": "Anthony Blake LaCaze",
                                "amount": 1513.0
                            }
                        ],
                        "expected_reward_tokens": 9590.31,
                        "profit_sb": 90.31,
                        "profit_sb_percentage": 0.95,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "45748e4d-c28a-4d7b-a610-46d7ae6d3283",
                            "gambit_id": "d36de700-17f3-47c5-a77d-5d2ea5d739b7",
                            "last_updated": "2023-02-25T18:02:20.774623-05:00",
                            "created_at": "2023-02-23T03:16:56.538354-05:00",
                            "name": "Brett Williams",
                            "reward": "1.13000",
                            "odds": "1.13000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4faea11-5291-4c71-9574-c1e941d424b6/?format=api"
                        },
                        {
                            "id": "ba08e88d-6673-4f42-91b4-ddc683896fba",
                            "gambit_id": "9a9e4ee1-50e2-44ea-9a53-25f3916a71bb",
                            "last_updated": "2023-02-25T18:02:20.773364-05:00",
                            "created_at": "2023-02-23T03:16:56.536929-05:00",
                            "name": "Anthony Blake LaCaze",
                            "reward": "6.34000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4faea11-5291-4c71-9574-c1e941d424b6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4bc27782-cd7c-4692-aa85-350de295f320",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cf190cb8-6ec7-4816-88e9-ba92e3c97651",
            "completed": true,
            "last_updated": "2023-02-25T18:07:14.113622-05:00",
            "created_at": "2023-02-23T03:52:14.007905-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.83,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/cf190cb8-6ec7-4816-88e9-ba92e3c97651",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Kelly vs Harris",
            "bettypes": [
                {
                    "id": "f6a7f261-cee1-4093-b911-7175fbe2f55b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4bc27782-cd7c-4692-aa85-350de295f320/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:52:14.009846-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Kaleb Harris",
                                "amount": 7361.0
                            },
                            {
                                "team": "Brad Kelly",
                                "amount": 2639.0
                            }
                        ],
                        "expected_reward_tokens": 9421.23,
                        "profit_sb": -78.77,
                        "profit_sb_percentage": -0.83,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dd7ef5af-d8e4-42b5-92cb-b5d21c779330",
                            "gambit_id": "9073b3f9-9030-4cdd-98e9-d3330d7f75b6",
                            "last_updated": "2023-02-25T18:07:14.116353-05:00",
                            "created_at": "2023-02-23T03:52:14.011368-05:00",
                            "name": "Kaleb Harris",
                            "reward": "1.28000",
                            "odds": "1.29000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a7f261-cee1-4093-b911-7175fbe2f55b/?format=api"
                        },
                        {
                            "id": "8c942da8-c5fd-47ad-9e82-68196156fc26",
                            "gambit_id": "2cf2d0d3-ab12-445e-bb5f-5b72bc27b30c",
                            "last_updated": "2023-02-25T18:07:14.117546-05:00",
                            "created_at": "2023-02-23T03:52:14.012811-05:00",
                            "name": "Brad Kelly",
                            "reward": "3.57000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a7f261-cee1-4093-b911-7175fbe2f55b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3f6f1319-4868-478c-b1a5-2f4f889f6b81",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "37eb2ea7-1e8e-4fff-8613-17cd9f1fe039",
            "completed": true,
            "last_updated": "2023-02-25T18:02:21.177418-05:00",
            "created_at": "2023-02-23T03:47:08.037780-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.84,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/37eb2ea7-1e8e-4fff-8613-17cd9f1fe039",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Sensley vs Creer",
            "bettypes": [
                {
                    "id": "7f12ab39-7e54-47ed-b87e-2891d2e37d02",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3f6f1319-4868-478c-b1a5-2f4f889f6b81/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:47:08.039785-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Avery Duke Sensley",
                                "amount": 7083.0
                            },
                            {
                                "team": "Joseph Creer",
                                "amount": 2917.0
                            }
                        ],
                        "expected_reward_tokens": 9420.39,
                        "profit_sb": -79.61,
                        "profit_sb_percentage": -0.84,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b526a073-705b-4672-aa7a-f2b4a9e8f0cc",
                            "gambit_id": "94e3e790-6a10-442e-aecf-d6b22c2886a9",
                            "last_updated": "2023-02-25T18:02:21.181210-05:00",
                            "created_at": "2023-02-23T03:47:08.042735-05:00",
                            "name": "Avery Duke Sensley",
                            "reward": "1.33000",
                            "odds": "1.34000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f12ab39-7e54-47ed-b87e-2891d2e37d02/?format=api"
                        },
                        {
                            "id": "e3eec63f-1df7-49d8-a09f-65bbbe5cf282",
                            "gambit_id": "f1a20998-1a87-4ec7-a3e7-ff555a8e9335",
                            "last_updated": "2023-02-25T18:02:21.180065-05:00",
                            "created_at": "2023-02-23T03:47:08.041378-05:00",
                            "name": "Joseph Creer",
                            "reward": "3.23000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f12ab39-7e54-47ed-b87e-2891d2e37d02/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4bad5f77-925b-4021-b275-a3fc5e7a9f54",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "dcb677aa-584a-426e-8615-0fd1f5627b5a",
            "completed": true,
            "last_updated": "2023-02-25T17:57:10.197423-05:00",
            "created_at": "2023-02-23T01:21:47.340116-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.54,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/dcb677aa-584a-426e-8615-0fd1f5627b5a",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Manno vs Shugart",
            "bettypes": [
                {
                    "id": "0bcb97a7-4da0-4ff6-a8f4-b9e793c3ccfa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4bad5f77-925b-4021-b275-a3fc5e7a9f54/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T01:21:47.342032-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Michael Manno",
                                "amount": 7545.0
                            },
                            {
                                "team": "Frankie Shugart",
                                "amount": 2455.0
                            }
                        ],
                        "expected_reward_tokens": 9353.55,
                        "profit_sb": -146.45,
                        "profit_sb_percentage": -1.54,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cf42a3f5-c608-4ed0-bb9f-32dd90588f12",
                            "gambit_id": "7ffa47e5-b352-4f62-8048-ec61b6d305ef",
                            "last_updated": "2023-02-25T17:57:10.201511-05:00",
                            "created_at": "2023-02-23T01:21:47.345075-05:00",
                            "name": "Michael Manno",
                            "reward": "1.24000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bcb97a7-4da0-4ff6-a8f4-b9e793c3ccfa/?format=api"
                        },
                        {
                            "id": "f6eb9fac-1359-4216-ae88-42cadbe0c601",
                            "gambit_id": "f2102781-eb81-4b14-8ca3-823d13932c03",
                            "last_updated": "2023-02-25T17:57:10.200262-05:00",
                            "created_at": "2023-02-23T01:21:47.343626-05:00",
                            "name": "Frankie Shugart",
                            "reward": "3.81000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bcb97a7-4da0-4ff6-a8f4-b9e793c3ccfa/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "63dec5d9-bf14-462c-9f50-2cd9b6654439",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "27e46ab6-af6b-4f6d-9b75-5c29450b0a14",
            "completed": true,
            "last_updated": "2023-02-25T18:02:21.033326-05:00",
            "created_at": "2023-02-23T03:26:58.544447-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.29,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/27e46ab6-af6b-4f6d-9b75-5c29450b0a14",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Shavers vs Henry",
            "bettypes": [
                {
                    "id": "59a51364-a140-441e-bebe-891b5cdd1c62",
                    "match": "https://api-prod.gambitprofit.com/api/matches/63dec5d9-bf14-462c-9f50-2cd9b6654439/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:26:58.546361-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Bryce Henry",
                                "amount": 8611.0
                            },
                            {
                                "team": "Brandon Shavers",
                                "amount": 1389.0
                            }
                        ],
                        "expected_reward_tokens": 9472.1,
                        "profit_sb": -27.9,
                        "profit_sb_percentage": -0.29,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cc0fafd7-6547-4e27-a7a6-f3a8f3f70b9f",
                            "gambit_id": "b76f2b2d-ae26-4de9-867a-fc30e64e91d6",
                            "last_updated": "2023-02-25T18:02:21.037236-05:00",
                            "created_at": "2023-02-23T03:26:58.547958-05:00",
                            "name": "Bryce Henry",
                            "reward": "1.10000",
                            "odds": "1.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59a51364-a140-441e-bebe-891b5cdd1c62/?format=api"
                        },
                        {
                            "id": "03ee0f86-b7cb-4e66-bc03-fbc1c5fa80ac",
                            "gambit_id": "9f0c758e-fd65-45cc-984e-ef74dd22a11f",
                            "last_updated": "2023-02-25T18:02:21.038892-05:00",
                            "created_at": "2023-02-23T03:26:58.549427-05:00",
                            "name": "Brandon Shavers",
                            "reward": "6.82000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59a51364-a140-441e-bebe-891b5cdd1c62/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "25071a01-e3e8-4aee-9cbc-c7c9bef836c7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1731c5c7-4bd1-4f9d-b368-93c83efedab6",
            "completed": true,
            "last_updated": "2023-02-25T17:57:10.467626-05:00",
            "created_at": "2023-02-23T02:36:48.281725-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.41,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/1731c5c7-4bd1-4f9d-b368-93c83efedab6",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Sammis vs Schieve",
            "bettypes": [
                {
                    "id": "050fda0c-671d-43f2-aa23-9663695b8814",
                    "match": "https://api-prod.gambitprofit.com/api/matches/25071a01-e3e8-4aee-9cbc-c7c9bef836c7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T02:36:48.283697-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tyler Sammis",
                                "amount": 7871.0
                            },
                            {
                                "team": "Cody Schieve",
                                "amount": 2129.0
                            }
                        ],
                        "expected_reward_tokens": 9366.49,
                        "profit_sb": -133.51,
                        "profit_sb_percentage": -1.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "42ae7f67-c0a7-4d65-8e40-f2fd7bb559c0",
                            "gambit_id": "e0cb80d9-8691-4e8f-826a-2032c9bbe70e",
                            "last_updated": "2023-02-25T17:57:10.472443-05:00",
                            "created_at": "2023-02-23T02:36:48.286789-05:00",
                            "name": "Tyler Sammis",
                            "reward": "1.19000",
                            "odds": "1.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050fda0c-671d-43f2-aa23-9663695b8814/?format=api"
                        },
                        {
                            "id": "fe80b15c-5227-44dd-ba61-5275df2dcd89",
                            "gambit_id": "3eb0ca32-c0a7-4e7a-8bc8-f5a699d42c9d",
                            "last_updated": "2023-02-25T17:57:10.471184-05:00",
                            "created_at": "2023-02-23T02:36:48.285345-05:00",
                            "name": "Cody Schieve",
                            "reward": "4.40000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050fda0c-671d-43f2-aa23-9663695b8814/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a8dd848b-8f32-465b-a142-2d60c096af14",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9f7aa305-4508-4b16-8b4a-bfcb629b9295",
            "completed": false,
            "last_updated": "2023-03-03T19:57:17.071709-05:00",
            "created_at": "2023-02-23T03:11:50.501812-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.54,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/9f7aa305-4508-4b16-8b4a-bfcb629b9295",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Bosnick vs Angelcor",
            "bettypes": [
                {
                    "id": "776eedce-c818-4a9e-a005-984fdec30786",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a8dd848b-8f32-465b-a142-2d60c096af14/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:11:50.503850-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Andrew Angelcor",
                                "amount": 5669.0
                            },
                            {
                                "team": "David Bosnick",
                                "amount": 4331.0
                            }
                        ],
                        "expected_reward_tokens": 9353.85,
                        "profit_sb": -146.15,
                        "profit_sb_percentage": -1.54,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "52e9a197-4820-424a-b754-3456885c9b64",
                            "gambit_id": "88b3a180-372a-4b5d-83be-408067fcc863",
                            "last_updated": "2023-03-03T19:57:17.074297-05:00",
                            "created_at": "2023-02-23T03:11:50.505441-05:00",
                            "name": "Andrew Angelcor",
                            "reward": "1.65000",
                            "odds": "1.67000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/776eedce-c818-4a9e-a005-984fdec30786/?format=api"
                        },
                        {
                            "id": "e3f21853-ab21-412c-89a7-978ea337ec8c",
                            "gambit_id": "760af4cc-53ca-4e78-aff7-38a4b84cd6b6",
                            "last_updated": "2023-03-03T19:57:17.075370-05:00",
                            "created_at": "2023-02-23T03:11:50.506838-05:00",
                            "name": "David Bosnick",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/776eedce-c818-4a9e-a005-984fdec30786/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3bec8ca0-8a97-449c-b67f-97378a6e981e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c1c1d0dc-b7f6-45c2-baaf-f2387efe1f97",
            "completed": true,
            "last_updated": "2023-02-25T18:02:20.896764-05:00",
            "created_at": "2023-02-23T03:32:04.483148-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.6,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/c1c1d0dc-b7f6-45c2-baaf-f2387efe1f97",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Jenkins vs Winemiller",
            "bettypes": [
                {
                    "id": "ffaa8b56-bab7-402d-ac60-4d1a38810aa1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3bec8ca0-8a97-449c-b67f-97378a6e981e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T03:32:04.485115-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dillon Winemiller",
                                "amount": 6893.0
                            },
                            {
                                "team": "Tony Jenkins",
                                "amount": 3107.0
                            }
                        ],
                        "expected_reward_tokens": 9443.41,
                        "profit_sb": -56.59,
                        "profit_sb_percentage": -0.6,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "87f2cc98-6721-4a83-ad82-381926d3c106",
                            "gambit_id": "32cbc783-ca01-40ca-ac83-8acaf45dacbb",
                            "last_updated": "2023-02-25T18:02:20.899453-05:00",
                            "created_at": "2023-02-23T03:32:04.486865-05:00",
                            "name": "Dillon Winemiller",
                            "reward": "1.37000",
                            "odds": "1.38000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffaa8b56-bab7-402d-ac60-4d1a38810aa1/?format=api"
                        },
                        {
                            "id": "bafa520b-a3dc-405d-9a00-611c4f196e23",
                            "gambit_id": "d9a97e57-27d1-410e-8228-8c47625977de",
                            "last_updated": "2023-02-25T18:02:20.900676-05:00",
                            "created_at": "2023-02-23T03:32:04.488406-05:00",
                            "name": "Tony Jenkins",
                            "reward": "3.04000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffaa8b56-bab7-402d-ac60-4d1a38810aa1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5a76dd06-b170-4f51-8704-4acfa96e3132",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3f70a339-49d9-4cae-b1fa-8ad340b1161a",
            "completed": true,
            "last_updated": "2023-02-25T18:07:14.257359-05:00",
            "created_at": "2023-02-23T04:02:15.187241-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.5,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/3f70a339-49d9-4cae-b1fa-8ad340b1161a",
            "datetime": "2023-02-24T20:00:00-05:00",
            "cutoff_datetime": "2023-02-24T20:00:00-05:00",
            "name": "Adams vs Belcher",
            "bettypes": [
                {
                    "id": "2b0fa4c4-5d0e-4f62-b9b0-03413e476cc4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5a76dd06-b170-4f51-8704-4acfa96e3132/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T04:02:15.189197-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arnold Adams",
                                "amount": 6219.0
                            },
                            {
                                "team": "Alan Belcher",
                                "amount": 3781.0
                            }
                        ],
                        "expected_reward_tokens": 9452.5,
                        "profit_sb": -47.5,
                        "profit_sb_percentage": -0.5,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d6951c6a-ad5b-4ca1-9922-e7e3614cfd07",
                            "gambit_id": "4088962d-a290-4846-ad0b-dff16f7d36fb",
                            "last_updated": "2023-02-25T18:07:14.261218-05:00",
                            "created_at": "2023-02-23T04:02:15.192198-05:00",
                            "name": "Arnold Adams",
                            "reward": "1.52000",
                            "odds": "1.54000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0fa4c4-5d0e-4f62-b9b0-03413e476cc4/?format=api"
                        },
                        {
                            "id": "39e7486d-9bc0-4c5e-813c-22747306ca89",
                            "gambit_id": "e752818c-4950-4932-844e-8989812c6b0a",
                            "last_updated": "2023-02-25T18:07:14.260004-05:00",
                            "created_at": "2023-02-23T04:02:15.190764-05:00",
                            "name": "Alan Belcher",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0fa4c4-5d0e-4f62-b9b0-03413e476cc4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6062300c-17c9-4aa3-8ba5-092b047ba663",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8a816d44-d0c9-4d62-9afc-f902251842a3",
            "completed": true,
            "last_updated": "2023-02-25T17:37:03.487245-05:00",
            "created_at": "2023-02-24T11:41:55.845342-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.55,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/8a816d44-d0c9-4d62-9afc-f902251842a3",
            "datetime": "2023-02-24T19:40:00-05:00",
            "cutoff_datetime": "2023-02-24T19:40:00-05:00",
            "name": "Miami Heat v. Milwaukee Bucks",
            "bettypes": [
                {
                    "id": "a3428cc7-6623-434d-9216-77d6a98e17b7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6062300c-17c9-4aa3-8ba5-092b047ba663/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T11:41:55.854988-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 6326.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d69301c7-6543-448c-a2af-b29ed2a9bc1c",
                            "gambit_id": "15af17a5-70f4-4dd0-ba34-50fe51fe7bde",
                            "last_updated": "2023-02-25T17:37:03.497255-05:00",
                            "created_at": "2023-02-24T11:41:55.856412-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3428cc7-6623-434d-9216-77d6a98e17b7/?format=api"
                        },
                        {
                            "id": "1d8f2ae9-fb66-4dd5-8376-4effaacd775e",
                            "gambit_id": "49bd6b98-43c8-4953-b46f-cef6d04c7e29",
                            "last_updated": "2023-02-25T17:37:03.498434-05:00",
                            "created_at": "2023-02-24T11:41:55.857760-05:00",
                            "name": "Miami Heat",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3428cc7-6623-434d-9216-77d6a98e17b7/?format=api"
                        }
                    ]
                },
                {
                    "id": "9d78390d-79c8-476e-a4f5-67dfa3a8d272",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6062300c-17c9-4aa3-8ba5-092b047ba663/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T11:41:55.851053-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "12ac22dd-f3ce-444c-b662-c0b5c765191f",
                            "gambit_id": "9bebe6ca-29e1-498e-91d7-8fb9b293a20f",
                            "last_updated": "2023-02-25T17:37:03.493724-05:00",
                            "created_at": "2023-02-24T11:41:55.852304-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d78390d-79c8-476e-a4f5-67dfa3a8d272/?format=api"
                        },
                        {
                            "id": "b3389246-b7ba-4450-ba12-eb32db78b6b5",
                            "gambit_id": "4332a608-db57-4303-9085-8da2b9b4f7d0",
                            "last_updated": "2023-02-25T17:37:03.494888-05:00",
                            "created_at": "2023-02-24T11:41:55.853621-05:00",
                            "name": "Miami Heat",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d78390d-79c8-476e-a4f5-67dfa3a8d272/?format=api"
                        }
                    ]
                },
                {
                    "id": "4bc6fe76-4c1a-4d7d-9597-95929baa66ff",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6062300c-17c9-4aa3-8ba5-092b047ba663/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T11:41:55.847070-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 221.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 221.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e05ba56c-fd78-4797-9161-0c0d8c9c4d2e",
                            "gambit_id": "ef73a007-2c02-4809-8588-1814ce39df4c",
                            "last_updated": "2023-02-25T17:37:03.491322-05:00",
                            "created_at": "2023-02-24T11:41:55.849690-05:00",
                            "name": "Game Total Over 221.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "221.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc6fe76-4c1a-4d7d-9597-95929baa66ff/?format=api"
                        },
                        {
                            "id": "6aae6384-c6ac-44bd-b4f9-61d6f0368f86",
                            "gambit_id": "e18d0162-b948-44b7-be94-a8ced28f21fd",
                            "last_updated": "2023-02-25T17:37:03.490122-05:00",
                            "created_at": "2023-02-24T11:41:55.848364-05:00",
                            "name": "Game Total Under 221.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "221.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc6fe76-4c1a-4d7d-9597-95929baa66ff/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a500a70d-8820-44c4-bc6c-cbbea9d18328",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7c1be853-177f-47a1-a667-d9f3c482ba69",
            "completed": true,
            "last_updated": "2023-02-25T17:27:18.795702-05:00",
            "created_at": "2023-02-24T11:41:55.377222-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.05,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/7c1be853-177f-47a1-a667-d9f3c482ba69",
            "datetime": "2023-02-24T19:37:00-05:00",
            "cutoff_datetime": "2023-02-24T19:37:00-05:00",
            "name": "Los Angeles Kings v. New York Islanders",
            "bettypes": [
                {
                    "id": "f3126811-a950-4cc1-95e6-65a69947bc76",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a500a70d-8820-44c4-bc6c-cbbea9d18328/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T11:41:55.387060-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Islanders",
                                "amount": 5521.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "79e0bda2-c1e3-468b-98d3-c10bac0211d8",
                            "gambit_id": "f246505e-dbb5-4820-806b-742ff22ef958",
                            "last_updated": "2023-02-25T17:27:18.805503-05:00",
                            "created_at": "2023-02-24T11:41:55.388365-05:00",
                            "name": "New York Islanders",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3126811-a950-4cc1-95e6-65a69947bc76/?format=api"
                        },
                        {
                            "id": "9130d7e0-3d9f-4db3-ad6f-804162c509d1",
                            "gambit_id": "9313c557-36b7-40df-9b87-a4aa632dd4f1",
                            "last_updated": "2023-02-25T17:27:18.806642-05:00",
                            "created_at": "2023-02-24T11:41:55.389741-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3126811-a950-4cc1-95e6-65a69947bc76/?format=api"
                        }
                    ]
                },
                {
                    "id": "3f5d23ef-878b-4211-aa7e-a47a0ed12d16",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a500a70d-8820-44c4-bc6c-cbbea9d18328/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T11:41:55.383051-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Kings",
                                "amount": 6721.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 3279.0
                            }
                        ],
                        "expected_reward_tokens": 9476.31,
                        "profit_sb": -23.69,
                        "profit_sb_percentage": -0.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4b375005-6a98-48ff-be0d-2455e36a3397",
                            "gambit_id": "e3a56298-9966-420a-b8d8-2c0b579e4bef",
                            "last_updated": "2023-02-25T17:27:18.803156-05:00",
                            "created_at": "2023-02-24T11:41:55.385666-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.41000",
                            "odds": "1.42550",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f5d23ef-878b-4211-aa7e-a47a0ed12d16/?format=api"
                        },
                        {
                            "id": "98a54ea7-35a5-47b9-bfbe-a8129d189240",
                            "gambit_id": "8b538b16-aa66-40ce-a5bd-4dd33126f0b0",
                            "last_updated": "2023-02-25T17:27:18.802022-05:00",
                            "created_at": "2023-02-24T11:41:55.384342-05:00",
                            "name": "New York Islanders",
                            "reward": "2.89000",
                            "odds": "2.95000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f5d23ef-878b-4211-aa7e-a47a0ed12d16/?format=api"
                        }
                    ]
                },
                {
                    "id": "88cf25d1-3c6b-4b8d-ba7b-290b23ee7c37",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a500a70d-8820-44c4-bc6c-cbbea9d18328/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T11:41:55.379010-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a744f946-cc46-4a15-a24d-eb96d1ef6e00",
                            "gambit_id": "c40020eb-f7df-4054-a69a-c531e781d61c",
                            "last_updated": "2023-02-25T17:27:18.799689-05:00",
                            "created_at": "2023-02-24T11:41:55.381695-05:00",
                            "name": "Game Total Over 5.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88cf25d1-3c6b-4b8d-ba7b-290b23ee7c37/?format=api"
                        },
                        {
                            "id": "d6eb1853-ac42-402e-8e8b-46a82127f2c2",
                            "gambit_id": "a1cbefff-75d2-407c-b2b1-e1d0a3485a37",
                            "last_updated": "2023-02-25T17:27:18.798549-05:00",
                            "created_at": "2023-02-24T11:41:55.380363-05:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88cf25d1-3c6b-4b8d-ba7b-290b23ee7c37/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "51c509fb-690c-4747-af9b-8efe8a591a40",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e27055ba-03ee-4fa5-941a-dd3c0a19bd32",
            "completed": true,
            "last_updated": "2023-02-25T17:57:14.639281-05:00",
            "created_at": "2023-02-24T15:02:00.499993-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.71,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/e27055ba-03ee-4fa5-941a-dd3c0a19bd32",
            "datetime": "2023-02-24T19:10:00-05:00",
            "cutoff_datetime": "2023-02-24T19:10:00-05:00",
            "name": "New York Knicks v. Washington Wizards",
            "bettypes": [
                {
                    "id": "3194d4d2-2fca-460f-88fe-049a4e9839f0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51c509fb-690c-4747-af9b-8efe8a591a40/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T15:02:00.510635-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Wizards",
                                "amount": 5212.0
                            },
                            {
                                "team": "New York Knicks",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b08fd817-d709-4da3-a126-28d3abf6f240",
                            "gambit_id": "b0b47176-f383-4887-841f-070b0e882efc",
                            "last_updated": "2023-02-25T17:57:14.650014-05:00",
                            "created_at": "2023-02-24T15:02:00.511897-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3194d4d2-2fca-460f-88fe-049a4e9839f0/?format=api"
                        },
                        {
                            "id": "160b530a-0aad-47db-a1fc-f743ae11db12",
                            "gambit_id": "69e3404b-836b-4e8c-9c50-5cc4d5601e2c",
                            "last_updated": "2023-02-25T17:57:14.651237-05:00",
                            "created_at": "2023-02-24T15:02:00.513254-05:00",
                            "name": "New York Knicks",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3194d4d2-2fca-460f-88fe-049a4e9839f0/?format=api"
                        }
                    ]
                },
                {
                    "id": "eb6db7b0-0802-498b-8ad1-f864555811f9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51c509fb-690c-4747-af9b-8efe8a591a40/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T15:02:00.506613-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Knicks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Washington Wizards",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "98f6dfb2-cda0-4b4d-be85-5f1a6edaddaa",
                            "gambit_id": "0a8293c8-34db-472e-8109-1767c3e80597",
                            "last_updated": "2023-02-25T17:57:14.647499-05:00",
                            "created_at": "2023-02-24T15:02:00.509215-05:00",
                            "name": "New York Knicks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb6db7b0-0802-498b-8ad1-f864555811f9/?format=api"
                        },
                        {
                            "id": "e0ca4a14-95b4-48fd-9fe1-95b16d54e204",
                            "gambit_id": "4f0aaa55-dd58-497e-9d65-fb69e32d2497",
                            "last_updated": "2023-02-25T17:57:14.646282-05:00",
                            "created_at": "2023-02-24T15:02:00.507873-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb6db7b0-0802-498b-8ad1-f864555811f9/?format=api"
                        }
                    ]
                },
                {
                    "id": "5db803a8-63aa-40fc-bd07-fd12c8233069",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51c509fb-690c-4747-af9b-8efe8a591a40/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T15:02:00.502084-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 227.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 227.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6420b891-03ae-4e3a-bbd2-84388ae49855",
                            "gambit_id": "fbf1e791-fbc7-4276-8127-c095e2c9ce82",
                            "last_updated": "2023-02-25T17:57:14.643778-05:00",
                            "created_at": "2023-02-24T15:02:00.505119-05:00",
                            "name": "Game Total Over 227.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5db803a8-63aa-40fc-bd07-fd12c8233069/?format=api"
                        },
                        {
                            "id": "17dd3bef-302d-4339-af90-ee88756ab8c5",
                            "gambit_id": "6ffb55cc-a861-4943-ae0d-ec2a5ea0fd2f",
                            "last_updated": "2023-02-25T17:57:14.642496-05:00",
                            "created_at": "2023-02-24T15:02:00.503664-05:00",
                            "name": "Game Total Under 227.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5db803a8-63aa-40fc-bd07-fd12c8233069/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c0ee31bc-fe5b-413c-b731-f543d96e5032",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c68588ce-675f-4198-a8b0-eb525c689d34",
            "completed": true,
            "last_updated": "2023-02-25T17:27:18.635942-05:00",
            "created_at": "2023-02-24T11:41:55.059122-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/c68588ce-675f-4198-a8b0-eb525c689d34",
            "datetime": "2023-02-24T19:07:00-05:00",
            "cutoff_datetime": "2023-02-24T19:07:00-05:00",
            "name": "Buffalo Sabres v. Florida Panthers",
            "bettypes": [
                {
                    "id": "4d711789-8c96-4ffb-9cd7-51cc9150fb81",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c0ee31bc-fe5b-413c-b731-f543d96e5032/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T11:41:55.069681-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Florida Panthers",
                                "amount": 6475.0
                            },
                            {
                                "team": "Buffalo Sabres",
                                "amount": 3525.0
                            }
                        ],
                        "expected_reward_tokens": 9517.5,
                        "profit_sb": 17.5,
                        "profit_sb_percentage": 0.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3687cd4c-5099-4e4c-ab0f-2d6ff6ad120a",
                            "gambit_id": "f06fc6c8-89d3-4756-a3d8-ba1d28588f55",
                            "last_updated": "2023-02-25T17:27:18.645666-05:00",
                            "created_at": "2023-02-24T11:41:55.070928-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d711789-8c96-4ffb-9cd7-51cc9150fb81/?format=api"
                        },
                        {
                            "id": "8402b0a4-ae09-4bfa-8253-3d71bfd675de",
                            "gambit_id": "fb9bcc59-901d-424e-b337-28c820cdbdbc",
                            "last_updated": "2023-02-25T17:27:18.646822-05:00",
                            "created_at": "2023-02-24T11:41:55.072466-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d711789-8c96-4ffb-9cd7-51cc9150fb81/?format=api"
                        }
                    ]
                },
                {
                    "id": "c5b2a174-6a42-43e4-a426-87865dbd6693",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c0ee31bc-fe5b-413c-b731-f543d96e5032/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T11:41:55.065706-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Buffalo Sabres",
                                "amount": 5521.0
                            },
                            {
                                "team": "Florida Panthers",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7cab972e-1849-436e-8c12-4b365fc84836",
                            "gambit_id": "f7c9fb9b-5e22-464c-b267-31402af9968f",
                            "last_updated": "2023-02-25T17:27:18.643353-05:00",
                            "created_at": "2023-02-24T11:41:55.068293-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5b2a174-6a42-43e4-a426-87865dbd6693/?format=api"
                        },
                        {
                            "id": "6d147b64-2718-44d3-8e8f-97b19581fc69",
                            "gambit_id": "0e82d18e-e2a7-46a0-85f5-5bfb369b96e9",
                            "last_updated": "2023-02-25T17:27:18.642215-05:00",
                            "created_at": "2023-02-24T11:41:55.066960-05:00",
                            "name": "Florida Panthers",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5b2a174-6a42-43e4-a426-87865dbd6693/?format=api"
                        }
                    ]
                },
                {
                    "id": "3f2a921e-f49a-41ed-b4b5-06d4307bc1cb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c0ee31bc-fe5b-413c-b731-f543d96e5032/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T11:41:55.061292-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 7",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "df8c32ce-345b-4544-a327-cb96dc65139a",
                            "gambit_id": "2a6338eb-64cd-4ec9-96fa-4edc1649c3dd",
                            "last_updated": "2023-02-25T17:27:18.639871-05:00",
                            "created_at": "2023-02-24T11:41:55.064311-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f2a921e-f49a-41ed-b4b5-06d4307bc1cb/?format=api"
                        },
                        {
                            "id": "05f4a398-927e-4fed-9339-330608890167",
                            "gambit_id": "964021f2-b211-4e08-8bc6-ce4962b26e9e",
                            "last_updated": "2023-02-25T17:27:18.638722-05:00",
                            "created_at": "2023-02-24T11:41:55.062862-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f2a921e-f49a-41ed-b4b5-06d4307bc1cb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f678998a-0ce2-4314-b59e-6c9d367c4bde",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7632bd39-f83c-4659-8117-df32f7768537",
            "completed": true,
            "last_updated": "2023-02-25T17:27:18.305467-05:00",
            "created_at": "2023-02-24T09:06:57.985631-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/7632bd39-f83c-4659-8117-df32f7768537",
            "datetime": "2023-02-24T19:07:00-05:00",
            "cutoff_datetime": "2023-02-24T19:07:00-05:00",
            "name": "Ottawa Senators v. Carolina Hurricanes",
            "bettypes": [
                {
                    "id": "fbe09b93-bf79-40c6-8637-ff797d83b43a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f678998a-0ce2-4314-b59e-6c9d367c4bde/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T09:06:57.991477-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 6862.0
                            },
                            {
                                "team": "Ottawa Senators",
                                "amount": 3138.0
                            }
                        ],
                        "expected_reward_tokens": 9538.18,
                        "profit_sb": 38.18,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d4e57dbd-d1e0-4c8f-af55-b6421ee9e5c4",
                            "gambit_id": "e57f896f-0b83-4d63-ac0d-b4f56faa1520",
                            "last_updated": "2023-02-25T17:27:18.312004-05:00",
                            "created_at": "2023-02-24T09:06:57.992823-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.39000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe09b93-bf79-40c6-8637-ff797d83b43a/?format=api"
                        },
                        {
                            "id": "9a277530-f18f-4e9d-9b18-22e4ec7d6c9c",
                            "gambit_id": "029869f9-d255-4d84-820a-bcd674824077",
                            "last_updated": "2023-02-25T17:27:18.313198-05:00",
                            "created_at": "2023-02-24T09:06:57.994211-05:00",
                            "name": "Ottawa Senators",
                            "reward": "3.04000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe09b93-bf79-40c6-8637-ff797d83b43a/?format=api"
                        }
                    ]
                },
                {
                    "id": "fb6a0154-c60f-4d39-b414-449d908dea21",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f678998a-0ce2-4314-b59e-6c9d367c4bde/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T09:06:57.987312-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ottawa Senators",
                                "amount": 5212.0
                            },
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "77c39a91-f35f-440b-ae01-a24a2d8214cf",
                            "gambit_id": "2ea63ea1-d2ff-412c-b69b-8e4d0ccebc74",
                            "last_updated": "2023-02-25T17:27:18.309676-05:00",
                            "created_at": "2023-02-24T09:06:57.990098-05:00",
                            "name": "Ottawa Senators",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb6a0154-c60f-4d39-b414-449d908dea21/?format=api"
                        },
                        {
                            "id": "7fcf27e9-4f35-45df-bfd3-afb5cf5df7a3",
                            "gambit_id": "0b2a2caa-0350-4704-a19b-29e99ce883da",
                            "last_updated": "2023-02-25T17:27:18.308522-05:00",
                            "created_at": "2023-02-24T09:06:57.988726-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb6a0154-c60f-4d39-b414-449d908dea21/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "252b58e7-0505-495d-bb64-cff71078e7f6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "25d9c230-5122-46ba-82c4-9c3f7ec65377",
            "completed": true,
            "last_updated": "2023-02-25T17:27:18.156862-05:00",
            "created_at": "2023-02-24T09:06:57.836082-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.06,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/25d9c230-5122-46ba-82c4-9c3f7ec65377",
            "datetime": "2023-02-24T19:07:00-05:00",
            "cutoff_datetime": "2023-02-24T19:07:00-05:00",
            "name": "Montreal Canadiens v. Philadelphia Flyers",
            "bettypes": [
                {
                    "id": "d6b3dc92-54df-41c9-8059-846518ab18da",
                    "match": "https://api-prod.gambitprofit.com/api/matches/252b58e7-0505-495d-bb64-cff71078e7f6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-24T09:06:57.842876-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 5945.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 4055.0
                            }
                        ],
                        "expected_reward_tokens": 9569.8,
                        "profit_sb": 69.8,
                        "profit_sb_percentage": 0.73,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "126e74c0-4117-4603-b94b-0f135ccd4a05",
                            "gambit_id": "3641e481-b152-46ac-bcfb-c4286e8506e3",
                            "last_updated": "2023-02-25T17:27:18.166781-05:00",
                            "created_at": "2023-02-24T09:06:57.844147-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "1.61000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b3dc92-54df-41c9-8059-846518ab18da/?format=api"
                        },
                        {
                            "id": "cfefdda1-932f-4abe-952c-9da76ae6dd09",
                            "gambit_id": "e184431d-81b2-4e5a-8129-09a30c3bdd65",
                            "last_updated": "2023-02-25T17:27:18.167917-05:00",
                            "created_at": "2023-02-24T09:06:57.845486-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "2.36000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6b3dc92-54df-41c9-8059-846518ab18da/?format=api"
                        }
                    ]
                },
                {
                    "id": "99b521ef-c865-4e26-9b2d-bf169c55cfe2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/252b58e7-0505-495d-bb64-cff71078e7f6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-24T09:06:57.838273-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Montreal Canadiens",
                                "amount": 6235.0
                            },
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 3765.0
                            }
                        ],
                        "expected_reward_tokens": 9600.75,
                        "profit_sb": 100.75,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ca19c820-ff74-4f81-83c6-e7ef4160a1c8",
                            "gambit_id": "71f920b6-aaa2-4ae9-8d06-920ad0270104",
                            "last_updated": "2023-02-25T17:27:18.164416-05:00",
                            "created_at": "2023-02-24T09:06:57.841498-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "1.54000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b521ef-c865-4e26-9b2d-bf169c55cfe2/?format=api"
                        },
                        {
                            "id": "fb15b3e7-c636-4917-93da-b07a8b4ffcfb",
                            "gambit_id": "dc6c77e9-4baa-472d-b4bc-626e35cb6c41",
                            "last_updated": "2023-02-25T17:27:18.163246-05:00",
                            "created_at": "2023-02-24T09:06:57.840013-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "2.55000",
                            "odds": "2.60000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99b521ef-c865-4e26-9b2d-bf169c55cfe2/?format=api"
                        }
                    ]
                },
                {
                    "id": "4a872d6c-cf87-459d-b278-acbeb3330220",
                    "match": "https://api-prod.gambitprofit.com/api/matches/252b58e7-0505-495d-bb64-cff71078e7f6/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-24T11:32:26.269928-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "823885ea-b050-4e10-948c-3ddbb6625c39",
                            "gambit_id": "8503b348-9eb9-401e-aa74-aa044244d869",
                            "last_updated": "2023-02-25T17:27:18.159729-05:00",
                            "created_at": "2023-02-24T11:32:26.271281-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a872d6c-cf87-459d-b278-acbeb3330220/?format=api"
                        },
                        {
                            "id": "f4cc8a3a-ae95-4044-80b3-e9186059ad42",
                            "gambit_id": "04eda139-14c0-4009-8962-0a055867a2b1",
                            "last_updated": "2023-02-25T17:27:18.160917-05:00",
                            "created_at": "2023-02-24T11:32:26.272776-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a872d6c-cf87-459d-b278-acbeb3330220/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a63979c2-cfcd-4223-b386-397a60cc10c4",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6797d95b-2581-4fba-b69f-78216014ca73",
            "completed": true,
            "last_updated": "2023-02-25T18:12:17.459128-05:00",
            "created_at": "2023-02-23T11:46:59.054143-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.32,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/6797d95b-2581-4fba-b69f-78216014ca73",
            "datetime": "2023-02-24T15:00:00-05:00",
            "cutoff_datetime": "2023-02-24T15:00:00-05:00",
            "name": "Fulham v. Wolverhampton Wanderers",
            "bettypes": [
                {
                    "id": "d4203421-df1a-4931-b182-a704dab7f718",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a63979c2-cfcd-4223-b386-397a60cc10c4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T11:46:59.060610-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Fulham",
                                "amount": 5318.0
                            },
                            {
                                "team": "Wolverhampton Wanderers",
                                "amount": 4682.0
                            }
                        ],
                        "expected_reward_tokens": 13295.0,
                        "profit_sb": 3795.0,
                        "profit_sb_percentage": 39.95,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Fulham",
                                "amount": 3700.0
                            },
                            {
                                "team": "Wolverhampton Wanderers",
                                "amount": 3257.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3043.0
                            }
                        ],
                        "expected_reward_tokens": 9249.88,
                        "profit_sb": -250.12,
                        "profit_sb_percentage": -2.63,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fc3128c4-b332-4e66-8808-eea0667eb495",
                            "gambit_id": "0e67d59b-094b-46b5-8c9f-5ad0132e4735",
                            "last_updated": "2023-02-25T18:12:17.467069-05:00",
                            "created_at": "2023-02-23T11:46:59.063144-05:00",
                            "name": "Fulham",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4203421-df1a-4931-b182-a704dab7f718/?format=api"
                        },
                        {
                            "id": "e9532526-53d0-4b83-b0a9-9173d67f7f60",
                            "gambit_id": "4c3e750a-3c99-47e5-b66a-7540699a7849",
                            "last_updated": "2023-02-25T18:12:17.465855-05:00",
                            "created_at": "2023-02-23T11:46:59.061850-05:00",
                            "name": "Wolverhampton Wanderers",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4203421-df1a-4931-b182-a704dab7f718/?format=api"
                        },
                        {
                            "id": "ae69a26c-0047-421b-b49b-1940fc6c0910",
                            "gambit_id": "e150af67-4f72-4e70-b388-6a851126a83d",
                            "last_updated": "2023-02-25T18:12:17.468411-05:00",
                            "created_at": "2023-02-23T11:46:59.064449-05:00",
                            "name": "Draw",
                            "reward": "3.04000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4203421-df1a-4931-b182-a704dab7f718/?format=api"
                        }
                    ]
                },
                {
                    "id": "736bdc24-fc84-49b4-be53-2acba1e019e3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a63979c2-cfcd-4223-b386-397a60cc10c4/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T11:46:59.056188-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5801.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4199.0
                            }
                        ],
                        "expected_reward_tokens": 9279.79,
                        "profit_sb": -220.21,
                        "profit_sb_percentage": -2.32,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1c59e6cd-53c6-40ea-9990-54c15f1fe270",
                            "gambit_id": "3ff182ef-df29-4ba4-b76b-c19d0af42268",
                            "last_updated": "2023-02-25T18:12:17.462020-05:00",
                            "created_at": "2023-02-23T11:46:59.057731-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.60000",
                            "odds": "1.62000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/736bdc24-fc84-49b4-be53-2acba1e019e3/?format=api"
                        },
                        {
                            "id": "cd0647d9-34f5-4876-bc0c-463c44e78b3d",
                            "gambit_id": "158e9d2a-cd7f-4156-a710-75b4015ce256",
                            "last_updated": "2023-02-25T18:12:17.463251-05:00",
                            "created_at": "2023-02-23T11:46:59.059119-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/736bdc24-fc84-49b4-be53-2acba1e019e3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2db83ebe-8d39-49bb-b745-6d0f3bf3431b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3542f0ab-6f5c-46fd-840d-c279316c3686",
            "completed": true,
            "last_updated": "2023-02-24T12:37:17.600148-05:00",
            "created_at": "2023-02-23T09:07:03.803941-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.25,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/3542f0ab-6f5c-46fd-840d-c279316c3686",
            "datetime": "2023-02-23T22:37:00-05:00",
            "cutoff_datetime": "2023-02-23T22:37:00-05:00",
            "name": "Nashville Predators v. San Jose Sharks",
            "bettypes": [
                {
                    "id": "5a12be5b-b391-4c3a-affd-bda58c94441f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2db83ebe-8d39-49bb-b745-6d0f3bf3431b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:03.809337-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville Predators",
                                "amount": 5316.0
                            },
                            {
                                "team": "San Jose Sharks",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d3ed9288-9ea6-4dee-ba00-75c3bbd73593",
                            "gambit_id": "cbe2acd1-7de1-412e-9471-1b73aaeaac1d",
                            "last_updated": "2023-02-24T12:37:17.611147-05:00",
                            "created_at": "2023-02-23T09:07:03.811715-05:00",
                            "name": "Nashville Predators",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a12be5b-b391-4c3a-affd-bda58c94441f/?format=api"
                        },
                        {
                            "id": "d1dfa95a-b1a2-48be-9687-0be971306fec",
                            "gambit_id": "123a4b0a-dbb5-4fe3-8297-21877db55608",
                            "last_updated": "2023-02-24T12:37:17.610009-05:00",
                            "created_at": "2023-02-23T09:07:03.810488-05:00",
                            "name": "San Jose Sharks",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a12be5b-b391-4c3a-affd-bda58c94441f/?format=api"
                        }
                    ]
                },
                {
                    "id": "6a516cce-5560-4ea7-af99-6387cf993604",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2db83ebe-8d39-49bb-b745-6d0f3bf3431b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:03.805624-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Jose Sharks",
                                "amount": 6721.0
                            },
                            {
                                "team": "Nashville Predators",
                                "amount": 3279.0
                            }
                        ],
                        "expected_reward_tokens": 9476.31,
                        "profit_sb": -23.69,
                        "profit_sb_percentage": -0.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e0e29134-c025-4bb9-b841-57b05bf3ac20",
                            "gambit_id": "ea84ea8a-62fb-4894-a7a9-a82aa1d7b339",
                            "last_updated": "2023-02-24T12:37:17.606543-05:00",
                            "created_at": "2023-02-23T09:07:03.806845-05:00",
                            "name": "San Jose Sharks",
                            "reward": "1.41000",
                            "odds": "1.42550",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a516cce-5560-4ea7-af99-6387cf993604/?format=api"
                        },
                        {
                            "id": "742d9d78-7e46-42bf-92a9-d7afef424dcd",
                            "gambit_id": "6c595179-ad93-4071-b66c-174e95d6914e",
                            "last_updated": "2023-02-24T12:37:17.607705-05:00",
                            "created_at": "2023-02-23T09:07:03.808082-05:00",
                            "name": "Nashville Predators",
                            "reward": "2.89000",
                            "odds": "2.95000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a516cce-5560-4ea7-af99-6387cf993604/?format=api"
                        }
                    ]
                },
                {
                    "id": "0ba63a99-a0e5-481a-954c-89f7a8af8860",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2db83ebe-8d39-49bb-b745-6d0f3bf3431b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:22:25.195241-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "18f5bf94-6d8c-4e90-a43a-3f9af1a1a170",
                            "gambit_id": "25b9ab0f-f7e9-42ad-906d-f009feea50bb",
                            "last_updated": "2023-02-24T12:37:17.604214-05:00",
                            "created_at": "2023-02-23T09:22:25.198083-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba63a99-a0e5-481a-954c-89f7a8af8860/?format=api"
                        },
                        {
                            "id": "22c5121f-24c9-4f5f-b947-3b29d115a547",
                            "gambit_id": "6fc1cfbe-767e-457a-9135-4b318a9a433e",
                            "last_updated": "2023-02-24T12:37:17.603014-05:00",
                            "created_at": "2023-02-23T09:22:25.196656-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba63a99-a0e5-481a-954c-89f7a8af8860/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6fb03bc1-6ecf-4111-aaad-db9cd096576a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "627377c1-ac95-4431-9951-08ce02239cd8",
            "completed": true,
            "last_updated": "2023-02-24T11:47:00.701656-05:00",
            "created_at": "2023-02-23T09:07:03.637098-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.07,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/627377c1-ac95-4431-9951-08ce02239cd8",
            "datetime": "2023-02-23T22:10:00-05:00",
            "cutoff_datetime": "2023-02-23T22:10:00-05:00",
            "name": "Portland Trail Blazers v. Sacramento Kings",
            "bettypes": [
                {
                    "id": "43496a2e-c445-49a3-b1e9-445328b82e47",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6fb03bc1-6ecf-4111-aaad-db9cd096576a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:03.642582-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Sacramento Kings",
                                "amount": 8196.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 1804.0
                            }
                        ],
                        "expected_reward_tokens": 9507.08,
                        "profit_sb": 7.08,
                        "profit_sb_percentage": 0.07,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "45c0bf57-bdcd-40cc-b06c-72dcb935511a",
                            "gambit_id": "5a357769-e254-4c98-8bae-95cfadf82eab",
                            "last_updated": "2023-02-24T11:47:00.707821-05:00",
                            "created_at": "2023-02-23T09:07:03.643740-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.16000",
                            "odds": "1.16670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43496a2e-c445-49a3-b1e9-445328b82e47/?format=api"
                        },
                        {
                            "id": "46eef5c8-1e8f-4499-9d64-c721c43d5e47",
                            "gambit_id": "482f815d-4b81-4233-b970-0b5cdac780bc",
                            "last_updated": "2023-02-24T11:47:00.708971-05:00",
                            "created_at": "2023-02-23T09:07:03.644971-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "5.27000",
                            "odds": "5.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43496a2e-c445-49a3-b1e9-445328b82e47/?format=api"
                        }
                    ]
                },
                {
                    "id": "4c04ec36-4dcf-429d-a2ad-3f047397607c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6fb03bc1-6ecf-4111-aaad-db9cd096576a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:03.646231-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Sacramento Kings",
                                "amount": 5000.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f8e95e78-7d78-48f0-a90a-aca358750f51",
                            "gambit_id": "84eeb224-c493-4f91-af2e-d003b9823286",
                            "last_updated": "2023-02-24T11:47:00.711234-05:00",
                            "created_at": "2023-02-23T09:07:03.647688-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c04ec36-4dcf-429d-a2ad-3f047397607c/?format=api"
                        },
                        {
                            "id": "d9ff17f7-475e-43d5-b23e-6e8ed99c9d66",
                            "gambit_id": "3a0f7c62-e436-4ef7-962d-498b24137350",
                            "last_updated": "2023-02-24T11:47:00.712368-05:00",
                            "created_at": "2023-02-23T09:07:03.648906-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c04ec36-4dcf-429d-a2ad-3f047397607c/?format=api"
                        }
                    ]
                },
                {
                    "id": "abad2be6-9b8e-437d-a24f-95ee4354bcf7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6fb03bc1-6ecf-4111-aaad-db9cd096576a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:03.638783-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 235.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 235.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "527936d9-596c-490b-bd88-48b7fac83746",
                            "gambit_id": "531cbc81-c133-4cc1-84a3-84f63ab74d16",
                            "last_updated": "2023-02-24T11:47:00.704416-05:00",
                            "created_at": "2023-02-23T09:07:03.639993-05:00",
                            "name": "Game Total Under 235.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "235.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abad2be6-9b8e-437d-a24f-95ee4354bcf7/?format=api"
                        },
                        {
                            "id": "21a4f99b-b39f-4e37-b5eb-53703d2b08f9",
                            "gambit_id": "26a65e3c-9a3e-4b1e-8ff9-08a196ffccf4",
                            "last_updated": "2023-02-24T11:47:00.705556-05:00",
                            "created_at": "2023-02-23T09:07:03.641297-05:00",
                            "name": "Game Total Over 235.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "235.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abad2be6-9b8e-437d-a24f-95ee4354bcf7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "72396edf-4ec2-4920-9c5a-5ebb69e65d1b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "58525d70-ff4a-403d-98e9-df493fc52246",
            "completed": true,
            "last_updated": "2023-02-24T12:37:17.447367-05:00",
            "created_at": "2023-02-23T09:07:03.463336-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/58525d70-ff4a-403d-98e9-df493fc52246",
            "datetime": "2023-02-23T22:07:00-05:00",
            "cutoff_datetime": "2023-02-23T22:07:00-05:00",
            "name": "Boston Bruins v. Seattle Kraken",
            "bettypes": [
                {
                    "id": "3f934bf4-f78f-4975-85c7-80fe0d927e21",
                    "match": "https://api-prod.gambitprofit.com/api/matches/72396edf-4ec2-4920-9c5a-5ebb69e65d1b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:03.468605-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston Bruins",
                                "amount": 6173.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "07a6bd5c-1827-41a5-a0f7-53b029114ab2",
                            "gambit_id": "cffcde97-721c-4945-b3a4-2c35e4613cfd",
                            "last_updated": "2023-02-24T12:37:17.458485-05:00",
                            "created_at": "2023-02-23T09:07:03.470860-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f934bf4-f78f-4975-85c7-80fe0d927e21/?format=api"
                        },
                        {
                            "id": "7bea7eac-3300-43cd-b636-e6b4eab4fcaa",
                            "gambit_id": "b788b246-004a-411b-9d46-b3400a1bb55b",
                            "last_updated": "2023-02-24T12:37:17.457350-05:00",
                            "created_at": "2023-02-23T09:07:03.469722-05:00",
                            "name": "Seattle Kraken",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f934bf4-f78f-4975-85c7-80fe0d927e21/?format=api"
                        }
                    ]
                },
                {
                    "id": "1059af9d-9dad-48f8-8437-868185cb38ef",
                    "match": "https://api-prod.gambitprofit.com/api/matches/72396edf-4ec2-4920-9c5a-5ebb69e65d1b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:03.464928-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Seattle Kraken",
                                "amount": 6104.0
                            },
                            {
                                "team": "Boston Bruins",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d0cdc494-cbe6-4e34-9c36-76e86faa2ef1",
                            "gambit_id": "fabd88e9-e9d3-4b26-be10-882fa71c325c",
                            "last_updated": "2023-02-24T12:37:17.453866-05:00",
                            "created_at": "2023-02-23T09:07:03.466082-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1059af9d-9dad-48f8-8437-868185cb38ef/?format=api"
                        },
                        {
                            "id": "65bcd54a-4c63-4e63-be0d-203ab4d5f231",
                            "gambit_id": "a609a355-9220-4056-85aa-fe93d26bcf88",
                            "last_updated": "2023-02-24T12:37:17.454997-05:00",
                            "created_at": "2023-02-23T09:07:03.467278-05:00",
                            "name": "Boston Bruins",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1059af9d-9dad-48f8-8437-868185cb38ef/?format=api"
                        }
                    ]
                },
                {
                    "id": "f4254597-cc64-4a1f-9360-66e9e22576a8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/72396edf-4ec2-4920-9c5a-5ebb69e65d1b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T10:37:08.311957-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "63269c4b-6cee-45fd-9b43-77e5189b103f",
                            "gambit_id": "320cb47b-6a4f-4beb-b226-bc5c31b6e36d",
                            "last_updated": "2023-02-24T12:37:17.450262-05:00",
                            "created_at": "2023-02-23T10:37:08.313305-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4254597-cc64-4a1f-9360-66e9e22576a8/?format=api"
                        },
                        {
                            "id": "553f6d78-1e7b-4cca-ab4b-bb660fc46b54",
                            "gambit_id": "70d5f1d9-23bd-49db-9364-958acdb17256",
                            "last_updated": "2023-02-24T12:37:17.451475-05:00",
                            "created_at": "2023-02-23T10:37:08.314629-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4254597-cc64-4a1f-9360-66e9e22576a8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8552944e-1a4b-40f7-bf5f-5fb26b75ac9f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "079087ef-3fe1-4f1e-89b5-b1ccad22e321",
            "completed": true,
            "last_updated": "2023-02-24T12:17:07.754569-05:00",
            "created_at": "2023-02-23T09:07:03.276873-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.36,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/079087ef-3fe1-4f1e-89b5-b1ccad22e321",
            "datetime": "2023-02-23T22:00:00-05:00",
            "cutoff_datetime": "2023-02-23T22:00:00-05:00",
            "name": "Golden State Warriors v. Los Angeles Lakers",
            "bettypes": [
                {
                    "id": "4a9bc0a1-c6d1-4005-8ea2-f082677afb10",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8552944e-1a4b-40f7-bf5f-5fb26b75ac9f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:03.287356-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 6667.0
                            },
                            {
                                "team": "Golden State Warriors",
                                "amount": 3333.0
                            }
                        ],
                        "expected_reward_tokens": 9465.72,
                        "profit_sb": -34.28,
                        "profit_sb_percentage": -0.36,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "72eb3156-c816-4e2b-8726-b95d77a0d4c1",
                            "gambit_id": "1bfd6b81-24eb-40a4-9a0f-819ae3985d3f",
                            "last_updated": "2023-02-24T12:17:07.764758-05:00",
                            "created_at": "2023-02-23T09:07:03.288589-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a9bc0a1-c6d1-4005-8ea2-f082677afb10/?format=api"
                        },
                        {
                            "id": "72984983-b812-4b5b-88a9-4a216dffb491",
                            "gambit_id": "167a8727-3f29-4d30-ae7c-3202530c503b",
                            "last_updated": "2023-02-24T12:17:07.765931-05:00",
                            "created_at": "2023-02-23T09:07:03.289817-05:00",
                            "name": "Golden State Warriors",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a9bc0a1-c6d1-4005-8ea2-f082677afb10/?format=api"
                        }
                    ]
                },
                {
                    "id": "b3b77283-15de-4aca-ae84-f4fbb73ecbbc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8552944e-1a4b-40f7-bf5f-5fb26b75ac9f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:03.282397-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Golden State Warriors",
                                "amount": 5000.0
                            },
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "21c17124-d30f-4d35-8a26-1a56964d3b92",
                            "gambit_id": "ac6c1939-a685-40e6-b507-7c5f92584910",
                            "last_updated": "2023-02-24T12:17:07.762249-05:00",
                            "created_at": "2023-02-23T09:07:03.284940-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3b77283-15de-4aca-ae84-f4fbb73ecbbc/?format=api"
                        },
                        {
                            "id": "3d91d865-0bdc-4930-b7b2-223bd130691e",
                            "gambit_id": "e9927cc8-02b5-43ad-a417-a13d5b8afc6f",
                            "last_updated": "2023-02-24T12:17:07.761066-05:00",
                            "created_at": "2023-02-23T09:07:03.283650-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3b77283-15de-4aca-ae84-f4fbb73ecbbc/?format=api"
                        }
                    ]
                },
                {
                    "id": "8fb49f03-1ad1-4c62-9ad3-4e09550e0980",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8552944e-1a4b-40f7-bf5f-5fb26b75ac9f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:03.278549-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 238.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 238.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "468cbce8-6ba9-4ed9-b068-2ca6ce313bb3",
                            "gambit_id": "d70b5304-4c87-4bb1-9c4c-3d9be1bc2a74",
                            "last_updated": "2023-02-24T12:17:07.757482-05:00",
                            "created_at": "2023-02-23T09:07:03.279871-05:00",
                            "name": "Game Total Under 238.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "238.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fb49f03-1ad1-4c62-9ad3-4e09550e0980/?format=api"
                        },
                        {
                            "id": "24c21cab-1320-47b8-b49d-4f9911417e4a",
                            "gambit_id": "41442086-ffcd-4ece-a661-ab3d73ac3557",
                            "last_updated": "2023-02-24T12:17:07.758653-05:00",
                            "created_at": "2023-02-23T09:07:03.281138-05:00",
                            "name": "Game Total Over 238.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "238.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fb49f03-1ad1-4c62-9ad3-4e09550e0980/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d28d87c3-5f7d-4272-b630-adbd66640645",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cf7bd5ce-56f0-4ac1-8cac-ca62083c8088",
            "completed": true,
            "last_updated": "2023-02-24T12:17:07.546175-05:00",
            "created_at": "2023-02-23T09:07:03.075610-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.05,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/cf7bd5ce-56f0-4ac1-8cac-ca62083c8088",
            "datetime": "2023-02-23T21:10:00-05:00",
            "cutoff_datetime": "2023-02-23T21:10:00-05:00",
            "name": "Oklahoma City Thunder v. Utah Jazz",
            "bettypes": [
                {
                    "id": "8cf29c75-e8dc-416e-8e7a-90d0d20c7fdb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d28d87c3-5f7d-4272-b630-adbd66640645/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:03.084620-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 5106.0
                            },
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "18cfaf7c-e931-49e3-b119-8aec29dea57d",
                            "gambit_id": "a68a11ff-f3ad-41e9-b983-1d98bb57e21e",
                            "last_updated": "2023-02-24T12:17:07.553680-05:00",
                            "created_at": "2023-02-23T09:07:03.085925-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cf29c75-e8dc-416e-8e7a-90d0d20c7fdb/?format=api"
                        },
                        {
                            "id": "437b223e-0fce-4e69-b645-491a698bf74b",
                            "gambit_id": "20e6bfb1-db1a-439c-a611-622839a62967",
                            "last_updated": "2023-02-24T12:17:07.554795-05:00",
                            "created_at": "2023-02-23T09:07:03.087148-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cf29c75-e8dc-416e-8e7a-90d0d20c7fdb/?format=api"
                        }
                    ]
                },
                {
                    "id": "d25e7d4a-ce06-4fc5-a14e-83d4ee03a0f7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d28d87c3-5f7d-4272-b630-adbd66640645/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:03.088416-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5000.0
                            },
                            {
                                "team": "Utah Jazz",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "62e32b1a-9661-4c39-abe3-27848fa3d336",
                            "gambit_id": "cd8cc795-6b14-4247-90fd-8c12d25ce9fb",
                            "last_updated": "2023-02-24T12:17:07.558145-05:00",
                            "created_at": "2023-02-23T09:07:03.090788-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d25e7d4a-ce06-4fc5-a14e-83d4ee03a0f7/?format=api"
                        },
                        {
                            "id": "4f8e80cb-cfb3-4e9f-8efd-9c347fae3b19",
                            "gambit_id": "77753932-408e-4fe1-bb89-7b3dc8a5be5f",
                            "last_updated": "2023-02-24T12:17:07.557040-05:00",
                            "created_at": "2023-02-23T09:07:03.089537-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d25e7d4a-ce06-4fc5-a14e-83d4ee03a0f7/?format=api"
                        }
                    ]
                },
                {
                    "id": "ca3c801f-3f85-4bc1-8dcc-324ce3e65cea",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d28d87c3-5f7d-4272-b630-adbd66640645/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:03.077297-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 239.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 239.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "76d8fac1-64ed-467e-9ad6-10bc92e976ee",
                            "gambit_id": "6532ab7f-5ede-4292-bea4-6e59bc86a203",
                            "last_updated": "2023-02-24T12:17:07.551224-05:00",
                            "created_at": "2023-02-23T09:07:03.083021-05:00",
                            "name": "Game Total Over 239.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "239.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca3c801f-3f85-4bc1-8dcc-324ce3e65cea/?format=api"
                        },
                        {
                            "id": "d7198d4c-aee8-4102-a1f1-9bc7f5cc1d59",
                            "gambit_id": "324b9333-a087-42ec-99d0-43b6d3d5660b",
                            "last_updated": "2023-02-24T12:17:07.549901-05:00",
                            "created_at": "2023-02-23T09:07:03.079104-05:00",
                            "name": "Game Total Under 239.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "239.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca3c801f-3f85-4bc1-8dcc-324ce3e65cea/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "822a1007-1453-402d-b8b5-7687c9cbbdf0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "80b5cac6-4250-4207-9c7e-eb51a2217872",
            "completed": true,
            "last_updated": "2023-02-24T12:41:56.278226-05:00",
            "created_at": "2023-02-23T09:07:02.929129-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/80b5cac6-4250-4207-9c7e-eb51a2217872",
            "datetime": "2023-02-23T21:07:00-05:00",
            "cutoff_datetime": "2023-02-23T21:07:00-05:00",
            "name": "Calgary Flames v. Vegas Golden Knights",
            "bettypes": [
                {
                    "id": "fb92b702-3195-4314-ae24-6ad39548bcca",
                    "match": "https://api-prod.gambitprofit.com/api/matches/822a1007-1453-402d-b8b5-7687c9cbbdf0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:02.934579-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 5419.0
                            },
                            {
                                "team": "Calgary Flames",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a5913855-7a8e-4c78-8b01-296ea9043a62",
                            "gambit_id": "5dfb14ad-48da-443b-8bf9-9e6771c9ddb2",
                            "last_updated": "2023-02-24T12:41:56.288702-05:00",
                            "created_at": "2023-02-23T09:07:02.935738-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb92b702-3195-4314-ae24-6ad39548bcca/?format=api"
                        },
                        {
                            "id": "0389daf4-1bbb-4ed5-b8b4-0d465fa734da",
                            "gambit_id": "65a8ed07-4795-427a-a60d-2304269bbccf",
                            "last_updated": "2023-02-24T12:41:56.289859-05:00",
                            "created_at": "2023-02-23T09:07:02.936995-05:00",
                            "name": "Calgary Flames",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb92b702-3195-4314-ae24-6ad39548bcca/?format=api"
                        }
                    ]
                },
                {
                    "id": "2dc246f5-04c8-4384-ac65-7dafe8d12817",
                    "match": "https://api-prod.gambitprofit.com/api/matches/822a1007-1453-402d-b8b5-7687c9cbbdf0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:02.930775-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 6563.0
                            },
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5762af78-40dc-44fc-97ea-85bf9259c743",
                            "gambit_id": "68250dad-81d6-453d-84ad-c9e6147d49c8",
                            "last_updated": "2023-02-24T12:41:56.286299-05:00",
                            "created_at": "2023-02-23T09:07:02.933321-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dc246f5-04c8-4384-ac65-7dafe8d12817/?format=api"
                        },
                        {
                            "id": "23b62e4e-0b25-4617-92cf-f2a4334f2cb8",
                            "gambit_id": "140bb763-01a8-46fb-97c5-7f1ca6b7c02d",
                            "last_updated": "2023-02-24T12:41:56.285025-05:00",
                            "created_at": "2023-02-23T09:07:02.932063-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dc246f5-04c8-4384-ac65-7dafe8d12817/?format=api"
                        }
                    ]
                },
                {
                    "id": "22ec0bb2-5a3e-40db-a353-b8209ba93bce",
                    "match": "https://api-prod.gambitprofit.com/api/matches/822a1007-1453-402d-b8b5-7687c9cbbdf0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:17:21.494055-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f27e0d13-c702-4e10-b14e-5b25f57a78cc",
                            "gambit_id": "0dc667fa-1d1e-4a64-84a2-ceb452fcb778",
                            "last_updated": "2023-02-24T12:41:56.281297-05:00",
                            "created_at": "2023-02-23T09:17:21.495494-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22ec0bb2-5a3e-40db-a353-b8209ba93bce/?format=api"
                        },
                        {
                            "id": "580885a8-5476-41a0-8453-3449c1fcea05",
                            "gambit_id": "01329855-f4d3-4523-985f-1cc7f76cecd3",
                            "last_updated": "2023-02-24T12:41:56.282517-05:00",
                            "created_at": "2023-02-23T09:17:21.496853-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22ec0bb2-5a3e-40db-a353-b8209ba93bce/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b0430bd9-642e-4f7c-92c3-e531c1c173b3",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9fcdd847-a7eb-43af-9c22-773052ca9598",
            "completed": true,
            "last_updated": "2023-02-24T11:47:07.257366-05:00",
            "created_at": "2023-02-23T14:32:08.231719-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.06,
            "sport_category": "XFL Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/9fcdd847-a7eb-43af-9c22-773052ca9598",
            "datetime": "2023-02-23T21:00:00-05:00",
            "cutoff_datetime": "2023-02-23T21:00:00-05:00",
            "name": "St Louis Battlehawks v. Seattle Sea Dragons",
            "bettypes": [
                {
                    "id": "09a9d83b-674e-4285-9580-0a50475fb179",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0430bd9-642e-4f7c-92c3-e531c1c173b3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T14:32:08.242087-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Seattle Sea Dragons",
                                "amount": 6235.0
                            },
                            {
                                "team": "St Louis Battlehawks",
                                "amount": 3765.0
                            }
                        ],
                        "expected_reward_tokens": 9600.75,
                        "profit_sb": 100.75,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6b052f1c-3cfe-4337-a247-573bec7ae101",
                            "gambit_id": "c3bf0cca-346f-490b-8264-73115596e24d",
                            "last_updated": "2023-02-24T11:47:07.266999-05:00",
                            "created_at": "2023-02-23T14:32:08.243338-05:00",
                            "name": "Seattle Sea Dragons",
                            "reward": "1.54000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a9d83b-674e-4285-9580-0a50475fb179/?format=api"
                        },
                        {
                            "id": "a29667d6-52e1-48be-b31e-4ea19088ff9e",
                            "gambit_id": "5f61e4d2-4ad6-457a-9685-647ececd3230",
                            "last_updated": "2023-02-24T11:47:07.268128-05:00",
                            "created_at": "2023-02-23T14:32:08.244634-05:00",
                            "name": "St Louis Battlehawks",
                            "reward": "2.55000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a9d83b-674e-4285-9580-0a50475fb179/?format=api"
                        }
                    ]
                },
                {
                    "id": "90b9b1c6-1d7e-44c5-b657-7ce2994d9c49",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0430bd9-642e-4f7c-92c3-e531c1c173b3/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T14:32:08.238189-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "St Louis Battlehawks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Seattle Sea Dragons",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b4263edd-b68c-411f-813c-2092ff0f0785",
                            "gambit_id": "15bfb301-7cfa-46b1-8fac-9135d1ee9657",
                            "last_updated": "2023-02-24T11:47:07.264801-05:00",
                            "created_at": "2023-02-23T14:32:08.240753-05:00",
                            "name": "St Louis Battlehawks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b9b1c6-1d7e-44c5-b657-7ce2994d9c49/?format=api"
                        },
                        {
                            "id": "ddc9705a-23e3-4f1d-b4de-7c72c71c4628",
                            "gambit_id": "5a4032b1-9386-4afe-9659-fe3a134bb512",
                            "last_updated": "2023-02-24T11:47:07.263645-05:00",
                            "created_at": "2023-02-23T14:32:08.239416-05:00",
                            "name": "Seattle Sea Dragons",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b9b1c6-1d7e-44c5-b657-7ce2994d9c49/?format=api"
                        }
                    ]
                },
                {
                    "id": "a842e742-0c3c-4de9-af34-a6cafb636b70",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0430bd9-642e-4f7c-92c3-e531c1c173b3/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T14:32:08.233835-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 38.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 38.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6353d267-b6eb-4979-a10a-147cd2912629",
                            "gambit_id": "5e5c5bfa-9614-4104-ad37-dade4953ecb5",
                            "last_updated": "2023-02-24T11:47:07.260269-05:00",
                            "created_at": "2023-02-23T14:32:08.235401-05:00",
                            "name": "Game Total Under 38.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "38.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a842e742-0c3c-4de9-af34-a6cafb636b70/?format=api"
                        },
                        {
                            "id": "c87c9009-bbf1-48ae-a753-5f59018bc60f",
                            "gambit_id": "88050103-ea28-4bf6-afc5-0aa27227554d",
                            "last_updated": "2023-02-24T11:47:07.261412-05:00",
                            "created_at": "2023-02-23T14:32:08.236829-05:00",
                            "name": "Game Total Over 38.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "38.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a842e742-0c3c-4de9-af34-a6cafb636b70/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6215bf36-f783-4b99-afbe-8a9769b49830",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b9196b70-3423-4d38-849b-cd42c50f4a00",
            "completed": true,
            "last_updated": "2023-02-24T12:22:11.138268-05:00",
            "created_at": "2023-02-23T09:07:02.777456-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.16,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/b9196b70-3423-4d38-849b-cd42c50f4a00",
            "datetime": "2023-02-23T20:40:00-05:00",
            "cutoff_datetime": "2023-02-23T20:40:00-05:00",
            "name": "San Antonio Spurs v. Dallas Mavericks",
            "bettypes": [
                {
                    "id": "b20e5ea4-d9d3-4321-8957-221bc60008e0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6215bf36-f783-4b99-afbe-8a9769b49830/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:02.786681-05:00",
                    "high_risk": {
                        "possible": true,
                        "name": "High Risk",
                        "bet": [
                            {
                                "team": "Dallas Mavericks",
                                "amount": 10000
                            }
                        ],
                        "expected_reward_tokens": 10800.0,
                        "profit_sb": 1300.0,
                        "profit_sb_percentage": 13.68,
                        "recommended": true
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Mavericks",
                                "amount": 8782.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 1218.0
                            }
                        ],
                        "expected_reward_tokens": 9484.56,
                        "profit_sb": -15.44,
                        "profit_sb_percentage": -0.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "783a59f8-4ee4-4c45-a267-afec5ec671a0",
                            "gambit_id": "fbaf28f2-dd03-4788-aa11-95441572925f",
                            "last_updated": "2023-02-24T12:22:11.148209-05:00",
                            "created_at": "2023-02-23T09:07:02.787831-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.08000",
                            "odds": "1.08330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b20e5ea4-d9d3-4321-8957-221bc60008e0/?format=api"
                        },
                        {
                            "id": "8df0cb71-c41a-415b-9df9-d7fb588a489d",
                            "gambit_id": "94703a23-de01-4138-a288-98620dc6d18a",
                            "last_updated": "2023-02-24T12:22:11.149361-05:00",
                            "created_at": "2023-02-23T09:07:02.789072-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "7.79000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b20e5ea4-d9d3-4321-8957-221bc60008e0/?format=api"
                        }
                    ]
                },
                {
                    "id": "1025d6e1-f537-4b53-a5c4-b8e34e829d89",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6215bf36-f783-4b99-afbe-8a9769b49830/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:02.782942-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Antonio Spurs",
                                "amount": 5000.0
                            },
                            {
                                "team": "Dallas Mavericks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "abe1b270-96ba-4bc5-9684-d10876f892f9",
                            "gambit_id": "c5465b26-9efa-4a25-bb19-f34b1cb85171",
                            "last_updated": "2023-02-24T12:22:11.145866-05:00",
                            "created_at": "2023-02-23T09:07:02.785428-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "14.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1025d6e1-f537-4b53-a5c4-b8e34e829d89/?format=api"
                        },
                        {
                            "id": "57afed67-bc56-45e8-8717-bfc1871e68f9",
                            "gambit_id": "95df7f4a-4d37-4278-81e6-1aed37c96d09",
                            "last_updated": "2023-02-24T12:22:11.144687-05:00",
                            "created_at": "2023-02-23T09:07:02.784181-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-14.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1025d6e1-f537-4b53-a5c4-b8e34e829d89/?format=api"
                        }
                    ]
                },
                {
                    "id": "efa4fbb7-0211-47c1-8df5-77681a102eb7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6215bf36-f783-4b99-afbe-8a9769b49830/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:02.779154-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 239.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 239.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ac04b35f-ad7a-4abe-b20d-f362856c5e42",
                            "gambit_id": "d99cddeb-8ef7-4809-8ffc-d692de961c42",
                            "last_updated": "2023-02-24T12:22:11.141174-05:00",
                            "created_at": "2023-02-23T09:07:02.780355-05:00",
                            "name": "Game Total Under 239.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "239.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efa4fbb7-0211-47c1-8df5-77681a102eb7/?format=api"
                        },
                        {
                            "id": "f4aa6276-d2ee-4b3d-bebf-013a4c431abb",
                            "gambit_id": "1663778d-b5e8-4a2a-80b4-edc24532e6ed",
                            "last_updated": "2023-02-24T12:22:11.142316-05:00",
                            "created_at": "2023-02-23T09:07:02.781611-05:00",
                            "name": "Game Total Over 239.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "239.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efa4fbb7-0211-47c1-8df5-77681a102eb7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "06d28427-a8ac-4c76-a281-def671dfd24b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b948e3a2-4a55-42d9-be59-e5f334ee28d2",
            "completed": true,
            "last_updated": "2023-02-24T12:41:55.709387-05:00",
            "created_at": "2023-02-23T09:07:02.336790-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/b948e3a2-4a55-42d9-be59-e5f334ee28d2",
            "datetime": "2023-02-23T20:07:00-05:00",
            "cutoff_datetime": "2023-02-23T20:07:00-05:00",
            "name": "Vancouver Canucks v. St Louis Blues",
            "bettypes": [
                {
                    "id": "ba39fe07-d1ad-4f8f-b7c9-193a02182f81",
                    "match": "https://api-prod.gambitprofit.com/api/matches/06d28427-a8ac-4c76-a281-def671dfd24b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:02.347261-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "St Louis Blues",
                                "amount": 5212.0
                            },
                            {
                                "team": "Vancouver Canucks",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0a6d5886-0290-4af3-851f-ebe4822a4b58",
                            "gambit_id": "a8699bd5-3ae9-4ab7-a9bd-ee5b0a0fabe6",
                            "last_updated": "2023-02-24T12:41:55.719485-05:00",
                            "created_at": "2023-02-23T09:07:02.348425-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba39fe07-d1ad-4f8f-b7c9-193a02182f81/?format=api"
                        },
                        {
                            "id": "1f5bad2e-0051-40d9-b689-9da851acd154",
                            "gambit_id": "f68399f8-758e-4c75-a48d-b4e2f5eb3f58",
                            "last_updated": "2023-02-24T12:41:55.720731-05:00",
                            "created_at": "2023-02-23T09:07:02.349631-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba39fe07-d1ad-4f8f-b7c9-193a02182f81/?format=api"
                        }
                    ]
                },
                {
                    "id": "9506fa8d-4265-499d-8118-13c11fa10e93",
                    "match": "https://api-prod.gambitprofit.com/api/matches/06d28427-a8ac-4c76-a281-def671dfd24b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:02.342461-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vancouver Canucks",
                                "amount": 6611.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 3389.0
                            }
                        ],
                        "expected_reward_tokens": 9453.73,
                        "profit_sb": -46.27,
                        "profit_sb_percentage": -0.49,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f6c06a76-97d1-461b-a4be-e0ee766c5a96",
                            "gambit_id": "38237b67-5f22-4ae8-bc48-7ee5249bfe53",
                            "last_updated": "2023-02-24T12:41:55.717136-05:00",
                            "created_at": "2023-02-23T09:07:02.345918-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.43000",
                            "odds": "1.44440",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9506fa8d-4265-499d-8118-13c11fa10e93/?format=api"
                        },
                        {
                            "id": "7b10d155-beeb-4e7e-b431-3ae94a2eec79",
                            "gambit_id": "7e31b6ea-9905-4981-8bbe-182c2214a4c8",
                            "last_updated": "2023-02-24T12:41:55.715934-05:00",
                            "created_at": "2023-02-23T09:07:02.343695-05:00",
                            "name": "St Louis Blues",
                            "reward": "2.79000",
                            "odds": "2.85000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9506fa8d-4265-499d-8118-13c11fa10e93/?format=api"
                        }
                    ]
                },
                {
                    "id": "8e91ee07-ceeb-4477-94ad-4c019c9a92d2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/06d28427-a8ac-4c76-a281-def671dfd24b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:02.338523-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 7",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Over 7",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9314fbc8-271b-4d31-948f-7c850d52fd09",
                            "gambit_id": "f6e0f601-de6f-4736-ad2a-fe047a136705",
                            "last_updated": "2023-02-24T12:41:55.712301-05:00",
                            "created_at": "2023-02-23T09:07:02.339827-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e91ee07-ceeb-4477-94ad-4c019c9a92d2/?format=api"
                        },
                        {
                            "id": "d6d8b041-7cb0-4433-a864-60bf82949aca",
                            "gambit_id": "0c8250cc-95a8-49ca-991e-12cbaf273014",
                            "last_updated": "2023-02-24T12:41:55.713540-05:00",
                            "created_at": "2023-02-23T09:07:02.341171-05:00",
                            "name": "Game Total Over 7",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e91ee07-ceeb-4477-94ad-4c019c9a92d2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "df162e1d-8869-4643-9665-137460ceb45f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "939a5263-21b9-402c-9b83-a3d04e909dd2",
            "completed": true,
            "last_updated": "2023-02-24T12:22:10.729865-05:00",
            "created_at": "2023-02-23T09:07:02.189882-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.71,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/939a5263-21b9-402c-9b83-a3d04e909dd2",
            "datetime": "2023-02-23T19:40:00-05:00",
            "cutoff_datetime": "2023-02-23T19:40:00-05:00",
            "name": "New Orleans Pelicans v. Toronto Raptors",
            "bettypes": [
                {
                    "id": "6bd74460-992c-4c7d-9aca-dd1b29ea6f1e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/df162e1d-8869-4643-9665-137460ceb45f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:02.199214-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Raptors",
                                "amount": 6173.0
                            },
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b4220a10-b217-41ca-bb80-4d3a8306e692",
                            "gambit_id": "0ecce099-daf3-45af-a4a4-b879abd61a5b",
                            "last_updated": "2023-02-24T12:22:10.739790-05:00",
                            "created_at": "2023-02-23T09:07:02.200415-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd74460-992c-4c7d-9aca-dd1b29ea6f1e/?format=api"
                        },
                        {
                            "id": "71b2ee40-de54-43c0-9257-928d9fbae331",
                            "gambit_id": "2faf3178-c2f5-4188-b4da-60f627784467",
                            "last_updated": "2023-02-24T12:22:10.740955-05:00",
                            "created_at": "2023-02-23T09:07:02.201652-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd74460-992c-4c7d-9aca-dd1b29ea6f1e/?format=api"
                        }
                    ]
                },
                {
                    "id": "91811e50-e1af-454b-959f-5be4cdfa256f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/df162e1d-8869-4643-9665-137460ceb45f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:02.195356-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 5000.0
                            },
                            {
                                "team": "Toronto Raptors",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "86b718dc-24f8-4f1a-9a09-673a9656673a",
                            "gambit_id": "b7bf1077-92c2-4cf2-83cc-d40204bab18e",
                            "last_updated": "2023-02-24T12:22:10.737494-05:00",
                            "created_at": "2023-02-23T09:07:02.197895-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91811e50-e1af-454b-959f-5be4cdfa256f/?format=api"
                        },
                        {
                            "id": "1620f491-c796-41fa-b8dc-918659108826",
                            "gambit_id": "518d35ed-e41f-4643-9aa8-0a656844f6cf",
                            "last_updated": "2023-02-24T12:22:10.736330-05:00",
                            "created_at": "2023-02-23T09:07:02.196590-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91811e50-e1af-454b-959f-5be4cdfa256f/?format=api"
                        }
                    ]
                },
                {
                    "id": "f9bd6b65-edb1-46bd-b1ed-8bc5ef3ed80d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/df162e1d-8869-4643-9665-137460ceb45f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:02.191580-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 225.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 225.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "238259c4-f4f7-4d12-96ec-a57a29ce692b",
                            "gambit_id": "5dac4c6e-ccbc-47a8-a89d-84c66e4e911d",
                            "last_updated": "2023-02-24T12:22:10.733893-05:00",
                            "created_at": "2023-02-23T09:07:02.194044-05:00",
                            "name": "Game Total Over 225.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "225.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9bd6b65-edb1-46bd-b1ed-8bc5ef3ed80d/?format=api"
                        },
                        {
                            "id": "720b6f1d-3610-4b0c-8ca3-2cbe7b95f991",
                            "gambit_id": "1d489a8f-aaab-4446-b188-58068be36cc9",
                            "last_updated": "2023-02-24T12:22:10.732675-05:00",
                            "created_at": "2023-02-23T09:07:02.192812-05:00",
                            "name": "Game Total Under 225.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "225.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9bd6b65-edb1-46bd-b1ed-8bc5ef3ed80d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8f266381-3f33-4b77-b052-90bb2e4bcaca",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "849f1084-119a-4fff-9d47-8c6fa522ad60",
            "completed": true,
            "last_updated": "2023-02-24T12:32:16.731216-05:00",
            "created_at": "2023-02-23T09:07:02.037960-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.59,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/849f1084-119a-4fff-9d47-8c6fa522ad60",
            "datetime": "2023-02-23T19:30:00-05:00",
            "cutoff_datetime": "2023-02-23T19:30:00-05:00",
            "name": "Memphis Grizzlies v. Philadelphia 76ers",
            "bettypes": [
                {
                    "id": "e7c15205-a7a5-41c8-a3f1-44509fe3e9db",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f266381-3f33-4b77-b052-90bb2e4bcaca/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:02.047817-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 5863.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 4137.0
                            }
                        ],
                        "expected_reward_tokens": 9556.47,
                        "profit_sb": 56.47,
                        "profit_sb_percentage": 0.59,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f12eecdd-4990-43b5-b275-a5f02bdaa764",
                            "gambit_id": "d44cd72e-db05-444e-8406-87ba42cefb64",
                            "last_updated": "2023-02-24T12:32:16.741086-05:00",
                            "created_at": "2023-02-23T09:07:02.050065-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.63000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7c15205-a7a5-41c8-a3f1-44509fe3e9db/?format=api"
                        },
                        {
                            "id": "9d862232-aa2f-4921-933c-bee801dc3459",
                            "gambit_id": "d10156e1-0cda-4098-b021-55e339891cf7",
                            "last_updated": "2023-02-24T12:32:16.742242-05:00",
                            "created_at": "2023-02-23T09:07:02.055049-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "2.31000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7c15205-a7a5-41c8-a3f1-44509fe3e9db/?format=api"
                        }
                    ]
                },
                {
                    "id": "4e65201b-bfe4-47a0-adef-a41bda29973b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f266381-3f33-4b77-b052-90bb2e4bcaca/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:02.043681-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dde84a87-6d9b-4cd3-b204-ad9aae1257b1",
                            "gambit_id": "190d83c4-84cf-449c-84dc-ed8aa4b02ca5",
                            "last_updated": "2023-02-24T12:32:16.737517-05:00",
                            "created_at": "2023-02-23T09:07:02.044926-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e65201b-bfe4-47a0-adef-a41bda29973b/?format=api"
                        },
                        {
                            "id": "25b663e5-4f0e-4285-be4c-9bf0f2988b23",
                            "gambit_id": "33a1cccc-8bf1-4b67-ade3-b6c0ee289dce",
                            "last_updated": "2023-02-24T12:32:16.738693-05:00",
                            "created_at": "2023-02-23T09:07:02.046199-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e65201b-bfe4-47a0-adef-a41bda29973b/?format=api"
                        }
                    ]
                },
                {
                    "id": "8653c2e8-89fb-49d2-91d2-6c0877e5eb17",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f266381-3f33-4b77-b052-90bb2e4bcaca/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:02.039711-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 232",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 232",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a2151cda-1774-4548-8d68-605227cc0ce2",
                            "gambit_id": "7492d6a2-40b7-4937-944e-4e7e8dbd6f99",
                            "last_updated": "2023-02-24T12:32:16.733984-05:00",
                            "created_at": "2023-02-23T09:07:02.041010-05:00",
                            "name": "Game Total Under 232",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8653c2e8-89fb-49d2-91d2-6c0877e5eb17/?format=api"
                        },
                        {
                            "id": "c6abb39c-a731-445f-a01e-d9edd567ca3a",
                            "gambit_id": "44ecd568-6fb1-4c10-8778-b5d71d4dbed7",
                            "last_updated": "2023-02-24T12:32:16.735152-05:00",
                            "created_at": "2023-02-23T09:07:02.042302-05:00",
                            "name": "Game Total Over 232",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8653c2e8-89fb-49d2-91d2-6c0877e5eb17/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "60447f02-ad14-4968-a8ff-1135d6e6f8bc",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c8835b2e-016d-4b34-a2b4-5121af3e9fd9",
            "completed": true,
            "last_updated": "2023-02-24T12:32:15.016949-05:00",
            "created_at": "2023-02-23T09:07:01.735991-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.33,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/c8835b2e-016d-4b34-a2b4-5121af3e9fd9",
            "datetime": "2023-02-23T19:10:00-05:00",
            "cutoff_datetime": "2023-02-23T19:10:00-05:00",
            "name": "Detroit Pistons v. Orlando Magic",
            "bettypes": [
                {
                    "id": "deeb5766-2412-4d21-b36e-311f03951d27",
                    "match": "https://api-prod.gambitprofit.com/api/matches/60447f02-ad14-4968-a8ff-1135d6e6f8bc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:01.746439-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Orlando Magic",
                                "amount": 7221.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 2779.0
                            }
                        ],
                        "expected_reward_tokens": 9531.72,
                        "profit_sb": 31.72,
                        "profit_sb_percentage": 0.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2dc8a2b3-9cdc-47d7-ac86-e425dd41eb2d",
                            "gambit_id": "a98556b9-9d18-4b2a-80a6-1141cd471932",
                            "last_updated": "2023-02-24T12:32:15.027305-05:00",
                            "created_at": "2023-02-23T09:07:01.747770-05:00",
                            "name": "Orlando Magic",
                            "reward": "1.32000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeb5766-2412-4d21-b36e-311f03951d27/?format=api"
                        },
                        {
                            "id": "c69a26c0-8030-4f23-a8db-c575b73a8485",
                            "gambit_id": "6458801e-aefe-4d21-b932-b90920dfb655",
                            "last_updated": "2023-02-24T12:32:15.028533-05:00",
                            "created_at": "2023-02-23T09:07:01.749096-05:00",
                            "name": "Detroit Pistons",
                            "reward": "3.43000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeb5766-2412-4d21-b36e-311f03951d27/?format=api"
                        }
                    ]
                },
                {
                    "id": "be350d97-8d1e-4e44-b3ce-1553e771ee22",
                    "match": "https://api-prod.gambitprofit.com/api/matches/60447f02-ad14-4968-a8ff-1135d6e6f8bc/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:01.742324-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Pistons",
                                "amount": 5000.0
                            },
                            {
                                "team": "Orlando Magic",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "17815cca-d797-47be-bd6c-33a6265dd13b",
                            "gambit_id": "5b2473e2-ab3d-49cd-a8fc-b82d76967947",
                            "last_updated": "2023-02-24T12:32:15.024942-05:00",
                            "created_at": "2023-02-23T09:07:01.745038-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be350d97-8d1e-4e44-b3ce-1553e771ee22/?format=api"
                        },
                        {
                            "id": "9f2a0a76-0ece-445b-96b6-c0c466a9e839",
                            "gambit_id": "c57e3581-b50a-4638-846b-f9cbd1a125cc",
                            "last_updated": "2023-02-24T12:32:15.023745-05:00",
                            "created_at": "2023-02-23T09:07:01.743657-05:00",
                            "name": "Orlando Magic",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be350d97-8d1e-4e44-b3ce-1553e771ee22/?format=api"
                        }
                    ]
                },
                {
                    "id": "ff72d78c-871c-4432-905f-bc9c715b30dd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/60447f02-ad14-4968-a8ff-1135d6e6f8bc/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:01.737728-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 229.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 229.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a1dbffd4-f7a9-4cd4-b91c-496457ce94c8",
                            "gambit_id": "9026a227-1fa7-4084-953a-eba90bb52b04",
                            "last_updated": "2023-02-24T12:32:15.020098-05:00",
                            "created_at": "2023-02-23T09:07:01.738950-05:00",
                            "name": "Game Total Under 229.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "229.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff72d78c-871c-4432-905f-bc9c715b30dd/?format=api"
                        },
                        {
                            "id": "ebfbaedd-cf8b-4104-b998-9aa6522e5b86",
                            "gambit_id": "c3fbc863-49fa-4826-9857-78ead07f9be0",
                            "last_updated": "2023-02-24T12:32:15.021364-05:00",
                            "created_at": "2023-02-23T09:07:01.740261-05:00",
                            "name": "Game Total Over 229.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "229.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff72d78c-871c-4432-905f-bc9c715b30dd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7bea51f8-bf8d-4fa2-a460-db3593d472d0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "abb2c5c8-6940-4400-b473-cd14a5007e9c",
            "completed": true,
            "last_updated": "2023-02-24T12:37:17.279237-05:00",
            "created_at": "2023-02-23T09:07:01.887725-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.47,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/abb2c5c8-6940-4400-b473-cd14a5007e9c",
            "datetime": "2023-02-23T19:10:00-05:00",
            "cutoff_datetime": "2023-02-23T19:10:00-05:00",
            "name": "Boston Celtics v. Indiana Pacers",
            "bettypes": [
                {
                    "id": "8807245d-4b09-46c9-936c-ecc8d5ba2c6c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7bea51f8-bf8d-4fa2-a460-db3593d472d0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:01.897315-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston Celtics",
                                "amount": 7399.0
                            },
                            {
                                "team": "Indiana Pacers",
                                "amount": 2601.0
                            }
                        ],
                        "expected_reward_tokens": 9544.71,
                        "profit_sb": 44.71,
                        "profit_sb_percentage": 0.47,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8f55aeb7-f397-426b-a146-ad218c4db85e",
                            "gambit_id": "cfb09ea0-f49f-4286-8f03-109135d87e4f",
                            "last_updated": "2023-02-24T12:37:17.290669-05:00",
                            "created_at": "2023-02-23T09:07:01.899879-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.29000",
                            "odds": "1.29410",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8807245d-4b09-46c9-936c-ecc8d5ba2c6c/?format=api"
                        },
                        {
                            "id": "df3f1c69-e8e4-40d0-aef6-b35ae5d71d06",
                            "gambit_id": "3f25d14b-39a3-4be8-962d-48520f8ec3e5",
                            "last_updated": "2023-02-24T12:37:17.289386-05:00",
                            "created_at": "2023-02-23T09:07:01.898593-05:00",
                            "name": "Indiana Pacers",
                            "reward": "3.67000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8807245d-4b09-46c9-936c-ecc8d5ba2c6c/?format=api"
                        }
                    ]
                },
                {
                    "id": "557c376f-f32d-4571-92a8-a0610b75c312",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7bea51f8-bf8d-4fa2-a460-db3593d472d0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:01.893449-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Indiana Pacers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Boston Celtics",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "67c52968-49ae-43d3-8a4b-3e05699d5832",
                            "gambit_id": "078303b4-f8d8-4384-a601-3fc27bdc40cb",
                            "last_updated": "2023-02-24T12:37:17.285820-05:00",
                            "created_at": "2023-02-23T09:07:01.894667-05:00",
                            "name": "Indiana Pacers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/557c376f-f32d-4571-92a8-a0610b75c312/?format=api"
                        },
                        {
                            "id": "bba11f46-cba7-4287-9176-a80e5751164b",
                            "gambit_id": "867823e0-f1e4-4d4f-8bee-012fcd399c27",
                            "last_updated": "2023-02-24T12:37:17.287017-05:00",
                            "created_at": "2023-02-23T09:07:01.895940-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/557c376f-f32d-4571-92a8-a0610b75c312/?format=api"
                        }
                    ]
                },
                {
                    "id": "708b7869-6f40-41af-aa91-8f362f642cf4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7bea51f8-bf8d-4fa2-a460-db3593d472d0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:01.889529-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 232.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 232.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8c001b9b-c34c-4275-a5c0-4c6d6fdfe7be",
                            "gambit_id": "05c07096-cd99-4e7b-9355-4fbe8a5cc8c1",
                            "last_updated": "2023-02-24T12:37:17.283332-05:00",
                            "created_at": "2023-02-23T09:07:01.892105-05:00",
                            "name": "Game Total Over 232.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/708b7869-6f40-41af-aa91-8f362f642cf4/?format=api"
                        },
                        {
                            "id": "e7029e70-e524-4004-96a4-1c0e942b1e5a",
                            "gambit_id": "268136fd-a0a6-447f-9b66-69e9d6bf4f37",
                            "last_updated": "2023-02-24T12:37:17.282151-05:00",
                            "created_at": "2023-02-23T09:07:01.890759-05:00",
                            "name": "Game Total Under 232.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/708b7869-6f40-41af-aa91-8f362f642cf4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e1a6dfad-b7fa-4709-b2c1-8913ae3d2296",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "35c7bcb4-929d-4cf7-97c6-ab1e3f68fe1d",
            "completed": true,
            "last_updated": "2023-02-24T12:32:14.607498-05:00",
            "created_at": "2023-02-23T09:07:01.589636-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.12,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/35c7bcb4-929d-4cf7-97c6-ab1e3f68fe1d",
            "datetime": "2023-02-23T19:10:00-05:00",
            "cutoff_datetime": "2023-02-23T19:10:00-05:00",
            "name": "Denver Nuggets v. Cleveland Cavaliers",
            "bettypes": [
                {
                    "id": "254eef68-972d-4924-8822-0c1587a909ff",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e1a6dfad-b7fa-4709-b2c1-8913ae3d2296/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:01.599006-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 5696.0
                            },
                            {
                                "team": "Denver Nuggets",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9511.84,
                        "profit_sb": 11.84,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "464ec659-f7fa-4ee9-a053-5ff3ccd4f11e",
                            "gambit_id": "ed472251-0a50-448a-ad00-53bf5846f2f3",
                            "last_updated": "2023-02-24T12:32:14.617555-05:00",
                            "created_at": "2023-02-23T09:07:01.600207-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "1.67000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254eef68-972d-4924-8822-0c1587a909ff/?format=api"
                        },
                        {
                            "id": "4cd7d40c-9b80-491a-8c7b-c40dc4730f17",
                            "gambit_id": "9ee9bf89-5b9d-4ed5-9062-a8394dae9c72",
                            "last_updated": "2023-02-24T12:32:14.618720-05:00",
                            "created_at": "2023-02-23T09:07:01.601534-05:00",
                            "name": "Denver Nuggets",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/254eef68-972d-4924-8822-0c1587a909ff/?format=api"
                        }
                    ]
                },
                {
                    "id": "f865fd85-8597-4df9-a10b-59084a8b250e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e1a6dfad-b7fa-4709-b2c1-8913ae3d2296/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:01.595219-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Denver Nuggets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e3741348-1b8a-481b-86e4-b13548cd8640",
                            "gambit_id": "fa3ed895-70ad-4b74-bcd5-113077dc9efc",
                            "last_updated": "2023-02-24T12:32:14.615193-05:00",
                            "created_at": "2023-02-23T09:07:01.597703-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f865fd85-8597-4df9-a10b-59084a8b250e/?format=api"
                        },
                        {
                            "id": "de035f2a-0348-4cca-bb4f-b16813ca0200",
                            "gambit_id": "9f613914-c241-456b-a905-003e7d58d9d8",
                            "last_updated": "2023-02-24T12:32:14.614015-05:00",
                            "created_at": "2023-02-23T09:07:01.596439-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f865fd85-8597-4df9-a10b-59084a8b250e/?format=api"
                        }
                    ]
                },
                {
                    "id": "384f9ae2-86d7-4090-8816-bf567db1af96",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e1a6dfad-b7fa-4709-b2c1-8913ae3d2296/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:01.591369-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 223.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 223.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8dcae7af-cc2c-4762-b378-ac3d49a2b8b8",
                            "gambit_id": "ce9288af-f7b1-4808-a784-53d043850cb0",
                            "last_updated": "2023-02-24T12:32:14.611591-05:00",
                            "created_at": "2023-02-23T09:07:01.593882-05:00",
                            "name": "Game Total Over 223.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "223.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/384f9ae2-86d7-4090-8816-bf567db1af96/?format=api"
                        },
                        {
                            "id": "974bf1e3-60c1-4aab-9422-a71700f65c8f",
                            "gambit_id": "0d9976ee-92fa-4bca-9bd9-e4b90269d167",
                            "last_updated": "2023-02-24T12:32:14.610405-05:00",
                            "created_at": "2023-02-23T09:07:01.592633-05:00",
                            "name": "Game Total Under 223.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "223.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/384f9ae2-86d7-4090-8816-bf567db1af96/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b6098642-5464-450a-a7bb-51d1452514e6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "eaea1b12-42d7-44df-ab68-9c711ab62e92",
            "completed": true,
            "last_updated": "2023-02-24T12:41:56.588003-05:00",
            "created_at": "2023-02-23T09:07:00.825445-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/eaea1b12-42d7-44df-ab68-9c711ab62e92",
            "datetime": "2023-02-23T19:07:00-05:00",
            "cutoff_datetime": "2023-02-23T19:07:00-05:00",
            "name": "Buffalo Sabres v. Tampa Bay Lightning",
            "bettypes": [
                {
                    "id": "4b1eaf40-960c-411c-a05d-b74a9209452f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b6098642-5464-450a-a7bb-51d1452514e6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:00.835727-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 6563.0
                            },
                            {
                                "team": "Buffalo Sabres",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e0a88a19-3e65-4ee3-ab9e-091e3e866020",
                            "gambit_id": "000bc65d-6cad-46df-abe8-61c6661f30a2",
                            "last_updated": "2023-02-24T12:41:56.598129-05:00",
                            "created_at": "2023-02-23T09:07:00.836963-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1eaf40-960c-411c-a05d-b74a9209452f/?format=api"
                        },
                        {
                            "id": "b0a30aae-6a5a-45ac-97ca-2d1a9123eb1b",
                            "gambit_id": "47f4a5c3-7f4a-41a1-8683-047fbcaffa82",
                            "last_updated": "2023-02-24T12:41:56.600582-05:00",
                            "created_at": "2023-02-23T09:07:00.838225-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b1eaf40-960c-411c-a05d-b74a9209452f/?format=api"
                        }
                    ]
                },
                {
                    "id": "b87e9c16-c885-4f50-9c37-bc7e9b405bfa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b6098642-5464-450a-a7bb-51d1452514e6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:00.831874-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Buffalo Sabres",
                                "amount": 5316.0
                            },
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "06101745-badc-47b0-a130-f0896a20a670",
                            "gambit_id": "0a593b4f-0fd3-4ae9-a57a-f336f05cbf0e",
                            "last_updated": "2023-02-24T12:41:56.595805-05:00",
                            "created_at": "2023-02-23T09:07:00.834405-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b87e9c16-c885-4f50-9c37-bc7e9b405bfa/?format=api"
                        },
                        {
                            "id": "2d8039ce-8463-4474-ba32-d82c8fd31eb8",
                            "gambit_id": "aea86787-2495-400e-ac00-6aa69e7c3a26",
                            "last_updated": "2023-02-24T12:41:56.594667-05:00",
                            "created_at": "2023-02-23T09:07:00.833123-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b87e9c16-c885-4f50-9c37-bc7e9b405bfa/?format=api"
                        }
                    ]
                },
                {
                    "id": "7547fcfe-d063-4047-abf3-2964e789bde8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b6098642-5464-450a-a7bb-51d1452514e6/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:00.827525-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 7",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Over 7",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "938d8993-dd24-482c-99d5-a2e1af39fadb",
                            "gambit_id": "c3c3ec94-3247-49e2-abdf-c634c85c737b",
                            "last_updated": "2023-02-24T12:41:56.591097-05:00",
                            "created_at": "2023-02-23T09:07:00.829064-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7547fcfe-d063-4047-abf3-2964e789bde8/?format=api"
                        },
                        {
                            "id": "7df8f6ef-fcb7-484f-99f2-afe62cc147d5",
                            "gambit_id": "f01874d3-ef5d-4201-aa8b-2c4115db8be0",
                            "last_updated": "2023-02-24T12:41:56.592339-05:00",
                            "created_at": "2023-02-23T09:07:00.830479-05:00",
                            "name": "Game Total Over 7",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7547fcfe-d063-4047-abf3-2964e789bde8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "414e5e78-6d98-4619-b915-5bda08dc59a1",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "40e8e884-9bb1-4cf3-8e75-7166265cb83f",
            "completed": true,
            "last_updated": "2023-02-24T11:47:03.117533-05:00",
            "created_at": "2023-02-23T09:07:01.284466-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.84,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/40e8e884-9bb1-4cf3-8e75-7166265cb83f",
            "datetime": "2023-02-23T19:07:00-05:00",
            "cutoff_datetime": "2023-02-23T19:07:00-05:00",
            "name": "Minnesota Wild v. Columbus Blue Jackets",
            "bettypes": [
                {
                    "id": "6f50bf66-8f75-4a5f-9c0f-9be26e5592eb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/414e5e78-6d98-4619-b915-5bda08dc59a1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:01.293939-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Wild",
                                "amount": 6173.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "eab6c5f2-66e9-4c85-891e-c3d2a22596a8",
                            "gambit_id": "c0263c45-9564-40af-9bef-44a757017b88",
                            "last_updated": "2023-02-24T11:47:03.128158-05:00",
                            "created_at": "2023-02-23T09:07:01.296491-05:00",
                            "name": "Minnesota Wild",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f50bf66-8f75-4a5f-9c0f-9be26e5592eb/?format=api"
                        },
                        {
                            "id": "2211f0c8-bda0-462a-b65d-c68d34492c29",
                            "gambit_id": "130651b2-3de2-4699-a2a6-8ad0b79f7613",
                            "last_updated": "2023-02-24T11:47:03.127082-05:00",
                            "created_at": "2023-02-23T09:07:01.295168-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f50bf66-8f75-4a5f-9c0f-9be26e5592eb/?format=api"
                        }
                    ]
                },
                {
                    "id": "39b97686-6108-45a2-8a35-a9cca12d35a5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/414e5e78-6d98-4619-b915-5bda08dc59a1/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:01.290070-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 6025.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "705eaf09-ec7c-4fbd-99e0-fca734571643",
                            "gambit_id": "b75ec843-c85c-4e74-b4be-bef5ba92f07f",
                            "last_updated": "2023-02-24T11:47:03.123786-05:00",
                            "created_at": "2023-02-23T09:07:01.291284-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b97686-6108-45a2-8a35-a9cca12d35a5/?format=api"
                        },
                        {
                            "id": "021ba115-d8ca-4bd5-b5b4-d532caf4d582",
                            "gambit_id": "2e5ef41f-65b5-401a-88cd-5eee65ccc8fe",
                            "last_updated": "2023-02-24T11:47:03.124910-05:00",
                            "created_at": "2023-02-23T09:07:01.292610-05:00",
                            "name": "Minnesota Wild",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b97686-6108-45a2-8a35-a9cca12d35a5/?format=api"
                        }
                    ]
                },
                {
                    "id": "531846e2-65d0-40a9-8209-4f9e24a58d4c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/414e5e78-6d98-4619-b915-5bda08dc59a1/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:01.286230-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5d01b11d-0a75-4022-935d-67d6378660a3",
                            "gambit_id": "7d5ceab3-d7dd-448a-8dfb-e87b318441f8",
                            "last_updated": "2023-02-24T11:47:03.120374-05:00",
                            "created_at": "2023-02-23T09:07:01.287466-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/531846e2-65d0-40a9-8209-4f9e24a58d4c/?format=api"
                        },
                        {
                            "id": "9b5e1007-5eb7-4292-bcb2-0a2db03a497d",
                            "gambit_id": "5c7a2863-4748-48c4-811d-04c28927e17d",
                            "last_updated": "2023-02-24T11:47:03.121518-05:00",
                            "created_at": "2023-02-23T09:07:01.288751-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/531846e2-65d0-40a9-8209-4f9e24a58d4c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6c388846-ac81-4a4a-97fc-bd9faad74bdf",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1d3d8821-3041-4e6b-8806-fb186a0534f7",
            "completed": true,
            "last_updated": "2023-02-24T12:46:55.427127-05:00",
            "created_at": "2023-02-23T11:22:14.370755-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.55,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/1d3d8821-3041-4e6b-8806-fb186a0534f7",
            "datetime": "2023-02-23T19:07:00-05:00",
            "cutoff_datetime": "2023-02-23T19:07:00-05:00",
            "name": "New York Rangers v. Detroit Red Wings",
            "bettypes": [
                {
                    "id": "216bc143-726e-4f98-abd6-55b97ceaf262",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c388846-ac81-4a4a-97fc-bd9faad74bdf/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T11:22:14.381315-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Rangers",
                                "amount": 5780.0
                            },
                            {
                                "team": "Detroit Red Wings",
                                "amount": 4220.0
                            }
                        ],
                        "expected_reward_tokens": 9537.0,
                        "profit_sb": 37.0,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2f9fc9f0-7542-439b-9b2f-8eec9bbe00b9",
                            "gambit_id": "4ab4587a-ff8b-4939-a65b-d8410aba3c13",
                            "last_updated": "2023-02-24T12:46:55.438827-05:00",
                            "created_at": "2023-02-23T11:22:14.383857-05:00",
                            "name": "New York Rangers",
                            "reward": "1.65000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/216bc143-726e-4f98-abd6-55b97ceaf262/?format=api"
                        },
                        {
                            "id": "ddee6aa7-5b68-4aa0-9712-4898563a270f",
                            "gambit_id": "221918f7-8100-4c36-9857-0bf6d55e23b7",
                            "last_updated": "2023-02-24T12:46:55.437651-05:00",
                            "created_at": "2023-02-23T11:22:14.382543-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "2.26000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/216bc143-726e-4f98-abd6-55b97ceaf262/?format=api"
                        }
                    ]
                },
                {
                    "id": "8ee1731f-bb8d-4adb-946e-ceaeacbd090f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c388846-ac81-4a4a-97fc-bd9faad74bdf/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T11:22:14.377185-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Red Wings",
                                "amount": 6326.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f953891c-053d-4769-bd84-3839b947a4a2",
                            "gambit_id": "0b660beb-cadc-4120-afc4-c56b1b475e42",
                            "last_updated": "2023-02-24T12:46:55.434098-05:00",
                            "created_at": "2023-02-23T11:22:14.378493-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee1731f-bb8d-4adb-946e-ceaeacbd090f/?format=api"
                        },
                        {
                            "id": "761251ef-bee3-4e39-8c05-79a721d94036",
                            "gambit_id": "4a906ac0-efe7-4cb4-86cc-41c1117c4db4",
                            "last_updated": "2023-02-24T12:46:55.435255-05:00",
                            "created_at": "2023-02-23T11:22:14.379799-05:00",
                            "name": "New York Rangers",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee1731f-bb8d-4adb-946e-ceaeacbd090f/?format=api"
                        }
                    ]
                },
                {
                    "id": "b8db949c-6bd7-470f-ad60-ec4a200cd5af",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c388846-ac81-4a4a-97fc-bd9faad74bdf/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T11:22:14.372881-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8c168609-f91b-423e-9140-fc7fffe524cb",
                            "gambit_id": "175fcf54-8799-4ad6-bc81-43e4635ecc6c",
                            "last_updated": "2023-02-24T12:46:55.430397-05:00",
                            "created_at": "2023-02-23T11:22:14.374441-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8db949c-6bd7-470f-ad60-ec4a200cd5af/?format=api"
                        },
                        {
                            "id": "0da3825d-b400-4240-b4b8-358e920d739f",
                            "gambit_id": "b091dbdb-f5cf-4f35-970b-6d22775607fa",
                            "last_updated": "2023-02-24T12:46:55.431606-05:00",
                            "created_at": "2023-02-23T11:22:14.375832-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8db949c-6bd7-470f-ad60-ec4a200cd5af/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7e61de6b-ea33-4ce5-a29f-bdd96e90b40f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "fff5fd6e-7534-40cc-802b-64fd7cddb298",
            "completed": true,
            "last_updated": "2023-02-24T12:41:56.808811-05:00",
            "created_at": "2023-02-23T09:07:00.976418-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.1,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/fff5fd6e-7534-40cc-802b-64fd7cddb298",
            "datetime": "2023-02-23T19:07:00-05:00",
            "cutoff_datetime": "2023-02-23T19:07:00-05:00",
            "name": "Anaheim Ducks v. Washington Capitals",
            "bettypes": [
                {
                    "id": "137289a7-ab6f-4729-8460-0b8fa51852c3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7e61de6b-ea33-4ce5-a29f-bdd96e90b40f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:00.986194-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Capitals",
                                "amount": 7373.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 2627.0
                            }
                        ],
                        "expected_reward_tokens": 9509.74,
                        "profit_sb": 9.74,
                        "profit_sb_percentage": 0.1,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5ddf5d2b-291b-440e-919b-ed4ae478deae",
                            "gambit_id": "c7c5cdf5-d224-439f-85bd-c0ade47a38b3",
                            "last_updated": "2023-02-24T12:41:56.818764-05:00",
                            "created_at": "2023-02-23T09:07:00.987405-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.29000",
                            "odds": "1.30300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/137289a7-ab6f-4729-8460-0b8fa51852c3/?format=api"
                        },
                        {
                            "id": "198768be-e9a9-4a57-b386-3215974c4cbf",
                            "gambit_id": "4baf050f-ef42-45c4-89cb-f963573a92cc",
                            "last_updated": "2023-02-24T12:41:56.819936-05:00",
                            "created_at": "2023-02-23T09:07:00.988735-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "3.62000",
                            "odds": "3.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/137289a7-ab6f-4729-8460-0b8fa51852c3/?format=api"
                        }
                    ]
                },
                {
                    "id": "b964890a-d177-4535-946e-cc7b444f118c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7e61de6b-ea33-4ce5-a29f-bdd96e90b40f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:00.982385-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Capitals",
                                "amount": 5419.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8d14f626-9f50-4f55-8ef9-2fe645bbec03",
                            "gambit_id": "e89f688f-22a8-4a4f-8b48-a36ee5505ea2",
                            "last_updated": "2023-02-24T12:41:56.815239-05:00",
                            "created_at": "2023-02-23T09:07:00.983615-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b964890a-d177-4535-946e-cc7b444f118c/?format=api"
                        },
                        {
                            "id": "6df768ef-c73e-4044-878a-ce4b47e0d6cf",
                            "gambit_id": "7526d6b1-50a8-421f-b48d-b89f1e60105d",
                            "last_updated": "2023-02-24T12:41:56.816433-05:00",
                            "created_at": "2023-02-23T09:07:00.984873-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b964890a-d177-4535-946e-cc7b444f118c/?format=api"
                        }
                    ]
                },
                {
                    "id": "2d4b11ed-0dc8-4425-8896-6f4e67ec0d74",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7e61de6b-ea33-4ce5-a29f-bdd96e90b40f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:00.978118-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1e0ef9de-e77a-4185-821d-d65188596e29",
                            "gambit_id": "9b8d5ff8-9e51-44d8-909b-15b2117c2cf0",
                            "last_updated": "2023-02-24T12:41:56.812894-05:00",
                            "created_at": "2023-02-23T09:07:00.980922-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4b11ed-0dc8-4425-8896-6f4e67ec0d74/?format=api"
                        },
                        {
                            "id": "951e4860-79d9-44ba-9a53-7df65f8b8e19",
                            "gambit_id": "be34830a-b754-462a-8e42-3053699a8be0",
                            "last_updated": "2023-02-24T12:41:56.811636-05:00",
                            "created_at": "2023-02-23T09:07:00.979482-05:00",
                            "name": "Game Total Under 6",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4b11ed-0dc8-4425-8896-6f4e67ec0d74/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f1ce14e4-c2e4-4c7b-b36d-73fb5c850ed5",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d0dc14ce-9784-432b-9254-1e92ee2be93f",
            "completed": true,
            "last_updated": "2023-02-24T12:46:55.010127-05:00",
            "created_at": "2023-02-23T09:07:01.443912-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.39,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d0dc14ce-9784-432b-9254-1e92ee2be93f",
            "datetime": "2023-02-23T19:07:00-05:00",
            "cutoff_datetime": "2023-02-23T19:07:00-05:00",
            "name": "Los Angeles Kings v. New Jersey Devils",
            "bettypes": [
                {
                    "id": "7c7e12e8-9ca2-47b3-9a57-2b43bcf170d7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1ce14e4-c2e4-4c7b-b36d-73fb5c850ed5/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:01.453578-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Jersey Devils",
                                "amount": 5696.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9511.84,
                        "profit_sb": 11.84,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "07554e92-eb95-4fd0-b5ae-d7370007281b",
                            "gambit_id": "2974ade7-5a80-405f-813f-25c4468f7cae",
                            "last_updated": "2023-02-24T12:46:55.020759-05:00",
                            "created_at": "2023-02-23T09:07:01.454788-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.67000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7e12e8-9ca2-47b3-9a57-2b43bcf170d7/?format=api"
                        },
                        {
                            "id": "5d3ec9ce-1e78-448d-8fc8-5e1773a6ce72",
                            "gambit_id": "5d02ca03-4991-4cb0-9c55-ea7a365f3ab4",
                            "last_updated": "2023-02-24T12:46:55.021935-05:00",
                            "created_at": "2023-02-23T09:07:01.456101-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c7e12e8-9ca2-47b3-9a57-2b43bcf170d7/?format=api"
                        }
                    ]
                },
                {
                    "id": "4d2f2f6e-570a-41e1-807e-e9ae3fa11f95",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1ce14e4-c2e4-4c7b-b36d-73fb5c850ed5/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:01.449724-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Kings",
                                "amount": 6401.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 3599.0
                            }
                        ],
                        "expected_reward_tokens": 9537.35,
                        "profit_sb": 37.35,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5fa537e7-4bf3-4882-b3fb-6fabc94ab512",
                            "gambit_id": "aec176c9-664c-4264-8fc7-afb9888fd5ce",
                            "last_updated": "2023-02-24T12:46:55.018291-05:00",
                            "created_at": "2023-02-23T09:07:01.452252-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.49000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2f2f6e-570a-41e1-807e-e9ae3fa11f95/?format=api"
                        },
                        {
                            "id": "6462dda6-3818-4e1c-bf1a-b9dc7363b4ec",
                            "gambit_id": "c6b1e988-231e-4d7a-b2c0-48e409e34729",
                            "last_updated": "2023-02-24T12:46:55.017076-05:00",
                            "created_at": "2023-02-23T09:07:01.450918-05:00",
                            "name": "New Jersey Devils",
                            "reward": "2.65000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2f2f6e-570a-41e1-807e-e9ae3fa11f95/?format=api"
                        }
                    ]
                },
                {
                    "id": "2337b2da-d232-4464-a3e4-7d9fd71163a2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1ce14e4-c2e4-4c7b-b36d-73fb5c850ed5/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:01.445683-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "afec37d3-e9f6-4bd3-a269-0c779710101f",
                            "gambit_id": "0f665fc7-88bd-4b95-90ad-3324bd2e43b2",
                            "last_updated": "2023-02-24T12:46:55.013461-05:00",
                            "created_at": "2023-02-23T09:07:01.446986-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2337b2da-d232-4464-a3e4-7d9fd71163a2/?format=api"
                        },
                        {
                            "id": "9637bef0-c81b-4f6f-9e91-9d3828208159",
                            "gambit_id": "8b9eb66e-192d-4157-931b-265dd038f4d1",
                            "last_updated": "2023-02-24T12:46:55.014635-05:00",
                            "created_at": "2023-02-23T09:07:01.448282-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2337b2da-d232-4464-a3e4-7d9fd71163a2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "56654149-112c-4af7-a63a-4ca236104deb",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a5229fc2-dca2-43f1-84f4-36e48068b9dc",
            "completed": true,
            "last_updated": "2023-02-24T12:46:55.247364-05:00",
            "created_at": "2023-02-23T09:07:01.129599-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/a5229fc2-dca2-43f1-84f4-36e48068b9dc",
            "datetime": "2023-02-23T19:07:00-05:00",
            "cutoff_datetime": "2023-02-23T19:07:00-05:00",
            "name": "Edmonton Oilers v. Pittsburgh Penguins",
            "bettypes": [
                {
                    "id": "3c59208f-6fe0-432a-8409-040b04095bf4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56654149-112c-4af7-a63a-4ca236104deb/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-23T09:07:01.139208-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 5106.0
                            },
                            {
                                "team": "Edmonton Oilers",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3c64a246-05bb-4433-a9ad-b2682eac7793",
                            "gambit_id": "ee9e3c14-0d15-4f63-ab57-b49c2915f324",
                            "last_updated": "2023-02-24T12:46:55.257480-05:00",
                            "created_at": "2023-02-23T09:07:01.140410-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c59208f-6fe0-432a-8409-040b04095bf4/?format=api"
                        },
                        {
                            "id": "5747c7ba-769c-4179-913a-ef4f0fd9116d",
                            "gambit_id": "2109aa7f-c076-462a-85d7-38a3aa3dbbce",
                            "last_updated": "2023-02-24T12:46:55.258645-05:00",
                            "created_at": "2023-02-23T09:07:01.141677-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c59208f-6fe0-432a-8409-040b04095bf4/?format=api"
                        }
                    ]
                },
                {
                    "id": "033d8a6a-3ced-4cac-b965-15f0d7f6bb78",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56654149-112c-4af7-a63a-4ca236104deb/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-23T09:07:01.135226-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Edmonton Oilers",
                                "amount": 6862.0
                            },
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 3138.0
                            }
                        ],
                        "expected_reward_tokens": 9538.18,
                        "profit_sb": 38.18,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f4140938-d822-47c7-a461-f3f0401fad2c",
                            "gambit_id": "a62d797e-6d73-43b0-a16f-dac6198f9f20",
                            "last_updated": "2023-02-24T12:46:55.255062-05:00",
                            "created_at": "2023-02-23T09:07:01.137876-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.39000",
                            "odds": "1.40000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/033d8a6a-3ced-4cac-b965-15f0d7f6bb78/?format=api"
                        },
                        {
                            "id": "0a83d592-53d4-42b0-a297-7ce888c38a72",
                            "gambit_id": "a4269baf-6126-4e28-b0a2-4f79e827de58",
                            "last_updated": "2023-02-24T12:46:55.253883-05:00",
                            "created_at": "2023-02-23T09:07:01.136601-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "3.04000",
                            "odds": "3.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/033d8a6a-3ced-4cac-b965-15f0d7f6bb78/?format=api"
                        }
                    ]
                },
                {
                    "id": "3f88f7c5-73c5-423f-9972-0bdf7a3d99ed",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56654149-112c-4af7-a63a-4ca236104deb/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-23T09:07:01.131327-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 7",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c895c036-50cc-435a-9652-9d464036fb46",
                            "gambit_id": "e3526467-bdfa-4c01-bd15-db200104a26b",
                            "last_updated": "2023-02-24T12:46:55.251521-05:00",
                            "created_at": "2023-02-23T09:07:01.133892-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f88f7c5-73c5-423f-9972-0bdf7a3d99ed/?format=api"
                        },
                        {
                            "id": "44861f09-862a-49d7-af41-35d1c5b3f1da",
                            "gambit_id": "75a70408-dd4a-496e-b5b2-cab979b1cebd",
                            "last_updated": "2023-02-24T12:46:55.250350-05:00",
                            "created_at": "2023-02-23T09:07:01.132601-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f88f7c5-73c5-423f-9972-0bdf7a3d99ed/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "16e8289a-cd37-45b7-a5da-62d9b9d482d0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7a8eed8d-5465-4359-abf1-645b66537d16",
            "completed": true,
            "last_updated": "2023-02-28T12:37:03.338368-05:00",
            "created_at": "2023-02-22T08:52:03.850322-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Honda Classic",
            "sport": "Golf",
            "url": "https://app.gambitrewards.com/match/7a8eed8d-5465-4359-abf1-645b66537d16",
            "datetime": "2023-02-23T08:00:00-05:00",
            "cutoff_datetime": "2023-02-23T08:00:00-05:00",
            "name": "Honda Classic: To Win Outright",
            "bettypes": [
                {
                    "id": "0c89b526-6ec1-4288-beb8-3eedb03ad9bc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/16e8289a-cd37-45b7-a5da-62d9b9d482d0/?format=api",
                    "name": "FreeForm",
                    "created_at": "2023-02-22T08:52:03.854606-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "no_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "lines": [
                        {
                            "id": "6aaa6c12-5077-42ce-873e-01cdc0e82a88",
                            "gambit_id": "e96bec3e-7334-4496-8b67-74674e832104",
                            "last_updated": "2023-02-28T12:37:03.359333-05:00",
                            "created_at": "2023-02-22T08:52:03.855947-05:00",
                            "name": "Geoff Ogilvy",
                            "reward": "0.03000",
                            "odds": "0.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "5d7e7138-a69c-46c1-af34-efabd4321691",
                            "gambit_id": "df510ed7-e66a-4712-ab58-2155f49a6c32",
                            "last_updated": "2023-02-28T12:37:03.362114-05:00",
                            "created_at": "2023-02-22T08:52:03.858510-05:00",
                            "name": "Grayson Murray",
                            "reward": "0.03000",
                            "odds": "0.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "d369840c-7300-49ea-a4c3-969db6014f51",
                            "gambit_id": "3d9108d7-b51e-403e-bdb5-2971e05df28e",
                            "last_updated": "2023-02-28T12:37:03.360929-05:00",
                            "created_at": "2023-02-22T08:52:03.857262-05:00",
                            "name": "Kevin Chappell",
                            "reward": "0.03000",
                            "odds": "0.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "c0afadbf-bd88-4b54-a561-380e91116be0",
                            "gambit_id": "b6f254df-6176-4d03-8915-cf7996de7c93",
                            "last_updated": "2023-02-28T12:37:03.515912-05:00",
                            "created_at": "2023-02-22T08:52:04.018670-05:00",
                            "name": "Chris Kirk",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "55f5ffe1-d0cd-48ce-878b-f1d1caca3bd9",
                            "gambit_id": "a2a669c9-13b9-4a80-a465-ab70ccacbfc0",
                            "last_updated": "2023-02-28T12:37:03.450326-05:00",
                            "created_at": "2023-02-22T08:52:03.942034-05:00",
                            "name": "Eric Cole",
                            "reward": "5.85000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "4ba63ada-3d31-43d8-9a9c-62f817c9d61a",
                            "gambit_id": "788a510d-179d-426f-a910-60a330714be4",
                            "last_updated": "2023-02-28T12:37:03.520503-05:00",
                            "created_at": "2023-02-22T08:52:04.023498-05:00",
                            "name": "Shane Lowry",
                            "reward": "6.82000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "32d1303b-c8ae-444b-910a-9f70f6518a72",
                            "gambit_id": "46e2eb52-a4be-4a8d-97be-53ce4f7c526e",
                            "last_updated": "2023-02-28T12:37:03.354573-05:00",
                            "created_at": "2023-02-22T08:52:03.996846-05:00",
                            "name": "Justin Suh",
                            "reward": "8.28000",
                            "odds": "8.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b51622a6-15ba-4693-90b5-62870894b383",
                            "gambit_id": "334afb87-9db5-425b-933f-2c4193328d1c",
                            "last_updated": "2023-02-28T12:37:03.486084-05:00",
                            "created_at": "2023-02-22T08:52:03.978438-05:00",
                            "name": "Ben Taylor",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "0f8e0ab2-f490-420d-9942-6d6b0792fc6b",
                            "gambit_id": "796a394a-9979-4187-82ed-18f30f9cdd0a",
                            "last_updated": "2023-02-28T12:37:03.496852-05:00",
                            "created_at": "2023-02-22T08:52:03.989531-05:00",
                            "name": "Byeong-Hun An",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "fe6ad77e-16ff-47f1-ab03-b97dec85ed46",
                            "gambit_id": "62f89659-fcd7-4c9a-a1d4-4c240ecd61e1",
                            "last_updated": "2023-02-28T12:37:03.519320-05:00",
                            "created_at": "2023-02-22T08:52:04.022248-05:00",
                            "name": "Matt Kuchar",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "745dc725-819b-42e2-9410-7cefc61a31a2",
                            "gambit_id": "8afda918-f998-4412-8c7c-d8333a81d940",
                            "last_updated": "2023-02-28T12:37:03.517059-05:00",
                            "created_at": "2023-02-22T08:52:04.019850-05:00",
                            "name": "Denny McCarthy",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "6922bb24-4811-4231-9962-29d69db7debe",
                            "gambit_id": "0241af47-eb80-453f-978e-7096cb6c8181",
                            "last_updated": "2023-02-28T12:37:03.514753-05:00",
                            "created_at": "2023-02-22T08:52:04.017498-05:00",
                            "name": "Aaron Wise",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "be229a4a-7455-4ffe-b292-cc3fd6452a7d",
                            "gambit_id": "eb8c23f3-3e73-4450-b4f8-aed4f9ecddcb",
                            "last_updated": "2023-02-28T12:37:03.512507-05:00",
                            "created_at": "2023-02-22T08:52:04.015107-05:00",
                            "name": "Thomas Detry",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "a9dae528-9fcf-45cc-898d-793652c0acb5",
                            "gambit_id": "856b9991-8692-4d51-9d37-decc0c816548",
                            "last_updated": "2023-02-28T12:37:03.511356-05:00",
                            "created_at": "2023-02-22T08:52:04.013894-05:00",
                            "name": "Harris English",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "954f46f7-6c6c-48ea-b0e5-e4c3e721dd81",
                            "gambit_id": "2fe96879-7998-4d3e-a69f-f8c4ecdda1f5",
                            "last_updated": "2023-02-28T12:37:03.445637-05:00",
                            "created_at": "2023-02-22T08:52:03.937268-05:00",
                            "name": "Tyler Duncan",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "cda626d6-a285-4ee3-84f8-2214a3066d02",
                            "gambit_id": "dedf2f40-f89f-489b-8814-67646c54d26b",
                            "last_updated": "2023-02-28T12:37:03.507604-05:00",
                            "created_at": "2023-02-22T08:52:04.009040-05:00",
                            "name": "Adrian Meronk",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "205469e3-9b0e-42f9-ab57-c91675072dc7",
                            "gambit_id": "8dbfe067-a320-4f31-84ed-6d3507339971",
                            "last_updated": "2023-02-28T12:37:03.488530-05:00",
                            "created_at": "2023-02-22T08:52:03.980825-05:00",
                            "name": "Adam Schenk",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "644b6967-b31e-4289-98a0-c75a0774827b",
                            "gambit_id": "9dcfcdaf-bcb3-4384-9bfe-6675712f4a4c",
                            "last_updated": "2023-02-28T12:37:03.477680-05:00",
                            "created_at": "2023-02-22T08:52:03.969887-05:00",
                            "name": "Pierceson Coody",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "fdbccc10-a826-42b8-9748-2a0256e37003",
                            "gambit_id": "306676fe-4344-476a-8fc8-52ae70452f58",
                            "last_updated": "2023-02-28T12:37:03.447961-05:00",
                            "created_at": "2023-02-22T08:52:03.939649-05:00",
                            "name": "Tano Goya",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "812cc6d8-38c5-4949-88e1-2f45eb386738",
                            "gambit_id": "17d4b03a-1eb0-4408-805d-3a17441a977d",
                            "last_updated": "2023-02-28T12:37:03.356965-05:00",
                            "created_at": "2023-02-22T08:52:04.024707-05:00",
                            "name": "Sungjae Im",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "8aacdfa8-7266-4b5e-a490-5963fad95c5c",
                            "gambit_id": "d782368a-0812-4e1e-90b2-228a5b8d8073",
                            "last_updated": "2023-02-28T12:37:03.349816-05:00",
                            "created_at": "2023-02-22T08:52:04.005423-05:00",
                            "name": "Sepp Straka",
                            "reward": "44.65000",
                            "odds": "46.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "c67b4182-0243-40a6-829f-b242ff75271b",
                            "gambit_id": "7ac08873-310e-4bfe-bd1c-241d0d4f50b5",
                            "last_updated": "2023-02-28T12:37:03.501616-05:00",
                            "created_at": "2023-02-22T08:52:03.994405-05:00",
                            "name": "Hayden Buckley",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "c0d397e7-ad32-4b01-9e77-507de7843abd",
                            "gambit_id": "6558471b-002a-4f45-ab40-e321f1aa7050",
                            "last_updated": "2023-02-28T12:37:03.505217-05:00",
                            "created_at": "2023-02-22T08:52:04.001702-05:00",
                            "name": "Garrick Higgo",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "3c3659cf-899d-430c-896b-4eeac479cc96",
                            "gambit_id": "931ded97-1d12-40e4-9406-0d06e2614339",
                            "last_updated": "2023-02-28T12:37:03.503980-05:00",
                            "created_at": "2023-02-22T08:52:03.998053-05:00",
                            "name": "Nick Hardy",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "81e96705-9e38-40ad-a8cd-16c450e74eae",
                            "gambit_id": "db34112b-878b-40cf-a80f-cc2cda468cbe",
                            "last_updated": "2023-02-28T12:37:03.518187-05:00",
                            "created_at": "2023-02-22T08:52:04.021073-05:00",
                            "name": "Min Woo Lee",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "71be0f6d-9e97-4e11-8c43-6c4097d2a97d",
                            "gambit_id": "7d80461f-83dd-4a45-ae20-6265c1d743fc",
                            "last_updated": "2023-02-28T12:37:03.466896-05:00",
                            "created_at": "2023-02-22T08:52:03.959052-05:00",
                            "name": "Zach Johnson",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "d0882dc7-d186-4b30-a3d0-7432c3ad3067",
                            "gambit_id": "462e9c06-68ad-436c-af23-fcc7a056ac7a",
                            "last_updated": "2023-02-28T12:37:03.495644-05:00",
                            "created_at": "2023-02-22T08:52:03.988301-05:00",
                            "name": "Erik Van Rooyen",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "8d8d5a8b-ba04-4049-81ca-afac43704fa0",
                            "gambit_id": "430765b4-47ac-4f00-a009-561f72fa58c0",
                            "last_updated": "2023-02-28T12:37:03.453839-05:00",
                            "created_at": "2023-02-22T08:52:03.945719-05:00",
                            "name": "Ben Martin",
                            "reward": "68.90000",
                            "odds": "71.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "5f8762b1-8966-4b4a-9ac9-1cdca9ef3d05",
                            "gambit_id": "2e105815-9ee7-4255-a899-bed581501afd",
                            "last_updated": "2023-02-28T12:37:03.482504-05:00",
                            "created_at": "2023-02-22T08:52:03.974810-05:00",
                            "name": "Russell Knox",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b096b012-7b43-43cd-a62d-b8b0c2a3f9a4",
                            "gambit_id": "fc2a6216-63ae-4890-b958-b1ca26b6b62c",
                            "last_updated": "2023-02-28T12:37:03.513638-05:00",
                            "created_at": "2023-02-22T08:52:04.016305-05:00",
                            "name": "Billy Horschel",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "7ed7db4c-fb7c-466e-9aaf-73a56334872c",
                            "gambit_id": "89391176-fb55-4ff9-82db-2089e5e37976",
                            "last_updated": "2023-02-28T12:37:03.499215-05:00",
                            "created_at": "2023-02-22T08:52:03.991917-05:00",
                            "name": "Dylan Frittelli",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "7b4c187d-a1ec-4be4-810e-a4150e765250",
                            "gambit_id": "06c92d62-9b09-4abe-b698-45a9b7222050",
                            "last_updated": "2023-02-28T12:37:03.416434-05:00",
                            "created_at": "2023-02-22T08:52:03.908206-05:00",
                            "name": "Cameron Percy",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "574e12e7-4835-4382-9638-2f2c8606af87",
                            "gambit_id": "e340c3fa-5e09-4e87-b291-0de13165fe21",
                            "last_updated": "2023-02-28T12:37:03.344938-05:00",
                            "created_at": "2023-02-22T08:52:03.873321-05:00",
                            "name": "Brice Garnett",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "e9465fa4-c4f6-42f9-9173-fe2c35552b0d",
                            "gambit_id": "96d997d4-4ca7-41f2-b002-5be0c61d4b40",
                            "last_updated": "2023-02-28T12:37:03.464537-05:00",
                            "created_at": "2023-02-22T08:52:03.956644-05:00",
                            "name": "Callum Tarren",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "3a565358-71b2-4ed8-b8cc-07642ecb3746",
                            "gambit_id": "d259f7b8-dd40-4d00-b309-076a5c1d693d",
                            "last_updated": "2023-02-28T12:37:03.469285-05:00",
                            "created_at": "2023-02-22T08:52:03.961464-05:00",
                            "name": "Akshay Bhatia",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "2f80a657-645f-4491-be37-cb2ef7c7b932",
                            "gambit_id": "de10c49e-fb4a-4bfa-a485-577320f98d2c",
                            "last_updated": "2023-02-28T12:37:03.475303-05:00",
                            "created_at": "2023-02-22T08:52:03.967488-05:00",
                            "name": "Greyson Sigg",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "2de7e400-999a-465b-a2fa-6a8688762b89",
                            "gambit_id": "08e97263-5154-4137-86c7-23c49d1d6cbb",
                            "last_updated": "2023-02-28T12:37:03.476518-05:00",
                            "created_at": "2023-02-22T08:52:03.968712-05:00",
                            "name": "Matthias Schwab",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "47c304ac-0eb0-4778-b41a-669ff015a6dd",
                            "gambit_id": "f988a73c-1766-444b-972b-59d6204b0b33",
                            "last_updated": "2023-02-28T12:37:03.502784-05:00",
                            "created_at": "2023-02-22T08:52:03.995637-05:00",
                            "name": "Stephan Jaeger",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "869b2060-9f1b-4117-8f3a-a82f31183051",
                            "gambit_id": "1d69aa1e-c399-4623-b0b4-9a550fd5e6cb",
                            "last_updated": "2023-02-28T12:37:03.471633-05:00",
                            "created_at": "2023-02-22T08:52:03.963892-05:00",
                            "name": "Matt Wallace",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "a217a42a-c11f-4050-ac64-fe553d48d4d3",
                            "gambit_id": "a8e31426-aa23-4841-9f2d-1e83065b01c8",
                            "last_updated": "2023-02-28T12:37:03.458612-05:00",
                            "created_at": "2023-02-22T08:52:03.950581-05:00",
                            "name": "Harry Higgs",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "04ca27dc-6775-4cea-8a8a-8126b5f19249",
                            "gambit_id": "852fc762-810f-4295-95e1-054291ac633d",
                            "last_updated": "2023-02-28T12:37:03.371375-05:00",
                            "created_at": "2023-02-22T08:52:03.867171-05:00",
                            "name": "Carson Young",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "ac32a48a-81c1-4678-a4a3-027079423624",
                            "gambit_id": "50654da9-a223-4842-b63f-b72f63a6a411",
                            "last_updated": "2023-02-28T12:37:03.355746-05:00",
                            "created_at": "2023-02-22T08:52:04.004202-05:00",
                            "name": "Taylor Pendrith",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "265e824a-d299-4e14-8530-ebad659816f3",
                            "gambit_id": "6a5954fb-a12b-4443-ac53-6c68ca5aee6c",
                            "last_updated": "2023-02-28T12:37:03.490896-05:00",
                            "created_at": "2023-02-22T08:52:03.983447-05:00",
                            "name": "Joseph Bramlett",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "4f05ef29-1676-4790-bec3-aa0ec84f4572",
                            "gambit_id": "307eda31-c72a-402b-8d0d-b9936ea3662c",
                            "last_updated": "2023-02-28T12:37:03.470456-05:00",
                            "created_at": "2023-02-22T08:52:03.962700-05:00",
                            "name": "Ryan Moore",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "11626033-1dfa-4bcc-a24c-ccb402c3566a",
                            "gambit_id": "ea24889c-5a9a-47a5-96b4-1663a1909d5e",
                            "last_updated": "2023-02-28T12:37:03.487291-05:00",
                            "created_at": "2023-02-22T08:52:03.979619-05:00",
                            "name": "Davis Riley",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "12f65c0b-9847-41e1-95da-d48f232dbe2b",
                            "gambit_id": "a9ecb4a1-7c7b-4810-84f6-3feb86b7f8a3",
                            "last_updated": "2023-02-28T12:37:03.472923-05:00",
                            "created_at": "2023-02-22T08:52:03.965125-05:00",
                            "name": "Peter Malnati",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b30b9d31-b3bd-4dba-b4db-1ddff597aa6c",
                            "gambit_id": "0c6323f7-4f5c-48b4-8a9f-808d59aebd0b",
                            "last_updated": "2023-02-28T12:37:03.352174-05:00",
                            "created_at": "2023-02-22T08:52:04.007820-05:00",
                            "name": "Adam Svensson",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "f99b1964-7e9b-4405-b592-4de73eed034d",
                            "gambit_id": "a80ecbfe-22a1-43fb-937e-f2dab6c2ae73",
                            "last_updated": "2023-02-28T12:37:03.451486-05:00",
                            "created_at": "2023-02-22T08:52:03.943256-05:00",
                            "name": "Sam Stevens",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "599701e3-81e4-46ee-952a-7e40901be3c9",
                            "gambit_id": "67ebded7-c877-45ce-b063-626cf4aaa462",
                            "last_updated": "2023-02-28T12:37:03.393526-05:00",
                            "created_at": "2023-02-22T08:52:03.884708-05:00",
                            "name": "Martin Trainer",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "09dd2090-0ca5-4b9f-aa7f-9e2d58466951",
                            "gambit_id": "27e30028-ec4b-42af-b015-67622d4ec932",
                            "last_updated": "2023-02-28T12:37:03.459791-05:00",
                            "created_at": "2023-02-22T08:52:03.951803-05:00",
                            "name": "Satoshi Kodaira",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "3715b4b7-f816-438f-b7e9-40e51282a534",
                            "gambit_id": "7e1ca55a-e5ae-40b9-badc-871d08c83beb",
                            "last_updated": "2023-02-28T12:37:03.452672-05:00",
                            "created_at": "2023-02-22T08:52:03.944494-05:00",
                            "name": "Michael Kim",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b5965fac-6dad-490c-a4c5-2d82a07e1562",
                            "gambit_id": "596e5476-c91e-43f7-ac21-94b86c5cda2d",
                            "last_updated": "2023-02-28T12:37:03.437063-05:00",
                            "created_at": "2023-02-22T08:52:03.927592-05:00",
                            "name": "Carl Yuan",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "d436496d-540a-47d2-8258-53e8c9639062",
                            "gambit_id": "8e927bec-dd21-44af-88fe-4a4938d34153",
                            "last_updated": "2023-02-28T12:37:03.456217-05:00",
                            "created_at": "2023-02-22T08:52:03.948138-05:00",
                            "name": "Chesson Hadley",
                            "reward": "170.75000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "eaa85a42-0372-402f-bb2f-f5ca1fa52b6e",
                            "gambit_id": "af7b2ece-1f86-40db-a6e7-4b1ebbe1c6c0",
                            "last_updated": "2023-02-28T12:37:03.440739-05:00",
                            "created_at": "2023-02-22T08:52:03.931196-05:00",
                            "name": "Doc Redman",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "31d3cdaf-949e-4f6c-8f29-e3c6027543ce",
                            "gambit_id": "08c0c340-ced8-4afe-b3c4-66b2b6e6fb94",
                            "last_updated": "2023-02-28T12:37:03.442016-05:00",
                            "created_at": "2023-02-22T08:52:03.932416-05:00",
                            "name": "David Lingmerth",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "19659073-23a0-418b-9f91-66f28f82aa1f",
                            "gambit_id": "4d61998b-9c7a-4283-9b4f-40b8b3275f05",
                            "last_updated": "2023-02-28T12:37:03.415217-05:00",
                            "created_at": "2023-02-22T08:52:03.906986-05:00",
                            "name": "Austin Eckroat",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "8de9ca33-b1f1-4efe-ade3-4af96615307b",
                            "gambit_id": "4564e846-2fd9-46c7-980e-59087d46ec57",
                            "last_updated": "2023-02-28T12:37:03.350961-05:00",
                            "created_at": "2023-02-22T08:52:04.006624-05:00",
                            "name": "Christiaan Bezuidenhout",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "2f18e79b-2727-4190-b3c4-d9bd06bf195c",
                            "gambit_id": "efd09e06-233b-48ae-8479-c866fa3b25bb",
                            "last_updated": "2023-02-28T12:37:03.462162-05:00",
                            "created_at": "2023-02-22T08:52:03.954219-05:00",
                            "name": "Harry Hall",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "9900fd97-eadf-43f8-a9a3-40ad6a5c7b95",
                            "gambit_id": "abea9219-a002-4d26-b268-0a6546f89fdb",
                            "last_updated": "2023-02-28T12:37:03.509085-05:00",
                            "created_at": "2023-02-22T08:52:04.010224-05:00",
                            "name": "Cameron Davis",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "8afbe551-d8b1-4c20-98be-3a0411ba021c",
                            "gambit_id": "f8cdef74-fcb5-421e-8f30-1f85e9e9b02e",
                            "last_updated": "2023-02-28T12:37:03.446804-05:00",
                            "created_at": "2023-02-22T08:52:03.938468-05:00",
                            "name": "Matti Schmid",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "3f99bb0b-1f95-45ce-bf58-b96e5051f5a9",
                            "gambit_id": "fc7e31ff-9bbc-4280-94cb-1a431c6d51a7",
                            "last_updated": "2023-02-28T12:37:03.443216-05:00",
                            "created_at": "2023-02-22T08:52:03.934831-05:00",
                            "name": "Ze-Cheng Dou",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "bea7fd07-8196-4614-b7eb-40ed639bd445",
                            "gambit_id": "08ee45c2-a557-4852-a952-4cb5a54579ea",
                            "last_updated": "2023-02-28T12:37:03.391160-05:00",
                            "created_at": "2023-02-22T08:52:03.882223-05:00",
                            "name": "Scott Harrington",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "a16f4033-1a95-4a08-b6b8-a5ecd17b6da4",
                            "gambit_id": "74ea8abb-0b1b-4881-9181-b0a9685758a6",
                            "last_updated": "2023-02-28T12:37:03.423507-05:00",
                            "created_at": "2023-02-22T08:52:03.915426-05:00",
                            "name": "Seung-Yul Noh",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "6d9e2953-c5ae-4128-b2a5-7066a0970f8f",
                            "gambit_id": "71099667-a138-4874-a3ef-cab27275ab4a",
                            "last_updated": "2023-02-28T12:37:03.444456-05:00",
                            "created_at": "2023-02-22T08:52:03.936019-05:00",
                            "name": "Brent Grant",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "1e2b126a-c144-4705-a027-9206f9aaeea5",
                            "gambit_id": "cddf123e-bfaf-4e29-b3f1-7c468ebc0661",
                            "last_updated": "2023-02-28T12:37:03.421202-05:00",
                            "created_at": "2023-02-22T08:52:03.913045-05:00",
                            "name": "Jonas Blixt",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "ad2c41f8-a665-42a8-8265-e35bbf52336a",
                            "gambit_id": "af820fce-1b35-4228-a5b0-732dba87f297",
                            "last_updated": "2023-02-28T12:37:03.498029-05:00",
                            "created_at": "2023-02-22T08:52:03.990728-05:00",
                            "name": "Aaron Rai",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "f6877a8e-2b1a-437f-8694-488a5c72ba1b",
                            "gambit_id": "39457dba-ffeb-4ce9-9c99-da9007df0193",
                            "last_updated": "2023-02-28T12:37:03.411663-05:00",
                            "created_at": "2023-02-22T08:52:03.903336-05:00",
                            "name": "Robert Streb",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "661dd439-823a-46ba-a24c-2726ad2021ae",
                            "gambit_id": "4a02b421-d8c0-493f-8259-b1b452054480",
                            "last_updated": "2023-02-28T12:37:03.419979-05:00",
                            "created_at": "2023-02-22T08:52:03.911824-05:00",
                            "name": "Brian Stuard",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "da304510-8e02-42a5-82aa-bed6009c8780",
                            "gambit_id": "9829a0f4-8c7c-4bdb-b6b4-bda24f8b5c3f",
                            "last_updated": "2023-02-28T12:37:03.431793-05:00",
                            "created_at": "2023-02-22T08:52:03.923862-05:00",
                            "name": "Sean O'Hair",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "930d347c-8e47-43fb-b674-0279a1cdab45",
                            "gambit_id": "17a4c3d3-dccf-4003-b68f-5553f04ad1d3",
                            "last_updated": "2023-02-28T12:37:03.418805-05:00",
                            "created_at": "2023-02-22T08:52:03.910622-05:00",
                            "name": "Austin Cook",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "f2c75522-89cd-43e6-8cd5-9faac5df1012",
                            "gambit_id": "64925ae9-3a68-4b13-8997-f6d6ca76df73",
                            "last_updated": "2023-02-28T12:37:03.422355-05:00",
                            "created_at": "2023-02-22T08:52:03.914246-05:00",
                            "name": "Ben Silverman",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "2ef921cd-9226-4077-924f-5da34baa3388",
                            "gambit_id": "502fa6b7-977b-449f-819a-97138c3bf058",
                            "last_updated": "2023-02-28T12:37:03.414039-05:00",
                            "created_at": "2023-02-22T08:52:03.905805-05:00",
                            "name": "Henrik Norlander",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "7514bb97-9e20-4231-9342-814bba75dc30",
                            "gambit_id": "1863b064-188b-41c9-8265-08483cf8ed0e",
                            "last_updated": "2023-02-28T12:37:03.406710-05:00",
                            "created_at": "2023-02-22T08:52:03.898281-05:00",
                            "name": "Hank Lebioda",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "130b38a3-433a-4a3e-af27-01f9751a6ccd",
                            "gambit_id": "2bd138c7-ca3a-4348-98c0-ddcd476d9f8f",
                            "last_updated": "2023-02-28T12:37:03.493281-05:00",
                            "created_at": "2023-02-22T08:52:03.985867-05:00",
                            "name": "Danny Willett",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "be902acb-cbc1-4675-aa0d-7baec19598bb",
                            "gambit_id": "851f612c-1626-43e7-8b94-79c62c034417",
                            "last_updated": "2023-02-28T12:37:03.455022-05:00",
                            "created_at": "2023-02-22T08:52:03.946925-05:00",
                            "name": "Andrew Novak",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "9e9342b9-1362-497a-9bee-797a848466ea",
                            "gambit_id": "e985330d-5983-4854-af52-dee3aba13c5e",
                            "last_updated": "2023-02-28T12:37:03.494457-05:00",
                            "created_at": "2023-02-22T08:52:03.987079-05:00",
                            "name": "Will Gordon",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "378991cf-5692-45f2-97f6-a2ba293c7770",
                            "gambit_id": "ba862cf9-bae2-4d3f-b7d9-d71785f5d12a",
                            "last_updated": "2023-02-28T12:37:03.460986-05:00",
                            "created_at": "2023-02-22T08:52:03.953037-05:00",
                            "name": "Aaron Baddeley",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "23ec3ef1-48a5-44ce-9a62-bd3ecfb39a36",
                            "gambit_id": "7057ee45-78c7-437f-b983-1af55a69ca8d",
                            "last_updated": "2023-02-28T12:37:03.438268-05:00",
                            "created_at": "2023-02-22T08:52:03.928792-05:00",
                            "name": "Augusto Nunez",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "2f5d0cd8-84ee-4acc-a7bf-274b56a4fd06",
                            "gambit_id": "4ac53034-c6c3-410f-9a33-42059a4b946a",
                            "last_updated": "2023-02-28T12:37:03.478864-05:00",
                            "created_at": "2023-02-22T08:52:03.971029-05:00",
                            "name": "Adam Long",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "4de87544-35f4-47e6-b874-f931f1002e83",
                            "gambit_id": "b9c42416-5b07-47ee-9a27-6fee17158e33",
                            "last_updated": "2023-02-28T12:37:03.428257-05:00",
                            "created_at": "2023-02-22T08:52:03.920251-05:00",
                            "name": "Harrison Endycott",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "4fd5f64e-371b-4620-9da4-edb91623510b",
                            "gambit_id": "d93df1b9-6675-4089-8380-b6de859c95e6",
                            "last_updated": "2023-02-28T12:37:03.500411-05:00",
                            "created_at": "2023-02-22T08:52:03.993178-05:00",
                            "name": "Ryan Palmer",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "098c9515-82cc-4e05-ac87-417d163455c4",
                            "gambit_id": "91f335c4-ab9e-408b-8e54-6046e6461f8c",
                            "last_updated": "2023-02-28T12:37:03.483672-05:00",
                            "created_at": "2023-02-22T08:52:03.975992-05:00",
                            "name": "Brandon Wu",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "807c13c6-f3f0-449c-816b-b7ad156c8284",
                            "gambit_id": "c8a3a8b8-5aff-4751-8be3-7a3acad76106",
                            "last_updated": "2023-02-28T12:37:03.387599-05:00",
                            "created_at": "2023-02-22T08:52:03.878427-05:00",
                            "name": "Sung Kang",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "d1dbf5c9-04ff-4543-af26-78133ab78e7e",
                            "gambit_id": "ed8362c5-85e2-406f-a7ab-661bc996cb89",
                            "last_updated": "2023-02-28T12:37:03.433691-05:00",
                            "created_at": "2023-02-22T08:52:03.926362-05:00",
                            "name": "Paul Haley",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "790b7a08-ed75-43da-8b90-51c49a1becb9",
                            "gambit_id": "cc7851a6-de60-403f-abb5-12c6f70da62b",
                            "last_updated": "2023-02-28T12:37:03.480111-05:00",
                            "created_at": "2023-02-22T08:52:03.972299-05:00",
                            "name": "Charley Hoffman",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "baa9330e-883f-42c8-9a2b-350d663e42db",
                            "gambit_id": "b0f795bb-7e5a-4e96-b304-15934b496410",
                            "last_updated": "2023-02-28T12:37:03.388835-05:00",
                            "created_at": "2023-02-22T08:52:03.879744-05:00",
                            "name": "Richy Werenski",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "c39f0188-501b-48fd-87ce-ac755190f3d0",
                            "gambit_id": "de26e14c-abe3-4995-860a-bce879ebdbfe",
                            "last_updated": "2023-02-28T12:37:03.407885-05:00",
                            "created_at": "2023-02-22T08:52:03.899482-05:00",
                            "name": "Vincent Norrman",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "677d5fc5-ce26-429f-bd4c-361e0e1278f1",
                            "gambit_id": "5eeab2df-fc49-427d-8c0f-07a0bb8cefd7",
                            "last_updated": "2023-02-28T12:37:03.405540-05:00",
                            "created_at": "2023-02-22T08:52:03.897060-05:00",
                            "name": "Chris Stroud",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "6e062591-aa76-4d08-9d58-6113d9ee43c5",
                            "gambit_id": "422a9b29-6898-4ef6-8ab0-88cf7ed98283",
                            "last_updated": "2023-02-28T12:37:03.412860-05:00",
                            "created_at": "2023-02-22T08:52:03.904599-05:00",
                            "name": "Fabian Gomez",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "68ad163d-3c1a-4a47-b21c-8ebfc14a6c65",
                            "gambit_id": "3385d55c-25ff-4ad6-b3da-09000756f349",
                            "last_updated": "2023-02-28T12:37:03.394748-05:00",
                            "created_at": "2023-02-22T08:52:03.885909-05:00",
                            "name": "Chad Ramey",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b28b906c-2ef4-4de8-8b5c-dc82244bdfb2",
                            "gambit_id": "47a07e80-1032-4056-8ff3-b929ca32513d",
                            "last_updated": "2023-02-28T12:37:03.425879-05:00",
                            "created_at": "2023-02-22T08:52:03.917855-05:00",
                            "name": "Andrew Landry",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "6201647b-1096-4dac-a159-b8a268745537",
                            "gambit_id": "16cb7210-8d32-4f17-9f2d-f2360eddadad",
                            "last_updated": "2023-02-28T12:37:03.430639-05:00",
                            "created_at": "2023-02-22T08:52:03.922662-05:00",
                            "name": "Rory Sabbatini",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "5e0edd21-ff4e-4e0a-8d9a-b2c9e47192f9",
                            "gambit_id": "1133a30e-b1f9-47ef-8e72-842ad17bb5df",
                            "last_updated": "2023-02-28T12:37:03.409277-05:00",
                            "created_at": "2023-02-22T08:52:03.900720-05:00",
                            "name": "Camilo Villegas",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "96d9a913-3309-4680-aa7e-791668fa4e89",
                            "gambit_id": "c519863f-e060-4884-8c7c-8ce9961dd7e9",
                            "last_updated": "2023-02-28T12:37:03.390007-05:00",
                            "created_at": "2023-02-22T08:52:03.881006-05:00",
                            "name": "Kyle Westmoreland",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "26e115f1-2bd8-40d0-b0c0-524c54a828b8",
                            "gambit_id": "97f08189-00e0-4824-9e10-57974034dcd4",
                            "last_updated": "2023-02-28T12:37:03.401885-05:00",
                            "created_at": "2023-02-22T08:52:03.893266-05:00",
                            "name": "Curtis Thompson",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "e5d4013c-00b2-4d9a-ad07-8d8e5320dd8e",
                            "gambit_id": "75c4d13c-53a8-4b52-9722-f6b24b33a1ec",
                            "last_updated": "2023-02-28T12:37:03.403076-05:00",
                            "created_at": "2023-02-22T08:52:03.894478-05:00",
                            "name": "Kelly Kraft",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "f9efd61e-d158-47dd-9308-cbd3039981a1",
                            "gambit_id": "0394e431-0d24-4948-8a64-a85f2573759a",
                            "last_updated": "2023-02-28T12:37:03.395916-05:00",
                            "created_at": "2023-02-22T08:52:03.887118-05:00",
                            "name": "Nicolas Echavarria",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "3987f0a1-6314-42d8-8c07-84fc8b8461ae",
                            "gambit_id": "8cf8b331-876f-4f69-abe5-bf6609f0fef7",
                            "last_updated": "2023-02-28T12:37:03.365832-05:00",
                            "created_at": "2023-02-22T08:52:03.862250-05:00",
                            "name": "Michael Gligic",
                            "reward": "340.50000",
                            "odds": "351.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "41350843-8b97-4971-8ff6-8e6470c08326",
                            "gambit_id": "c3148da7-782a-40a3-8061-39d9e8a4e58c",
                            "last_updated": "2023-02-28T12:37:03.465725-05:00",
                            "created_at": "2023-02-22T08:52:03.957859-05:00",
                            "name": "Luke Donald",
                            "reward": "340.50000",
                            "odds": "351.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "3cbab7d9-6256-4018-bcab-9de884d7e4e8",
                            "gambit_id": "8ff24b6a-6fa7-42b2-bb7d-b166c7e56bba",
                            "last_updated": "2023-02-28T12:37:03.363332-05:00",
                            "created_at": "2023-02-22T08:52:03.859734-05:00",
                            "name": "Tyler Collet",
                            "reward": "389.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b3a92ec0-31f9-4a05-a903-2c356b7a6221",
                            "gambit_id": "c87c18d6-0071-41a7-ad33-2a109a1eb8d2",
                            "last_updated": "2023-02-28T12:37:03.346179-05:00",
                            "created_at": "2023-02-22T08:52:03.925105-05:00",
                            "name": "Jason Dufner",
                            "reward": "389.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "915a93e2-0602-46ad-abbb-3aac8ca99283",
                            "gambit_id": "44688eca-a5e2-4b1c-88b6-ba46a5e35416",
                            "last_updated": "2023-02-28T12:37:03.510239-05:00",
                            "created_at": "2023-02-22T08:52:04.012608-05:00",
                            "name": "JT Poston",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "82f35b88-099f-489a-972a-eceb4de7ffc5",
                            "gambit_id": "e7248a86-f9a5-40a9-9b9f-1654676278ae",
                            "last_updated": "2023-02-28T12:37:03.492081-05:00",
                            "created_at": "2023-02-22T08:52:03.984673-05:00",
                            "name": "Ben Griffin",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "7e506d3f-bcc4-41b8-9bcf-09185eec4285",
                            "gambit_id": "351adef4-1fd0-4c65-ae9e-6953a53609ad",
                            "last_updated": "2023-02-28T12:37:03.400686-05:00",
                            "created_at": "2023-02-22T08:52:03.891995-05:00",
                            "name": "Brian Gay",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "4b95db91-6c43-433f-9079-cfd707c1fbef",
                            "gambit_id": "cab71578-0f1e-4c3e-9826-1e713869dc05",
                            "last_updated": "2023-02-28T12:37:03.397134-05:00",
                            "created_at": "2023-02-22T08:52:03.888368-05:00",
                            "name": "Cody Gribble",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b7ff4d96-fab1-4f67-893d-a56d6153dcce",
                            "gambit_id": "ddb0bb98-6273-42cc-9da6-cb97eca934b8",
                            "last_updated": "2023-02-28T12:37:03.424687-05:00",
                            "created_at": "2023-02-22T08:52:03.916644-05:00",
                            "name": "Dylan Wu",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "3e5202b8-ea91-494a-b326-71442ad7dcb1",
                            "gambit_id": "14ae66c7-a81d-430c-9a3a-01f37ded7b4f",
                            "last_updated": "2023-02-28T12:37:03.468080-05:00",
                            "created_at": "2023-02-22T08:52:03.960265-05:00",
                            "name": "Kramer Hickok",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "8059cf02-ba70-4f15-9e5e-9a99df336393",
                            "gambit_id": "651b0fad-800c-4d30-90a8-a36be1946cfa",
                            "last_updated": "2023-02-28T12:37:03.348650-05:00",
                            "created_at": "2023-02-22T08:52:04.000486-05:00",
                            "name": "Lee Hodges",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b517329c-3e38-43db-984c-16869a631e9a",
                            "gambit_id": "1e97ccea-a9bb-47c7-b77d-70b8b9847155",
                            "last_updated": "2023-02-28T12:37:03.463357-05:00",
                            "created_at": "2023-02-22T08:52:03.955424-05:00",
                            "name": "Mark Hubbard",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "08a9cc37-b719-48c6-ba99-aaf22367d6a4",
                            "gambit_id": "ffd8fdbc-ff5a-4d78-bcb0-20d92db95c0c",
                            "last_updated": "2023-02-28T12:37:03.353376-05:00",
                            "created_at": "2023-02-22T08:52:03.933635-05:00",
                            "name": "Ryan Armour",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "915f9b94-395a-42d8-86bc-69c9823694ae",
                            "gambit_id": "182d5e65-d0c8-42c6-bdb5-7cf67129bc26",
                            "last_updated": "2023-02-28T12:37:03.347401-05:00",
                            "created_at": "2023-02-22T08:52:03.999268-05:00",
                            "name": "Robby Shelton",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "ab4d3c83-2549-4fb3-bf4c-e3c64571d4c5",
                            "gambit_id": "8ea71f73-9202-445b-a4fd-395c9a08fed6",
                            "last_updated": "2023-02-28T12:37:03.384047-05:00",
                            "created_at": "2023-02-22T08:52:03.875754-05:00",
                            "name": "Bill Haas",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "90fef95b-424b-49e7-a001-7166ffd0d833",
                            "gambit_id": "f967dde6-e023-4ac3-9347-ea5b4f0c7b63",
                            "last_updated": "2023-02-28T12:37:03.392370-05:00",
                            "created_at": "2023-02-22T08:52:03.883462-05:00",
                            "name": "Jonathan Byrd",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "68cd95e0-3641-4c49-9a88-1eda9496d448",
                            "gambit_id": "d85d1f55-e43b-4cae-8ff1-8a23e4522333",
                            "last_updated": "2023-02-28T12:37:03.489714-05:00",
                            "created_at": "2023-02-22T08:52:03.982172-05:00",
                            "name": "Padraig Harrington",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "07c4b97e-af61-4e94-8646-9ff6894cb5ff",
                            "gambit_id": "147bb71d-7b7d-4628-883b-c79cafbc64ce",
                            "last_updated": "2023-02-28T12:37:03.429450-05:00",
                            "created_at": "2023-02-22T08:52:03.921478-05:00",
                            "name": "Erik Barnes",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "175142c1-5bb0-4a23-aa23-2c9e45bc323e",
                            "gambit_id": "7f543e0d-b6a8-46b3-91b6-c40b2ba49219",
                            "last_updated": "2023-02-28T12:37:03.372599-05:00",
                            "created_at": "2023-02-22T08:52:03.868413-05:00",
                            "name": "Brandon Matthews",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "caac2332-9620-42b5-b7d0-a84a0ce79b46",
                            "gambit_id": "0787d61b-25f2-4f72-89fc-e4dfd1e3d1c2",
                            "last_updated": "2023-02-28T12:37:03.398317-05:00",
                            "created_at": "2023-02-22T08:52:03.889601-05:00",
                            "name": "Andrew Kozan",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "91b57c9a-d781-4b63-b653-015fbee55e82",
                            "gambit_id": "13be92c1-952f-4363-baab-ff0ddd4f34ee",
                            "last_updated": "2023-02-28T12:37:03.506396-05:00",
                            "created_at": "2023-02-22T08:52:04.002915-05:00",
                            "name": "Jhonattan Vegas",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "fa799e7b-0763-4f0f-b9f9-21deb18cf547",
                            "gambit_id": "7f31f89e-ae9c-4bc3-8ff3-9d10c1499c1b",
                            "last_updated": "2023-02-28T12:37:03.370063-05:00",
                            "created_at": "2023-02-22T08:52:03.865925-05:00",
                            "name": "Max McGreevy",
                            "reward": "728.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "6102b045-3f9b-40bd-aec8-cde2147f3c7e",
                            "gambit_id": "ab6a31c1-7420-483a-8b5a-691954415895",
                            "last_updated": "2023-02-28T12:37:03.474122-05:00",
                            "created_at": "2023-02-22T08:52:03.966299-05:00",
                            "name": "Kevin Tway",
                            "reward": "728.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b036d943-173b-4594-a883-143097cc228c",
                            "gambit_id": "813c5bf1-e021-4e6e-8c23-84d058b2bbbd",
                            "last_updated": "2023-02-28T12:37:03.481329-05:00",
                            "created_at": "2023-02-22T08:52:03.973590-05:00",
                            "name": "S.H. Kim",
                            "reward": "728.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "6a24a0e1-8203-4dac-856f-50f9869f413f",
                            "gambit_id": "fc59fbf7-bb2a-4502-841a-bfb99eaba07a",
                            "last_updated": "2023-02-28T12:37:03.367024-05:00",
                            "created_at": "2023-02-22T08:52:03.863482-05:00",
                            "name": "Arjun Atwal",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "5bfe329e-c9ad-49c2-808e-7a5eed35ae99",
                            "gambit_id": "e2d5f3f0-da9e-4271-b3ed-5cb2defe7704",
                            "last_updated": "2023-02-28T12:37:03.373786-05:00",
                            "created_at": "2023-02-22T08:52:03.869636-05:00",
                            "name": "Ben Crane",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "ebb3ef08-db7a-4034-980d-faa1bf7a423e",
                            "gambit_id": "7280609a-5f4e-4eb3-b11e-d7646bbb985f",
                            "last_updated": "2023-02-28T12:37:03.449182-05:00",
                            "created_at": "2023-02-22T08:52:03.940844-05:00",
                            "name": "Jimmy Walker",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "6e0fe8c7-71cc-4db5-a984-a02d9bf6d055",
                            "gambit_id": "1a482a3b-dae8-4eda-a89b-1fa89a549b1a",
                            "last_updated": "2023-02-28T12:37:03.364602-05:00",
                            "created_at": "2023-02-22T08:52:03.861000-05:00",
                            "name": "Anders Albertson",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "167865fb-2c56-449d-8a75-1e38cd97110c",
                            "gambit_id": "12628088-47c7-4cb9-8276-995ddcf43e55",
                            "last_updated": "2023-02-28T12:37:03.368238-05:00",
                            "created_at": "2023-02-22T08:52:03.864706-05:00",
                            "name": "Marcus Byrd",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "9e34261b-e4a5-45b9-b07b-01de95044360",
                            "gambit_id": "0bc3fee8-3d9e-41c8-b2dd-a07bffd94b89",
                            "last_updated": "2023-02-28T12:37:03.457421-05:00",
                            "created_at": "2023-02-22T08:52:03.949338-05:00",
                            "name": "J.B. Holmes",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "b407e382-e73b-4635-9fa7-47b446038464",
                            "gambit_id": "799842d2-e79c-43d9-957e-7e2e473d8d7a",
                            "last_updated": "2023-02-28T12:37:03.386354-05:00",
                            "created_at": "2023-02-22T08:52:03.876995-05:00",
                            "name": "Kevin Roy",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "e1d5c521-4782-47c8-b229-b680fcc6feea",
                            "gambit_id": "dcf43e3e-7cea-40f9-9ddd-1b3a65483d61",
                            "last_updated": "2023-02-28T12:37:03.374940-05:00",
                            "created_at": "2023-02-22T08:52:03.870849-05:00",
                            "name": "Trevor Cone",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "0f9e7326-94a1-47e7-837e-349e5a62491e",
                            "gambit_id": "227e9a45-5fe6-40c2-bc9e-978c55dceec9",
                            "last_updated": "2023-02-28T12:37:03.376129-05:00",
                            "created_at": "2023-02-22T08:52:03.872089-05:00",
                            "name": "Ryan Brehm",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "7b9b26be-34df-413c-93ac-373fdecffa72",
                            "gambit_id": "bcc28415-c57a-4860-8b61-14e0d5bd939b",
                            "last_updated": "2023-02-28T12:37:03.399497-05:00",
                            "created_at": "2023-02-22T08:52:03.890791-05:00",
                            "name": "Jim Herman",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "cf69e217-5d8c-46ee-93a9-10184b4781cf",
                            "gambit_id": "fe93dace-9378-489b-b577-3f3dab2d2183",
                            "last_updated": "2023-02-28T12:37:03.439455-05:00",
                            "created_at": "2023-02-22T08:52:03.929984-05:00",
                            "name": "M-J Daffue",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "9438fdad-7492-4d93-9d03-79f257a4b72b",
                            "gambit_id": "71f6065d-59d7-4229-a700-7c964d91d9c1",
                            "last_updated": "2023-02-28T12:37:03.404338-05:00",
                            "created_at": "2023-02-22T08:52:03.895710-05:00",
                            "name": "Trevor Werbylo",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "048e75bc-71eb-41a0-aa99-ff2458832e63",
                            "gambit_id": "361aebf2-37a6-4937-82f8-1353e0b596df",
                            "last_updated": "2023-02-28T12:37:03.427055-05:00",
                            "created_at": "2023-02-22T08:52:03.919037-05:00",
                            "name": "Kyle Stanley",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "8aae5349-065f-4bd2-9d79-fd1e41824782",
                            "gambit_id": "4b3fee6b-e01c-4843-9c37-87b06b3a76b3",
                            "last_updated": "2023-02-28T12:37:03.410477-05:00",
                            "created_at": "2023-02-22T08:52:03.902033-05:00",
                            "name": "Zac Blair",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "2988c444-ac65-49cd-b552-b390a7edf162",
                            "gambit_id": "5f4ed814-08ba-4d45-9379-25fac898ea39",
                            "last_updated": "2023-02-28T12:37:03.417625-05:00",
                            "created_at": "2023-02-22T08:52:03.909421-05:00",
                            "name": "Tyson Alexander",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "fe642ede-d5ba-42ee-8a54-171ac43af893",
                            "gambit_id": "757182e9-7a10-4949-8dda-3b5f595f2549",
                            "last_updated": "2023-02-28T12:37:03.484879-05:00",
                            "created_at": "2023-02-22T08:52:03.977246-05:00",
                            "name": "Webb Simpson",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        },
                        {
                            "id": "5e9c994a-64c8-4754-a920-9e36f953ac5e",
                            "gambit_id": "e8c43145-037a-4f10-aec5-a50f8fc7fd7b",
                            "last_updated": "2023-02-28T12:37:03.378448-05:00",
                            "created_at": "2023-02-22T08:52:03.874526-05:00",
                            "name": "William McGirt",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c89b526-6ec1-4288-beb8-3eedb03ad9bc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "03bbba50-95b1-4394-9e4a-57a024dddddf",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1ff494b7-2b3a-4e2c-a00e-64bebc9020d0",
            "completed": true,
            "last_updated": "2023-02-28T12:37:04.066770-05:00",
            "created_at": "2023-02-22T08:52:02.985829-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Honda Classic",
            "sport": "Golf",
            "url": "https://app.gambitrewards.com/match/1ff494b7-2b3a-4e2c-a00e-64bebc9020d0",
            "datetime": "2023-02-23T08:00:00-05:00",
            "cutoff_datetime": "2023-02-23T08:00:00-05:00",
            "name": "Honda Classic: Top 5 Finish",
            "bettypes": [
                {
                    "id": "7bafc6ba-9522-478e-a23a-f44e7cfc20f5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/03bbba50-95b1-4394-9e4a-57a024dddddf/?format=api",
                    "name": "FreeForm",
                    "created_at": "2023-02-22T08:52:02.990112-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "no_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "lines": [
                        {
                            "id": "16659daf-0473-4945-899a-8eacb92f1ba1",
                            "gambit_id": "502d1e6a-5696-4529-8d1a-de5456ff1e6f",
                            "last_updated": "2023-02-28T12:37:04.226439-05:00",
                            "created_at": "2023-02-22T08:52:03.164072-05:00",
                            "name": "Sungjae Im",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "b2a4adb3-7885-4e65-9839-489127905903",
                            "gambit_id": "2920c05d-7021-4c14-a39b-cc6f57a1a994",
                            "last_updated": "2023-02-28T12:37:04.225334-05:00",
                            "created_at": "2023-02-22T08:52:03.162833-05:00",
                            "name": "Shane Lowry",
                            "reward": "4.40000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "d604d662-4517-4b7a-a1e6-36982f92db17",
                            "gambit_id": "fa156eaa-d4b3-4d97-b38e-2bbf1c132f5c",
                            "last_updated": "2023-02-28T12:37:04.218312-05:00",
                            "created_at": "2023-02-22T08:52:03.155295-05:00",
                            "name": "Billy Horschel",
                            "reward": "6.34000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "452c630b-34ea-4820-b950-701211068b0e",
                            "gambit_id": "1ceed624-3742-4da0-8607-653f2a2bb079",
                            "last_updated": "2023-02-28T12:37:04.223069-05:00",
                            "created_at": "2023-02-22T08:52:03.160334-05:00",
                            "name": "Min Woo Lee",
                            "reward": "6.34000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "b4063af3-096f-4656-a7b3-18575859545b",
                            "gambit_id": "2d9aeb58-08db-442a-a6b1-8bb4d524a6ab",
                            "last_updated": "2023-02-28T12:37:04.221948-05:00",
                            "created_at": "2023-02-22T08:52:03.159117-05:00",
                            "name": "Denny McCarthy",
                            "reward": "6.34000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "56fc9789-f6e7-4310-90b9-2cab2adfcb39",
                            "gambit_id": "a24c0fb6-8837-4c54-980b-4e44ed5ad211",
                            "last_updated": "2023-02-28T12:37:04.219610-05:00",
                            "created_at": "2023-02-22T08:52:03.156629-05:00",
                            "name": "Aaron Wise",
                            "reward": "6.34000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e67c350b-ae3c-4599-81d2-361af63cfdae",
                            "gambit_id": "d6426be6-b019-46f1-885b-f1ee2be30e09",
                            "last_updated": "2023-02-28T12:37:04.224216-05:00",
                            "created_at": "2023-02-22T08:52:03.161580-05:00",
                            "name": "Matt Kuchar",
                            "reward": "6.34000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "122b197c-f918-4d6e-a241-aa235ff2255b",
                            "gambit_id": "438ac6d0-43f7-4f09-89f7-bb5bb9b35b08",
                            "last_updated": "2023-02-28T12:37:04.220813-05:00",
                            "created_at": "2023-02-22T08:52:03.157883-05:00",
                            "name": "Chris Kirk",
                            "reward": "6.34000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "6a83275d-c28d-4a9d-88d0-b0bacec34f29",
                            "gambit_id": "8ed182d4-7b47-45fb-a8d0-4b2c04f35bf3",
                            "last_updated": "2023-02-28T12:37:04.211643-05:00",
                            "created_at": "2023-02-22T08:52:03.147942-05:00",
                            "name": "Adam Svensson",
                            "reward": "6.82000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "d2f4bb5e-ee9d-4549-954a-80803d4d2ff2",
                            "gambit_id": "12780c0f-195f-48b8-83e7-7c7f126333ec",
                            "last_updated": "2023-02-28T12:37:04.217215-05:00",
                            "created_at": "2023-02-22T08:52:03.154068-05:00",
                            "name": "Thomas Detry",
                            "reward": "7.31000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "8f3b2132-e7b2-4eb5-8668-7e2397724430",
                            "gambit_id": "032b9013-9a2c-4fea-876c-306ea7b1afa7",
                            "last_updated": "2023-02-28T12:37:04.207175-05:00",
                            "created_at": "2023-02-22T08:52:03.142973-05:00",
                            "name": "Jhonattan Vegas",
                            "reward": "7.31000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e7268d04-e452-47e1-b9ea-c36cf9de2cb2",
                            "gambit_id": "ba7a4f4e-b460-4e0e-ac0b-48cb27a5c094",
                            "last_updated": "2023-02-28T12:37:04.214989-05:00",
                            "created_at": "2023-02-22T08:52:03.151541-05:00",
                            "name": "JT Poston",
                            "reward": "7.31000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "936f7562-709b-4492-ac40-cc66232b7dc4",
                            "gambit_id": "b792dd7c-2892-4780-b750-da6e71c2a424",
                            "last_updated": "2023-02-28T12:37:04.216105-05:00",
                            "created_at": "2023-02-22T08:52:03.152847-05:00",
                            "name": "Harris English",
                            "reward": "7.79000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "453de05f-67ee-4e46-a632-9eb0ae41732a",
                            "gambit_id": "2dd03d75-37aa-4ab8-abcf-9748cb8e9db4",
                            "last_updated": "2023-02-28T12:37:04.208308-05:00",
                            "created_at": "2023-02-22T08:52:03.144212-05:00",
                            "name": "Taylor Pendrith",
                            "reward": "7.79000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "8399e68d-534e-4832-9662-9ddf932d065e",
                            "gambit_id": "86fd3115-7756-49f3-8f77-490e66e21720",
                            "last_updated": "2023-02-28T12:37:04.213876-05:00",
                            "created_at": "2023-02-22T08:52:03.150348-05:00",
                            "name": "Cameron Davis",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "76df21ac-5fd3-4abb-a067-aff922156d9a",
                            "gambit_id": "5dd57df8-3b0f-402f-82a8-7222b16a0f46",
                            "last_updated": "2023-02-28T12:37:04.210556-05:00",
                            "created_at": "2023-02-22T08:52:03.146707-05:00",
                            "name": "Christiaan Bezuidenhout",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "18512d55-2dd9-444f-8bb9-9aa190a7e3a6",
                            "gambit_id": "673251ee-e56e-466e-aa02-5d4a0eb53375",
                            "last_updated": "2023-02-28T12:37:04.190039-05:00",
                            "created_at": "2023-02-22T08:52:03.124329-05:00",
                            "name": "Ben Griffin",
                            "reward": "9.73000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "1779e82f-fe92-418c-9133-f2894e89033c",
                            "gambit_id": "f8378f20-d76a-475d-8e18-acae70602171",
                            "last_updated": "2023-02-28T12:37:04.212778-05:00",
                            "created_at": "2023-02-22T08:52:03.149155-05:00",
                            "name": "Adrian Meronk",
                            "reward": "9.73000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "3fae3bb6-b9d1-4c65-9d3d-3a159ea3aa2d",
                            "gambit_id": "ef7448f1-c17e-4863-a75e-9349a759ebcd",
                            "last_updated": "2023-02-28T12:37:04.203845-05:00",
                            "created_at": "2023-02-22T08:52:03.139248-05:00",
                            "name": "Robby Shelton",
                            "reward": "9.73000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "9743f89f-582f-4f70-b0f8-f89eddb94de6",
                            "gambit_id": "29f47c89-774e-4a2e-b42b-503d15901d1a",
                            "last_updated": "2023-02-28T12:37:04.195888-05:00",
                            "created_at": "2023-02-22T08:52:03.130506-05:00",
                            "name": "Aaron Rai",
                            "reward": "9.73000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e04f088a-95a5-4b31-925c-69a0faf65e0a",
                            "gambit_id": "faf1f4b8-a9ac-4763-b847-bc84c617c8eb",
                            "last_updated": "2023-02-28T12:37:04.204975-05:00",
                            "created_at": "2023-02-22T08:52:03.140496-05:00",
                            "name": "Lee Hodges",
                            "reward": "9.73000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "83cfacab-5640-4024-8a82-59051ce98922",
                            "gambit_id": "37c77541-5c82-48aa-b884-184bf74d140a",
                            "last_updated": "2023-02-28T12:37:04.209448-05:00",
                            "created_at": "2023-02-22T08:52:03.145455-05:00",
                            "name": "Sepp Straka",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "084e1423-7f56-4490-bfe7-effd1ec58be8",
                            "gambit_id": "92d657eb-8e4b-4165-a404-600291490f48",
                            "last_updated": "2023-02-28T12:37:04.179988-05:00",
                            "created_at": "2023-02-22T08:52:03.113271-05:00",
                            "name": "S.H. Kim",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e77e56f9-2b80-4e87-bf8b-b1bab23756a1",
                            "gambit_id": "6a5695dd-ea49-4431-8466-353017fbd3b9",
                            "last_updated": "2023-02-28T12:37:04.200529-05:00",
                            "created_at": "2023-02-22T08:52:03.135591-05:00",
                            "name": "Stephan Jaeger",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "98b99fa6-02e8-48f7-b1c8-541be63009e1",
                            "gambit_id": "af6caa19-bc2e-4abe-bb81-57182a82413f",
                            "last_updated": "2023-02-28T12:37:04.188927-05:00",
                            "created_at": "2023-02-22T08:52:03.123091-05:00",
                            "name": "Joseph Bramlett",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "ae122196-bf74-4b9e-82e7-a77d8f24fc07",
                            "gambit_id": "1ee52358-89ef-4f34-af41-70db5361de2e",
                            "last_updated": "2023-02-28T12:37:04.192279-05:00",
                            "created_at": "2023-02-22T08:52:03.126784-05:00",
                            "name": "Will Gordon",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "eda586a2-e4c4-41a1-8786-0548f99a2478",
                            "gambit_id": "46725115-3d01-4584-acf1-f1cdfdbb9712",
                            "last_updated": "2023-02-28T12:37:04.194630-05:00",
                            "created_at": "2023-02-22T08:52:03.129230-05:00",
                            "name": "Byeong-Hun An",
                            "reward": "11.67000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "a6262033-d1a8-4096-bed6-9ae929982c53",
                            "gambit_id": "58b2207e-d362-4b03-a727-8eb5d3efa43c",
                            "last_updated": "2023-02-28T12:37:04.206071-05:00",
                            "created_at": "2023-02-22T08:52:03.141739-05:00",
                            "name": "Garrick Higgo",
                            "reward": "11.67000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "b9d29a07-c90e-444e-b24b-b9f56a7d532d",
                            "gambit_id": "10b81860-f79f-4645-892d-ee9003ad177d",
                            "last_updated": "2023-02-28T12:37:04.199340-05:00",
                            "created_at": "2023-02-22T08:52:03.134382-05:00",
                            "name": "Hayden Buckley",
                            "reward": "11.67000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "a1d94f65-8cd8-4b83-9237-91238059fa8a",
                            "gambit_id": "cc6ffe27-01a2-41a4-b357-652df4517beb",
                            "last_updated": "2023-02-28T12:37:04.198181-05:00",
                            "created_at": "2023-02-22T08:52:03.133132-05:00",
                            "name": "Ryan Palmer",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "27f2d621-8585-4b77-9c98-c025c2e8c25c",
                            "gambit_id": "5146abbd-6323-40db-ae12-9444b5253c36",
                            "last_updated": "2023-02-28T12:37:04.202750-05:00",
                            "created_at": "2023-02-22T08:52:03.138048-05:00",
                            "name": "Nick Hardy",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "7e907d36-cc79-4744-990f-f7b939ba5d88",
                            "gambit_id": "0d2ed91c-a3d7-4d44-b845-d4bd5eba171f",
                            "last_updated": "2023-02-28T12:37:04.201656-05:00",
                            "created_at": "2023-02-22T08:52:03.136820-05:00",
                            "name": "Justin Suh",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "05803a54-887c-4656-9410-1a0a92dd160d",
                            "gambit_id": "c3213cbd-5c42-43fd-9a78-3ae3bfefac83",
                            "last_updated": "2023-02-28T12:37:04.191167-05:00",
                            "created_at": "2023-02-22T08:52:03.125569-05:00",
                            "name": "Danny Willett",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "4ad357b3-c5d2-47fc-914a-819cf33416fb",
                            "gambit_id": "14b04791-c88f-4311-b095-966a5e5853b2",
                            "last_updated": "2023-02-28T12:37:04.187765-05:00",
                            "created_at": "2023-02-22T08:52:03.121869-05:00",
                            "name": "Padraig Harrington",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "8264b4cb-add3-4104-a0bb-1cb461a104dc",
                            "gambit_id": "4097dd23-6310-43ae-94d3-5b5dde87645c",
                            "last_updated": "2023-02-28T12:37:04.197079-05:00",
                            "created_at": "2023-02-22T08:52:03.131830-05:00",
                            "name": "Dylan Frittelli",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "9955b089-2995-4575-8982-e69f79b8f471",
                            "gambit_id": "6211456c-39ce-4440-9102-001c6abbf111",
                            "last_updated": "2023-02-28T12:37:04.182228-05:00",
                            "created_at": "2023-02-22T08:52:03.115710-05:00",
                            "name": "Brandon Wu",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "719805c1-e270-4f4a-b46a-c3bdf854fd8b",
                            "gambit_id": "7378ff8c-c076-4f50-92fd-10031cf03c18",
                            "last_updated": "2023-02-28T12:37:04.174417-05:00",
                            "created_at": "2023-02-22T08:52:03.107090-05:00",
                            "name": "Greyson Sigg",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "c7881a12-31a7-4c1c-9687-e4c1d7c25bc3",
                            "gambit_id": "4d4aa77c-0067-493e-b3e9-34465467f287",
                            "last_updated": "2023-02-28T12:37:04.193372-05:00",
                            "created_at": "2023-02-22T08:52:03.127996-05:00",
                            "name": "Erik Van Rooyen",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "b778c10a-b931-452d-afd2-29bfdc988253",
                            "gambit_id": "311db604-6b4a-43c0-9ae5-9e23f6419110",
                            "last_updated": "2023-02-28T12:37:04.163123-05:00",
                            "created_at": "2023-02-22T08:52:03.094805-05:00",
                            "name": "Mark Hubbard",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "27591a23-edee-4a71-88e9-0694e6b52871",
                            "gambit_id": "49c44288-ea0b-4086-9492-420084d89f9c",
                            "last_updated": "2023-02-28T12:37:04.181121-05:00",
                            "created_at": "2023-02-22T08:52:03.114506-05:00",
                            "name": "Russell Knox",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "cf43cbd4-5a3e-4db3-af65-3f7e944cabc6",
                            "gambit_id": "d25f3bb0-e450-4f2d-a2b6-2b31c7418b70",
                            "last_updated": "2023-02-28T12:37:04.178863-05:00",
                            "created_at": "2023-02-22T08:52:03.112011-05:00",
                            "name": "Charley Hoffman",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "de10cb90-3f33-4ca9-8d17-fe503e3d33ea",
                            "gambit_id": "1fdc86ae-9103-4838-9c55-17e349cc0165",
                            "last_updated": "2023-02-28T12:37:04.172193-05:00",
                            "created_at": "2023-02-22T08:52:03.104652-05:00",
                            "name": "Peter Malnati",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "9ea689fc-585d-40c4-a5c8-b8484561a71e",
                            "gambit_id": "0e2b46e6-f133-439f-946e-ad5997924376",
                            "last_updated": "2023-02-28T12:37:04.185558-05:00",
                            "created_at": "2023-02-22T08:52:03.119432-05:00",
                            "name": "Davis Riley",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "264dec70-e958-494f-afb0-8f077653c1b9",
                            "gambit_id": "b8d22618-fa0b-447b-8046-32b1aabbb1c7",
                            "last_updated": "2023-02-28T12:37:04.183313-05:00",
                            "created_at": "2023-02-22T08:52:03.116985-05:00",
                            "name": "Webb Simpson",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "c15eb719-13ed-44c4-9f22-47fb98845450",
                            "gambit_id": "31cfa91a-3dc2-4a54-97d2-22d978f6f006",
                            "last_updated": "2023-02-28T12:37:04.177760-05:00",
                            "created_at": "2023-02-22T08:52:03.110768-05:00",
                            "name": "Adam Long",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "1ca225a2-6704-4994-8fcd-2b79dc278a54",
                            "gambit_id": "bf3f6430-1ad9-44f4-93a0-251fa093be4c",
                            "last_updated": "2023-02-28T12:37:04.186667-05:00",
                            "created_at": "2023-02-22T08:52:03.120655-05:00",
                            "name": "Adam Schenk",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "f5269859-c005-4b7f-ae16-5cf6915d7718",
                            "gambit_id": "08ecb871-341a-4c86-8d13-ab63b950389a",
                            "last_updated": "2023-02-28T12:37:04.150882-05:00",
                            "created_at": "2023-02-22T08:52:03.081213-05:00",
                            "name": "Eric Cole",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "3b970b7c-676a-4bac-8521-b6ab00d62e04",
                            "gambit_id": "8ce93523-9736-4d6b-923b-a872bf3249ae",
                            "last_updated": "2023-02-28T12:37:04.175543-05:00",
                            "created_at": "2023-02-22T08:52:03.108334-05:00",
                            "name": "Matthias Schwab",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "22e21b9c-a79e-4fe9-a9e2-265b25682a8f",
                            "gambit_id": "b415ed19-020c-4fc0-b4a0-f4724a75af2b",
                            "last_updated": "2023-02-28T12:37:04.171076-05:00",
                            "created_at": "2023-02-22T08:52:03.103451-05:00",
                            "name": "Matt Wallace",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "5a68450f-cc84-4ca5-966b-db7ee7b42fb1",
                            "gambit_id": "2612148b-4b29-480b-a044-3768ab1698ac",
                            "last_updated": "2023-02-28T12:37:04.151986-05:00",
                            "created_at": "2023-02-22T08:52:03.082478-05:00",
                            "name": "Sam Stevens",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "ec6db4dd-771b-4655-9b4a-d1539354095a",
                            "gambit_id": "47cd1d63-2ac6-4fe9-a7c7-4d22a2885a11",
                            "last_updated": "2023-02-28T12:37:04.184444-05:00",
                            "created_at": "2023-02-22T08:52:03.118235-05:00",
                            "name": "Ben Taylor",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e9aa7b7f-c774-401f-8df0-33191a1777e7",
                            "gambit_id": "ea75c432-5fc5-4557-aeb9-cc737b419695",
                            "last_updated": "2023-02-28T12:37:04.164240-05:00",
                            "created_at": "2023-02-22T08:52:03.096008-05:00",
                            "name": "Callum Tarren",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "54fff527-3c64-4cae-8e11-72e61b879831",
                            "gambit_id": "2f1f9983-c9be-4ef3-92ac-844cb7587b69",
                            "last_updated": "2023-02-28T12:37:04.173306-05:00",
                            "created_at": "2023-02-22T08:52:03.105866-05:00",
                            "name": "Kevin Tway",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "b7385466-3894-45a0-93bc-19b4405f1543",
                            "gambit_id": "e268f36e-094f-4505-9e60-0f0f74863266",
                            "last_updated": "2023-02-28T12:37:04.162032-05:00",
                            "created_at": "2023-02-22T08:52:03.093588-05:00",
                            "name": "Harry Hall",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "2f4e68bb-d10b-40a2-91f5-ae8f2287ecec",
                            "gambit_id": "5196e63a-abc3-48ee-9cff-06713315991c",
                            "last_updated": "2023-02-28T12:37:04.165360-05:00",
                            "created_at": "2023-02-22T08:52:03.097280-05:00",
                            "name": "Luke Donald",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "95b05880-c4aa-4e74-a4b2-5e8eeded3bcc",
                            "gambit_id": "4f150083-ea17-4b9c-a644-ba5cf3d4f453",
                            "last_updated": "2023-02-28T12:37:04.156448-05:00",
                            "created_at": "2023-02-22T08:52:03.087426-05:00",
                            "name": "Chesson Hadley",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "ff861b1e-0bb5-4518-8dec-cd15b9cab055",
                            "gambit_id": "c12fc755-30ce-41e3-951a-cc311dc0b3c1",
                            "last_updated": "2023-02-28T12:37:04.137377-05:00",
                            "created_at": "2023-02-22T08:52:03.066246-05:00",
                            "name": "Carl Yuan",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "44d49fb8-a6e3-4a7a-b1f5-23c511f74584",
                            "gambit_id": "15972dad-e78d-4b8d-b25d-7e7c4f24210e",
                            "last_updated": "2023-02-28T12:37:04.166459-05:00",
                            "created_at": "2023-02-22T08:52:03.098545-05:00",
                            "name": "Zach Johnson",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "bc67d946-94c1-4ae9-8ed1-00c7d1b45981",
                            "gambit_id": "4cd1251d-192e-4922-9007-bd54eff20d09",
                            "last_updated": "2023-02-28T12:37:04.146436-05:00",
                            "created_at": "2023-02-22T08:52:03.076136-05:00",
                            "name": "Tyler Duncan",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "c8d35670-2738-41b3-a146-4454edfff3e4",
                            "gambit_id": "02311bca-f582-4ca9-844d-08ed72fce555",
                            "last_updated": "2023-02-28T12:37:04.160928-05:00",
                            "created_at": "2023-02-22T08:52:03.092360-05:00",
                            "name": "Aaron Baddeley",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "0a6fe833-6797-4e4f-96fb-55f8258631d5",
                            "gambit_id": "87158845-ad32-4312-82cd-6196b90b33b5",
                            "last_updated": "2023-02-28T12:37:04.168662-05:00",
                            "created_at": "2023-02-22T08:52:03.101040-05:00",
                            "name": "Akshay Bhatia",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "d5ce2ac0-bf59-46f4-a2fc-ea527cef4aa8",
                            "gambit_id": "ef81f3f4-4b67-47bc-8bbc-44ba63cea57f",
                            "last_updated": "2023-02-28T12:37:04.167552-05:00",
                            "created_at": "2023-02-22T08:52:03.099780-05:00",
                            "name": "Kramer Hickok",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "0b843f17-cacb-41aa-aa04-cee0c8f45152",
                            "gambit_id": "e62f6aa8-3877-4796-aa56-79a42755dd72",
                            "last_updated": "2023-02-28T12:37:04.117188-05:00",
                            "created_at": "2023-02-22T08:52:03.043594-05:00",
                            "name": "Henrik Norlander",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e3a4238d-0775-43ee-9d90-bb1918fd6e65",
                            "gambit_id": "9b166f42-3776-4f92-908f-cc9dbf332d2d",
                            "last_updated": "2023-02-28T12:37:04.118356-05:00",
                            "created_at": "2023-02-22T08:52:03.044801-05:00",
                            "name": "Austin Eckroat",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "1db6ac5e-cf7b-45cc-b7e2-7366371d195f",
                            "gambit_id": "1e6e670e-2f5d-4b5f-8daf-36da66600324",
                            "last_updated": "2023-02-28T12:37:04.139599-05:00",
                            "created_at": "2023-02-22T08:52:03.068766-05:00",
                            "name": "M-J Daffue",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "eb18d9c3-3aa9-481c-9e9d-de991a2e4de9",
                            "gambit_id": "4d803a2c-d057-4ea3-b06a-d1aed8c74e4b",
                            "last_updated": "2023-02-28T12:37:04.176653-05:00",
                            "created_at": "2023-02-22T08:52:03.109553-05:00",
                            "name": "Pierceson Coody",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "08aecb0a-67d3-4faa-abc3-7c39c1f4a6e4",
                            "gambit_id": "e1a00b74-b561-475a-a733-2118548c6b6b",
                            "last_updated": "2023-02-28T12:37:04.169952-05:00",
                            "created_at": "2023-02-22T08:52:03.102255-05:00",
                            "name": "Ryan Moore",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "ec1e299f-406e-41bc-9b76-7edf5cbf0060",
                            "gambit_id": "ee77db9d-da37-4c7d-af8b-3acac623fddc",
                            "last_updated": "2023-02-28T12:37:04.154225-05:00",
                            "created_at": "2023-02-22T08:52:03.084968-05:00",
                            "name": "Ben Martin",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "096ed8b8-0d4a-402d-903f-c2ecb6f2c9b6",
                            "gambit_id": "840d5d3c-9220-4cb8-94e2-b9502c02397c",
                            "last_updated": "2023-02-28T12:37:04.131856-05:00",
                            "created_at": "2023-02-22T08:52:03.060081-05:00",
                            "name": "Erik Barnes",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "6f6d6802-6340-4dce-81bf-8b5906bdb4cc",
                            "gambit_id": "87e16004-dc81-4e26-aa47-16d75d06b790",
                            "last_updated": "2023-02-28T12:37:04.158683-05:00",
                            "created_at": "2023-02-22T08:52:03.089872-05:00",
                            "name": "Harry Higgs",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e7943daf-40a7-4bb0-9e17-a50f3f23a579",
                            "gambit_id": "b70094f0-40d5-4aa0-96a9-fd551dd82f1c",
                            "last_updated": "2023-02-28T12:37:04.153120-05:00",
                            "created_at": "2023-02-22T08:52:03.083719-05:00",
                            "name": "Michael Kim",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e011aa08-4035-4bb9-831b-c3ba98157581",
                            "gambit_id": "ef84c1f9-18b2-463e-af4c-f4a868c58217",
                            "last_updated": "2023-02-28T12:37:04.155329-05:00",
                            "created_at": "2023-02-22T08:52:03.086177-05:00",
                            "name": "Andrew Novak",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "81a00e7a-17c0-4411-8604-6fe82112cbff",
                            "gambit_id": "dd5e7b1a-eb7f-4c1d-977d-8b62070c3189",
                            "last_updated": "2023-02-28T12:37:04.138492-05:00",
                            "created_at": "2023-02-22T08:52:03.067498-05:00",
                            "name": "Augusto Nunez",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "b3d20120-0e37-4be6-b6e7-062902b394df",
                            "gambit_id": "0eec1d9d-3d3f-4f3a-8890-4c07ac9cc0de",
                            "last_updated": "2023-02-28T12:37:04.114968-05:00",
                            "created_at": "2023-02-22T08:52:03.041109-05:00",
                            "name": "Robert Streb",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "7c8ac477-4334-4f15-a550-c110ee5f3891",
                            "gambit_id": "d1a558ed-f2a8-4f98-8ba1-bc68aabddd47",
                            "last_updated": "2023-02-28T12:37:04.147539-05:00",
                            "created_at": "2023-02-22T08:52:03.077441-05:00",
                            "name": "Matti Schmid",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "a41ae410-6817-4bff-91c3-78c525e572aa",
                            "gambit_id": "63661e4a-f8db-4a36-96ff-a595b92d6f2a",
                            "last_updated": "2023-02-28T12:37:04.149785-05:00",
                            "created_at": "2023-02-22T08:52:03.079969-05:00",
                            "name": "Jimmy Walker",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "0f2a9e5a-42f4-4cff-80aa-1ca03171f99c",
                            "gambit_id": "6cf49f1d-9f88-49c2-b306-8dc1adf26e02",
                            "last_updated": "2023-02-28T12:37:04.159809-05:00",
                            "created_at": "2023-02-22T08:52:03.091098-05:00",
                            "name": "Satoshi Kodaira",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "b61a190c-fdc7-4d63-9ba2-97de63b8dbb6",
                            "gambit_id": "9f5494de-f1c1-4fa4-bf0e-7c79241038f0",
                            "last_updated": "2023-02-28T12:37:04.127388-05:00",
                            "created_at": "2023-02-22T08:52:03.055029-05:00",
                            "name": "Dylan Wu",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "6e22bc97-203e-4714-87e4-7d07aa633eaf",
                            "gambit_id": "e3492d0f-44a1-4014-bc3e-c3e306b7cf10",
                            "last_updated": "2023-02-28T12:37:04.142915-05:00",
                            "created_at": "2023-02-22T08:52:03.072456-05:00",
                            "name": "Ryan Armour",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "871a4b69-10ca-4778-bb3b-7265f466ec8d",
                            "gambit_id": "e1396828-baa4-4868-9c3a-381fd1c35276",
                            "last_updated": "2023-02-28T12:37:04.111604-05:00",
                            "created_at": "2023-02-22T08:52:03.037382-05:00",
                            "name": "Vincent Norrman",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "bb6eb812-2b95-458b-ba3a-2f6e5ec8e5ed",
                            "gambit_id": "2e5f5264-48a7-4709-a0f5-80a361aba298",
                            "last_updated": "2023-02-28T12:37:04.148683-05:00",
                            "created_at": "2023-02-22T08:52:03.078704-05:00",
                            "name": "Tano Goya",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e62fca77-8aea-4832-a45b-e0162f2a7396",
                            "gambit_id": "04076af7-0000-4568-bfd3-cb5d5d474e5a",
                            "last_updated": "2023-02-28T12:37:04.121817-05:00",
                            "created_at": "2023-02-22T08:52:03.048531-05:00",
                            "name": "Austin Cook",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "83d7517a-8700-41f6-9216-33f45fef7da3",
                            "gambit_id": "489f165c-ca9d-4781-b0d3-2c72dd057f25",
                            "last_updated": "2023-02-28T12:37:04.144041-05:00",
                            "created_at": "2023-02-22T08:52:03.073680-05:00",
                            "name": "Ze-Cheng Dou",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "1ab5ac5b-44e8-43ad-adb4-8bad9db0c40b",
                            "gambit_id": "59294510-5751-4c2e-8106-c4a4984600d5",
                            "last_updated": "2023-02-28T12:37:04.140723-05:00",
                            "created_at": "2023-02-22T08:52:03.070006-05:00",
                            "name": "Doc Redman",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "e77de0fb-0a23-47db-b233-cdcd9562262e",
                            "gambit_id": "e575b711-11f5-4ef0-898b-74595fc65f90",
                            "last_updated": "2023-02-28T12:37:04.141819-05:00",
                            "created_at": "2023-02-22T08:52:03.071236-05:00",
                            "name": "David Lingmerth",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "8899b800-29c9-4384-9113-fc72ce318bbc",
                            "gambit_id": "8933f780-1d88-4356-a858-f1f4eca2bdc7",
                            "last_updated": "2023-02-28T12:37:04.120698-05:00",
                            "created_at": "2023-02-22T08:52:03.047282-05:00",
                            "name": "Tyson Alexander",
                            "reward": "44.65000",
                            "odds": "46.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "310222d5-be8b-4931-b0c6-e50da913f8c4",
                            "gambit_id": "a270613a-62cb-490b-b77d-2f29afb4e075",
                            "last_updated": "2023-02-28T12:37:04.135163-05:00",
                            "created_at": "2023-02-22T08:52:03.063763-05:00",
                            "name": "Jason Dufner",
                            "reward": "44.65000",
                            "odds": "46.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "3fb029be-c65d-4479-bef2-a88624a9c1a9",
                            "gambit_id": "2378f710-b8d8-42cf-bf29-5784381330db",
                            "last_updated": "2023-02-28T12:37:04.134067-05:00",
                            "created_at": "2023-02-22T08:52:03.062517-05:00",
                            "name": "Sean O'Hair",
                            "reward": "44.65000",
                            "odds": "46.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "6455c27e-7c5f-4935-873c-98db078f9497",
                            "gambit_id": "33824b5b-e603-4a6c-b39c-8e853d750b8d",
                            "last_updated": "2023-02-28T12:37:04.126277-05:00",
                            "created_at": "2023-02-22T08:52:03.053810-05:00",
                            "name": "Seung-Yul Noh",
                            "reward": "44.65000",
                            "odds": "46.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "96abcafd-1453-460d-8550-20507de3fadd",
                            "gambit_id": "94817dd6-9492-45f4-8447-57eaec1dc1e5",
                            "last_updated": "2023-02-28T12:37:04.145320-05:00",
                            "created_at": "2023-02-22T08:52:03.074877-05:00",
                            "name": "Brent Grant",
                            "reward": "44.65000",
                            "odds": "46.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "ebd78cfd-0453-4460-86ea-fbdb545a3962",
                            "gambit_id": "0dc5097b-7451-4be1-8645-c9fc47617547",
                            "last_updated": "2023-02-28T12:37:04.092230-05:00",
                            "created_at": "2023-02-22T08:52:03.014201-05:00",
                            "name": "Richy Werenski",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "ebdfcc4a-aeb9-4b47-97d7-4bc85da3f637",
                            "gambit_id": "dffbba0b-c3a6-4f26-ac31-a2384084ea84",
                            "last_updated": "2023-02-28T12:37:04.124079-05:00",
                            "created_at": "2023-02-22T08:52:03.051313-05:00",
                            "name": "Jonas Blixt",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "0bb39a05-5db8-487e-b759-684b602c73a7",
                            "gambit_id": "980c6587-f5ea-4a8a-97dd-a306719a9403",
                            "last_updated": "2023-02-28T12:37:04.130742-05:00",
                            "created_at": "2023-02-22T08:52:03.058837-05:00",
                            "name": "Harrison Endycott",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "5ff417d2-23a3-4251-a444-807f0185b8be",
                            "gambit_id": "2181191a-80b3-4feb-827a-748077386f2a",
                            "last_updated": "2023-02-28T12:37:04.125189-05:00",
                            "created_at": "2023-02-22T08:52:03.052570-05:00",
                            "name": "Ben Silverman",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "d30a8e3e-2d3d-4931-a5e1-9cf6d97fec63",
                            "gambit_id": "ea854a61-b12d-4859-b3fa-0e4c36341012",
                            "last_updated": "2023-02-28T12:37:04.109396-05:00",
                            "created_at": "2023-02-22T08:52:03.031576-05:00",
                            "name": "Chris Stroud",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "147e2c5b-a56d-4edd-89f9-d34ca7376c0b",
                            "gambit_id": "db4946b5-e7ee-474e-9887-b1ec73e4b8d8",
                            "last_updated": "2023-02-28T12:37:04.136278-05:00",
                            "created_at": "2023-02-22T08:52:03.065043-05:00",
                            "name": "Paul Haley",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "2f934ba7-28fc-4972-bae7-2acac259af5d",
                            "gambit_id": "c2e5d971-2b40-4e8e-a587-fcf1d53ef926",
                            "last_updated": "2023-02-28T12:37:04.116085-05:00",
                            "created_at": "2023-02-22T08:52:03.042353-05:00",
                            "name": "Fabian Gomez",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "9899f8f6-7ec1-4613-b8bd-1656e771f979",
                            "gambit_id": "8ffb938e-de33-4414-bf27-236e4f45319f",
                            "last_updated": "2023-02-28T12:37:04.110487-05:00",
                            "created_at": "2023-02-22T08:52:03.035882-05:00",
                            "name": "Hank Lebioda",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "2488e10b-9c0a-47c4-b639-9c6b48d7878e",
                            "gambit_id": "dfb151b8-5885-4441-b529-6316f3429e12",
                            "last_updated": "2023-02-28T12:37:04.093353-05:00",
                            "created_at": "2023-02-22T08:52:03.015438-05:00",
                            "name": "Kyle Westmoreland",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "5c6dd23c-b719-471c-9dfe-9719dd6d6f80",
                            "gambit_id": "666d3f49-5362-4a32-8c5d-b6d2a1cac2d4",
                            "last_updated": "2023-02-28T12:37:04.113876-05:00",
                            "created_at": "2023-02-22T08:52:03.039845-05:00",
                            "name": "Zac Blair",
                            "reward": "54.35000",
                            "odds": "56.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "a6e929d8-0dc6-4986-a3e1-f968e2d4551c",
                            "gambit_id": "07b929da-d52f-4a74-8fa8-671d645346d6",
                            "last_updated": "2023-02-28T12:37:04.119461-05:00",
                            "created_at": "2023-02-22T08:52:03.046039-05:00",
                            "name": "Cameron Percy",
                            "reward": "54.35000",
                            "odds": "56.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "a870d485-86b2-4095-9759-409588eef573",
                            "gambit_id": "b5e68cee-5a89-417a-b89f-0a5df96ea157",
                            "last_updated": "2023-02-28T12:37:04.122920-05:00",
                            "created_at": "2023-02-22T08:52:03.049762-05:00",
                            "name": "Brian Stuard",
                            "reward": "59.20000",
                            "odds": "61.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "d8df2300-fba0-457d-b89c-3095cbd824c7",
                            "gambit_id": "dcb685d1-ac34-452e-b648-8021270d9fcd",
                            "last_updated": "2023-02-28T12:37:04.074373-05:00",
                            "created_at": "2023-02-22T08:52:02.994023-05:00",
                            "name": "Michael Gligic",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "b55cb9c4-af85-4592-914a-63293d6ce54a",
                            "gambit_id": "06c086a6-b35f-4944-9d34-b6dda233e3df",
                            "last_updated": "2023-02-28T12:37:04.112767-05:00",
                            "created_at": "2023-02-22T08:52:03.038618-05:00",
                            "name": "Camilo Villegas",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "cc4ec142-d136-4b8e-9334-cd301ef10c20",
                            "gambit_id": "c4ce3993-b80c-4bdc-a2c4-bf783c020f95",
                            "last_updated": "2023-02-28T12:37:04.108289-05:00",
                            "created_at": "2023-02-22T08:52:03.030358-05:00",
                            "name": "Trevor Werbylo",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "97580fa2-29db-47a4-97e3-c86faa35c9e7",
                            "gambit_id": "61030002-a7e1-4a55-88cb-1cd3e69d5bc0",
                            "last_updated": "2023-02-28T12:37:04.096974-05:00",
                            "created_at": "2023-02-22T08:52:03.019197-05:00",
                            "name": "Martin Trainer",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "a7258844-b4db-41ca-a80a-552981dc3579",
                            "gambit_id": "89cf5b14-5589-45d3-b115-763fc234cb0f",
                            "last_updated": "2023-02-28T12:37:04.157573-05:00",
                            "created_at": "2023-02-22T08:52:03.088660-05:00",
                            "name": "J.B. Holmes",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "6b3cc9a9-b706-4695-bc27-5b14127dbdb2",
                            "gambit_id": "c20528f4-ffdd-48b5-a218-aca768d24bf9",
                            "last_updated": "2023-02-28T12:37:04.098129-05:00",
                            "created_at": "2023-02-22T08:52:03.020458-05:00",
                            "name": "Chad Ramey",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "8f05bebe-3731-4fe0-a2b8-7741f3f11d32",
                            "gambit_id": "a0e11cc0-39f9-4be9-bb11-ab4910bddc8d",
                            "last_updated": "2023-02-28T12:37:04.087550-05:00",
                            "created_at": "2023-02-22T08:52:03.009113-05:00",
                            "name": "William McGirt",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "d3f27b3b-6409-48fa-b8d5-1647ba5310b1",
                            "gambit_id": "31936866-9403-4a58-81a7-37cf003a79e5",
                            "last_updated": "2023-02-28T12:37:04.129650-05:00",
                            "created_at": "2023-02-22T08:52:03.057556-05:00",
                            "name": "Kyle Stanley",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "49fb14bd-7aa0-4239-95fa-c829edcbb77b",
                            "gambit_id": "3ab3f232-4ea1-4e7c-9c04-ca2e10483c04",
                            "last_updated": "2023-02-28T12:37:04.128544-05:00",
                            "created_at": "2023-02-22T08:52:03.056241-05:00",
                            "name": "Andrew Landry",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "d5a5d132-f1d2-4418-986e-320e6d7b6c91",
                            "gambit_id": "8b81148c-81e4-4a4f-b98c-c6f3d03de2c7",
                            "last_updated": "2023-02-28T12:37:04.107134-05:00",
                            "created_at": "2023-02-22T08:52:03.029107-05:00",
                            "name": "Kelly Kraft",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "5ee8e0f7-841d-4e75-b5a3-088ce88156d2",
                            "gambit_id": "0708e466-7232-4dcf-8dac-2a985bf251d1",
                            "last_updated": "2023-02-28T12:37:04.091078-05:00",
                            "created_at": "2023-02-22T08:52:03.012943-05:00",
                            "name": "Sung Kang",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "1ca54882-305c-402f-97e4-ac631f0cdba4",
                            "gambit_id": "b05ab859-3bfd-439d-bc56-5122337da7a4",
                            "last_updated": "2023-02-28T12:37:04.089935-05:00",
                            "created_at": "2023-02-22T08:52:03.011640-05:00",
                            "name": "Kevin Roy",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "61d21315-aab2-4047-8592-e69aac39d2e8",
                            "gambit_id": "8bbb6466-fd16-4837-8806-c5a84b3bb145",
                            "last_updated": "2023-02-28T12:37:04.132978-05:00",
                            "created_at": "2023-02-22T08:52:03.061302-05:00",
                            "name": "Rory Sabbatini",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "a17fbb99-8384-48f5-af86-5977ad1b4c80",
                            "gambit_id": "5a3bd3f6-68cd-4ac7-9943-a64f057f7e1b",
                            "last_updated": "2023-02-28T12:37:04.105899-05:00",
                            "created_at": "2023-02-22T08:52:03.027842-05:00",
                            "name": "Scott Brown",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "75c8c64b-00aa-4718-a0a8-22574d66abc4",
                            "gambit_id": "a4995323-5d4e-4907-8981-452a64ea578b",
                            "last_updated": "2023-02-28T12:37:04.100133-05:00",
                            "created_at": "2023-02-22T08:52:03.021693-05:00",
                            "name": "Nicolas Echavarria",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "15c78b3e-dc1c-41e0-9fa5-d9fad8849d71",
                            "gambit_id": "a02ba5be-961a-41b5-8c77-c6b513962ef0",
                            "last_updated": "2023-02-28T12:37:04.086388-05:00",
                            "created_at": "2023-02-22T08:52:03.007822-05:00",
                            "name": "Brice Garnett",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "68afd2a7-6785-4e43-b093-37e1e064bc56",
                            "gambit_id": "839506de-0db3-43e5-bab8-9fdcda286546",
                            "last_updated": "2023-02-28T12:37:04.094476-05:00",
                            "created_at": "2023-02-22T08:52:03.016718-05:00",
                            "name": "Scott Harrington",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "0886e629-30c1-4beb-ad09-61d4b4bcd9ee",
                            "gambit_id": "eacf7b93-34da-4ec3-b95d-3fc67251697b",
                            "last_updated": "2023-02-28T12:37:04.095782-05:00",
                            "created_at": "2023-02-22T08:52:03.017976-05:00",
                            "name": "Jonathan Byrd",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "53f248ba-8577-4eb3-a324-dfc8f31da6a4",
                            "gambit_id": "c03de7a8-91bd-47a8-9e7d-e5be3db05d15",
                            "last_updated": "2023-02-28T12:37:04.101370-05:00",
                            "created_at": "2023-02-22T08:52:03.022916-05:00",
                            "name": "Cody Gribble",
                            "reward": "88.30000",
                            "odds": "91.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "6faeb365-ea2d-4f0a-86a0-b724548ee4b6",
                            "gambit_id": "4c82bb4c-a33c-4ebf-963c-a83c7fa00362",
                            "last_updated": "2023-02-28T12:37:04.084088-05:00",
                            "created_at": "2023-02-22T08:52:03.004750-05:00",
                            "name": "Trevor Cone",
                            "reward": "88.30000",
                            "odds": "91.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "20323440-9e5a-4c09-a16f-04d9c8bd3df2",
                            "gambit_id": "97a8d67a-6499-4dfe-bdfb-6aad5063730b",
                            "last_updated": "2023-02-28T12:37:04.103655-05:00",
                            "created_at": "2023-02-22T08:52:03.025395-05:00",
                            "name": "Jim Herman",
                            "reward": "88.30000",
                            "odds": "91.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "c6b381d9-bdec-4c0d-ba1e-582d70f2b293",
                            "gambit_id": "b202d057-68d8-4d79-a05f-1ec834d29b72",
                            "last_updated": "2023-02-28T12:37:04.080449-05:00",
                            "created_at": "2023-02-22T08:52:03.000617-05:00",
                            "name": "Carson Young",
                            "reward": "88.30000",
                            "odds": "91.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "32b45484-5f4c-4f90-a2d5-4228d769ec08",
                            "gambit_id": "cf54ffc5-b0f3-4914-ae43-db3b170f3dd7",
                            "last_updated": "2023-02-28T12:37:04.076666-05:00",
                            "created_at": "2023-02-22T08:52:02.996687-05:00",
                            "name": "Greg Chalmers",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "ecf2e9d4-edd0-4d77-a7f9-0b7ce6f4a372",
                            "gambit_id": "79fe44d7-85b0-4e99-97ee-640dc792285a",
                            "last_updated": "2023-02-28T12:37:04.088752-05:00",
                            "created_at": "2023-02-22T08:52:03.010383-05:00",
                            "name": "Bill Haas",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "f4c95f8a-12d0-464c-bc61-6d740c4bd2b5",
                            "gambit_id": "e6836509-8558-4180-967c-763395088b76",
                            "last_updated": "2023-02-28T12:37:04.078118-05:00",
                            "created_at": "2023-02-22T08:52:02.997962-05:00",
                            "name": "Marcus Byrd",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "9e5e3bce-5f6d-417b-aeb7-69c0e6d50081",
                            "gambit_id": "a6bd4a2e-b3be-4b68-adb8-4ca29e85c139",
                            "last_updated": "2023-02-28T12:37:04.085243-05:00",
                            "created_at": "2023-02-22T08:52:03.006258-05:00",
                            "name": "Ryan Brehm",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "c13ae534-02cf-4617-9cce-85ebcd0e3594",
                            "gambit_id": "84c4f0e2-ecdd-42dc-9054-90b341793a3e",
                            "last_updated": "2023-02-28T12:37:04.081615-05:00",
                            "created_at": "2023-02-22T08:52:03.001969-05:00",
                            "name": "Brandon Matthews",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "3a096e5c-fcc1-40da-ae7f-9fb3c0da72a1",
                            "gambit_id": "30e862d5-46a5-4a52-a622-6acbc66f9c47",
                            "last_updated": "2023-02-28T12:37:04.079292-05:00",
                            "created_at": "2023-02-22T08:52:02.999247-05:00",
                            "name": "Max McGreevy",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "14b97c2f-c12f-47bb-9a64-81318d19b3a7",
                            "gambit_id": "de251e61-4d0c-4459-92e5-b2ca2259875f",
                            "last_updated": "2023-02-28T12:37:04.104800-05:00",
                            "created_at": "2023-02-22T08:52:03.026633-05:00",
                            "name": "Brian Gay",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "5f32d7e4-b479-4bd9-8641-cf694264bd79",
                            "gambit_id": "f58160f8-7308-4b0d-a026-3726e63b6831",
                            "last_updated": "2023-02-28T12:37:04.102532-05:00",
                            "created_at": "2023-02-22T08:52:03.024169-05:00",
                            "name": "Andrew Kozan",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "4a90e6d4-391b-460d-bb3e-278c6cbc3e07",
                            "gambit_id": "aefb5e2d-d35d-4a60-a88b-cd2f1320019b",
                            "last_updated": "2023-02-28T12:37:04.073226-05:00",
                            "created_at": "2023-02-22T08:52:02.992717-05:00",
                            "name": "Anders Albertson",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "5746c9b9-3b10-40d9-8e11-3ed1b15c701d",
                            "gambit_id": "f2d4f3a6-6ffe-4677-87d1-aecb0c6a8f93",
                            "last_updated": "2023-02-28T12:37:04.075513-05:00",
                            "created_at": "2023-02-22T08:52:02.995304-05:00",
                            "name": "Arjun Atwal",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "cd8f38d2-d566-438f-9dec-89ed0eb06e19",
                            "gambit_id": "f4bf91d0-eaf9-4efb-9941-b63b0cdd80f5",
                            "last_updated": "2023-02-28T12:37:04.082925-05:00",
                            "created_at": "2023-02-22T08:52:03.003321-05:00",
                            "name": "Ben Crane",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        },
                        {
                            "id": "209f1eea-4dc9-4011-8d17-957af498841b",
                            "gambit_id": "150a83d3-989f-48c8-8628-8540824880bf",
                            "last_updated": "2023-02-28T12:37:04.072067-05:00",
                            "created_at": "2023-02-22T08:52:02.991378-05:00",
                            "name": "Tyler Collet",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bafc6ba-9522-478e-a23a-f44e7cfc20f5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "856d84a5-80b4-4e99-a677-308356bcb82d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6abac776-6696-4481-bea7-f316335f52b4",
            "completed": true,
            "last_updated": "2023-02-23T09:32:02.870756-05:00",
            "created_at": "2023-02-22T08:57:04.649823-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Powerball Betting",
            "sport": "Non Sporting",
            "url": "https://app.gambitrewards.com/match/6abac776-6696-4481-bea7-f316335f52b4",
            "datetime": "2023-02-22T22:59:00-05:00",
            "cutoff_datetime": "2023-02-22T22:59:00-05:00",
            "name": "US Lottery - Powerball: Pick the Powerball Number - February 22nd 2023",
            "bettypes": [
                {
                    "id": "521faa74-b8b9-414c-910d-89fda2882b30",
                    "match": "https://api-prod.gambitprofit.com/api/matches/856d84a5-80b4-4e99-a677-308356bcb82d/?format=api",
                    "name": "FreeForm",
                    "created_at": "2023-02-22T08:57:04.651543-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "no_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "lines": [
                        {
                            "id": "c3a846d6-dad2-4aaa-a08b-347ec7742fbe",
                            "gambit_id": "88ab7386-25d5-4026-ac0b-ad447766f945",
                            "last_updated": "2023-02-23T09:32:02.873741-05:00",
                            "created_at": "2023-02-22T08:57:04.652849-05:00",
                            "name": "21 to 26",
                            "reward": "3.91000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                        },
                        {
                            "id": "1c2d66a9-a53f-4fd8-9cff-ba3ce70ce228",
                            "gambit_id": "823b3472-0e7a-4c9e-86d1-30e1da5c7fd0",
                            "last_updated": "2023-02-23T09:32:02.878280-05:00",
                            "created_at": "2023-02-22T08:57:04.657958-05:00",
                            "name": "1 to 5",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                        },
                        {
                            "id": "2ffffc71-79e4-4372-8c9c-f40e2021ca02",
                            "gambit_id": "c9877b3c-4e50-41f6-8a6b-4a13276e9195",
                            "last_updated": "2023-02-23T09:32:02.874903-05:00",
                            "created_at": "2023-02-22T08:57:04.654125-05:00",
                            "name": "16 to 20",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                        },
                        {
                            "id": "6dfd5383-beac-48f1-be89-1c6154788f5c",
                            "gambit_id": "6ff02812-977d-4cd7-ad36-61877c9d6416",
                            "last_updated": "2023-02-23T09:32:02.877149-05:00",
                            "created_at": "2023-02-22T08:57:04.656681-05:00",
                            "name": "6 to 10",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                        },
                        {
                            "id": "cf1dc79d-0c4d-4c2c-b8e4-7ddf00482acf",
                            "gambit_id": "76b8cdc0-a3b8-4ba6-b1b1-323b9c1b7426",
                            "last_updated": "2023-02-23T09:32:02.876048-05:00",
                            "created_at": "2023-02-22T08:57:04.655389-05:00",
                            "name": "11 to 15",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521faa74-b8b9-414c-910d-89fda2882b30/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c08760b5-3260-410b-889a-111dd4777a33",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9e125939-9879-4f05-b313-bc38bab560a7",
            "completed": true,
            "last_updated": "2023-02-23T09:32:03.016442-05:00",
            "created_at": "2023-02-22T08:57:04.509587-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.05,
            "sport_category": "Powerball Betting",
            "sport": "Non Sporting",
            "url": "https://app.gambitrewards.com/match/9e125939-9879-4f05-b313-bc38bab560a7",
            "datetime": "2023-02-22T22:59:00-05:00",
            "cutoff_datetime": "2023-02-22T22:59:00-05:00",
            "name": "US Lottery - Powerball: Odd or Even Powerball Number - February 22nd 2023",
            "bettypes": [
                {
                    "id": "f79fe18e-cdcb-40bb-aebd-ef7a478c35af",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c08760b5-3260-410b-889a-111dd4777a33/?format=api",
                    "name": "FreeForm",
                    "created_at": "2023-02-22T08:57:04.511533-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Even",
                                "amount": 5000.0
                            },
                            {
                                "team": "Odd",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "931e2748-c266-42ff-92a5-bfcb0a2b06c0",
                            "gambit_id": "f1f896ec-5cd5-4dfb-bad4-e6c07c1efdf4",
                            "last_updated": "2023-02-23T09:32:03.019077-05:00",
                            "created_at": "2023-02-22T08:57:04.513151-05:00",
                            "name": "Even",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f79fe18e-cdcb-40bb-aebd-ef7a478c35af/?format=api"
                        },
                        {
                            "id": "3b63c9e7-af57-43fe-a604-c2a731a12511",
                            "gambit_id": "925a9c8b-ba57-439c-b6d8-87f4203651b4",
                            "last_updated": "2023-02-23T09:32:03.020250-05:00",
                            "created_at": "2023-02-22T08:57:04.514656-05:00",
                            "name": "Odd",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f79fe18e-cdcb-40bb-aebd-ef7a478c35af/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "00dae2f7-0633-4674-8deb-89ab333de429",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "2febecda-a9a9-4b07-9fdb-15f9a7a87d6a",
            "completed": true,
            "last_updated": "2023-02-23T09:26:55.609899-05:00",
            "created_at": "2023-02-22T08:52:02.154575-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/2febecda-a9a9-4b07-9fdb-15f9a7a87d6a",
            "datetime": "2023-02-22T21:37:00-05:00",
            "cutoff_datetime": "2023-02-22T21:37:00-05:00",
            "name": "Calgary Flames v. Arizona Coyotes",
            "bettypes": [
                {
                    "id": "48ab25a6-11f8-4104-89a3-1474819546a2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/00dae2f7-0633-4674-8deb-89ab333de429/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-22T08:52:02.164799-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 6667.0
                            },
                            {
                                "team": "Arizona Coyotes",
                                "amount": 3333.0
                            }
                        ],
                        "expected_reward_tokens": 9465.72,
                        "profit_sb": -34.28,
                        "profit_sb_percentage": -0.36,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6db99f2c-bf3a-41f8-bcbe-7404497cd0cf",
                            "gambit_id": "da79ff11-1264-4620-9b46-6e95ea77bc54",
                            "last_updated": "2023-02-23T09:26:55.621081-05:00",
                            "created_at": "2023-02-22T08:52:02.167369-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48ab25a6-11f8-4104-89a3-1474819546a2/?format=api"
                        },
                        {
                            "id": "833d3d53-d16e-4e6f-92cf-756a4f8132ea",
                            "gambit_id": "491e29ce-f3f9-4df9-a561-c48e43187b5f",
                            "last_updated": "2023-02-23T09:26:55.619887-05:00",
                            "created_at": "2023-02-22T08:52:02.166037-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48ab25a6-11f8-4104-89a3-1474819546a2/?format=api"
                        }
                    ]
                },
                {
                    "id": "ac761628-c47c-4000-85aa-7abda40c15ea",
                    "match": "https://api-prod.gambitprofit.com/api/matches/00dae2f7-0633-4674-8deb-89ab333de429/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-22T08:52:02.160853-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arizona Coyotes",
                                "amount": 5419.0
                            },
                            {
                                "team": "Calgary Flames",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "15c9c370-271d-435e-a0e2-b47712669829",
                            "gambit_id": "9502db42-ecc3-4a62-92b5-33d28896e0af",
                            "last_updated": "2023-02-23T09:26:55.616435-05:00",
                            "created_at": "2023-02-22T08:52:02.162096-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac761628-c47c-4000-85aa-7abda40c15ea/?format=api"
                        },
                        {
                            "id": "e75ae5ca-66ee-4c42-a276-ff585d2004d9",
                            "gambit_id": "63f2ee00-459b-4144-be17-77e58dfce98f",
                            "last_updated": "2023-02-23T09:26:55.617565-05:00",
                            "created_at": "2023-02-22T08:52:02.163422-05:00",
                            "name": "Calgary Flames",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac761628-c47c-4000-85aa-7abda40c15ea/?format=api"
                        }
                    ]
                },
                {
                    "id": "735c8d38-bb2a-48ad-8832-d5ee86723d74",
                    "match": "https://api-prod.gambitprofit.com/api/matches/00dae2f7-0633-4674-8deb-89ab333de429/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-22T08:52:02.156480-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e3843e77-b262-47bf-a009-e633f8ecefc5",
                            "gambit_id": "95343292-d027-4a19-b12a-bd2e988b3112",
                            "last_updated": "2023-02-23T09:26:55.614111-05:00",
                            "created_at": "2023-02-22T08:52:02.159449-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/735c8d38-bb2a-48ad-8832-d5ee86723d74/?format=api"
                        },
                        {
                            "id": "0ea6d416-8b3d-428b-857a-bbc641253979",
                            "gambit_id": "018937e7-2a36-4a90-9517-4fa270cc2033",
                            "last_updated": "2023-02-23T09:26:55.612948-05:00",
                            "created_at": "2023-02-22T08:52:02.157802-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/735c8d38-bb2a-48ad-8832-d5ee86723d74/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a4c010c7-8d00-4d43-b5fc-470b1d0c15ac",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "2560702a-3325-4643-aea2-68a5c4abbdcf",
            "completed": true,
            "last_updated": "2023-02-23T09:26:55.757095-05:00",
            "created_at": "2023-02-22T08:52:02.310687-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.84,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/2560702a-3325-4643-aea2-68a5c4abbdcf",
            "datetime": "2023-02-22T21:37:00-05:00",
            "cutoff_datetime": "2023-02-22T21:37:00-05:00",
            "name": "Chicago Blackhawks v. Dallas Stars",
            "bettypes": [
                {
                    "id": "7b98b30a-c83d-464b-8b2c-da2fb18038ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-22T08:52:02.320444-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Stars",
                                "amount": 7790.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 2210.0
                            }
                        ],
                        "expected_reward_tokens": 9503.0,
                        "profit_sb": 3.0,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "979f14e2-1a96-4ac3-b949-047089d3ca01",
                            "gambit_id": "644b2930-a2b8-4dd7-8331-f1a771929f6a",
                            "last_updated": "2023-02-23T09:26:55.767324-05:00",
                            "created_at": "2023-02-22T08:52:02.321664-05:00",
                            "name": "Dallas Stars",
                            "reward": "1.22000",
                            "odds": "1.22730",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b98b30a-c83d-464b-8b2c-da2fb18038ab/?format=api"
                        },
                        {
                            "id": "0b3e929f-7430-4b74-9dfa-c963d0e5b873",
                            "gambit_id": "4043fdb6-1074-4239-9921-61b2b5896465",
                            "last_updated": "2023-02-23T09:26:55.768512-05:00",
                            "created_at": "2023-02-22T08:52:02.322966-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "4.30000",
                            "odds": "4.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b98b30a-c83d-464b-8b2c-da2fb18038ab/?format=api"
                        }
                    ]
                },
                {
                    "id": "280e03e2-fcbe-4a75-85fd-1b084b43f8e9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-22T08:52:02.316483-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Stars",
                                "amount": 6025.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3263501b-1e28-4e18-9ee4-9c7c50f0f770",
                            "gambit_id": "fc441e0f-7ff3-4671-94ef-fe1e4cfc6926",
                            "last_updated": "2023-02-23T09:26:55.763756-05:00",
                            "created_at": "2023-02-22T08:52:02.317771-05:00",
                            "name": "Dallas Stars",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280e03e2-fcbe-4a75-85fd-1b084b43f8e9/?format=api"
                        },
                        {
                            "id": "c9d693e3-f3db-491e-ae69-c2187f7d1e3e",
                            "gambit_id": "e84254f5-4c91-4dc6-81e3-249ca6832cc4",
                            "last_updated": "2023-02-23T09:26:55.764935-05:00",
                            "created_at": "2023-02-22T08:52:02.319079-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280e03e2-fcbe-4a75-85fd-1b084b43f8e9/?format=api"
                        }
                    ]
                },
                {
                    "id": "2d77ce6f-581c-451b-851f-cd51682f4d33",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-22T08:52:02.312514-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "75e50dd9-b60f-4eb9-aa8d-b559d2c4e9b1",
                            "gambit_id": "89c6f039-3437-40ac-ac87-f533e6789583",
                            "last_updated": "2023-02-23T09:26:55.760098-05:00",
                            "created_at": "2023-02-22T08:52:02.313821-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d77ce6f-581c-451b-851f-cd51682f4d33/?format=api"
                        },
                        {
                            "id": "74f64a62-4849-47ec-a3fd-269d8e39a9d9",
                            "gambit_id": "b1afec24-5463-4d0c-b8d7-33c2ba1d740c",
                            "last_updated": "2023-02-23T09:26:55.761334-05:00",
                            "created_at": "2023-02-22T08:52:02.315115-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d77ce6f-581c-451b-851f-cd51682f4d33/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a5b2285c-1b80-4834-9ff7-5e61ccb4bf5c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "364500ce-9a0b-4655-bab5-ac5f7a8a1051",
            "completed": true,
            "last_updated": "2023-02-23T09:26:55.456465-05:00",
            "created_at": "2023-02-22T08:52:01.995584-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.29,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/364500ce-9a0b-4655-bab5-ac5f7a8a1051",
            "datetime": "2023-02-22T19:07:00-05:00",
            "cutoff_datetime": "2023-02-22T19:07:00-05:00",
            "name": "Winnipeg Jets v. New York Islanders",
            "bettypes": [
                {
                    "id": "5ba46682-5f87-4e6a-8276-46d129bf1fd5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5b2285c-1b80-4834-9ff7-5e61ccb4bf5c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-22T08:52:02.006491-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 5106.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ca4dacdc-2c1c-409b-8c06-97f262253a3d",
                            "gambit_id": "bb5b8882-822f-49e9-8f23-46987a167940",
                            "last_updated": "2023-02-23T09:26:55.467426-05:00",
                            "created_at": "2023-02-22T08:52:02.009155-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ba46682-5f87-4e6a-8276-46d129bf1fd5/?format=api"
                        },
                        {
                            "id": "3bc00eea-2d44-403c-a57d-39835cad7fdf",
                            "gambit_id": "b360183e-6fe1-4d7a-ac2a-55c6e21e2184",
                            "last_updated": "2023-02-23T09:26:55.466324-05:00",
                            "created_at": "2023-02-22T08:52:02.007797-05:00",
                            "name": "New York Islanders",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ba46682-5f87-4e6a-8276-46d129bf1fd5/?format=api"
                        }
                    ]
                },
                {
                    "id": "9b74f38b-7c25-4238-92ae-b1dbbc0fc88d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5b2285c-1b80-4834-9ff7-5e61ccb4bf5c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-22T08:52:02.002307-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 6956.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 3044.0
                            }
                        ],
                        "expected_reward_tokens": 9527.72,
                        "profit_sb": 27.72,
                        "profit_sb_percentage": 0.29,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "df46bbdc-5f45-49c7-8b38-ba359a65faea",
                            "gambit_id": "56131d6a-103d-4688-bf84-361b4670f98d",
                            "last_updated": "2023-02-23T09:26:55.463952-05:00",
                            "created_at": "2023-02-22T08:52:02.005014-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.37000",
                            "odds": "1.38460",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b74f38b-7c25-4238-92ae-b1dbbc0fc88d/?format=api"
                        },
                        {
                            "id": "56b7dac4-f791-46cc-9311-93f20d584987",
                            "gambit_id": "6a74141f-dda0-450d-b471-6cfaf1777e0f",
                            "last_updated": "2023-02-23T09:26:55.462818-05:00",
                            "created_at": "2023-02-22T08:52:02.003636-05:00",
                            "name": "New York Islanders",
                            "reward": "3.13000",
                            "odds": "3.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b74f38b-7c25-4238-92ae-b1dbbc0fc88d/?format=api"
                        }
                    ]
                },
                {
                    "id": "2fabd803-29f2-43db-b5c0-3e25a920a631",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5b2285c-1b80-4834-9ff7-5e61ccb4bf5c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-22T08:52:01.997746-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bd90c597-98d5-4730-aa0b-e3ff04340680",
                            "gambit_id": "be96e63a-3cc6-4aa4-b66d-20ef66ba87e3",
                            "last_updated": "2023-02-23T09:26:55.459437-05:00",
                            "created_at": "2023-02-22T08:52:01.999362-05:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fabd803-29f2-43db-b5c0-3e25a920a631/?format=api"
                        },
                        {
                            "id": "2749995e-328e-4eb4-bf79-0cf48ee1b7b4",
                            "gambit_id": "564399ad-e22e-4f82-8f26-262d35b34558",
                            "last_updated": "2023-02-23T09:26:55.460604-05:00",
                            "created_at": "2023-02-22T08:52:02.000874-05:00",
                            "name": "Game Total Over 5.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fabd803-29f2-43db-b5c0-3e25a920a631/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a5db1643-5c93-40c6-aef0-e1bd93ba2ef7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f1239d7a-2334-4776-84d1-e3e2beddcce5",
            "completed": true,
            "last_updated": "2023-02-22T08:57:05.504644-05:00",
            "created_at": "2023-02-21T08:51:55.105297-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.33,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/f1239d7a-2334-4776-84d1-e3e2beddcce5",
            "datetime": "2023-02-21T21:07:00-05:00",
            "cutoff_datetime": "2023-02-21T21:07:00-05:00",
            "name": "Philadelphia Flyers v. Edmonton Oilers",
            "bettypes": [
                {
                    "id": "36ec23c7-a163-4cf5-bc4b-2b00576b4e83",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5db1643-5c93-40c6-aef0-e1bd93ba2ef7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-21T08:51:55.116838-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Edmonton Oilers",
                                "amount": 7221.0
                            },
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 2779.0
                            }
                        ],
                        "expected_reward_tokens": 9531.72,
                        "profit_sb": 31.72,
                        "profit_sb_percentage": 0.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "00045541-779e-4a5b-b834-4b634c2d97b0",
                            "gambit_id": "45da9a8e-c775-4413-8e72-8dc875f8de3e",
                            "last_updated": "2023-02-22T08:57:05.514819-05:00",
                            "created_at": "2023-02-21T08:51:55.118339-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.32000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ec23c7-a163-4cf5-bc4b-2b00576b4e83/?format=api"
                        },
                        {
                            "id": "aebc2b6b-12d8-482b-81ed-63f49eb386ad",
                            "gambit_id": "a3f3f45b-e164-4d86-a217-42100475a2be",
                            "last_updated": "2023-02-22T08:57:05.516008-05:00",
                            "created_at": "2023-02-21T08:51:55.119911-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "3.43000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36ec23c7-a163-4cf5-bc4b-2b00576b4e83/?format=api"
                        }
                    ]
                },
                {
                    "id": "3bd4403f-a57f-4fef-8f15-337afb20d597",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5db1643-5c93-40c6-aef0-e1bd93ba2ef7/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-21T08:51:55.112128-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Edmonton Oilers",
                                "amount": 5419.0
                            },
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "85525ae0-7e49-4d24-bfe5-14c7105852da",
                            "gambit_id": "7bb220a2-f365-4de4-ab96-6fd8676169d2",
                            "last_updated": "2023-02-22T08:57:05.511313-05:00",
                            "created_at": "2023-02-21T08:51:55.113584-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd4403f-a57f-4fef-8f15-337afb20d597/?format=api"
                        },
                        {
                            "id": "58bac8be-5817-4bf7-8aea-a90fc6c36923",
                            "gambit_id": "c2caa7e2-cd55-4bab-9a8e-cab09997df50",
                            "last_updated": "2023-02-22T08:57:05.512492-05:00",
                            "created_at": "2023-02-21T08:51:55.115151-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd4403f-a57f-4fef-8f15-337afb20d597/?format=api"
                        }
                    ]
                },
                {
                    "id": "a04461e8-329e-4043-8f3d-2bba1baea857",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5db1643-5c93-40c6-aef0-e1bd93ba2ef7/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-21T08:51:55.107389-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 7",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Over 7",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7c754ca3-6584-4772-81cc-afe1e851d166",
                            "gambit_id": "709c60b1-1924-47b6-be89-8724014bf2ec",
                            "last_updated": "2023-02-22T08:57:05.507606-05:00",
                            "created_at": "2023-02-21T08:51:55.108928-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a04461e8-329e-4043-8f3d-2bba1baea857/?format=api"
                        },
                        {
                            "id": "fe939846-e8bc-4ae6-889b-afbf1026a47c",
                            "gambit_id": "4aa259c9-97a5-49f7-b3b5-f88da957cb25",
                            "last_updated": "2023-02-22T08:57:05.508940-05:00",
                            "created_at": "2023-02-21T08:51:55.110501-05:00",
                            "name": "Game Total Over 7",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a04461e8-329e-4043-8f3d-2bba1baea857/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a7bc7fb8-f007-457e-adfa-6cef9455f30b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c8a9b2f2-58e2-4e4d-814a-c6fb70d9509d",
            "completed": true,
            "last_updated": "2023-02-22T08:57:05.360891-05:00",
            "created_at": "2023-02-21T08:51:54.956879-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/c8a9b2f2-58e2-4e4d-814a-c6fb70d9509d",
            "datetime": "2023-02-21T20:07:00-05:00",
            "cutoff_datetime": "2023-02-21T20:07:00-05:00",
            "name": "Vancouver Canucks v. Nashville Predators",
            "bettypes": [
                {
                    "id": "b154a0d3-77f8-40f3-93bb-fd422c41a00e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a7bc7fb8-f007-457e-adfa-6cef9455f30b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-21T08:51:54.966410-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville Predators",
                                "amount": 5863.0
                            },
                            {
                                "team": "Vancouver Canucks",
                                "amount": 4137.0
                            }
                        ],
                        "expected_reward_tokens": 9556.47,
                        "profit_sb": 56.47,
                        "profit_sb_percentage": 0.59,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "732a441b-0eea-4caf-ac04-7c78b427ee68",
                            "gambit_id": "a3f5c17e-a53c-49bc-856a-cd9e8cbcad64",
                            "last_updated": "2023-02-22T08:57:05.370763-05:00",
                            "created_at": "2023-02-21T08:51:54.967623-05:00",
                            "name": "Nashville Predators",
                            "reward": "1.63000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b154a0d3-77f8-40f3-93bb-fd422c41a00e/?format=api"
                        },
                        {
                            "id": "47b6e895-444f-4eaf-96c9-ec3b39058256",
                            "gambit_id": "0549e3f0-df72-4044-90db-742a2ed8e882",
                            "last_updated": "2023-02-22T08:57:05.371932-05:00",
                            "created_at": "2023-02-21T08:51:54.969075-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "2.31000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b154a0d3-77f8-40f3-93bb-fd422c41a00e/?format=api"
                        }
                    ]
                },
                {
                    "id": "9a4fda50-a07d-4069-93e3-07e3c3f90a64",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a7bc7fb8-f007-457e-adfa-6cef9455f30b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-21T08:51:54.962615-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vancouver Canucks",
                                "amount": 6104.0
                            },
                            {
                                "team": "Nashville Predators",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2418fcd1-9ad0-4d25-960b-d85c06663866",
                            "gambit_id": "7b510309-dc4c-4c8a-ad5f-4b6ff60c68c2",
                            "last_updated": "2023-02-22T08:57:05.368437-05:00",
                            "created_at": "2023-02-21T08:51:54.965095-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a4fda50-a07d-4069-93e3-07e3c3f90a64/?format=api"
                        },
                        {
                            "id": "e01dcaee-191c-4939-a290-9598e715a601",
                            "gambit_id": "b412f26a-d58f-4619-a4cf-f79abdc353cb",
                            "last_updated": "2023-02-22T08:57:05.367243-05:00",
                            "created_at": "2023-02-21T08:51:54.963810-05:00",
                            "name": "Nashville Predators",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a4fda50-a07d-4069-93e3-07e3c3f90a64/?format=api"
                        }
                    ]
                },
                {
                    "id": "d819161a-e47d-473a-9970-4d7aab837176",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a7bc7fb8-f007-457e-adfa-6cef9455f30b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-21T08:51:54.958662-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5419.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6d7a43d5-3b25-4b26-8d85-468ad6c88238",
                            "gambit_id": "37bcaaf8-bb96-4014-a1c4-45d5ab1290a9",
                            "last_updated": "2023-02-22T08:57:05.364855-05:00",
                            "created_at": "2023-02-21T08:51:54.961291-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d819161a-e47d-473a-9970-4d7aab837176/?format=api"
                        },
                        {
                            "id": "0907529c-e0d8-4600-88ad-edfe71931a80",
                            "gambit_id": "92df0556-953c-4911-9a31-743ef0d2b517",
                            "last_updated": "2023-02-22T08:57:05.363677-05:00",
                            "created_at": "2023-02-21T08:51:54.959959-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d819161a-e47d-473a-9970-4d7aab837176/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "28ff03b9-699a-4e4b-ab94-33ddd8d52c37",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d668cd74-5155-4b17-ad0f-8c4e5f113938",
            "completed": true,
            "last_updated": "2023-02-22T09:02:04.790850-05:00",
            "created_at": "2023-02-21T13:01:47.262220-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.31,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d668cd74-5155-4b17-ad0f-8c4e5f113938",
            "datetime": "2023-02-21T20:07:00-05:00",
            "cutoff_datetime": "2023-02-21T20:07:00-05:00",
            "name": "Los Angeles Kings v. Minnesota Wild",
            "bettypes": [
                {
                    "id": "5c6a5ee7-3ebd-49b8-8f8c-192e2d7263fd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28ff03b9-699a-4e4b-ab94-33ddd8d52c37/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-21T13:01:47.274344-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Wild",
                                "amount": 5319.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bde1defd-1dd4-4481-89fe-e4294a1a4116",
                            "gambit_id": "153b540e-6f10-4fca-b71f-1601aedaf92f",
                            "last_updated": "2023-02-22T09:02:04.800574-05:00",
                            "created_at": "2023-02-21T13:01:47.276105-05:00",
                            "name": "Minnesota Wild",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c6a5ee7-3ebd-49b8-8f8c-192e2d7263fd/?format=api"
                        },
                        {
                            "id": "a7139710-b53b-4638-8ecb-f2d6469f70c0",
                            "gambit_id": "03fe1203-c21b-44d9-a47d-e0a9a60ff1c3",
                            "last_updated": "2023-02-22T09:02:04.801723-05:00",
                            "created_at": "2023-02-21T13:01:47.277800-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c6a5ee7-3ebd-49b8-8f8c-192e2d7263fd/?format=api"
                        }
                    ]
                },
                {
                    "id": "e8acb844-9c32-46ed-a076-a46f4e41cf97",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28ff03b9-699a-4e4b-ab94-33ddd8d52c37/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-21T13:01:47.268841-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Kings",
                                "amount": 6603.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 3397.0
                            }
                        ],
                        "expected_reward_tokens": 9375.72,
                        "profit_sb": -124.28,
                        "profit_sb_percentage": -1.31,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3bf2e008-e02c-4f98-b386-c6a727608c7e",
                            "gambit_id": "a2edb0c8-bd1a-4318-8cea-33f3c99dbe74",
                            "last_updated": "2023-02-22T09:02:04.798269-05:00",
                            "created_at": "2023-02-21T13:01:47.272868-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.42000",
                            "odds": "1.44440",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8acb844-9c32-46ed-a076-a46f4e41cf97/?format=api"
                        },
                        {
                            "id": "0c8b32d7-5356-440b-a2d3-e41d91f30194",
                            "gambit_id": "ce896113-08e0-4389-9f53-18c36ff842d5",
                            "last_updated": "2023-02-22T09:02:04.797138-05:00",
                            "created_at": "2023-02-21T13:01:47.270927-05:00",
                            "name": "Minnesota Wild",
                            "reward": "2.76000",
                            "odds": "2.85000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8acb844-9c32-46ed-a076-a46f4e41cf97/?format=api"
                        }
                    ]
                },
                {
                    "id": "a917e816-7329-486d-a152-350e0f2939ea",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28ff03b9-699a-4e4b-ab94-33ddd8d52c37/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-21T13:01:47.264069-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5094.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4906.0
                            }
                        ],
                        "expected_reward_tokens": 9321.4,
                        "profit_sb": -178.6,
                        "profit_sb_percentage": -1.88,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "277697a3-b6a8-42ca-acaa-927785933e85",
                            "gambit_id": "4591bc83-7dfe-4188-9281-a56baafcdb55",
                            "last_updated": "2023-02-22T09:02:04.793661-05:00",
                            "created_at": "2023-02-21T13:01:47.265531-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a917e816-7329-486d-a152-350e0f2939ea/?format=api"
                        },
                        {
                            "id": "f5050222-4e86-4094-a30d-bc16b0e00fea",
                            "gambit_id": "914f135a-2047-4b4b-be95-d859d1939a25",
                            "last_updated": "2023-02-22T09:02:04.794828-05:00",
                            "created_at": "2023-02-21T13:01:47.267078-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.90000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a917e816-7329-486d-a152-350e0f2939ea/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1058893f-cddb-47a3-85d3-08a8da1849df",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "85f141a6-5eff-4b27-a186-358147deb239",
            "completed": true,
            "last_updated": "2023-02-22T08:57:05.215786-05:00",
            "created_at": "2023-02-21T08:51:54.814528-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/85f141a6-5eff-4b27-a186-358147deb239",
            "datetime": "2023-02-21T19:37:00-05:00",
            "cutoff_datetime": "2023-02-21T19:37:00-05:00",
            "name": "Toronto Maple Leafs v. Buffalo Sabres",
            "bettypes": [
                {
                    "id": "b8ecdd2d-34ec-4139-a43e-7cd79287979d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1058893f-cddb-47a3-85d3-08a8da1849df/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-21T08:51:54.824295-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 6104.0
                            },
                            {
                                "team": "Buffalo Sabres",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "13b7df47-4155-4387-8c3a-c51198b6d9da",
                            "gambit_id": "3ee8ad99-d394-42d3-8eb3-ce09c6097ce9",
                            "last_updated": "2023-02-22T08:57:05.226902-05:00",
                            "created_at": "2023-02-21T08:51:54.826770-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ecdd2d-34ec-4139-a43e-7cd79287979d/?format=api"
                        },
                        {
                            "id": "f3fdc42d-4c05-4cc0-aaf9-9527b747a2e4",
                            "gambit_id": "92631441-e935-4409-abdd-554862345086",
                            "last_updated": "2023-02-22T08:57:05.225742-05:00",
                            "created_at": "2023-02-21T08:51:54.825506-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ecdd2d-34ec-4139-a43e-7cd79287979d/?format=api"
                        }
                    ]
                },
                {
                    "id": "1fef9feb-08c1-4a07-8581-068e0f3c8d01",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1058893f-cddb-47a3-85d3-08a8da1849df/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-21T08:51:54.820331-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Buffalo Sabres",
                                "amount": 6104.0
                            },
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ffde7d7d-12f9-45e8-8403-1b476b5d34b5",
                            "gambit_id": "d36bd4a5-6451-40e7-b7ec-c72443ba7710",
                            "last_updated": "2023-02-22T08:57:05.222237-05:00",
                            "created_at": "2023-02-21T08:51:54.821637-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fef9feb-08c1-4a07-8581-068e0f3c8d01/?format=api"
                        },
                        {
                            "id": "40b20cd1-64b0-40dd-9fa2-a626eee48d7a",
                            "gambit_id": "02e270bd-e1ff-4c4a-b269-014e07b45783",
                            "last_updated": "2023-02-22T08:57:05.223390-05:00",
                            "created_at": "2023-02-21T08:51:54.822935-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fef9feb-08c1-4a07-8581-068e0f3c8d01/?format=api"
                        }
                    ]
                },
                {
                    "id": "59dcc63a-b7c6-4ea3-9e6c-d852a6080839",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1058893f-cddb-47a3-85d3-08a8da1849df/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-21T08:51:54.816314-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5610.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4390.0
                            }
                        ],
                        "expected_reward_tokens": 9480.9,
                        "profit_sb": -19.1,
                        "profit_sb_percentage": -0.2,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d647c8c2-70fb-42b4-8f67-6bc7fd2655a7",
                            "gambit_id": "6c38b089-dbfc-49c0-886a-97b9e3e76880",
                            "last_updated": "2023-02-22T08:57:05.219882-05:00",
                            "created_at": "2023-02-21T08:51:54.818870-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59dcc63a-b7c6-4ea3-9e6c-d852a6080839/?format=api"
                        },
                        {
                            "id": "1b72cc80-3242-44d9-80fe-a80296b164ad",
                            "gambit_id": "e9251ea0-d914-4ec9-b4e2-c6594c0cdc11",
                            "last_updated": "2023-02-22T08:57:05.218724-05:00",
                            "created_at": "2023-02-21T08:51:54.817613-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59dcc63a-b7c6-4ea3-9e6c-d852a6080839/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "403eab2e-c451-4043-a0af-4d5203ebdd82",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "0cb39226-9e69-4e5f-80a9-6a0a6524941a",
            "completed": true,
            "last_updated": "2023-02-22T09:02:04.646010-05:00",
            "created_at": "2023-02-21T08:51:54.678156-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.24,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/0cb39226-9e69-4e5f-80a9-6a0a6524941a",
            "datetime": "2023-02-21T19:07:00-05:00",
            "cutoff_datetime": "2023-02-21T19:07:00-05:00",
            "name": "Montreal Canadiens v. New Jersey Devils",
            "bettypes": [
                {
                    "id": "a0029432-dea5-4938-9ab1-2650e6aad71b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/403eab2e-c451-4043-a0af-4d5203ebdd82/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-21T08:51:54.688770-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Jersey Devils",
                                "amount": 7440.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 2560.0
                            }
                        ],
                        "expected_reward_tokens": 9523.2,
                        "profit_sb": 23.2,
                        "profit_sb_percentage": 0.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dbca31c6-0f27-4165-8bfe-6d7f6269adb6",
                            "gambit_id": "09972dab-27a3-45ca-b9d8-61bdb6c691cf",
                            "last_updated": "2023-02-22T09:02:04.655697-05:00",
                            "created_at": "2023-02-21T08:51:54.690229-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.28000",
                            "odds": "1.28570",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0029432-dea5-4938-9ab1-2650e6aad71b/?format=api"
                        },
                        {
                            "id": "10b06891-369e-4af1-a276-1df7bbaf0a01",
                            "gambit_id": "99193bd4-d421-4a6e-b31e-2c527c021735",
                            "last_updated": "2023-02-22T09:02:04.656831-05:00",
                            "created_at": "2023-02-21T08:51:54.691547-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "3.72000",
                            "odds": "3.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0029432-dea5-4938-9ab1-2650e6aad71b/?format=api"
                        }
                    ]
                },
                {
                    "id": "02d74a9b-12b4-4571-939e-86b59a8efbdf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/403eab2e-c451-4043-a0af-4d5203ebdd82/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-21T08:51:54.684467-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Jersey Devils",
                                "amount": 5521.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2bbbf265-f539-4451-a032-86b38388f21b",
                            "gambit_id": "f2e5c94d-d214-4574-b5c1-ce6e122babe9",
                            "last_updated": "2023-02-22T09:02:04.652299-05:00",
                            "created_at": "2023-02-21T08:51:54.685922-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d74a9b-12b4-4571-939e-86b59a8efbdf/?format=api"
                        },
                        {
                            "id": "ad1e8d92-594f-46d3-8645-02941bf9ab97",
                            "gambit_id": "9cd038d2-58d8-4f6d-a28b-c26c9f10fd24",
                            "last_updated": "2023-02-22T09:02:04.653434-05:00",
                            "created_at": "2023-02-21T08:51:54.687284-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d74a9b-12b4-4571-939e-86b59a8efbdf/?format=api"
                        }
                    ]
                },
                {
                    "id": "7ac3b4e6-dd85-4288-8c97-067fe6a6ca8a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/403eab2e-c451-4043-a0af-4d5203ebdd82/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-21T08:51:54.680047-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d2ac1882-cd5e-4a08-9f41-25ebc71f05c6",
                            "gambit_id": "bd7e640a-b277-4af7-b256-cfb22eb6a0cb",
                            "last_updated": "2023-02-22T09:02:04.648916-05:00",
                            "created_at": "2023-02-21T08:51:54.681402-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ac3b4e6-dd85-4288-8c97-067fe6a6ca8a/?format=api"
                        },
                        {
                            "id": "fe68f265-ceb5-4d30-afe4-e5662a977cdf",
                            "gambit_id": "0682cfe3-2d37-42e9-9b8a-31a029ef65d5",
                            "last_updated": "2023-02-22T09:02:04.650038-05:00",
                            "created_at": "2023-02-21T08:51:54.683090-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ac3b4e6-dd85-4288-8c97-067fe6a6ca8a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cd2dea70-e201-4c82-89d8-f8835c6fac7f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3e99276c-311b-4cee-99dd-0f4bb515d9b6",
            "completed": true,
            "last_updated": "2023-02-22T09:02:04.334673-05:00",
            "created_at": "2023-02-21T08:51:54.097127-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.59,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/3e99276c-311b-4cee-99dd-0f4bb515d9b6",
            "datetime": "2023-02-21T19:07:00-05:00",
            "cutoff_datetime": "2023-02-21T19:07:00-05:00",
            "name": "Detroit Red Wings v. Washington Capitals",
            "bettypes": [
                {
                    "id": "995da41f-2030-418c-86aa-5fbdd9bf1c8d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd2dea70-e201-4c82-89d8-f8835c6fac7f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-21T08:51:54.107856-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Capitals",
                                "amount": 5863.0
                            },
                            {
                                "team": "Detroit Red Wings",
                                "amount": 4137.0
                            }
                        ],
                        "expected_reward_tokens": 9556.47,
                        "profit_sb": 56.47,
                        "profit_sb_percentage": 0.59,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f2837463-f157-4824-9336-57374f14fca0",
                            "gambit_id": "09b23640-5d36-4cfc-8e5b-6131e06f785e",
                            "last_updated": "2023-02-22T09:02:04.345168-05:00",
                            "created_at": "2023-02-21T08:51:54.109112-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.63000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/995da41f-2030-418c-86aa-5fbdd9bf1c8d/?format=api"
                        },
                        {
                            "id": "d0ba0338-f27e-45ea-9955-d0e8a4ced124",
                            "gambit_id": "b42a8e59-6f17-40f5-a521-6ff38cc8759b",
                            "last_updated": "2023-02-22T09:02:04.346307-05:00",
                            "created_at": "2023-02-21T08:51:54.110420-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "2.31000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/995da41f-2030-418c-86aa-5fbdd9bf1c8d/?format=api"
                        }
                    ]
                },
                {
                    "id": "ea3700bd-d38d-4d19-8792-8952822482dc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd2dea70-e201-4c82-89d8-f8835c6fac7f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-21T08:51:54.103892-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Red Wings",
                                "amount": 6401.0
                            },
                            {
                                "team": "Washington Capitals",
                                "amount": 3599.0
                            }
                        ],
                        "expected_reward_tokens": 9537.35,
                        "profit_sb": 37.35,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5fc2697d-3e3d-432b-b75e-d60252ee11aa",
                            "gambit_id": "9706b899-91f5-4f9b-9278-f6480d6cfa12",
                            "last_updated": "2023-02-22T09:02:04.342773-05:00",
                            "created_at": "2023-02-21T08:51:54.106490-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "1.49000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3700bd-d38d-4d19-8792-8952822482dc/?format=api"
                        },
                        {
                            "id": "9a827034-017d-4070-9a80-2f7e617d7444",
                            "gambit_id": "a4e34cd3-20e1-453b-9f89-e73ab83dee5d",
                            "last_updated": "2023-02-22T09:02:04.341628-05:00",
                            "created_at": "2023-02-21T08:51:54.105165-05:00",
                            "name": "Washington Capitals",
                            "reward": "2.65000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea3700bd-d38d-4d19-8792-8952822482dc/?format=api"
                        }
                    ]
                },
                {
                    "id": "8b203f75-0c75-4b11-a659-9e615383e727",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd2dea70-e201-4c82-89d8-f8835c6fac7f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-21T08:51:54.099343-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "39d157ea-83ea-4bc4-b4b3-1260fc7aa236",
                            "gambit_id": "98c97fa8-3a20-4547-8ff3-7b5462be6026",
                            "last_updated": "2023-02-22T09:02:04.339291-05:00",
                            "created_at": "2023-02-21T08:51:54.102515-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b203f75-0c75-4b11-a659-9e615383e727/?format=api"
                        },
                        {
                            "id": "31f394c9-37a4-44dc-9dde-56463cafbfd3",
                            "gambit_id": "67013a54-fdcf-473e-a947-a07afb8f24b5",
                            "last_updated": "2023-02-22T09:02:04.338054-05:00",
                            "created_at": "2023-02-21T08:51:54.101025-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b203f75-0c75-4b11-a659-9e615383e727/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ecb67c43-9aca-45b6-a16f-59cce6c5c324",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "4e6a5c7e-f359-4241-a7e4-a0f7e210badf",
            "completed": true,
            "last_updated": "2023-02-22T09:02:04.498137-05:00",
            "created_at": "2023-02-21T08:51:54.541166-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.24,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/4e6a5c7e-f359-4241-a7e4-a0f7e210badf",
            "datetime": "2023-02-21T19:07:00-05:00",
            "cutoff_datetime": "2023-02-21T19:07:00-05:00",
            "name": "St Louis Blues v. Carolina Hurricanes",
            "bettypes": [
                {
                    "id": "656066ee-53e4-4927-9cac-87380514a711",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ecb67c43-9aca-45b6-a16f-59cce6c5c324/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-21T08:51:54.551162-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 7440.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 2560.0
                            }
                        ],
                        "expected_reward_tokens": 9523.2,
                        "profit_sb": 23.2,
                        "profit_sb_percentage": 0.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3927f313-f468-48f4-847a-e5a37bf451d2",
                            "gambit_id": "5e3f126c-c48a-4c29-9363-df111f174457",
                            "last_updated": "2023-02-22T09:02:04.507949-05:00",
                            "created_at": "2023-02-21T08:51:54.552598-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.28000",
                            "odds": "1.28570",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656066ee-53e4-4927-9cac-87380514a711/?format=api"
                        },
                        {
                            "id": "1b131e38-fe94-4929-8559-cc31743bc613",
                            "gambit_id": "c4baa9c1-c98e-4ccf-9500-f5849e1a4360",
                            "last_updated": "2023-02-22T09:02:04.509117-05:00",
                            "created_at": "2023-02-21T08:51:54.553889-05:00",
                            "name": "St Louis Blues",
                            "reward": "3.72000",
                            "odds": "3.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656066ee-53e4-4927-9cac-87380514a711/?format=api"
                        }
                    ]
                },
                {
                    "id": "8025f9fc-ded6-4984-b6a9-524903ab24bf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ecb67c43-9aca-45b6-a16f-59cce6c5c324/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-21T08:51:54.547256-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 5610.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 4390.0
                            }
                        ],
                        "expected_reward_tokens": 9480.9,
                        "profit_sb": -19.1,
                        "profit_sb_percentage": -0.2,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a672875a-c9c3-4aa9-bd5b-a898d5a506ac",
                            "gambit_id": "87e5fd24-dbf2-408b-9557-b2fcc169a6a9",
                            "last_updated": "2023-02-22T09:02:04.504497-05:00",
                            "created_at": "2023-02-21T08:51:54.548513-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8025f9fc-ded6-4984-b6a9-524903ab24bf/?format=api"
                        },
                        {
                            "id": "0fce46ae-3e00-42f0-9976-bf13cee3c49a",
                            "gambit_id": "f5f98e87-a3c4-4c81-9ebc-91ccc396a3c4",
                            "last_updated": "2023-02-22T09:02:04.505635-05:00",
                            "created_at": "2023-02-21T08:51:54.549798-05:00",
                            "name": "St Louis Blues",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8025f9fc-ded6-4984-b6a9-524903ab24bf/?format=api"
                        }
                    ]
                },
                {
                    "id": "402c11c1-e336-492f-8dc0-e42fdb6d283b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ecb67c43-9aca-45b6-a16f-59cce6c5c324/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-21T08:51:54.543225-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b59e713d-cff7-4dd9-bfd3-8351c7d63175",
                            "gambit_id": "85a25c64-14c8-4f36-861e-d82607081200",
                            "last_updated": "2023-02-22T09:02:04.502174-05:00",
                            "created_at": "2023-02-21T08:51:54.545896-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/402c11c1-e336-492f-8dc0-e42fdb6d283b/?format=api"
                        },
                        {
                            "id": "c47846cf-f475-4cff-9626-b9a3ff0c91fe",
                            "gambit_id": "bfda99e0-1da0-4d46-b88b-3e0acd8aa491",
                            "last_updated": "2023-02-22T09:02:04.501018-05:00",
                            "created_at": "2023-02-21T08:51:54.544583-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/402c11c1-e336-492f-8dc0-e42fdb6d283b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "297de065-b683-481c-8f05-c9e8cf797694",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "27cd1cb7-df68-45e4-9b97-05fbbcf318e2",
            "completed": true,
            "last_updated": "2023-02-22T09:02:04.937780-05:00",
            "created_at": "2023-02-21T13:01:47.110433-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.59,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/27cd1cb7-df68-45e4-9b97-05fbbcf318e2",
            "datetime": "2023-02-21T19:07:00-05:00",
            "cutoff_datetime": "2023-02-21T19:07:00-05:00",
            "name": "Anaheim Ducks v. Tampa Bay Lightning",
            "bettypes": [
                {
                    "id": "ae07899d-ccfe-473a-ad26-f3f6a9ea1bb9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/297de065-b683-481c-8f05-c9e8cf797694/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-21T13:01:47.122892-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 8072.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 1928.0
                            }
                        ],
                        "expected_reward_tokens": 9444.24,
                        "profit_sb": -55.76,
                        "profit_sb_percentage": -0.59,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "55773cc7-05d9-4400-ab94-475723ac95fe",
                            "gambit_id": "7a6ff3fd-1cb4-46d5-bab0-02e4752cb185",
                            "last_updated": "2023-02-22T09:02:04.947395-05:00",
                            "created_at": "2023-02-21T13:01:47.124538-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.17000",
                            "odds": "1.18180",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae07899d-ccfe-473a-ad26-f3f6a9ea1bb9/?format=api"
                        },
                        {
                            "id": "e19a7d72-70ac-48c2-9d9c-a1a5777e4684",
                            "gambit_id": "1d1666d2-e071-49f8-ab48-d19d9bae889f",
                            "last_updated": "2023-02-22T09:02:04.948551-05:00",
                            "created_at": "2023-02-21T13:01:47.125946-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "4.90000",
                            "odds": "5.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae07899d-ccfe-473a-ad26-f3f6a9ea1bb9/?format=api"
                        }
                    ]
                },
                {
                    "id": "79d16107-547c-4927-836c-69d0659443be",
                    "match": "https://api-prod.gambitprofit.com/api/matches/297de065-b683-481c-8f05-c9e8cf797694/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-21T13:01:47.117699-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 6546.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 3454.0
                            }
                        ],
                        "expected_reward_tokens": 9360.34,
                        "profit_sb": -139.66,
                        "profit_sb_percentage": -1.47,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "96928203-f4d9-4317-8061-817cefebd572",
                            "gambit_id": "ef224bf8-2045-4a1a-a7a0-d84e164fcefe",
                            "last_updated": "2023-02-22T09:02:04.944019-05:00",
                            "created_at": "2023-02-21T13:01:47.119231-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79d16107-547c-4927-836c-69d0659443be/?format=api"
                        },
                        {
                            "id": "2ba5d649-b6bf-4ee7-a38b-7863d59065b2",
                            "gambit_id": "f89ebc60-ac61-45fa-84bc-ed79222e2f03",
                            "last_updated": "2023-02-22T09:02:04.945153-05:00",
                            "created_at": "2023-02-21T13:01:47.121074-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "2.71000",
                            "odds": "2.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79d16107-547c-4927-836c-69d0659443be/?format=api"
                        }
                    ]
                },
                {
                    "id": "bd700b3e-e2a3-4d6c-86ed-c7551a2a4869",
                    "match": "https://api-prod.gambitprofit.com/api/matches/297de065-b683-481c-8f05-c9e8cf797694/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-21T13:01:47.112829-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5423.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a38b4d8a-cc03-4d80-9a6b-ba1104ca04ea",
                            "gambit_id": "587cd7b5-8434-4f48-9360-731b3a4c442e",
                            "last_updated": "2023-02-22T09:02:04.941721-05:00",
                            "created_at": "2023-02-21T13:01:47.115984-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd700b3e-e2a3-4d6c-86ed-c7551a2a4869/?format=api"
                        },
                        {
                            "id": "fffb71aa-a476-4fbe-b48f-e999ff6999bb",
                            "gambit_id": "2fd862ba-bc20-459a-b919-d4d03eee32d7",
                            "last_updated": "2023-02-22T09:02:04.940571-05:00",
                            "created_at": "2023-02-21T13:01:47.114526-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd700b3e-e2a3-4d6c-86ed-c7551a2a4869/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0fcaf326-c9cb-46d8-996a-b62d19ee18d6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "fdcee97c-bee3-4a03-99cf-82f12e14ffe7",
            "completed": true,
            "last_updated": "2023-02-21T09:31:48.540189-05:00",
            "created_at": "2023-02-20T09:16:48.942184-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.2,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/fdcee97c-bee3-4a03-99cf-82f12e14ffe7",
            "datetime": "2023-02-20T19:07:00-05:00",
            "cutoff_datetime": "2023-02-20T19:07:00-05:00",
            "name": "New York Islanders v. Pittsburgh Penguins",
            "bettypes": [
                {
                    "id": "dfd6459e-383d-4ae0-8e41-40c70a1e2936",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0fcaf326-c9cb-46d8-996a-b62d19ee18d6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-20T09:16:48.951858-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 5610.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 4390.0
                            }
                        ],
                        "expected_reward_tokens": 9480.9,
                        "profit_sb": -19.1,
                        "profit_sb_percentage": -0.2,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "47d59a87-c6c0-4862-9110-c5cf7cbad90c",
                            "gambit_id": "d0e249d6-ece6-4ea4-badb-925731f6ef57",
                            "last_updated": "2023-02-21T09:31:48.550180-05:00",
                            "created_at": "2023-02-20T09:16:48.953144-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfd6459e-383d-4ae0-8e41-40c70a1e2936/?format=api"
                        },
                        {
                            "id": "2c44956d-0c81-4cff-a96f-2048e1c6d581",
                            "gambit_id": "06bd1512-9b9a-4d82-84fb-2c61ad33bb46",
                            "last_updated": "2023-02-21T09:31:48.551336-05:00",
                            "created_at": "2023-02-20T09:16:48.954399-05:00",
                            "name": "New York Islanders",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfd6459e-383d-4ae0-8e41-40c70a1e2936/?format=api"
                        }
                    ]
                },
                {
                    "id": "8aba1b3c-40fd-49b6-bb63-3030946aa979",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0fcaf326-c9cb-46d8-996a-b62d19ee18d6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-20T09:16:48.947878-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Islanders",
                                "amount": 6563.0
                            },
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1ef016ea-0762-41a7-a9ed-279c7bf2696e",
                            "gambit_id": "27afe65b-a94d-44b8-a63b-eff53f506e8e",
                            "last_updated": "2023-02-21T09:31:48.547845-05:00",
                            "created_at": "2023-02-20T09:16:48.950496-05:00",
                            "name": "New York Islanders",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8aba1b3c-40fd-49b6-bb63-3030946aa979/?format=api"
                        },
                        {
                            "id": "5e80fb9b-7397-4ca3-83e9-fc3ffbf584cd",
                            "gambit_id": "d8cf2271-2473-4570-ae3f-7224081d0fdd",
                            "last_updated": "2023-02-21T09:31:48.546717-05:00",
                            "created_at": "2023-02-20T09:16:48.949135-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8aba1b3c-40fd-49b6-bb63-3030946aa979/?format=api"
                        }
                    ]
                },
                {
                    "id": "cf97d291-3a30-4cec-a8c2-6a5b50479b39",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0fcaf326-c9cb-46d8-996a-b62d19ee18d6/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-20T09:16:48.943908-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9f5c76ca-eee5-46d0-bec5-27d5f6d5b32b",
                            "gambit_id": "4b8daada-474d-458c-aa3d-af9e80d2e5b6",
                            "last_updated": "2023-02-21T09:31:48.543210-05:00",
                            "created_at": "2023-02-20T09:16:48.945201-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf97d291-3a30-4cec-a8c2-6a5b50479b39/?format=api"
                        },
                        {
                            "id": "2441d3ee-9e58-40b6-9594-ba0be13a9ef2",
                            "gambit_id": "dc8506a6-6a6d-404c-afcc-72ba337a57f2",
                            "last_updated": "2023-02-21T09:31:48.544372-05:00",
                            "created_at": "2023-02-20T09:16:48.946542-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf97d291-3a30-4cec-a8c2-6a5b50479b39/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6a2c715d-7671-467f-8436-4853cd1ba6dc",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e40d30e8-835f-4d52-ab6f-55e46f9a1f88",
            "completed": true,
            "last_updated": "2023-02-21T09:26:51.164620-05:00",
            "created_at": "2023-02-20T09:16:48.788517-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.84,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/e40d30e8-835f-4d52-ab6f-55e46f9a1f88",
            "datetime": "2023-02-20T19:07:00-05:00",
            "cutoff_datetime": "2023-02-20T19:07:00-05:00",
            "name": "Winnipeg Jets v. New York Rangers",
            "bettypes": [
                {
                    "id": "b10cb033-4311-47e5-a39d-7b1178c6e9e4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6a2c715d-7671-467f-8436-4853cd1ba6dc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-20T09:16:48.798277-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Rangers",
                                "amount": 6173.0
                            },
                            {
                                "team": "Winnipeg Jets",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6503ee82-51c6-4e15-8e49-0fb0e7abe1ae",
                            "gambit_id": "d13490ac-48e4-44e7-9775-e6c26bdd2322",
                            "last_updated": "2023-02-21T09:26:51.175851-05:00",
                            "created_at": "2023-02-20T09:16:48.799491-05:00",
                            "name": "New York Rangers",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b10cb033-4311-47e5-a39d-7b1178c6e9e4/?format=api"
                        },
                        {
                            "id": "8c1f4e23-8317-4226-a45b-3519a43cb705",
                            "gambit_id": "47e6a578-74c6-4d1c-ac62-0ac14f263fae",
                            "last_updated": "2023-02-21T09:26:51.177118-05:00",
                            "created_at": "2023-02-20T09:16:48.800789-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b10cb033-4311-47e5-a39d-7b1178c6e9e4/?format=api"
                        }
                    ]
                },
                {
                    "id": "150d03ea-3b03-4d83-9f30-723e6cd5ea7a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6a2c715d-7671-467f-8436-4853cd1ba6dc/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-20T09:16:48.794309-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 6025.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9b779ec1-b9ef-4e18-ac6a-3e999fe5d817",
                            "gambit_id": "451ad5e7-ef71-455f-8297-e13bb3c5d511",
                            "last_updated": "2023-02-21T09:26:51.173254-05:00",
                            "created_at": "2023-02-20T09:16:48.796940-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/150d03ea-3b03-4d83-9f30-723e6cd5ea7a/?format=api"
                        },
                        {
                            "id": "458a22e8-e755-4c55-8ae2-73c218855c3c",
                            "gambit_id": "9f2d52c5-e4ff-4ecf-9eb3-dce573623199",
                            "last_updated": "2023-02-21T09:26:51.172013-05:00",
                            "created_at": "2023-02-20T09:16:48.795573-05:00",
                            "name": "New York Rangers",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/150d03ea-3b03-4d83-9f30-723e6cd5ea7a/?format=api"
                        }
                    ]
                },
                {
                    "id": "64038dd7-5860-4819-acf8-4e5a94fa15d9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6a2c715d-7671-467f-8436-4853cd1ba6dc/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-20T09:16:48.790218-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0ade17ea-d736-4f7b-b636-7bdbb4a43f29",
                            "gambit_id": "659c1ec4-7a4e-4d3e-95dd-320abf6e4d1f",
                            "last_updated": "2023-02-21T09:26:51.169401-05:00",
                            "created_at": "2023-02-20T09:16:48.792932-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64038dd7-5860-4819-acf8-4e5a94fa15d9/?format=api"
                        },
                        {
                            "id": "ea61d5a4-d06b-4d37-b374-79eb0e4bc6db",
                            "gambit_id": "084ae4fd-9b72-4340-965f-49e3d88dcb02",
                            "last_updated": "2023-02-21T09:26:51.167959-05:00",
                            "created_at": "2023-02-20T09:16:48.791505-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64038dd7-5860-4819-acf8-4e5a94fa15d9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5a5e9fde-8b5b-4ce1-b167-449d3b152730",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d523e347-aefe-4cf8-8b8f-37f406e47ffe",
            "completed": true,
            "last_updated": "2023-02-21T09:31:48.222642-05:00",
            "created_at": "2023-02-20T09:16:48.473656-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.17,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d523e347-aefe-4cf8-8b8f-37f406e47ffe",
            "datetime": "2023-02-20T16:07:00-05:00",
            "cutoff_datetime": "2023-02-20T16:07:00-05:00",
            "name": "Philadelphia Flyers v. Calgary Flames",
            "bettypes": [
                {
                    "id": "519c2c3f-4b22-4419-8507-64ec9bd68a9e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5a5e9fde-8b5b-4ce1-b167-449d3b152730/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-20T09:16:48.483304-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 6774.0
                            },
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 3226.0
                            }
                        ],
                        "expected_reward_tokens": 9483.6,
                        "profit_sb": -16.4,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "712a103c-e738-44da-b222-a356ad80e1ef",
                            "gambit_id": "c0db1ea3-fbb6-479c-ba6d-ff9eaca615d9",
                            "last_updated": "2023-02-21T09:31:48.232744-05:00",
                            "created_at": "2023-02-20T09:16:48.484615-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.40000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/519c2c3f-4b22-4419-8507-64ec9bd68a9e/?format=api"
                        },
                        {
                            "id": "2bf71c98-4365-4b05-afb1-eccebc6e02e5",
                            "gambit_id": "52d773e8-07d9-4a7e-8019-212051ba9280",
                            "last_updated": "2023-02-21T09:31:48.234152-05:00",
                            "created_at": "2023-02-20T09:16:48.485900-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "2.94000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/519c2c3f-4b22-4419-8507-64ec9bd68a9e/?format=api"
                        }
                    ]
                },
                {
                    "id": "f9793238-1d43-4195-9e9e-36d1e4b5b9ee",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5a5e9fde-8b5b-4ce1-b167-449d3b152730/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-20T09:16:48.479328-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 5419.0
                            },
                            {
                                "team": "Calgary Flames",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6a58e0d5-0e9d-4a40-bd9c-e9c29683459d",
                            "gambit_id": "4b514c62-6d55-42d3-a578-3356e3f81735",
                            "last_updated": "2023-02-21T09:31:48.230168-05:00",
                            "created_at": "2023-02-20T09:16:48.481961-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9793238-1d43-4195-9e9e-36d1e4b5b9ee/?format=api"
                        },
                        {
                            "id": "ab6394e6-a3ce-4931-aa26-ba244fea1fad",
                            "gambit_id": "7ea3be1d-d751-4b94-9e41-eebe5c63d344",
                            "last_updated": "2023-02-21T09:31:48.229021-05:00",
                            "created_at": "2023-02-20T09:16:48.480583-05:00",
                            "name": "Calgary Flames",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9793238-1d43-4195-9e9e-36d1e4b5b9ee/?format=api"
                        }
                    ]
                },
                {
                    "id": "8157cf24-b49d-4731-a9d8-899d41214f53",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5a5e9fde-8b5b-4ce1-b167-449d3b152730/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-20T09:16:48.475363-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3c60c653-ec3e-4347-973f-26e0f787742f",
                            "gambit_id": "557ac4f0-d7c7-4204-9332-b0c41887683e",
                            "last_updated": "2023-02-21T09:31:48.226675-05:00",
                            "created_at": "2023-02-20T09:16:48.478006-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8157cf24-b49d-4731-a9d8-899d41214f53/?format=api"
                        },
                        {
                            "id": "626fbf72-d33e-47b7-be8f-43bdff7f9f78",
                            "gambit_id": "df7c7e1e-c76d-4d87-a603-2e44532ba267",
                            "last_updated": "2023-02-21T09:31:48.225479-05:00",
                            "created_at": "2023-02-20T09:16:48.476673-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8157cf24-b49d-4731-a9d8-899d41214f53/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "67281f56-85b8-4697-984c-1a86795da3e0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5f935f97-2e91-443b-90ff-6156bd5143f3",
            "completed": true,
            "last_updated": "2023-02-21T09:31:48.394234-05:00",
            "created_at": "2023-02-20T09:16:48.633966-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.55,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/5f935f97-2e91-443b-90ff-6156bd5143f3",
            "datetime": "2023-02-20T16:07:00-05:00",
            "cutoff_datetime": "2023-02-20T16:07:00-05:00",
            "name": "Seattle Kraken v. San Jose Sharks",
            "bettypes": [
                {
                    "id": "a4b95918-81dd-49d9-91fe-5b0f332e467d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/67281f56-85b8-4697-984c-1a86795da3e0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-20T09:16:48.643286-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Seattle Kraken",
                                "amount": 5780.0
                            },
                            {
                                "team": "San Jose Sharks",
                                "amount": 4220.0
                            }
                        ],
                        "expected_reward_tokens": 9537.0,
                        "profit_sb": 37.0,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b2c36721-4160-4079-b48d-fa4ce9dc20da",
                            "gambit_id": "d4b665d1-89a7-4a17-81a8-b7f9a83c317e",
                            "last_updated": "2023-02-21T09:31:48.406113-05:00",
                            "created_at": "2023-02-20T09:16:48.645798-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.65000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4b95918-81dd-49d9-91fe-5b0f332e467d/?format=api"
                        },
                        {
                            "id": "6dd18798-ce21-4251-8762-f525212fc107",
                            "gambit_id": "e6929fc9-274d-4f79-8937-b723a2fbe037",
                            "last_updated": "2023-02-21T09:31:48.404895-05:00",
                            "created_at": "2023-02-20T09:16:48.644514-05:00",
                            "name": "San Jose Sharks",
                            "reward": "2.26000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4b95918-81dd-49d9-91fe-5b0f332e467d/?format=api"
                        }
                    ]
                },
                {
                    "id": "cd4e4ab1-bbff-4961-9a43-7598c985f12d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/67281f56-85b8-4697-984c-1a86795da3e0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-20T09:16:48.639515-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Jose Sharks",
                                "amount": 6326.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "23846735-4115-4333-adf9-dcb4f87f6907",
                            "gambit_id": "f3d0c036-9965-4cba-86c1-6f0e4cfe791a",
                            "last_updated": "2023-02-21T09:31:48.401155-05:00",
                            "created_at": "2023-02-20T09:16:48.640740-05:00",
                            "name": "San Jose Sharks",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4e4ab1-bbff-4961-9a43-7598c985f12d/?format=api"
                        },
                        {
                            "id": "71ca9d46-6035-4842-ae90-223ace1c4a81",
                            "gambit_id": "f240f6be-683a-4509-8a4a-b94876dafb4c",
                            "last_updated": "2023-02-21T09:31:48.402426-05:00",
                            "created_at": "2023-02-20T09:16:48.642014-05:00",
                            "name": "Seattle Kraken",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4e4ab1-bbff-4961-9a43-7598c985f12d/?format=api"
                        }
                    ]
                },
                {
                    "id": "0a83280c-6a8a-45f5-80c1-ac8fa0bb227a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/67281f56-85b8-4697-984c-1a86795da3e0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-20T09:16:48.635665-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7197cfea-7ff3-476e-ae23-ff1ca81f5e82",
                            "gambit_id": "4b532d5d-ddb9-4c85-b066-292bf86d01da",
                            "last_updated": "2023-02-21T09:31:48.398582-05:00",
                            "created_at": "2023-02-20T09:16:48.638236-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a83280c-6a8a-45f5-80c1-ac8fa0bb227a/?format=api"
                        },
                        {
                            "id": "3d845959-be2a-43eb-abcf-629605093743",
                            "gambit_id": "211abc4e-e8a0-4be0-b84c-bc2a613c41a0",
                            "last_updated": "2023-02-21T09:31:48.397282-05:00",
                            "created_at": "2023-02-20T09:16:48.636942-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a83280c-6a8a-45f5-80c1-ac8fa0bb227a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "df850e71-4a85-41b9-a9e9-a11ee1fc9680",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "eeb2aed5-d43f-4599-9dbd-da3e6dac9dc7",
            "completed": true,
            "last_updated": "2023-02-21T09:31:47.925232-05:00",
            "created_at": "2023-02-20T09:16:48.165314-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/eeb2aed5-d43f-4599-9dbd-da3e6dac9dc7",
            "datetime": "2023-02-20T13:07:00-05:00",
            "cutoff_datetime": "2023-02-20T13:07:00-05:00",
            "name": "Anaheim Ducks v. Florida Panthers",
            "bettypes": [
                {
                    "id": "68135b06-7a41-41ed-a44f-a0cb7bf7dc27",
                    "match": "https://api-prod.gambitprofit.com/api/matches/df850e71-4a85-41b9-a9e9-a11ee1fc9680/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-20T09:16:48.175686-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Florida Panthers",
                                "amount": 7735.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 2265.0
                            }
                        ],
                        "expected_reward_tokens": 9513.0,
                        "profit_sb": 13.0,
                        "profit_sb_percentage": 0.14,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a7d5f887-4f56-42ef-86bd-18ecc08fe51f",
                            "gambit_id": "f2d81dc2-115f-4695-8854-10b23b32d878",
                            "last_updated": "2023-02-21T09:31:47.935801-05:00",
                            "created_at": "2023-02-20T09:16:48.176875-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.23000",
                            "odds": "1.23810",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68135b06-7a41-41ed-a44f-a0cb7bf7dc27/?format=api"
                        },
                        {
                            "id": "18fe339e-746e-4cd2-b6e7-5fa6760c8cf3",
                            "gambit_id": "73d89bab-2a81-4ce2-a0c3-a10b4c48ff13",
                            "last_updated": "2023-02-21T09:31:47.936978-05:00",
                            "created_at": "2023-02-20T09:16:48.178102-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "4.20000",
                            "odds": "4.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68135b06-7a41-41ed-a44f-a0cb7bf7dc27/?format=api"
                        }
                    ]
                },
                {
                    "id": "ebf11e41-2a26-4f24-adb2-e4c945a84e84",
                    "match": "https://api-prod.gambitprofit.com/api/matches/df850e71-4a85-41b9-a9e9-a11ee1fc9680/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-20T09:16:48.171853-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Florida Panthers",
                                "amount": 6104.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5ab58a9b-4521-45ed-ae55-31f9130ce557",
                            "gambit_id": "941d4a6d-ea20-4c05-b11d-b7343679fde3",
                            "last_updated": "2023-02-21T09:31:47.932325-05:00",
                            "created_at": "2023-02-20T09:16:48.173099-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebf11e41-2a26-4f24-adb2-e4c945a84e84/?format=api"
                        },
                        {
                            "id": "c0b1bd6a-2824-468f-b7b9-5a338bd82c49",
                            "gambit_id": "95d6a9cc-4473-41d2-a79f-21b24589f5d1",
                            "last_updated": "2023-02-21T09:31:47.933496-05:00",
                            "created_at": "2023-02-20T09:16:48.174349-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebf11e41-2a26-4f24-adb2-e4c945a84e84/?format=api"
                        }
                    ]
                },
                {
                    "id": "fd8ce165-a521-4dab-9a70-17ca1c1c5f7c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/df850e71-4a85-41b9-a9e9-a11ee1fc9680/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-20T09:16:48.167570-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 7",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a6b9b509-0b82-4682-8639-fc1c2dc399ea",
                            "gambit_id": "312d05d2-f2dd-413f-8130-8e6d8fa6663a",
                            "last_updated": "2023-02-21T09:31:47.929896-05:00",
                            "created_at": "2023-02-20T09:16:48.170502-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd8ce165-a521-4dab-9a70-17ca1c1c5f7c/?format=api"
                        },
                        {
                            "id": "a62b6079-abe0-49a3-880d-cc47535a95fd",
                            "gambit_id": "f39270a3-a000-4c55-a732-0c7e901a868e",
                            "last_updated": "2023-02-21T09:31:47.928644-05:00",
                            "created_at": "2023-02-20T09:16:48.169124-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd8ce165-a521-4dab-9a70-17ca1c1c5f7c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6b86fff4-106a-4f07-9501-018180582043",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "39aa0805-8eb1-4e07-b647-5fcdaf6f9470",
            "completed": true,
            "last_updated": "2023-02-21T09:31:48.061719-05:00",
            "created_at": "2023-02-20T09:16:48.321574-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.1,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/39aa0805-8eb1-4e07-b647-5fcdaf6f9470",
            "datetime": "2023-02-20T13:07:00-05:00",
            "cutoff_datetime": "2023-02-20T13:07:00-05:00",
            "name": "Ottawa Senators v. Boston Bruins",
            "bettypes": [
                {
                    "id": "8f74f9de-0bd1-4285-a4c9-e40f40bb7b18",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6b86fff4-106a-4f07-9501-018180582043/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-20T09:16:48.331492-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston Bruins",
                                "amount": 7373.0
                            },
                            {
                                "team": "Ottawa Senators",
                                "amount": 2627.0
                            }
                        ],
                        "expected_reward_tokens": 9509.74,
                        "profit_sb": 9.74,
                        "profit_sb_percentage": 0.1,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4ad25369-ffef-4af1-9bfa-9981bdc3b81f",
                            "gambit_id": "e53c6ea5-61a2-4dd9-9647-f3d463f76a4f",
                            "last_updated": "2023-02-21T09:31:48.071693-05:00",
                            "created_at": "2023-02-20T09:16:48.332830-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.29000",
                            "odds": "1.30300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f74f9de-0bd1-4285-a4c9-e40f40bb7b18/?format=api"
                        },
                        {
                            "id": "503fabe7-7f4a-43fe-b1da-a55b310d47cb",
                            "gambit_id": "5558646b-1384-4bb9-8c68-0341769da2f3",
                            "last_updated": "2023-02-21T09:31:48.072861-05:00",
                            "created_at": "2023-02-20T09:16:48.334124-05:00",
                            "name": "Ottawa Senators",
                            "reward": "3.62000",
                            "odds": "3.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f74f9de-0bd1-4285-a4c9-e40f40bb7b18/?format=api"
                        }
                    ]
                },
                {
                    "id": "e3a1f9aa-eb96-4b5a-8b3b-406d02b4a342",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6b86fff4-106a-4f07-9501-018180582043/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-20T09:16:48.327563-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston Bruins",
                                "amount": 5521.0
                            },
                            {
                                "team": "Ottawa Senators",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b07dea54-3ba9-4991-8b2a-3bbb60b95052",
                            "gambit_id": "2fabc47f-f1b9-4cb7-9bc9-ab29de314359",
                            "last_updated": "2023-02-21T09:31:48.068166-05:00",
                            "created_at": "2023-02-20T09:16:48.328836-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a1f9aa-eb96-4b5a-8b3b-406d02b4a342/?format=api"
                        },
                        {
                            "id": "21d09ea9-5673-47cf-be13-d41ee661ca87",
                            "gambit_id": "8e9f828c-70a7-4027-b6da-49db1d342b91",
                            "last_updated": "2023-02-21T09:31:48.069352-05:00",
                            "created_at": "2023-02-20T09:16:48.330120-05:00",
                            "name": "Ottawa Senators",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a1f9aa-eb96-4b5a-8b3b-406d02b4a342/?format=api"
                        }
                    ]
                },
                {
                    "id": "846071d2-4a49-4921-9d25-22353648be89",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6b86fff4-106a-4f07-9501-018180582043/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-20T09:16:48.323608-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "adbc6303-ba0c-4f4a-8832-000824dae1a6",
                            "gambit_id": "e4a59920-5385-4d9f-9ce8-0d199e2b107c",
                            "last_updated": "2023-02-21T09:31:48.064553-05:00",
                            "created_at": "2023-02-20T09:16:48.324909-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846071d2-4a49-4921-9d25-22353648be89/?format=api"
                        },
                        {
                            "id": "047af3b1-495e-4979-ba87-3583ef786a19",
                            "gambit_id": "5b11ecef-ae5a-4a3e-88b3-3506c345a617",
                            "last_updated": "2023-02-21T09:31:48.065753-05:00",
                            "created_at": "2023-02-20T09:16:48.326210-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/846071d2-4a49-4921-9d25-22353648be89/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c32bbfa0-f8b2-442c-9d6a-f6b279ef1091",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "dab249a8-2899-47e4-9cb7-4ab0d28539ff",
            "completed": true,
            "last_updated": "2023-02-20T09:46:56.412210-05:00",
            "created_at": "2023-02-19T15:32:01.822518-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/dab249a8-2899-47e4-9cb7-4ab0d28539ff",
            "datetime": "2023-02-19T20:37:00-05:00",
            "cutoff_datetime": "2023-02-19T20:37:00-05:00",
            "name": "Columbus Blue Jackets v. Arizona Coyotes",
            "bettypes": [
                {
                    "id": "845c8db1-4091-4877-aa7f-1ac38ee1c2b6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c32bbfa0-f8b2-442c-9d6a-f6b279ef1091/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-19T15:32:01.832753-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arizona Coyotes",
                                "amount": 5419.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "11b293cc-841d-4257-9539-256f48af3a57",
                            "gambit_id": "91567b51-d02e-4c3c-b81c-662a4bb325bf",
                            "last_updated": "2023-02-20T09:46:56.421787-05:00",
                            "created_at": "2023-02-19T15:32:01.833978-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/845c8db1-4091-4877-aa7f-1ac38ee1c2b6/?format=api"
                        },
                        {
                            "id": "bcfe7789-e874-4338-869d-7b2e97bfdc51",
                            "gambit_id": "d652809c-59e3-4c57-8bf8-120a3266ef80",
                            "last_updated": "2023-02-20T09:46:56.422975-05:00",
                            "created_at": "2023-02-19T15:32:01.835258-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/845c8db1-4091-4877-aa7f-1ac38ee1c2b6/?format=api"
                        }
                    ]
                },
                {
                    "id": "c5f91117-f377-4a7a-9521-e5b042589d0e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c32bbfa0-f8b2-442c-9d6a-f6b279ef1091/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-19T15:32:01.828850-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 6667.0
                            },
                            {
                                "team": "Arizona Coyotes",
                                "amount": 3333.0
                            }
                        ],
                        "expected_reward_tokens": 9465.72,
                        "profit_sb": -34.28,
                        "profit_sb_percentage": -0.36,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7dd0b46e-1728-48c7-bf67-ddfc28ea819e",
                            "gambit_id": "2542813b-2b8c-4d97-b449-826cfcec1f5c",
                            "last_updated": "2023-02-20T09:46:56.419570-05:00",
                            "created_at": "2023-02-19T15:32:01.831371-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f91117-f377-4a7a-9521-e5b042589d0e/?format=api"
                        },
                        {
                            "id": "f9be1dc8-2fe8-4823-a388-585a7b356ec6",
                            "gambit_id": "cc8827dc-2869-46a7-97a3-142652bb53aa",
                            "last_updated": "2023-02-20T09:46:56.418405-05:00",
                            "created_at": "2023-02-19T15:32:01.830076-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f91117-f377-4a7a-9521-e5b042589d0e/?format=api"
                        }
                    ]
                },
                {
                    "id": "f0f644a0-3814-4d8e-9c3c-b5603519dc5b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c32bbfa0-f8b2-442c-9d6a-f6b279ef1091/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-19T15:32:01.824587-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "92473a59-6247-4ffd-bf74-519068e97735",
                            "gambit_id": "1d3a75b9-4cb1-4947-86ab-dc6c073c2224",
                            "last_updated": "2023-02-20T09:46:56.415011-05:00",
                            "created_at": "2023-02-19T15:32:01.826116-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f644a0-3814-4d8e-9c3c-b5603519dc5b/?format=api"
                        },
                        {
                            "id": "5f8d7a30-b344-4f2d-981f-d8322f106054",
                            "gambit_id": "6d1e5e67-dc87-4215-920a-ad0cf19ca778",
                            "last_updated": "2023-02-20T09:46:56.416163-05:00",
                            "created_at": "2023-02-19T15:32:01.827499-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f644a0-3814-4d8e-9c3c-b5603519dc5b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e4c35ef2-65bd-4b4e-bd80-c409103a9cc1",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "50bfd1e5-7f8b-411b-8f7f-66da0e6d6163",
            "completed": true,
            "last_updated": "2023-02-20T09:41:55.374266-05:00",
            "created_at": "2023-02-19T16:16:51.042303-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.2,
            "sport_category": "NBA All-Star Game",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/50bfd1e5-7f8b-411b-8f7f-66da0e6d6163",
            "datetime": "2023-02-19T20:30:00-05:00",
            "cutoff_datetime": "2023-02-19T20:30:00-05:00",
            "name": "Team Giannis v. Team LeBron",
            "bettypes": [
                {
                    "id": "0f7b0370-e7c3-42d5-9873-b668327ee43a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-19T16:16:51.052849-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Team LeBron",
                                "amount": 5610.0
                            },
                            {
                                "team": "Team Giannis",
                                "amount": 4390.0
                            }
                        ],
                        "expected_reward_tokens": 9480.9,
                        "profit_sb": -19.1,
                        "profit_sb_percentage": -0.2,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "73ec38aa-f7da-4e82-9300-2618acc513c4",
                            "gambit_id": "05d4936e-2508-4afa-8e06-78dc59468a57",
                            "last_updated": "2023-02-20T09:41:55.384150-05:00",
                            "created_at": "2023-02-19T16:16:51.054097-05:00",
                            "name": "Team LeBron",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f7b0370-e7c3-42d5-9873-b668327ee43a/?format=api"
                        },
                        {
                            "id": "f56d2f1b-9aef-4de7-804c-5c6ee57eba81",
                            "gambit_id": "2b00a1ef-abea-40af-9018-6dca461c0d45",
                            "last_updated": "2023-02-20T09:41:55.385379-05:00",
                            "created_at": "2023-02-19T16:16:51.055454-05:00",
                            "name": "Team Giannis",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f7b0370-e7c3-42d5-9873-b668327ee43a/?format=api"
                        }
                    ]
                },
                {
                    "id": "4c436b36-6806-436b-8fac-62d55556aeb3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-19T16:16:51.048862-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Team LeBron",
                                "amount": 5000.0
                            },
                            {
                                "team": "Team Giannis",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "268a242a-2aff-4c50-bb93-a1421fa6437e",
                            "gambit_id": "d84a40d1-4c57-45f1-aa4b-93fab22b83b9",
                            "last_updated": "2023-02-20T09:41:55.380534-05:00",
                            "created_at": "2023-02-19T16:16:51.050137-05:00",
                            "name": "Team LeBron",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c436b36-6806-436b-8fac-62d55556aeb3/?format=api"
                        },
                        {
                            "id": "af2b13c7-cc44-4908-b177-b6d902de46aa",
                            "gambit_id": "b30ee170-6286-45fb-ac73-2b0861ac9386",
                            "last_updated": "2023-02-20T09:41:55.381706-05:00",
                            "created_at": "2023-02-19T16:16:51.051456-05:00",
                            "name": "Team Giannis",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c436b36-6806-436b-8fac-62d55556aeb3/?format=api"
                        }
                    ]
                },
                {
                    "id": "5ebcbcc4-8cb0-4ed4-8ee5-df6b4a931478",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e4c35ef2-65bd-4b4e-bd80-c409103a9cc1/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-19T16:16:51.044410-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 325",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 325",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ce9ba207-480e-4e6f-9b40-9df91f241a5f",
                            "gambit_id": "091ff2af-d6f1-4c0a-b838-80bf784fd91b",
                            "last_updated": "2023-02-20T09:41:55.377069-05:00",
                            "created_at": "2023-02-19T16:16:51.046011-05:00",
                            "name": "Game Total Under 325",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "325.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ebcbcc4-8cb0-4ed4-8ee5-df6b4a931478/?format=api"
                        },
                        {
                            "id": "2a3de8cd-9aa4-4fff-99dd-cdf170091691",
                            "gambit_id": "01db09b5-59ca-438d-9ffc-5e48cf49ed21",
                            "last_updated": "2023-02-20T09:41:55.378216-05:00",
                            "created_at": "2023-02-19T16:16:51.047447-05:00",
                            "name": "Game Total Over 325",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "325.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ebcbcc4-8cb0-4ed4-8ee5-df6b4a931478/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ccb99d3e-bb81-47ef-b4b8-f898ac26f26f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "aecba323-e050-4e8e-b822-9ead411d2122",
            "completed": true,
            "last_updated": "2023-02-20T09:46:55.811046-05:00",
            "created_at": "2023-02-19T09:52:15.424783-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.36,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/aecba323-e050-4e8e-b822-9ead411d2122",
            "datetime": "2023-02-19T19:07:00-05:00",
            "cutoff_datetime": "2023-02-19T19:07:00-05:00",
            "name": "Winnipeg Jets v. New Jersey Devils",
            "bettypes": [
                {
                    "id": "9c34f56a-296a-463a-ba84-e6bf71a66dd7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ccb99d3e-bb81-47ef-b4b8-f898ac26f26f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-19T09:52:15.434470-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Jersey Devils",
                                "amount": 5212.0
                            },
                            {
                                "team": "Winnipeg Jets",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8363e8db-e42d-410e-84b7-d1ef7f517696",
                            "gambit_id": "20db1a7b-5b6d-4297-974d-3a93c77e97cb",
                            "last_updated": "2023-02-20T09:46:55.820582-05:00",
                            "created_at": "2023-02-19T09:52:15.435650-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c34f56a-296a-463a-ba84-e6bf71a66dd7/?format=api"
                        },
                        {
                            "id": "e5d9af56-2c49-4923-a24c-c9db2537d605",
                            "gambit_id": "5ab7c4ac-e696-4150-a08b-2ed1a704778e",
                            "last_updated": "2023-02-20T09:46:55.821650-05:00",
                            "created_at": "2023-02-19T09:52:15.436856-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c34f56a-296a-463a-ba84-e6bf71a66dd7/?format=api"
                        }
                    ]
                },
                {
                    "id": "7d08d65e-19bd-43a2-9619-395dad6840a0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ccb99d3e-bb81-47ef-b4b8-f898ac26f26f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-19T09:52:15.430666-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 6667.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 3333.0
                            }
                        ],
                        "expected_reward_tokens": 9465.72,
                        "profit_sb": -34.28,
                        "profit_sb_percentage": -0.36,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3e08482d-7adf-4cbb-921d-25e02dcfbf4e",
                            "gambit_id": "6022dd45-dee9-4459-a465-63d95570c0ac",
                            "last_updated": "2023-02-20T09:46:55.818394-05:00",
                            "created_at": "2023-02-19T09:52:15.433193-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d08d65e-19bd-43a2-9619-395dad6840a0/?format=api"
                        },
                        {
                            "id": "59ae00a2-987c-4278-ae2c-a33502d51926",
                            "gambit_id": "fba5bcd9-31e5-43e3-b1ad-3e4e99897ffe",
                            "last_updated": "2023-02-20T09:46:55.817306-05:00",
                            "created_at": "2023-02-19T09:52:15.431902-05:00",
                            "name": "New Jersey Devils",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d08d65e-19bd-43a2-9619-395dad6840a0/?format=api"
                        }
                    ]
                },
                {
                    "id": "65e2da6e-8253-4116-b795-ebf3bbc5fc2f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ccb99d3e-bb81-47ef-b4b8-f898ac26f26f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-19T09:52:15.426620-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "77e46607-ea58-4193-bc8e-21197fe2a371",
                            "gambit_id": "39ee1044-68d5-4ea4-92fb-24c9b2635eb7",
                            "last_updated": "2023-02-20T09:46:55.815022-05:00",
                            "created_at": "2023-02-19T09:52:15.429336-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e2da6e-8253-4116-b795-ebf3bbc5fc2f/?format=api"
                        },
                        {
                            "id": "2a65e457-f231-43b4-a1b5-158dee7f1373",
                            "gambit_id": "6a2a93d9-599a-4fc6-baf4-80b60013bad3",
                            "last_updated": "2023-02-20T09:46:55.813864-05:00",
                            "created_at": "2023-02-19T09:52:15.428075-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e2da6e-8253-4116-b795-ebf3bbc5fc2f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "77e1f7ed-5f25-40b4-959c-2107ca856902",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "69d02db5-f44d-4168-a9a2-46b17a8f81a3",
            "completed": true,
            "last_updated": "2023-02-20T09:46:56.261313-05:00",
            "created_at": "2023-02-19T09:52:15.273956-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.1,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/69d02db5-f44d-4168-a9a2-46b17a8f81a3",
            "datetime": "2023-02-19T18:07:00-05:00",
            "cutoff_datetime": "2023-02-19T18:07:00-05:00",
            "name": "Toronto Maple Leafs v. Chicago Blackhawks",
            "bettypes": [
                {
                    "id": "872a79d7-aebe-4454-b202-ed4857a160c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/77e1f7ed-5f25-40b4-959c-2107ca856902/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-19T09:52:15.283390-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 7259.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 2741.0
                            }
                        ],
                        "expected_reward_tokens": 9509.29,
                        "profit_sb": 9.29,
                        "profit_sb_percentage": 0.1,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c8460e83-3f76-4328-8c55-ae812aa5a9af",
                            "gambit_id": "a599ee40-8556-450e-8472-35faa67770ca",
                            "last_updated": "2023-02-20T09:46:56.272178-05:00",
                            "created_at": "2023-02-19T09:52:15.285982-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.31000",
                            "odds": "1.32260",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/872a79d7-aebe-4454-b202-ed4857a160c6/?format=api"
                        },
                        {
                            "id": "ba0f2c08-3e17-4ad6-85d2-bf7b6dfe4bd7",
                            "gambit_id": "24b575ce-f380-4d3f-b41d-06290bcbe55d",
                            "last_updated": "2023-02-20T09:46:56.271016-05:00",
                            "created_at": "2023-02-19T09:52:15.284690-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "3.47000",
                            "odds": "3.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/872a79d7-aebe-4454-b202-ed4857a160c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "6c1d1d5b-07ba-4e4e-9efa-5fc6a8a2d69d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/77e1f7ed-5f25-40b4-959c-2107ca856902/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-19T09:52:15.279585-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 5419.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0838ce54-6eb0-4438-bf94-752ec2d1c78d",
                            "gambit_id": "37ece204-6359-4b5f-aff9-7a4356daade5",
                            "last_updated": "2023-02-20T09:46:56.268750-05:00",
                            "created_at": "2023-02-19T09:52:15.282070-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1d1d5b-07ba-4e4e-9efa-5fc6a8a2d69d/?format=api"
                        },
                        {
                            "id": "d59b78fb-7cee-4124-8bc6-84ce473c6cb4",
                            "gambit_id": "cb175b93-9b58-4ec4-a2a3-5146e68ddcb6",
                            "last_updated": "2023-02-20T09:46:56.267518-05:00",
                            "created_at": "2023-02-19T09:52:15.280783-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c1d1d5b-07ba-4e4e-9efa-5fc6a8a2d69d/?format=api"
                        }
                    ]
                },
                {
                    "id": "919b4de3-6af0-4368-b403-911d30fc142b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/77e1f7ed-5f25-40b4-959c-2107ca856902/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-19T09:52:15.275753-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "60175ea9-9ed6-4839-9fff-430d01519ff6",
                            "gambit_id": "cd17e0f2-dd16-4bc5-bac8-5c169669b5cc",
                            "last_updated": "2023-02-20T09:46:56.264163-05:00",
                            "created_at": "2023-02-19T09:52:15.277018-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/919b4de3-6af0-4368-b403-911d30fc142b/?format=api"
                        },
                        {
                            "id": "fc54df0f-0bdf-4ca1-a084-32f7e7a534f5",
                            "gambit_id": "cf62e569-4f34-426b-b39b-36fadab57454",
                            "last_updated": "2023-02-20T09:46:56.265295-05:00",
                            "created_at": "2023-02-19T09:52:15.278295-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/919b4de3-6af0-4368-b403-911d30fc142b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8e20af0c-1882-43d0-9c94-73eff29a8211",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "87c626af-2f2f-4887-83df-a9e0164be21d",
            "completed": true,
            "last_updated": "2023-02-20T09:51:56.980323-05:00",
            "created_at": "2023-02-19T09:52:14.951445-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.06,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/87c626af-2f2f-4887-83df-a9e0164be21d",
            "datetime": "2023-02-19T14:07:00-05:00",
            "cutoff_datetime": "2023-02-19T14:07:00-05:00",
            "name": "Nashville Predators v. Minnesota Wild",
            "bettypes": [
                {
                    "id": "8c6ba4fa-4fc7-4194-a2a5-c04c0d2cbbea",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8e20af0c-1882-43d0-9c94-73eff29a8211/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-19T09:52:14.961674-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Wild",
                                "amount": 6235.0
                            },
                            {
                                "team": "Nashville Predators",
                                "amount": 3765.0
                            }
                        ],
                        "expected_reward_tokens": 9600.75,
                        "profit_sb": 100.75,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dc5b17dd-0325-4a29-840d-27477de23698",
                            "gambit_id": "99920a35-5645-4402-b470-9d9643d04c0c",
                            "last_updated": "2023-02-20T09:51:56.990180-05:00",
                            "created_at": "2023-02-19T09:52:14.962905-05:00",
                            "name": "Minnesota Wild",
                            "reward": "1.54000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c6ba4fa-4fc7-4194-a2a5-c04c0d2cbbea/?format=api"
                        },
                        {
                            "id": "5bbadadf-ed11-4abf-81f2-9132a1714a8f",
                            "gambit_id": "d5ba774b-f35b-4adf-905e-21043cc7d5fd",
                            "last_updated": "2023-02-20T09:51:56.991311-05:00",
                            "created_at": "2023-02-19T09:52:14.964227-05:00",
                            "name": "Nashville Predators",
                            "reward": "2.55000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c6ba4fa-4fc7-4194-a2a5-c04c0d2cbbea/?format=api"
                        }
                    ]
                },
                {
                    "id": "cc4b25c3-c092-4705-822c-b2c941a36f11",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8e20af0c-1882-43d0-9c94-73eff29a8211/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-19T09:52:14.957708-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville Predators",
                                "amount": 6025.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "03ae69bc-6484-4a42-a1ca-cd1b5e94e3fe",
                            "gambit_id": "6f759d3c-e5d4-491c-9db0-8dac96d96f22",
                            "last_updated": "2023-02-20T09:51:56.987868-05:00",
                            "created_at": "2023-02-19T09:52:14.960277-05:00",
                            "name": "Nashville Predators",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc4b25c3-c092-4705-822c-b2c941a36f11/?format=api"
                        },
                        {
                            "id": "97210478-ccb0-4596-a02a-9a1b1bde4921",
                            "gambit_id": "a38c62d8-d269-4265-be71-ee0b6ff0cb0c",
                            "last_updated": "2023-02-20T09:51:56.986689-05:00",
                            "created_at": "2023-02-19T09:52:14.958931-05:00",
                            "name": "Minnesota Wild",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc4b25c3-c092-4705-822c-b2c941a36f11/?format=api"
                        }
                    ]
                },
                {
                    "id": "1e3a5bd2-e8d3-44c3-a356-74e71a740eb2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8e20af0c-1882-43d0-9c94-73eff29a8211/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-19T09:52:14.953479-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f622b16a-7101-4621-8fb1-97a05b70ebb2",
                            "gambit_id": "8c1b9ce5-f49b-4e88-b599-d9b36785f59e",
                            "last_updated": "2023-02-20T09:51:56.983196-05:00",
                            "created_at": "2023-02-19T09:52:14.955024-05:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e3a5bd2-e8d3-44c3-a356-74e71a740eb2/?format=api"
                        },
                        {
                            "id": "0784504d-2b86-4edb-a511-c0266fff64d9",
                            "gambit_id": "0878fa1c-bca3-4b46-97bf-5fd491ca49e1",
                            "last_updated": "2023-02-20T09:51:56.984359-05:00",
                            "created_at": "2023-02-19T09:52:14.956415-05:00",
                            "name": "Game Total Over 5.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e3a5bd2-e8d3-44c3-a356-74e71a740eb2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fb52cb0d-c722-40dc-ab4e-4694965ca7ef",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a9822bee-5228-4636-9566-f174a20f1fe5",
            "completed": true,
            "last_updated": "2023-02-20T09:46:56.112562-05:00",
            "created_at": "2023-02-19T09:52:15.110796-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/a9822bee-5228-4636-9566-f174a20f1fe5",
            "datetime": "2023-02-19T14:07:00-05:00",
            "cutoff_datetime": "2023-02-19T14:07:00-05:00",
            "name": "St Louis Blues v. Ottawa Senators",
            "bettypes": [
                {
                    "id": "45b6ca1f-49a8-4913-9500-fed2920f7648",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fb52cb0d-c722-40dc-ab4e-4694965ca7ef/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-19T09:52:15.120207-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ottawa Senators",
                                "amount": 6104.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5b527e75-fd43-4c30-83c5-468998dc3d53",
                            "gambit_id": "1d411f09-881e-437e-b23f-64ab00cfdb3c",
                            "last_updated": "2023-02-20T09:46:56.121164-05:00",
                            "created_at": "2023-02-19T09:52:15.121403-05:00",
                            "name": "Ottawa Senators",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45b6ca1f-49a8-4913-9500-fed2920f7648/?format=api"
                        },
                        {
                            "id": "c5b2b376-4f6c-4aa0-bc68-0b37385cc22d",
                            "gambit_id": "c856cf08-78df-4797-8bcb-7f6fe43a5b36",
                            "last_updated": "2023-02-20T09:46:56.122152-05:00",
                            "created_at": "2023-02-19T09:52:15.122614-05:00",
                            "name": "St Louis Blues",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45b6ca1f-49a8-4913-9500-fed2920f7648/?format=api"
                        }
                    ]
                },
                {
                    "id": "4c68460c-d08c-4840-988b-2308093c20c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fb52cb0d-c722-40dc-ab4e-4694965ca7ef/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-19T09:52:15.116424-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "St Louis Blues",
                                "amount": 6025.0
                            },
                            {
                                "team": "Ottawa Senators",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c5d5bc19-910c-49cb-b94c-bd5de6cf8a5b",
                            "gambit_id": "fd2c88d2-3a88-4cf5-9f28-0d8367fab6a1",
                            "last_updated": "2023-02-20T09:46:56.119115-05:00",
                            "created_at": "2023-02-19T09:52:15.118877-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c68460c-d08c-4840-988b-2308093c20c6/?format=api"
                        },
                        {
                            "id": "82ba5924-c6e7-4e18-9687-ea377f6e2ccf",
                            "gambit_id": "0adfdffe-5849-4481-a9c1-9e3caa2df068",
                            "last_updated": "2023-02-20T09:46:56.118121-05:00",
                            "created_at": "2023-02-19T09:52:15.117630-05:00",
                            "name": "Ottawa Senators",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c68460c-d08c-4840-988b-2308093c20c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "7bb1b70f-4d65-40ae-8491-dce6a63b174a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fb52cb0d-c722-40dc-ab4e-4694965ca7ef/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-19T09:52:15.112509-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0b01a585-d06b-4f82-b14b-fddfb6bfb025",
                            "gambit_id": "1129c42a-e52d-4dea-b554-d0fd17f5092d",
                            "last_updated": "2023-02-20T09:46:56.115097-05:00",
                            "created_at": "2023-02-19T09:52:15.113758-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb1b70f-4d65-40ae-8491-dce6a63b174a/?format=api"
                        },
                        {
                            "id": "5d1676f5-00a3-4a1b-bded-6215353bb2fb",
                            "gambit_id": "728617ef-6292-45ff-abbf-e9c79313b156",
                            "last_updated": "2023-02-20T09:46:56.116118-05:00",
                            "created_at": "2023-02-19T09:52:15.115102-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb1b70f-4d65-40ae-8491-dce6a63b174a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e39e206a-bdc2-4b61-8498-84c0c40edb33",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b6581687-e316-4f45-b8a9-2effb5673d10",
            "completed": true,
            "last_updated": "2023-02-20T09:51:56.180925-05:00",
            "created_at": "2023-02-16T23:17:16.089189-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Nascar Daytona 500",
            "sport": "Motor Sports",
            "url": "https://app.gambitrewards.com/match/b6581687-e316-4f45-b8a9-2effb5673d10",
            "datetime": "2023-02-19T14:00:00-05:00",
            "cutoff_datetime": "2023-02-19T14:00:00-05:00",
            "name": "Nascar Daytona 500: To Win Outright",
            "bettypes": [
                {
                    "id": "c6ff3171-a8c8-4abd-81f1-61a1d2017ab9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e39e206a-bdc2-4b61-8498-84c0c40edb33/?format=api",
                    "name": "FreeForm",
                    "created_at": "2023-02-16T23:17:16.092185-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "no_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "lines": [
                        {
                            "id": "a9e64612-e4ff-4f10-b61f-3dcea82ecf82",
                            "gambit_id": "89d0ae67-a62e-4dec-b990-1ea4efe28a52",
                            "last_updated": "2023-02-20T09:51:56.227251-05:00",
                            "created_at": "2023-02-16T23:17:16.146856-05:00",
                            "name": "Ryan Blaney",
                            "reward": "12.52000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "9ea6d2bc-2088-4382-927a-3f20c718e4ea",
                            "gambit_id": "2e9d7f26-5c4d-4cd7-9571-f0a92ebb81d5",
                            "last_updated": "2023-02-20T09:51:56.223934-05:00",
                            "created_at": "2023-02-16T23:17:16.142610-05:00",
                            "name": "Chase Elliott",
                            "reward": "12.52000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "834f1767-98e3-41b7-9a74-fb88e728eb13",
                            "gambit_id": "aba406d6-4fb2-4e73-844e-ba456cc1ba00",
                            "last_updated": "2023-02-20T09:51:56.221836-05:00",
                            "created_at": "2023-02-16T23:17:16.140079-05:00",
                            "name": "Joey Logano",
                            "reward": "12.52000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "159b5501-698b-4782-bfee-64f9c3454100",
                            "gambit_id": "6c2260f1-1138-4314-bed5-53eec9cdbecf",
                            "last_updated": "2023-02-20T09:51:56.226133-05:00",
                            "created_at": "2023-02-16T23:17:16.145376-05:00",
                            "name": "Denny Hamlin",
                            "reward": "12.52000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "805a98e1-7d41-4ffd-b671-0a60918bcfbe",
                            "gambit_id": "a1e49231-382c-4bdb-8fa4-cd6343cffb6f",
                            "last_updated": "2023-02-20T09:51:56.225045-05:00",
                            "created_at": "2023-02-16T23:17:16.143866-05:00",
                            "name": "Kyle Larson",
                            "reward": "12.52000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "52a59367-6016-475a-b80c-d7d375842af6",
                            "gambit_id": "86c3931c-b6e1-41f7-934c-40f3181be01a",
                            "last_updated": "2023-02-20T09:51:56.222868-05:00",
                            "created_at": "2023-02-16T23:17:16.141350-05:00",
                            "name": "William Byron",
                            "reward": "14.44000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "e47713b4-f780-43ae-9eb0-42f88c8b4dd7",
                            "gambit_id": "c8e9c1bd-df48-466b-989f-39bd92f268cc",
                            "last_updated": "2023-02-20T09:51:56.218582-05:00",
                            "created_at": "2023-02-16T23:17:16.136266-05:00",
                            "name": "Kyle Busch",
                            "reward": "16.36000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "cc441cfd-ccdd-431b-8f03-a3c259c08b99",
                            "gambit_id": "ccb14626-1c61-4087-9fa6-5697e175b592",
                            "last_updated": "2023-02-20T09:51:56.220769-05:00",
                            "created_at": "2023-02-16T23:17:16.138775-05:00",
                            "name": "Ross Chastain",
                            "reward": "16.36000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "06aef3ed-aa9c-487b-8e49-83ab1e4687b7",
                            "gambit_id": "f04a912f-b958-4693-85bb-a3a219ec8bd2",
                            "last_updated": "2023-02-20T09:51:56.216490-05:00",
                            "created_at": "2023-02-16T23:17:16.133765-05:00",
                            "name": "Brad Keselowski",
                            "reward": "18.28000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "7d01b62e-6b0c-453d-a880-d0ad17ff92ef",
                            "gambit_id": "8ee8d7b8-d74d-48f7-b814-f89c9d472869",
                            "last_updated": "2023-02-20T09:51:56.219666-05:00",
                            "created_at": "2023-02-16T23:17:16.137502-05:00",
                            "name": "Darrell Wallace Jr.",
                            "reward": "18.28000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "920f439e-7d85-42b4-a06a-ecc3fd425509",
                            "gambit_id": "424b305f-2840-4680-b709-e40ec6a2de9e",
                            "last_updated": "2023-02-20T09:51:56.214412-05:00",
                            "created_at": "2023-02-16T23:17:16.131182-05:00",
                            "name": "Alex Bowman",
                            "reward": "20.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "d911097d-8456-42a0-978d-6178d219aa48",
                            "gambit_id": "1579c387-1043-48ad-9686-0874795301b0",
                            "last_updated": "2023-02-20T09:51:56.217533-05:00",
                            "created_at": "2023-02-16T23:17:16.134990-05:00",
                            "name": "Austin Cindric",
                            "reward": "20.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "9d67bb5b-a145-4aeb-aa05-4a6bf3123ca0",
                            "gambit_id": "5b5e55f9-3b5d-4b02-92ff-019da2e3ff0c",
                            "last_updated": "2023-02-20T09:51:56.202021-05:00",
                            "created_at": "2023-02-16T23:17:16.115521-05:00",
                            "name": "Aric Almirola",
                            "reward": "20.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "8d8d04c5-ec8c-4a0e-aa8d-b8314690cff3",
                            "gambit_id": "f1bf0de2-0759-44a0-808e-d43efef294b2",
                            "last_updated": "2023-02-20T09:51:56.215472-05:00",
                            "created_at": "2023-02-16T23:17:16.132518-05:00",
                            "name": "Tyler Reddick",
                            "reward": "22.12000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "21a041b0-c8f9-46f3-bd66-42e2ec899200",
                            "gambit_id": "b55ab575-95e7-42d0-824c-3042c2985391",
                            "last_updated": "2023-02-20T09:51:56.208070-05:00",
                            "created_at": "2023-02-16T23:17:16.123409-05:00",
                            "name": "Kevin Harvick",
                            "reward": "25.00000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "73fc6bbf-aea8-465e-ace2-199a118eb5ab",
                            "gambit_id": "f29512cf-78f1-4f26-a621-e2d9f0330cc2",
                            "last_updated": "2023-02-20T09:51:56.211202-05:00",
                            "created_at": "2023-02-16T23:17:16.127174-05:00",
                            "name": "Christopher Bell",
                            "reward": "25.00000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "ba5da83e-24bb-43eb-a376-fb53f4951dac",
                            "gambit_id": "60ab8e03-1f66-4589-9585-bab7838604dc",
                            "last_updated": "2023-02-20T09:51:56.213356-05:00",
                            "created_at": "2023-02-16T23:17:16.129930-05:00",
                            "name": "Ryan Preece",
                            "reward": "27.88000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "32d66141-c180-44fc-84e8-7fe674da8ad0",
                            "gambit_id": "19a5ee3f-df2b-4a14-9e8c-72a48ea44a29",
                            "last_updated": "2023-02-20T09:51:56.210118-05:00",
                            "created_at": "2023-02-16T23:17:16.125925-05:00",
                            "name": "Chris Buescher",
                            "reward": "27.88000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "00f2d85c-4e1d-4f97-979e-0abf0b705038",
                            "gambit_id": "10853c04-f71b-4eca-bc15-4f1806cf3d20",
                            "last_updated": "2023-02-20T09:51:56.207041-05:00",
                            "created_at": "2023-02-16T23:17:16.122149-05:00",
                            "name": "Chase Briscoe",
                            "reward": "27.88000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "6a540794-2953-4459-b8ee-d33e0ba213cc",
                            "gambit_id": "e393293e-d9aa-4f28-869b-88b1202ad822",
                            "last_updated": "2023-02-20T09:51:56.204990-05:00",
                            "created_at": "2023-02-16T23:17:16.119521-05:00",
                            "name": "Martin Truex Jr",
                            "reward": "27.88000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "3e148218-642b-4401-9388-2050680d48ed",
                            "gambit_id": "410541ec-cf98-44f1-b0b7-d2e2e5a758c3",
                            "last_updated": "2023-02-20T09:51:56.212307-05:00",
                            "created_at": "2023-02-16T23:17:16.128597-05:00",
                            "name": "Austin Dillon",
                            "reward": "27.88000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "931cef8f-d3ba-4f07-b8d8-90a98ed91c0c",
                            "gambit_id": "3ae0a01b-0200-461f-8c21-40d1cd888335",
                            "last_updated": "2023-02-20T09:51:56.209090-05:00",
                            "created_at": "2023-02-16T23:17:16.124695-05:00",
                            "name": "Ricky Stenhouse Jr",
                            "reward": "32.68000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "2c2679ee-6af3-465a-82b1-aa4b2228e8a7",
                            "gambit_id": "14199e93-c47d-4c4c-a287-9f8fa81ce0a5",
                            "last_updated": "2023-02-20T09:51:56.203996-05:00",
                            "created_at": "2023-02-16T23:17:16.118267-05:00",
                            "name": "Daniel Suarez",
                            "reward": "32.68000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "a19291a3-57eb-4ca1-b4f3-2c321ca22024",
                            "gambit_id": "172df815-1d3e-40e2-8b25-9d611ea8f398",
                            "last_updated": "2023-02-20T09:51:56.206005-05:00",
                            "created_at": "2023-02-16T23:17:16.120779-05:00",
                            "name": "Michael McDowell",
                            "reward": "32.68000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "53124783-7b38-4ebc-9fc7-4ea0716b6bbf",
                            "gambit_id": "0d55d902-10ec-45e2-9a3e-4f137d30d235",
                            "last_updated": "2023-02-20T09:51:56.199029-05:00",
                            "created_at": "2023-02-16T23:17:16.111531-05:00",
                            "name": "Erik Jones",
                            "reward": "32.68000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "9013e799-38fc-41f5-b3ba-9722cd772cdd",
                            "gambit_id": "e9ccdb0e-71d5-4629-af31-3280e2cdfe45",
                            "last_updated": "2023-02-20T09:51:56.201043-05:00",
                            "created_at": "2023-02-16T23:17:16.114269-05:00",
                            "name": "Justin Haley",
                            "reward": "39.40000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "a496bafe-e119-4c16-86f8-36ff6d919b33",
                            "gambit_id": "18f14e3d-875f-4f5e-a56e-a20201782072",
                            "last_updated": "2023-02-20T09:51:56.197064-05:00",
                            "created_at": "2023-02-16T23:17:16.108774-05:00",
                            "name": "Jimmie Johnson",
                            "reward": "39.40000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "2a0f8317-fb9c-4034-a7e2-02f4bf2ceda7",
                            "gambit_id": "cb1e3894-de60-43cf-865a-72f412cdce65",
                            "last_updated": "2023-02-20T09:51:56.202997-05:00",
                            "created_at": "2023-02-16T23:17:16.116929-05:00",
                            "name": "Ty Gibbs",
                            "reward": "49.00000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "427a3f25-0dfb-4271-a354-8ad3c6672b37",
                            "gambit_id": "f8045d7c-70d0-4718-b222-2de6149f30af",
                            "last_updated": "2023-02-20T09:51:56.194064-05:00",
                            "created_at": "2023-02-16T23:17:16.104942-05:00",
                            "name": "Harrison Burton",
                            "reward": "49.00000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "f684459c-edf1-429b-9bbe-5e02fe621287",
                            "gambit_id": "ce5b2f6a-f4b6-480e-9541-63cda0d81989",
                            "last_updated": "2023-02-20T09:51:56.200058-05:00",
                            "created_at": "2023-02-16T23:17:16.112961-05:00",
                            "name": "AJ Allmendinger",
                            "reward": "49.00000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "8187ca97-95b1-4e2b-b289-f6af8e7e42b0",
                            "gambit_id": "cf461e15-b1d7-4c02-a60a-79a5ba9d3d56",
                            "last_updated": "2023-02-20T09:51:56.198042-05:00",
                            "created_at": "2023-02-16T23:17:16.110036-05:00",
                            "name": "Noah Gragson",
                            "reward": "49.00000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "e4825c71-8784-429b-8e85-cbe267ad9fba",
                            "gambit_id": "8e038a0c-3a0c-4d95-aac8-f1d8a3e9090d",
                            "last_updated": "2023-02-20T09:51:56.190124-05:00",
                            "created_at": "2023-02-16T23:17:16.099391-05:00",
                            "name": "Todd Gilliland",
                            "reward": "49.00000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "b3df50f2-9f4a-4859-acad-022eba5077a6",
                            "gambit_id": "013ac717-f375-4785-971e-4e0449f02b14",
                            "last_updated": "2023-02-20T09:51:56.196071-05:00",
                            "created_at": "2023-02-16T23:17:16.107506-05:00",
                            "name": "Corey Lajoie",
                            "reward": "64.36000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "09ba9c85-5f92-4d89-b009-0923a58590b7",
                            "gambit_id": "595093db-357a-4e77-abf1-a8971e423b74",
                            "last_updated": "2023-02-20T09:51:56.193085-05:00",
                            "created_at": "2023-02-16T23:17:16.103524-05:00",
                            "name": "Austin Hill",
                            "reward": "77.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "40001f79-7a9c-4ddd-b26c-bfd967c8eb8c",
                            "gambit_id": "6b7e62cb-529a-4f40-bdf6-03cf62569324",
                            "last_updated": "2023-02-20T09:51:56.191111-05:00",
                            "created_at": "2023-02-16T23:17:16.100716-05:00",
                            "name": "David Ragan",
                            "reward": "77.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "01681025-91a0-4e6b-acf4-e8cbc6491217",
                            "gambit_id": "050f9551-adf7-4e3f-b011-d82e184f6996",
                            "last_updated": "2023-02-20T09:51:56.192100-05:00",
                            "created_at": "2023-02-16T23:17:16.102079-05:00",
                            "name": "Zane Smith",
                            "reward": "97.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "e8dd83b8-c1c8-4316-a1d3-ee468289ea63",
                            "gambit_id": "af4ac547-0a6d-45f3-933a-f6c9fd96e187",
                            "last_updated": "2023-02-20T09:51:56.195074-05:00",
                            "created_at": "2023-02-16T23:17:16.106237-05:00",
                            "name": "Ty Dillon",
                            "reward": "145.00000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "adbd7025-a486-49fc-a5a5-768960963a48",
                            "gambit_id": "3cc3b6f5-6d7c-4b7b-8d2a-c527c09a7a23",
                            "last_updated": "2023-02-20T09:51:56.189153-05:00",
                            "created_at": "2023-02-16T23:17:16.098074-05:00",
                            "name": "Helio Castroneves",
                            "reward": "145.00000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "8462b4e5-b54c-4692-bb0e-4195ad4b6142",
                            "gambit_id": "39161c77-b93e-495c-932e-ff3f7db65a65",
                            "last_updated": "2023-02-20T09:51:56.186160-05:00",
                            "created_at": "2023-02-16T23:17:16.093827-05:00",
                            "name": "Travis Pastrana",
                            "reward": "193.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "9a565f38-66b3-4802-9cdf-471b316838ca",
                            "gambit_id": "b7181c2b-edf3-4149-8aca-b12073d0a1e7",
                            "last_updated": "2023-02-20T09:51:56.185180-05:00",
                            "created_at": "2023-02-17T18:42:18.188981-05:00",
                            "name": "Riley Herbst",
                            "reward": "193.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "c271eab2-8f5a-43db-a065-022c76c59f9c",
                            "gambit_id": "d10ac6df-3e22-411b-b466-2d8310f78b7e",
                            "last_updated": "2023-02-20T09:51:56.188170-05:00",
                            "created_at": "2023-02-16T23:17:16.096723-05:00",
                            "name": "Cody Ware",
                            "reward": "289.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "0db1ae7f-2c4c-46ce-a4ce-a38c4f6131b4",
                            "gambit_id": "d505a81f-f277-4d4e-9b32-4721587580e2",
                            "last_updated": "2023-02-20T09:51:56.184175-05:00",
                            "created_at": "2023-02-17T18:42:18.186585-05:00",
                            "name": "Conor Daly",
                            "reward": "289.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        },
                        {
                            "id": "6b525084-7b9c-48a0-88e0-f8dbc36e749c",
                            "gambit_id": "b439db12-405e-4da9-9037-597ec6ec0cfb",
                            "last_updated": "2023-02-20T09:51:56.187174-05:00",
                            "created_at": "2023-02-16T23:17:16.095284-05:00",
                            "name": "BJ McLeod",
                            "reward": "289.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ff3171-a8c8-4abd-81f1-61a1d2017ab9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "db5c2c8c-1db9-49a3-a49e-dfdc906886c8",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "10a8b5fb-f37e-43ea-88a4-87dec8e67a02",
            "completed": true,
            "last_updated": "2023-02-20T09:51:56.662442-05:00",
            "created_at": "2023-02-17T10:31:55.882944-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.91,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/10a8b5fb-f37e-43ea-88a4-87dec8e67a02",
            "datetime": "2023-02-19T11:30:00-05:00",
            "cutoff_datetime": "2023-02-19T11:30:00-05:00",
            "name": "Tottenham v. West Ham United",
            "bettypes": [
                {
                    "id": "3d3d78cb-934a-4245-8e34-5bbf887e2f74",
                    "match": "https://api-prod.gambitprofit.com/api/matches/db5c2c8c-1db9-49a3-a49e-dfdc906886c8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-17T10:31:55.888809-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Tottenham",
                                "amount": 6479.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3521.0
                            }
                        ],
                        "expected_reward_tokens": 11724.93,
                        "profit_sb": 2224.93,
                        "profit_sb_percentage": 23.42,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tottenham",
                                "amount": 5137.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2792.0
                            },
                            {
                                "team": "West Ham United",
                                "amount": 2071.0
                            }
                        ],
                        "expected_reward_tokens": 9297.36,
                        "profit_sb": -202.64,
                        "profit_sb_percentage": -2.13,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e5ce1391-5969-48fe-b21d-f511e6e4ca2d",
                            "gambit_id": "374e1186-bbda-418d-98a2-bd20e95f1155",
                            "last_updated": "2023-02-20T09:51:56.669082-05:00",
                            "created_at": "2023-02-17T10:31:55.890066-05:00",
                            "name": "Tottenham",
                            "reward": "1.81000",
                            "odds": "1.83000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d3d78cb-934a-4245-8e34-5bbf887e2f74/?format=api"
                        },
                        {
                            "id": "a139b370-e1bf-4190-bd12-a56b080adbda",
                            "gambit_id": "5840267c-8583-4281-9631-cfd57fc27380",
                            "last_updated": "2023-02-20T09:51:56.671346-05:00",
                            "created_at": "2023-02-17T10:31:55.892667-05:00",
                            "name": "Draw",
                            "reward": "3.33000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d3d78cb-934a-4245-8e34-5bbf887e2f74/?format=api"
                        },
                        {
                            "id": "9b09366a-40c8-4b42-8ee4-20a00cbda4a8",
                            "gambit_id": "3442900d-4087-488f-8dba-6a7e401d99e2",
                            "last_updated": "2023-02-20T09:51:56.670213-05:00",
                            "created_at": "2023-02-17T10:31:55.891361-05:00",
                            "name": "West Ham United",
                            "reward": "4.49000",
                            "odds": "4.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d3d78cb-934a-4245-8e34-5bbf887e2f74/?format=api"
                        }
                    ]
                },
                {
                    "id": "c489340c-1c70-408d-b607-4d9e8078abef",
                    "match": "https://api-prod.gambitprofit.com/api/matches/db5c2c8c-1db9-49a3-a49e-dfdc906886c8/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-17T10:31:55.884822-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5387.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4613.0
                            }
                        ],
                        "expected_reward_tokens": 9318.26,
                        "profit_sb": -181.74,
                        "profit_sb_percentage": -1.91,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5349fab9-d16d-4b5a-8436-9b04e6f70d63",
                            "gambit_id": "926ed2e1-a04d-425d-ae26-3ac6767e33bb",
                            "last_updated": "2023-02-20T09:51:56.665462-05:00",
                            "created_at": "2023-02-17T10:31:55.886142-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.73000",
                            "odds": "1.75000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c489340c-1c70-408d-b607-4d9e8078abef/?format=api"
                        },
                        {
                            "id": "e76c0e32-6ba5-4914-9ea8-c6fd6b493f83",
                            "gambit_id": "a74312fe-c539-4020-90c2-df40f2154a25",
                            "last_updated": "2023-02-20T09:51:56.666652-05:00",
                            "created_at": "2023-02-17T10:31:55.887457-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c489340c-1c70-408d-b607-4d9e8078abef/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c55395b4-52e3-4af3-84e2-0a705bf1c168",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "093448e2-7133-4099-aa8f-db37e5f4bfb4",
            "completed": true,
            "last_updated": "2023-02-20T09:51:56.826167-05:00",
            "created_at": "2023-02-17T10:31:55.729313-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.84,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/093448e2-7133-4099-aa8f-db37e5f4bfb4",
            "datetime": "2023-02-19T09:00:00-05:00",
            "cutoff_datetime": "2023-02-19T09:00:00-05:00",
            "name": "Manchester United v. Leicester City",
            "bettypes": [
                {
                    "id": "1508e184-324b-4fe2-bd76-d9ad8d32cd79",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c55395b4-52e3-4af3-84e2-0a705bf1c168/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-17T10:31:55.735148-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Manchester United",
                                "amount": 7376.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2624.0
                            }
                        ],
                        "expected_reward_tokens": 11283.2,
                        "profit_sb": 1783.2,
                        "profit_sb_percentage": 18.77,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester United",
                                "amount": 6095.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2169.0
                            },
                            {
                                "team": "Leicester City",
                                "amount": 1737.0
                            }
                        ],
                        "expected_reward_tokens": 9325.35,
                        "profit_sb": -174.65,
                        "profit_sb_percentage": -1.84,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "94f40461-7b4a-4df9-a3c5-4f52a17aea00",
                            "gambit_id": "79e96344-60d1-44ec-9eee-2af78601fff0",
                            "last_updated": "2023-02-20T09:51:56.834275-05:00",
                            "created_at": "2023-02-17T10:31:55.737778-05:00",
                            "name": "Manchester United",
                            "reward": "1.53000",
                            "odds": "1.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1508e184-324b-4fe2-bd76-d9ad8d32cd79/?format=api"
                        },
                        {
                            "id": "bb87533a-d5ae-46df-866c-03c172b45e9d",
                            "gambit_id": "2e4982f6-bc8e-47d9-a7c7-e61e7aa51a1e",
                            "last_updated": "2023-02-20T09:51:56.835406-05:00",
                            "created_at": "2023-02-17T10:31:55.739012-05:00",
                            "name": "Draw",
                            "reward": "4.30000",
                            "odds": "4.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1508e184-324b-4fe2-bd76-d9ad8d32cd79/?format=api"
                        },
                        {
                            "id": "de9d1628-0a13-44eb-8695-2cda6e33dfe0",
                            "gambit_id": "a0fff984-53f6-4f21-a766-3a62d376b11b",
                            "last_updated": "2023-02-20T09:51:56.833138-05:00",
                            "created_at": "2023-02-17T10:31:55.736498-05:00",
                            "name": "Leicester City",
                            "reward": "5.37000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1508e184-324b-4fe2-bd76-d9ad8d32cd79/?format=api"
                        }
                    ]
                },
                {
                    "id": "1b290b12-c506-46db-87da-55d50ab3cedb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c55395b4-52e3-4af3-84e2-0a705bf1c168/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-17T10:31:55.731055-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5885.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4115.0
                            }
                        ],
                        "expected_reward_tokens": 9298.3,
                        "profit_sb": -201.7,
                        "profit_sb_percentage": -2.12,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8d705d6e-4bdd-4300-b382-2dc52631b6b0",
                            "gambit_id": "4f5a66f5-ac57-454e-86f3-a42c73e96b76",
                            "last_updated": "2023-02-20T09:51:56.830691-05:00",
                            "created_at": "2023-02-17T10:31:55.733818-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.58000",
                            "odds": "1.60000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b290b12-c506-46db-87da-55d50ab3cedb/?format=api"
                        },
                        {
                            "id": "cfcedb1c-eaa0-40de-a5e1-daf2a03df842",
                            "gambit_id": "d9a3379f-b02f-49f4-88e3-8862fe4965f2",
                            "last_updated": "2023-02-20T09:51:56.829395-05:00",
                            "created_at": "2023-02-17T10:31:55.732398-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.26000",
                            "odds": "2.30000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b290b12-c506-46db-87da-55d50ab3cedb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fc89127c-e678-4f1a-8f86-d81c0663141f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6546e6aa-0cab-43a8-9619-8cfb46f0640a",
            "completed": true,
            "last_updated": "2023-02-19T09:57:20.415389-05:00",
            "created_at": "2023-02-18T09:07:15.591684-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.84,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/6546e6aa-0cab-43a8-9619-8cfb46f0640a",
            "datetime": "2023-02-18T22:37:00-05:00",
            "cutoff_datetime": "2023-02-18T22:37:00-05:00",
            "name": "Detroit Red Wings v. Seattle Kraken",
            "bettypes": [
                {
                    "id": "df511fa1-4152-4ded-b43c-70afecdc0ac6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fc89127c-e678-4f1a-8f86-d81c0663141f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:07:15.597403-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Seattle Kraken",
                                "amount": 6173.0
                            },
                            {
                                "team": "Detroit Red Wings",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "192c7405-3ac5-4a2b-8a2b-9851bf2902d7",
                            "gambit_id": "0010497c-2f3f-4598-894b-c2fcd18bf0a7",
                            "last_updated": "2023-02-19T09:57:20.425181-05:00",
                            "created_at": "2023-02-18T09:07:15.598865-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df511fa1-4152-4ded-b43c-70afecdc0ac6/?format=api"
                        },
                        {
                            "id": "8f938396-a442-4aa9-905a-3d13c46aced3",
                            "gambit_id": "e19df974-c588-4d07-82a7-1573cc91150b",
                            "last_updated": "2023-02-19T09:57:20.426326-05:00",
                            "created_at": "2023-02-18T09:07:15.600696-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df511fa1-4152-4ded-b43c-70afecdc0ac6/?format=api"
                        }
                    ]
                },
                {
                    "id": "9227cdf6-4e24-4af4-99c2-dd4ca255b1de",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fc89127c-e678-4f1a-8f86-d81c0663141f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-18T09:07:15.593294-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Red Wings",
                                "amount": 6025.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d910571f-0e9d-4cad-be3b-7fd67a6d98da",
                            "gambit_id": "9916472c-c0d0-42d5-9fa8-184c10c18e28",
                            "last_updated": "2023-02-19T09:57:20.422848-05:00",
                            "created_at": "2023-02-18T09:07:15.596062-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9227cdf6-4e24-4af4-99c2-dd4ca255b1de/?format=api"
                        },
                        {
                            "id": "fa4beb72-aa0e-4ca8-aa16-2d3596bd6c87",
                            "gambit_id": "10ee5ad9-a6e0-4f8f-a70d-8452b59716bd",
                            "last_updated": "2023-02-19T09:57:20.421695-05:00",
                            "created_at": "2023-02-18T09:07:15.594539-05:00",
                            "name": "Seattle Kraken",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9227cdf6-4e24-4af4-99c2-dd4ca255b1de/?format=api"
                        }
                    ]
                },
                {
                    "id": "cc99cff0-7a8f-492f-bd0f-b65d5803da85",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fc89127c-e678-4f1a-8f86-d81c0663141f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T10:02:29.290212-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "91589af9-373c-4d86-9915-22b157caf9ef",
                            "gambit_id": "c10e1004-c090-4898-b547-1522c1c9c3d8",
                            "last_updated": "2023-02-19T09:57:20.419357-05:00",
                            "created_at": "2023-02-18T10:02:29.293197-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc99cff0-7a8f-492f-bd0f-b65d5803da85/?format=api"
                        },
                        {
                            "id": "3f5cabcc-188d-46f7-a69b-c5911569d36d",
                            "gambit_id": "7fc9ed9e-1c47-4f07-921a-16bb6b41c9da",
                            "last_updated": "2023-02-19T09:57:20.418199-05:00",
                            "created_at": "2023-02-18T10:02:29.291673-05:00",
                            "name": "Game Total Under 6",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc99cff0-7a8f-492f-bd0f-b65d5803da85/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "63254ce0-9002-428b-a5b6-0b9965a550e6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "840ea102-f1bc-409f-af21-bff397b26143",
            "completed": true,
            "last_updated": "2023-02-19T15:57:16.829745-05:00",
            "created_at": "2023-02-18T14:37:15.237939-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/840ea102-f1bc-409f-af21-bff397b26143",
            "datetime": "2023-02-18T22:37:00-05:00",
            "cutoff_datetime": "2023-02-18T22:37:00-05:00",
            "name": "Tampa Bay Lightning v. Vegas Golden Knights",
            "bettypes": [
                {
                    "id": "54616417-3879-48ed-9b37-e76af006c002",
                    "match": "https://api-prod.gambitprofit.com/api/matches/63254ce0-9002-428b-a5b6-0b9965a550e6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T14:37:15.248670-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 5419.0
                            },
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "76fd79d6-2bf1-4369-bf8a-1e0c963d5cb0",
                            "gambit_id": "f5c30928-22ed-4983-91d8-075ebdca2f6e",
                            "last_updated": "2023-02-19T15:57:16.841708-05:00",
                            "created_at": "2023-02-18T14:37:15.251508-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54616417-3879-48ed-9b37-e76af006c002/?format=api"
                        },
                        {
                            "id": "adc9e01d-8da9-432e-bcc7-ea6a2a1310de",
                            "gambit_id": "b416c3ff-a286-49a0-85b0-9673d2cd2dff",
                            "last_updated": "2023-02-19T15:57:16.840437-05:00",
                            "created_at": "2023-02-18T14:37:15.250051-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54616417-3879-48ed-9b37-e76af006c002/?format=api"
                        }
                    ]
                },
                {
                    "id": "5ed1edb8-d0cf-4fc9-9b09-164e0c48e55b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/63254ce0-9002-428b-a5b6-0b9965a550e6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-18T14:37:15.244730-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 6721.0
                            },
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 3279.0
                            }
                        ],
                        "expected_reward_tokens": 9476.31,
                        "profit_sb": -23.69,
                        "profit_sb_percentage": -0.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c2b1dc07-375a-48fc-b8fd-00a442e689c4",
                            "gambit_id": "2a47562a-b606-43e9-bc53-a32975df124e",
                            "last_updated": "2023-02-19T15:57:16.836715-05:00",
                            "created_at": "2023-02-18T14:37:15.245986-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "1.41000",
                            "odds": "1.42550",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed1edb8-d0cf-4fc9-9b09-164e0c48e55b/?format=api"
                        },
                        {
                            "id": "2825253c-4974-439b-883c-48d1ff4b03e9",
                            "gambit_id": "706d6c29-ccd9-446a-8d7a-38c5d93f3220",
                            "last_updated": "2023-02-19T15:57:16.837950-05:00",
                            "created_at": "2023-02-18T14:37:15.247277-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "2.89000",
                            "odds": "2.95000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ed1edb8-d0cf-4fc9-9b09-164e0c48e55b/?format=api"
                        }
                    ]
                },
                {
                    "id": "da2e9007-f9e1-47ff-86f4-5989d439332f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/63254ce0-9002-428b-a5b6-0b9965a550e6/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T14:37:15.240285-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ff7e4fe8-712e-43d5-9a0f-e0f9a5ae7d52",
                            "gambit_id": "2b2e4c5e-e8f0-491f-a7db-76dfbb36bbc0",
                            "last_updated": "2023-02-19T15:57:16.832767-05:00",
                            "created_at": "2023-02-18T14:37:15.241889-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da2e9007-f9e1-47ff-86f4-5989d439332f/?format=api"
                        },
                        {
                            "id": "19df9f1e-58b8-498b-b366-7031ad94c3ae",
                            "gambit_id": "c1126550-9d5e-4cb8-b8d7-e144c54b8c21",
                            "last_updated": "2023-02-19T15:57:16.834159-05:00",
                            "created_at": "2023-02-18T14:37:15.243350-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da2e9007-f9e1-47ff-86f4-5989d439332f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "57757f35-52fe-42a5-9dee-7b028df28190",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d0392d95-c2c3-4212-ac4f-565bebe5e477",
            "completed": true,
            "last_updated": "2023-02-19T15:57:14.539773-05:00",
            "created_at": "2023-02-18T09:07:15.440550-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d0392d95-c2c3-4212-ac4f-565bebe5e477",
            "datetime": "2023-02-18T22:37:00-05:00",
            "cutoff_datetime": "2023-02-18T22:37:00-05:00",
            "name": "Arizona Coyotes v. Los Angeles Kings",
            "bettypes": [
                {
                    "id": "b197e924-823a-458d-8030-69bfbae1e885",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57757f35-52fe-42a5-9dee-7b028df28190/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:07:15.452433-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Kings",
                                "amount": 6667.0
                            },
                            {
                                "team": "Arizona Coyotes",
                                "amount": 3333.0
                            }
                        ],
                        "expected_reward_tokens": 9465.72,
                        "profit_sb": -34.28,
                        "profit_sb_percentage": -0.36,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c8bcb628-3513-4b74-b500-199c800852bc",
                            "gambit_id": "44e46b28-56a6-4efc-bc2e-89d0f04c2700",
                            "last_updated": "2023-02-19T15:57:14.550201-05:00",
                            "created_at": "2023-02-18T09:07:15.453667-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b197e924-823a-458d-8030-69bfbae1e885/?format=api"
                        },
                        {
                            "id": "292c435e-4897-4153-9969-7f57cf656c3d",
                            "gambit_id": "4205aa11-f622-456d-bfe8-49584405ad1d",
                            "last_updated": "2023-02-19T15:57:14.551392-05:00",
                            "created_at": "2023-02-18T09:07:15.454963-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b197e924-823a-458d-8030-69bfbae1e885/?format=api"
                        }
                    ]
                },
                {
                    "id": "46865358-3d0d-42ad-859e-9dddbf889fb9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57757f35-52fe-42a5-9dee-7b028df28190/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-18T09:07:15.448113-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arizona Coyotes",
                                "amount": 5419.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ba864883-d2a4-4d25-a0b1-678138b933aa",
                            "gambit_id": "1c55ead4-82df-4457-8931-34bc7e840878",
                            "last_updated": "2023-02-19T15:57:14.547561-05:00",
                            "created_at": "2023-02-18T09:07:15.451039-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46865358-3d0d-42ad-859e-9dddbf889fb9/?format=api"
                        },
                        {
                            "id": "1e199023-d0e4-4caa-b345-5e2039e6f9d0",
                            "gambit_id": "bf087625-fdd2-44b1-bf5d-f7901b509f42",
                            "last_updated": "2023-02-19T15:57:14.546367-05:00",
                            "created_at": "2023-02-18T09:07:15.449567-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46865358-3d0d-42ad-859e-9dddbf889fb9/?format=api"
                        }
                    ]
                },
                {
                    "id": "0a952524-fc91-4a8e-8531-5fea02897c83",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57757f35-52fe-42a5-9dee-7b028df28190/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:07:15.442411-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d14b9286-fe63-49be-b40e-86f16960d6fb",
                            "gambit_id": "5ac11b4d-e7f5-4c46-b1a4-b85da115a5f6",
                            "last_updated": "2023-02-19T15:57:14.542695-05:00",
                            "created_at": "2023-02-18T09:07:15.444264-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a952524-fc91-4a8e-8531-5fea02897c83/?format=api"
                        },
                        {
                            "id": "e59a3f48-4425-4789-8163-4ddf12987c8d",
                            "gambit_id": "e5983277-7d23-47b4-99cc-a27668387495",
                            "last_updated": "2023-02-19T15:57:14.543898-05:00",
                            "created_at": "2023-02-18T09:07:15.446065-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a952524-fc91-4a8e-8531-5fea02897c83/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7af01d66-7a52-4bbd-9e65-fa8069f6b76e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d89173aa-3ebf-41ed-8050-b29b76735c38",
            "completed": true,
            "last_updated": "2023-02-19T15:57:14.392824-05:00",
            "created_at": "2023-02-18T09:07:15.125106-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.39,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d89173aa-3ebf-41ed-8050-b29b76735c38",
            "datetime": "2023-02-18T22:07:00-05:00",
            "cutoff_datetime": "2023-02-18T22:07:00-05:00",
            "name": "New York Rangers v. Calgary Flames",
            "bettypes": [
                {
                    "id": "27d216ec-dc02-406f-9756-5a6faf744712",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7af01d66-7a52-4bbd-9e65-fa8069f6b76e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:07:15.135213-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 5610.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 4390.0
                            }
                        ],
                        "expected_reward_tokens": 9480.9,
                        "profit_sb": -19.1,
                        "profit_sb_percentage": -0.2,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "77b2acf2-c94e-41f0-b12b-1331d4228156",
                            "gambit_id": "3c704ec8-a439-4da2-8f04-0aa648f43dcb",
                            "last_updated": "2023-02-19T15:57:14.403471-05:00",
                            "created_at": "2023-02-18T09:07:15.136477-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d216ec-dc02-406f-9756-5a6faf744712/?format=api"
                        },
                        {
                            "id": "04ccf960-148e-45f9-b9b3-e1730140a69f",
                            "gambit_id": "66d5a624-2869-45f7-b0e0-6a62a2d4bf12",
                            "last_updated": "2023-02-19T15:57:14.404718-05:00",
                            "created_at": "2023-02-18T09:07:15.137817-05:00",
                            "name": "New York Rangers",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d216ec-dc02-406f-9756-5a6faf744712/?format=api"
                        }
                    ]
                },
                {
                    "id": "c70375b5-2f5c-4e8b-8edf-b688a799cc32",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7af01d66-7a52-4bbd-9e65-fa8069f6b76e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-18T09:07:15.131021-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Rangers",
                                "amount": 6401.0
                            },
                            {
                                "team": "Calgary Flames",
                                "amount": 3599.0
                            }
                        ],
                        "expected_reward_tokens": 9537.35,
                        "profit_sb": 37.35,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a34afe53-5af0-4edc-970a-8348bbfa8895",
                            "gambit_id": "368a05ba-e4d5-4747-814a-548dbd52b4b9",
                            "last_updated": "2023-02-19T15:57:14.400966-05:00",
                            "created_at": "2023-02-18T09:07:15.133742-05:00",
                            "name": "New York Rangers",
                            "reward": "1.49000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c70375b5-2f5c-4e8b-8edf-b688a799cc32/?format=api"
                        },
                        {
                            "id": "080dc4dd-753a-4b13-b78e-51b05828cfcb",
                            "gambit_id": "6f2f1155-d03a-49b2-a168-1f1369489fdb",
                            "last_updated": "2023-02-19T15:57:14.399680-05:00",
                            "created_at": "2023-02-18T09:07:15.132362-05:00",
                            "name": "Calgary Flames",
                            "reward": "2.65000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c70375b5-2f5c-4e8b-8edf-b688a799cc32/?format=api"
                        }
                    ]
                },
                {
                    "id": "af2e6707-565e-4fe1-a25d-fe0e62495538",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7af01d66-7a52-4bbd-9e65-fa8069f6b76e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:07:15.126908-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7ec48da6-8849-49ba-833c-183cf2d5c32d",
                            "gambit_id": "e69ee4d9-6c6b-4941-9801-4aa26c1c4b5d",
                            "last_updated": "2023-02-19T15:57:14.397187-05:00",
                            "created_at": "2023-02-18T09:07:15.129538-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2e6707-565e-4fe1-a25d-fe0e62495538/?format=api"
                        },
                        {
                            "id": "20a97dcb-a560-4cf1-ae83-4196b79682dd",
                            "gambit_id": "86cdbde5-2a0b-4a4b-9c02-e43ea0088f4a",
                            "last_updated": "2023-02-19T15:57:14.395856-05:00",
                            "created_at": "2023-02-18T09:07:15.128231-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af2e6707-565e-4fe1-a25d-fe0e62495538/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2367a08c-0f93-4788-a8de-d27eb36c2d68",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c66f2956-59c5-45a6-b86a-dac70f2b1de5",
            "completed": true,
            "last_updated": "2023-02-19T15:57:15.459204-05:00",
            "created_at": "2023-02-18T09:07:15.279127-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.17,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/c66f2956-59c5-45a6-b86a-dac70f2b1de5",
            "datetime": "2023-02-18T22:07:00-05:00",
            "cutoff_datetime": "2023-02-18T22:07:00-05:00",
            "name": "Philadelphia Flyers v. Vancouver Canucks",
            "bettypes": [
                {
                    "id": "05d45962-af70-4d4a-8b02-fbf66c6af3d5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2367a08c-0f93-4788-a8de-d27eb36c2d68/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:07:15.289034-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vancouver Canucks",
                                "amount": 5316.0
                            },
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "58c7c5f1-dda8-44ac-b01d-d1a85ab23b00",
                            "gambit_id": "58dab655-5b46-4177-86f3-65d5f24cda82",
                            "last_updated": "2023-02-19T15:57:15.469765-05:00",
                            "created_at": "2023-02-18T09:07:15.290344-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d45962-af70-4d4a-8b02-fbf66c6af3d5/?format=api"
                        },
                        {
                            "id": "44d1b8fd-1a79-4327-ba63-094cbb469f50",
                            "gambit_id": "0b6611fe-abe0-4e14-b39e-fdf008c6032b",
                            "last_updated": "2023-02-19T15:57:15.470992-05:00",
                            "created_at": "2023-02-18T09:07:15.291702-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d45962-af70-4d4a-8b02-fbf66c6af3d5/?format=api"
                        }
                    ]
                },
                {
                    "id": "871892cd-00a6-48e4-b853-aa6600f914ad",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2367a08c-0f93-4788-a8de-d27eb36c2d68/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-18T09:07:15.284960-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 6774.0
                            },
                            {
                                "team": "Vancouver Canucks",
                                "amount": 3226.0
                            }
                        ],
                        "expected_reward_tokens": 9483.6,
                        "profit_sb": -16.4,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5d691608-d51c-40c2-a849-d4de477405fb",
                            "gambit_id": "ff3df4b9-720f-4d21-9958-09db10890bf4",
                            "last_updated": "2023-02-19T15:57:15.467276-05:00",
                            "created_at": "2023-02-18T09:07:15.287615-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "1.40000",
                            "odds": "1.41670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/871892cd-00a6-48e4-b853-aa6600f914ad/?format=api"
                        },
                        {
                            "id": "ad66d323-5889-41b4-bc74-2bd6338d778a",
                            "gambit_id": "1d65d457-571b-4b8c-8923-5701168c51f1",
                            "last_updated": "2023-02-19T15:57:15.466046-05:00",
                            "created_at": "2023-02-18T09:07:15.286237-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "2.94000",
                            "odds": "3.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/871892cd-00a6-48e4-b853-aa6600f914ad/?format=api"
                        }
                    ]
                },
                {
                    "id": "ceeb2d4a-0890-48fb-92c8-5f2dadace275",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2367a08c-0f93-4788-a8de-d27eb36c2d68/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:07:15.280891-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5419.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5f4a74a9-9e36-4298-ba4c-0b9f1f7a05f0",
                            "gambit_id": "4d07c0ea-aa23-45de-9310-f85be8aecde3",
                            "last_updated": "2023-02-19T15:57:15.463629-05:00",
                            "created_at": "2023-02-18T09:07:15.283541-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceeb2d4a-0890-48fb-92c8-5f2dadace275/?format=api"
                        },
                        {
                            "id": "67ed4faa-d502-4dff-8ffe-8981ccb15768",
                            "gambit_id": "c521a588-a6b2-4c0c-9137-09dc0ab3c236",
                            "last_updated": "2023-02-19T15:57:15.462425-05:00",
                            "created_at": "2023-02-18T09:07:15.282198-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceeb2d4a-0890-48fb-92c8-5f2dadace275/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "28b1f883-d223-4154-80bf-271c089c1a96",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "0e7bdedb-339e-49e7-8c4a-bedeecde79bf",
            "completed": true,
            "last_updated": "2023-02-19T16:02:15.562662-05:00",
            "created_at": "2023-02-18T09:07:14.976692-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.59,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/0e7bdedb-339e-49e7-8c4a-bedeecde79bf",
            "datetime": "2023-02-18T20:07:00-05:00",
            "cutoff_datetime": "2023-02-18T20:07:00-05:00",
            "name": "Washington Capitals v. Carolina Hurricanes",
            "bettypes": [
                {
                    "id": "6b3d97ae-1db7-43cc-a5f9-b887d459c9a7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28b1f883-d223-4154-80bf-271c089c1a96/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:07:14.986540-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 6401.0
                            },
                            {
                                "team": "Washington Capitals",
                                "amount": 3599.0
                            }
                        ],
                        "expected_reward_tokens": 9537.35,
                        "profit_sb": 37.35,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8fb5d62d-5c48-441a-9d6d-202add8a8ba5",
                            "gambit_id": "2212c511-1f55-42e1-acb4-fbe6bd997a7b",
                            "last_updated": "2023-02-19T16:02:15.574062-05:00",
                            "created_at": "2023-02-18T09:07:14.987711-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.49000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b3d97ae-1db7-43cc-a5f9-b887d459c9a7/?format=api"
                        },
                        {
                            "id": "70a5466c-322f-4a97-92aa-642fb7d215ec",
                            "gambit_id": "564fa185-dc16-475a-aa73-a17d7ff0e481",
                            "last_updated": "2023-02-19T16:02:15.575322-05:00",
                            "created_at": "2023-02-18T09:07:14.989011-05:00",
                            "name": "Washington Capitals",
                            "reward": "2.65000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b3d97ae-1db7-43cc-a5f9-b887d459c9a7/?format=api"
                        }
                    ]
                },
                {
                    "id": "75987d1e-9545-47f2-9000-4bad85f29dac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28b1f883-d223-4154-80bf-271c089c1a96/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-18T09:07:14.982718-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Capitals",
                                "amount": 5863.0
                            },
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 4137.0
                            }
                        ],
                        "expected_reward_tokens": 9556.47,
                        "profit_sb": 56.47,
                        "profit_sb_percentage": 0.59,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "55c302af-223a-4911-ba62-abf38bd1de8c",
                            "gambit_id": "00919161-9009-4b2d-a82c-59b345c8a9a6",
                            "last_updated": "2023-02-19T16:02:15.571661-05:00",
                            "created_at": "2023-02-18T09:07:14.985206-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.63000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75987d1e-9545-47f2-9000-4bad85f29dac/?format=api"
                        },
                        {
                            "id": "257cf9ac-a0a8-4317-a559-304e6d101ca5",
                            "gambit_id": "2f8a4de9-47c5-4038-b15c-b64165f999f9",
                            "last_updated": "2023-02-19T16:02:15.570478-05:00",
                            "created_at": "2023-02-18T09:07:14.983915-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "2.31000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75987d1e-9545-47f2-9000-4bad85f29dac/?format=api"
                        }
                    ]
                },
                {
                    "id": "22c8b97e-25dd-4ff7-ba3d-7eef3b01a622",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28b1f883-d223-4154-80bf-271c089c1a96/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:07:14.978552-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b4613117-ab18-4dae-bb8b-89fa8b4d2249",
                            "gambit_id": "28d64313-9a64-4534-8e30-413d7242cf71",
                            "last_updated": "2023-02-19T16:02:15.565656-05:00",
                            "created_at": "2023-02-18T09:07:14.980041-05:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c8b97e-25dd-4ff7-ba3d-7eef3b01a622/?format=api"
                        },
                        {
                            "id": "439fa6ef-bb32-4f2b-a911-ed7b2a4aa15f",
                            "gambit_id": "6774a1d5-39b3-4508-90e7-a18f4910c9c5",
                            "last_updated": "2023-02-19T16:02:15.567938-05:00",
                            "created_at": "2023-02-18T09:07:14.981382-05:00",
                            "name": "Game Total Over 5.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c8b97e-25dd-4ff7-ba3d-7eef3b01a622/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8922090e-298d-40c9-b5f8-b43d5bd76400",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "45a4816b-d5ab-4283-a66f-1407c20b39c9",
            "completed": true,
            "last_updated": "2023-02-19T16:37:18.205587-05:00",
            "created_at": "2023-02-18T09:12:05.298053-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -10.89,
            "sport_category": "NBA All-Star Props",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/45a4816b-d5ab-4283-a66f-1407c20b39c9",
            "datetime": "2023-02-18T20:00:00-05:00",
            "cutoff_datetime": "2023-02-18T20:00:00-05:00",
            "name": "2023 All Star Weekend: To win the Skills Challenge",
            "bettypes": [
                {
                    "id": "9973312b-bd8a-4eba-915b-2f267c742685",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8922090e-298d-40c9-b5f8-b43d5bd76400/?format=api",
                    "name": "FreeForm",
                    "created_at": "2023-02-18T09:12:05.300203-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Team Jazz",
                                "amount": 5659.0
                            },
                            {
                                "team": "Team Rookies",
                                "amount": 4341.0
                            }
                        ],
                        "expected_reward_tokens": 10242.79,
                        "profit_sb": 742.79,
                        "profit_sb_percentage": 7.82,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Team Jazz",
                                "amount": 4678.0
                            },
                            {
                                "team": "Team Rookies",
                                "amount": 3587.0
                            },
                            {
                                "team": "Team Antetokounmpo",
                                "amount": 1735.0
                            }
                        ],
                        "expected_reward_tokens": 8465.32,
                        "profit_sb": -1034.68,
                        "profit_sb_percentage": -10.89,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0a2ae62c-9b06-434a-bf1c-fb9e304c0fd2",
                            "gambit_id": "bdb226ea-2df2-465c-85f6-9e2f3697e936",
                            "last_updated": "2023-02-19T16:37:18.209543-05:00",
                            "created_at": "2023-02-18T09:12:05.303301-05:00",
                            "name": "Team Jazz",
                            "reward": "1.81000",
                            "odds": "1.83000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
                        },
                        {
                            "id": "d99bc5ca-80ff-4e40-9720-627430291b63",
                            "gambit_id": "238944f9-ad85-4022-b5ab-bf4ef000e815",
                            "last_updated": "2023-02-19T16:37:18.208331-05:00",
                            "created_at": "2023-02-18T09:12:05.301842-05:00",
                            "name": "Team Rookies",
                            "reward": "2.36000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
                        },
                        {
                            "id": "05c445ab-f356-4549-b814-1ca4eeb7beb6",
                            "gambit_id": "b4a2f64b-a0ab-4aa3-89df-943edf9ba596",
                            "last_updated": "2023-02-19T16:37:18.210723-05:00",
                            "created_at": "2023-02-18T09:12:05.304685-05:00",
                            "name": "Team Antetokounmpo",
                            "reward": "4.88000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "221ab596-0e92-448c-99c9-b382dc4fbe66",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3e1fd2ff-989a-4e0a-bddb-ffb0e379f301",
            "completed": true,
            "last_updated": "2023-02-19T16:37:18.348215-05:00",
            "created_at": "2023-02-18T09:12:05.436952-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "NBA All-Star Props",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/3e1fd2ff-989a-4e0a-bddb-ffb0e379f301",
            "datetime": "2023-02-18T20:00:00-05:00",
            "cutoff_datetime": "2023-02-18T20:00:00-05:00",
            "name": "2023 All Star Weekend: To win the 3-Point Contest",
            "bettypes": [
                {
                    "id": "e5fb1536-ceb6-42ba-b577-7a1394f67e11",
                    "match": "https://api-prod.gambitprofit.com/api/matches/221ab596-0e92-448c-99c9-b382dc4fbe66/?format=api",
                    "name": "FreeForm",
                    "created_at": "2023-02-18T09:12:05.438738-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "no_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "lines": [
                        {
                            "id": "29ce8aa5-dfe8-4ac2-93c8-cec859008d86",
                            "gambit_id": "328ef88d-2615-47a4-9771-a86dde9c2b30",
                            "last_updated": "2023-02-19T16:37:18.358902-05:00",
                            "created_at": "2023-02-18T09:12:05.448570-05:00",
                            "name": "Anfernee Simons",
                            "reward": "0.03000",
                            "odds": "0.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        },
                        {
                            "id": "4545f881-8905-4a54-a6e7-5361a90dda18",
                            "gambit_id": "f76d08c1-4f17-4492-ba76-df0efaf73d3c",
                            "last_updated": "2023-02-19T16:37:18.361498-05:00",
                            "created_at": "2023-02-18T09:12:05.451307-05:00",
                            "name": "Buddy Hield",
                            "reward": "4.88000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        },
                        {
                            "id": "e4d2b13e-2f7b-4191-9527-545b04a333fd",
                            "gambit_id": "36984fa4-1b94-4c56-8506-4fd24b72cfb2",
                            "last_updated": "2023-02-19T16:37:18.360202-05:00",
                            "created_at": "2023-02-18T09:12:05.449879-05:00",
                            "name": "Damian Lillard",
                            "reward": "5.37000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        },
                        {
                            "id": "8fce875a-bf45-41ce-9e46-a623136f2d53",
                            "gambit_id": "7c7b2718-928a-4036-8c49-200bd9bb2657",
                            "last_updated": "2023-02-19T16:37:18.357684-05:00",
                            "created_at": "2023-02-18T09:12:05.447267-05:00",
                            "name": "Jayson Tatum",
                            "reward": "5.85000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        },
                        {
                            "id": "d13362ad-0d52-419c-9253-d207f15414f8",
                            "gambit_id": "867ca77f-15a1-42b8-b7bb-f3d36844a76f",
                            "last_updated": "2023-02-19T16:37:18.356387-05:00",
                            "created_at": "2023-02-18T09:12:05.445961-05:00",
                            "name": "Kevin Huerter",
                            "reward": "5.85000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        },
                        {
                            "id": "eeba0c95-4e51-4352-8f43-c6eb73e26d35",
                            "gambit_id": "d2ab19c4-068c-4750-b25c-4e662ec5b44f",
                            "last_updated": "2023-02-19T16:37:18.353901-05:00",
                            "created_at": "2023-02-18T09:12:05.443099-05:00",
                            "name": "Tyler Herro",
                            "reward": "6.82000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        },
                        {
                            "id": "895d9278-de3a-4b25-bbf1-b1a15be5ba4f",
                            "gambit_id": "9b7e5a9a-513e-40db-ae3a-545d2b89a3e8",
                            "last_updated": "2023-02-19T16:37:18.351352-05:00",
                            "created_at": "2023-02-18T09:12:05.440186-05:00",
                            "name": "Lauri Markkanen",
                            "reward": "7.31000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        },
                        {
                            "id": "2cee9a5c-0d80-47c9-bcc1-4a700b494d51",
                            "gambit_id": "79b89a61-7c28-4df7-9c9d-a5262afac89c",
                            "last_updated": "2023-02-19T16:37:18.355107-05:00",
                            "created_at": "2023-02-18T09:12:05.444614-05:00",
                            "name": "Tyrese Haliburton",
                            "reward": "7.31000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        },
                        {
                            "id": "f96b9b10-f3d4-446c-ac39-558f8b516d5c",
                            "gambit_id": "be6c06b9-45e6-4e40-9580-d19f18a78d78",
                            "last_updated": "2023-02-19T16:37:18.352645-05:00",
                            "created_at": "2023-02-18T09:12:05.441748-05:00",
                            "name": "Julius Randle",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb1536-ceb6-42ba-b577-7a1394f67e11/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "376a9b06-2486-497a-8304-b6b5d0983903",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c5f78bcd-93e2-4641-8795-79f8a99a31b9",
            "completed": true,
            "last_updated": "2023-02-19T16:02:15.394729-05:00",
            "created_at": "2023-02-18T09:07:14.822713-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.14,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/c5f78bcd-93e2-4641-8795-79f8a99a31b9",
            "datetime": "2023-02-18T19:07:00-05:00",
            "cutoff_datetime": "2023-02-18T19:07:00-05:00",
            "name": "Montreal Canadiens v. Toronto Maple Leafs",
            "bettypes": [
                {
                    "id": "7628bce6-397e-4f61-85aa-f00c86c5bda0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/376a9b06-2486-497a-8304-b6b5d0983903/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:07:14.832376-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 7735.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 2265.0
                            }
                        ],
                        "expected_reward_tokens": 9513.0,
                        "profit_sb": 13.0,
                        "profit_sb_percentage": 0.14,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "81e85493-4dcc-4a2b-b546-3341b97053f2",
                            "gambit_id": "e45e0ac9-3409-40a5-bea7-b28bd3d888bf",
                            "last_updated": "2023-02-19T16:02:15.405303-05:00",
                            "created_at": "2023-02-18T09:07:14.833632-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.23000",
                            "odds": "1.23810",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7628bce6-397e-4f61-85aa-f00c86c5bda0/?format=api"
                        },
                        {
                            "id": "2a16114a-960a-4ba5-b1d5-7e51861b2c07",
                            "gambit_id": "b76e4245-73f6-4e66-9ce0-ea8ca5f15b1f",
                            "last_updated": "2023-02-19T16:02:15.406513-05:00",
                            "created_at": "2023-02-18T09:07:14.834994-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "4.20000",
                            "odds": "4.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7628bce6-397e-4f61-85aa-f00c86c5bda0/?format=api"
                        }
                    ]
                },
                {
                    "id": "7c8819e1-dba6-4a03-a870-631cba3e2190",
                    "match": "https://api-prod.gambitprofit.com/api/matches/376a9b06-2486-497a-8304-b6b5d0983903/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-18T09:07:14.828442-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 5696.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9511.84,
                        "profit_sb": 11.84,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c3c3c7a6-aae8-4a74-8093-b0e1dc119348",
                            "gambit_id": "b67f8da7-8c67-498c-93c8-23379d645534",
                            "last_updated": "2023-02-19T16:02:15.401585-05:00",
                            "created_at": "2023-02-18T09:07:14.829658-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.67000",
                            "odds": "1.68970",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8819e1-dba6-4a03-a870-631cba3e2190/?format=api"
                        },
                        {
                            "id": "48f5089f-5c23-4ff6-9021-d89b88cee9ee",
                            "gambit_id": "9c21ecde-94e7-44e0-9b4c-cb8c8268ad31",
                            "last_updated": "2023-02-19T16:02:15.402746-05:00",
                            "created_at": "2023-02-18T09:07:14.830996-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8819e1-dba6-4a03-a870-631cba3e2190/?format=api"
                        }
                    ]
                },
                {
                    "id": "30abaadd-fdf1-4ded-80e9-22db3873e35d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/376a9b06-2486-497a-8304-b6b5d0983903/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:07:14.824453-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9d5b3d80-a54b-4941-afc8-53b1ba010f73",
                            "gambit_id": "d246ba30-804d-411d-aa06-4c64cd81d592",
                            "last_updated": "2023-02-19T16:02:15.399200-05:00",
                            "created_at": "2023-02-18T09:07:14.827062-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30abaadd-fdf1-4ded-80e9-22db3873e35d/?format=api"
                        },
                        {
                            "id": "a5ec4e86-437f-4609-ba62-33fc39656c47",
                            "gambit_id": "3808fd5a-7093-4e34-9d8b-1d3e1adce5c2",
                            "last_updated": "2023-02-19T16:02:15.397938-05:00",
                            "created_at": "2023-02-18T09:07:14.825731-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30abaadd-fdf1-4ded-80e9-22db3873e35d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6c295d96-8446-4015-bf0e-d8b90323ad21",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1a9b8616-2ab1-4da9-a823-6a62158116c0",
            "completed": true,
            "last_updated": "2023-02-19T16:27:11.960749-05:00",
            "created_at": "2023-02-18T09:42:14.370705-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.6,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/1a9b8616-2ab1-4da9-a823-6a62158116c0",
            "datetime": "2023-02-18T19:00:00-05:00",
            "cutoff_datetime": "2023-02-18T19:00:00-05:00",
            "name": "Jordan Wright v. Zac Pauga",
            "bettypes": [
                {
                    "id": "b4b4c87e-2a5b-4a5b-96fc-f7e547961240",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c295d96-8446-4015-bf0e-d8b90323ad21/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:42:14.377011-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Zac Pauga",
                                "amount": 6925.0
                            },
                            {
                                "team": "Jordan Wright",
                                "amount": 3075.0
                            }
                        ],
                        "expected_reward_tokens": 9348.0,
                        "profit_sb": -152.0,
                        "profit_sb_percentage": -1.6,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fe646134-f322-4535-a49e-613eb903aefb",
                            "gambit_id": "e273cae9-7633-4ace-80b1-6191fc7e3e24",
                            "last_updated": "2023-02-19T16:27:11.967231-05:00",
                            "created_at": "2023-02-18T09:42:14.378185-05:00",
                            "name": "Zac Pauga",
                            "reward": "1.35000",
                            "odds": "1.35710",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4b4c87e-2a5b-4a5b-96fc-f7e547961240/?format=api"
                        },
                        {
                            "id": "d3bd4ee3-f3be-4ee6-86d9-9274a4639619",
                            "gambit_id": "918cb17d-0755-4096-a177-3395bea9752e",
                            "last_updated": "2023-02-19T16:27:11.968436-05:00",
                            "created_at": "2023-02-18T09:42:14.379535-05:00",
                            "name": "Jordan Wright",
                            "reward": "3.04000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4b4c87e-2a5b-4a5b-96fc-f7e547961240/?format=api"
                        }
                    ]
                },
                {
                    "id": "1df1bf33-dff1-421b-a936-9d10d5ab6e14",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c295d96-8446-4015-bf0e-d8b90323ad21/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:42:14.372622-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Under 1.5",
                                "amount": 6051.0
                            },
                            {
                                "team": "Total Rounds Over 1.5",
                                "amount": 3949.0
                            }
                        ],
                        "expected_reward_tokens": 9318.54,
                        "profit_sb": -181.46,
                        "profit_sb_percentage": -1.91,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "093a4526-a9ad-493e-8390-e8290ed6d0e1",
                            "gambit_id": "bbca5021-90b9-4f21-a154-939c370a88ac",
                            "last_updated": "2023-02-19T16:27:11.963596-05:00",
                            "created_at": "2023-02-18T09:42:14.374226-05:00",
                            "name": "Total Rounds Under 1.5",
                            "reward": "1.54000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df1bf33-dff1-421b-a936-9d10d5ab6e14/?format=api"
                        },
                        {
                            "id": "3f0566a3-a5dc-4aac-af1a-fcfd4ca7d8b9",
                            "gambit_id": "b0b0887f-2cb3-4e90-be41-59b76c362cdd",
                            "last_updated": "2023-02-19T16:27:11.964886-05:00",
                            "created_at": "2023-02-18T09:42:14.375663-05:00",
                            "name": "Total Rounds Over 1.5",
                            "reward": "2.36000",
                            "odds": "2.40000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df1bf33-dff1-421b-a936-9d10d5ab6e14/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "753c25b2-1e99-40f9-89b0-98350034df0e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "856f84c1-40ea-4d27-975a-05489eae582a",
            "completed": true,
            "last_updated": "2023-02-19T16:32:15.976519-05:00",
            "created_at": "2023-02-18T09:42:14.234676-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.05,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/856f84c1-40ea-4d27-975a-05489eae582a",
            "datetime": "2023-02-18T19:00:00-05:00",
            "cutoff_datetime": "2023-02-18T19:00:00-05:00",
            "name": "Josh Parisian v. Jamal Pogues",
            "bettypes": [
                {
                    "id": "f5d37f34-2c30-4879-b58d-d39019051d42",
                    "match": "https://api-prod.gambitprofit.com/api/matches/753c25b2-1e99-40f9-89b0-98350034df0e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:42:14.236623-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Jamal Pogues",
                                "amount": 6553.0
                            },
                            {
                                "team": "Josh Parisian",
                                "amount": 3447.0
                            }
                        ],
                        "expected_reward_tokens": 9305.26,
                        "profit_sb": -194.74,
                        "profit_sb_percentage": -2.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4408677e-4b1c-4ab6-b152-be3129cac8af",
                            "gambit_id": "87123ac8-9d9b-41ea-a895-34615dee377e",
                            "last_updated": "2023-02-19T16:32:15.980866-05:00",
                            "created_at": "2023-02-18T09:42:14.237976-05:00",
                            "name": "Jamal Pogues",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d37f34-2c30-4879-b58d-d39019051d42/?format=api"
                        },
                        {
                            "id": "5604e25b-3cf0-416b-9262-5214169fc6e2",
                            "gambit_id": "da8bf6f7-6254-4689-be8d-52173ad5e5ca",
                            "last_updated": "2023-02-19T16:32:15.984898-05:00",
                            "created_at": "2023-02-18T09:42:14.239236-05:00",
                            "name": "Josh Parisian",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d37f34-2c30-4879-b58d-d39019051d42/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bcb5f0e7-d14b-4f14-84cf-3b356ff6de8d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ad981a6a-24c5-4ca2-8d6a-3e27cab31628",
            "completed": true,
            "last_updated": "2023-02-19T16:27:12.264944-05:00",
            "created_at": "2023-02-18T09:42:14.673971-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.93,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/ad981a6a-24c5-4ca2-8d6a-3e27cab31628",
            "datetime": "2023-02-18T19:00:00-05:00",
            "cutoff_datetime": "2023-02-18T19:00:00-05:00",
            "name": "Erin Blanchfield v. Jessica Andrade",
            "bettypes": [
                {
                    "id": "eda2108e-6c54-434c-a064-424b677e0663",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcb5f0e7-d14b-4f14-84cf-3b356ff6de8d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:42:14.679996-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Jessica Andrade",
                                "amount": 5095.0
                            },
                            {
                                "team": "Erin Blanchfield",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9221.4,
                        "profit_sb": -278.6,
                        "profit_sb_percentage": -2.93,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "53f3ed44-118e-4f84-a1d2-6ccd92e4dbb0",
                            "gambit_id": "651d6c09-7859-408f-88cf-278637d0aeba",
                            "last_updated": "2023-02-19T16:27:12.271514-05:00",
                            "created_at": "2023-02-18T09:42:14.683868-05:00",
                            "name": "Jessica Andrade",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda2108e-6c54-434c-a064-424b677e0663/?format=api"
                        },
                        {
                            "id": "95c893d0-f586-4c7c-8808-46f756f80f02",
                            "gambit_id": "31527bec-4838-4a38-94f0-132a6a1932eb",
                            "last_updated": "2023-02-19T16:27:12.273188-05:00",
                            "created_at": "2023-02-18T09:42:14.685425-05:00",
                            "name": "Erin Blanchfield",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda2108e-6c54-434c-a064-424b677e0663/?format=api"
                        }
                    ]
                },
                {
                    "id": "2386d3f2-a616-46d0-8180-48307446a7bd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcb5f0e7-d14b-4f14-84cf-3b356ff6de8d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:42:14.675736-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 2.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9200.0,
                        "profit_sb": -300.0,
                        "profit_sb_percentage": -3.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "31f0c080-8da1-4c79-b42d-8a0a3890297e",
                            "gambit_id": "4df85fba-0ac7-4cfc-87ca-06928b824658",
                            "last_updated": "2023-02-19T16:27:12.268977-05:00",
                            "created_at": "2023-02-18T09:42:14.678409-05:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2386d3f2-a616-46d0-8180-48307446a7bd/?format=api"
                        },
                        {
                            "id": "87bc56de-9dc6-406b-82a0-bce9c7624954",
                            "gambit_id": "45d582f3-62ef-4a26-8bbd-3709c6dd8521",
                            "last_updated": "2023-02-19T16:27:12.267712-05:00",
                            "created_at": "2023-02-18T09:42:14.677090-05:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2386d3f2-a616-46d0-8180-48307446a7bd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f6de953b-02e3-4a0e-83fa-099696709ab4",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5d9211c8-a195-4744-976d-bfa5c30cc08f",
            "completed": true,
            "last_updated": "2023-02-19T16:32:15.846789-05:00",
            "created_at": "2023-02-18T09:42:14.093651-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.54,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/5d9211c8-a195-4744-976d-bfa5c30cc08f",
            "datetime": "2023-02-18T19:00:00-05:00",
            "cutoff_datetime": "2023-02-18T19:00:00-05:00",
            "name": "Marcin Prachnio v. William Knight",
            "bettypes": [
                {
                    "id": "7d56e382-f68b-4c60-bdc4-6019973bd614",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f6de953b-02e3-4a0e-83fa-099696709ab4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:42:14.102691-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "William Knight",
                                "amount": 5095.0
                            },
                            {
                                "team": "Marcin Prachnio",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9221.4,
                        "profit_sb": -278.6,
                        "profit_sb_percentage": -2.93,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8379d23f-0524-431a-95e5-354e2ca6798c",
                            "gambit_id": "837bb418-efc9-4a35-a0e0-837f195a8b25",
                            "last_updated": "2023-02-19T16:32:15.853273-05:00",
                            "created_at": "2023-02-18T09:42:14.104587-05:00",
                            "name": "William Knight",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d56e382-f68b-4c60-bdc4-6019973bd614/?format=api"
                        },
                        {
                            "id": "ef14d77e-1724-40c4-a3fc-fa2658baf3c0",
                            "gambit_id": "919499cc-52d0-4ee5-a725-5f5460ddab1a",
                            "last_updated": "2023-02-19T16:32:15.854470-05:00",
                            "created_at": "2023-02-18T09:42:14.106537-05:00",
                            "name": "Marcin Prachnio",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d56e382-f68b-4c60-bdc4-6019973bd614/?format=api"
                        }
                    ]
                },
                {
                    "id": "3ecd1c12-90ad-4dc2-a9eb-d0c7d0cf996e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f6de953b-02e3-4a0e-83fa-099696709ab4/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:42:14.096240-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 5669.0
                            },
                            {
                                "team": "Total Rounds Over 2.5",
                                "amount": 4331.0
                            }
                        ],
                        "expected_reward_tokens": 9353.85,
                        "profit_sb": -146.15,
                        "profit_sb_percentage": -1.54,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "09550f91-97f0-4620-8408-517899d1dabe",
                            "gambit_id": "f876d450-aadb-447b-b9f6-185e1a8bfeba",
                            "last_updated": "2023-02-19T16:32:15.849703-05:00",
                            "created_at": "2023-02-18T09:42:14.098505-05:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "1.65000",
                            "odds": "1.66670",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ecd1c12-90ad-4dc2-a9eb-d0c7d0cf996e/?format=api"
                        },
                        {
                            "id": "fb5a40a9-dbec-4518-8cb3-5e9bb118541c",
                            "gambit_id": "5e0e650b-b502-427b-bcf3-87c88ac27a81",
                            "last_updated": "2023-02-19T16:32:15.850885-05:00",
                            "created_at": "2023-02-18T09:42:14.100531-05:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ecd1c12-90ad-4dc2-a9eb-d0c7d0cf996e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ea0c60b8-86e4-4f5a-9473-1dca5d52f949",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b92c4331-3680-4708-8159-2898bd3183c2",
            "completed": true,
            "last_updated": "2023-02-19T16:37:18.593084-05:00",
            "created_at": "2023-02-18T09:42:14.523520-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.65,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/b92c4331-3680-4708-8159-2898bd3183c2",
            "datetime": "2023-02-18T19:00:00-05:00",
            "cutoff_datetime": "2023-02-18T19:00:00-05:00",
            "name": "Lina Lansberg v. Mayra Bueno Silva",
            "bettypes": [
                {
                    "id": "09a8ddcd-c486-4d4f-8299-a38de85d906c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ea0c60b8-86e4-4f5a-9473-1dca5d52f949/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:42:14.529447-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Mayra Bueno Silva",
                                "amount": 7919.0
                            },
                            {
                                "team": "Lina Lansberg",
                                "amount": 2081.0
                            }
                        ],
                        "expected_reward_tokens": 9343.69,
                        "profit_sb": -156.31,
                        "profit_sb_percentage": -1.65,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0caba04c-2e13-4eb4-b64c-db38dc764785",
                            "gambit_id": "e517c0f9-1562-46de-908c-a90efe2dc191",
                            "last_updated": "2023-02-19T16:37:18.599523-05:00",
                            "created_at": "2023-02-18T09:42:14.530732-05:00",
                            "name": "Mayra Bueno Silva",
                            "reward": "1.18000",
                            "odds": "1.19050",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a8ddcd-c486-4d4f-8299-a38de85d906c/?format=api"
                        },
                        {
                            "id": "0b1f05f9-3428-48c4-8d95-b7adb5f630b0",
                            "gambit_id": "29f9bf28-33bc-4ab5-a6f7-38d3139d261a",
                            "last_updated": "2023-02-19T16:37:18.600778-05:00",
                            "created_at": "2023-02-18T09:42:14.533058-05:00",
                            "name": "Lina Lansberg",
                            "reward": "4.49000",
                            "odds": "4.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a8ddcd-c486-4d4f-8299-a38de85d906c/?format=api"
                        }
                    ]
                },
                {
                    "id": "8c1f1470-2dd5-4d23-841b-1db453cda468",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ea0c60b8-86e4-4f5a-9473-1dca5d52f949/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:42:14.525241-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 2.5",
                                "amount": 5933.0
                            },
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 4067.0
                            }
                        ],
                        "expected_reward_tokens": 9313.43,
                        "profit_sb": -186.57,
                        "profit_sb_percentage": -1.96,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "320dbeff-a02d-48d9-88a7-7044fd508011",
                            "gambit_id": "5ae033d6-21e7-4c7b-b129-109a8d3fc765",
                            "last_updated": "2023-02-19T16:37:18.597117-05:00",
                            "created_at": "2023-02-18T09:42:14.527966-05:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c1f1470-2dd5-4d23-841b-1db453cda468/?format=api"
                        },
                        {
                            "id": "e4bc2fdf-7dd0-4e44-bbbe-e8b6f220c276",
                            "gambit_id": "90f0fc33-ea8d-4356-a967-b3806c758c06",
                            "last_updated": "2023-02-19T16:37:18.595917-05:00",
                            "created_at": "2023-02-18T09:42:14.526540-05:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "2.29000",
                            "odds": "2.33000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c1f1470-2dd5-4d23-841b-1db453cda468/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bcb8f4cd-a0cd-42fb-9f5e-5c8ae80e21a9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f47a76ec-55d0-4a48-bade-5d33bc877fef",
            "completed": true,
            "last_updated": "2023-02-19T16:02:15.726180-05:00",
            "created_at": "2023-02-18T09:07:14.667777-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.67,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/f47a76ec-55d0-4a48-bade-5d33bc877fef",
            "datetime": "2023-02-18T18:07:00-05:00",
            "cutoff_datetime": "2023-02-18T18:07:00-05:00",
            "name": "Columbus Blue Jackets v. Dallas Stars",
            "bettypes": [
                {
                    "id": "71e89ef2-c920-4835-8aa3-00c9635d7b21",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcb8f4cd-a0cd-42fb-9f5e-5c8ae80e21a9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:07:14.677536-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Stars",
                                "amount": 7084.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 2916.0
                            }
                        ],
                        "expected_reward_tokens": 9563.4,
                        "profit_sb": 63.4,
                        "profit_sb_percentage": 0.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c59b455e-a53f-4608-8139-12eff345eda2",
                            "gambit_id": "94f015e5-ef0a-4e02-b21c-f5bf5064fa29",
                            "last_updated": "2023-02-19T16:02:15.737854-05:00",
                            "created_at": "2023-02-18T09:07:14.678915-05:00",
                            "name": "Dallas Stars",
                            "reward": "1.35000",
                            "odds": "1.36360",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71e89ef2-c920-4835-8aa3-00c9635d7b21/?format=api"
                        },
                        {
                            "id": "a9d25ef4-7a08-44e5-a1e5-e5b16fb9feda",
                            "gambit_id": "cae30c04-46e5-4db2-9857-549bf8c5fc0e",
                            "last_updated": "2023-02-19T16:02:15.739001-05:00",
                            "created_at": "2023-02-18T09:07:14.684184-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "3.28000",
                            "odds": "3.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71e89ef2-c920-4835-8aa3-00c9635d7b21/?format=api"
                        }
                    ]
                },
                {
                    "id": "e4f36e08-6224-47f6-8dce-7f03d05e0ead",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcb8f4cd-a0cd-42fb-9f5e-5c8ae80e21a9/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-02-18T09:07:14.673768-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 5316.0
                            },
                            {
                                "team": "Dallas Stars",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1cf90aa7-992a-4811-b7a6-39f3d668f581",
                            "gambit_id": "55af5f9d-ecd6-4400-b9b8-fe48eb522f1e",
                            "last_updated": "2023-02-19T16:02:15.735554-05:00",
                            "created_at": "2023-02-18T09:07:14.676232-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f36e08-6224-47f6-8dce-7f03d05e0ead/?format=api"
                        },
                        {
                            "id": "8dd3a059-8eee-418f-9293-a7f4640af217",
                            "gambit_id": "f97c0e75-2b7a-4e6f-80be-1fd09a76ed78",
                            "last_updated": "2023-02-19T16:02:15.734394-05:00",
                            "created_at": "2023-02-18T09:07:14.674932-05:00",
                            "name": "Dallas Stars",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f36e08-6224-47f6-8dce-7f03d05e0ead/?format=api"
                        }
                    ]
                },
                {
                    "id": "72fdca6a-12a0-432e-b2e3-ef795ce44e1d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcb8f4cd-a0cd-42fb-9f5e-5c8ae80e21a9/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:07:14.669838-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0d4a836e-18a9-49fc-a966-a2c1a9f1e166",
                            "gambit_id": "0c5e184f-59da-4542-960a-b475bffabc5b",
                            "last_updated": "2023-02-19T16:02:15.731697-05:00",
                            "created_at": "2023-02-18T09:07:14.672440-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72fdca6a-12a0-432e-b2e3-ef795ce44e1d/?format=api"
                        },
                        {
                            "id": "e900247b-31ef-4961-a689-6358cf5e108b",
                            "gambit_id": "0a9579f1-90b1-4649-95d2-9f4aae574512",
                            "last_updated": "2023-02-19T16:02:15.730091-05:00",
                            "created_at": "2023-02-18T09:07:14.671140-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72fdca6a-12a0-432e-b2e3-ef795ce44e1d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9851220d-0d10-4cad-9bc8-da0f25809d07",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d9e07a22-061d-4e96-bfcf-fdc13091ba6d",
            "completed": true,
            "last_updated": "2023-02-19T16:32:15.709322-05:00",
            "created_at": "2023-02-18T09:42:13.935198-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.05,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/d9e07a22-061d-4e96-bfcf-fdc13091ba6d",
            "datetime": "2023-02-18T18:00:00-05:00",
            "cutoff_datetime": "2023-02-18T18:00:00-05:00",
            "name": "Alexander Hernandez v. Jim Miller",
            "bettypes": [
                {
                    "id": "eb128149-db79-4043-a995-b8508984b676",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9851220d-0d10-4cad-9bc8-da0f25809d07/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-02-18T09:42:13.941807-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Alexander Hernandez",
                                "amount": 6553.0
                            },
                            {
                                "team": "Jim Miller",
                                "amount": 3447.0
                            }
                        ],
                        "expected_reward_tokens": 9305.26,
                        "profit_sb": -194.74,
                        "profit_sb_percentage": -2.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "29a4866c-05be-480c-af55-487710fd57d3",
                            "gambit_id": "3def62d0-f832-4896-922f-47a8233ca38b",
                            "last_updated": "2023-02-19T16:32:15.717205-05:00",
                            "created_at": "2023-02-18T09:42:13.944289-05:00",
                            "name": "Alexander Hernandez",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb128149-db79-4043-a995-b8508984b676/?format=api"
                        },
                        {
                            "id": "b2d15402-a466-4001-b294-b67d558550f5",
                            "gambit_id": "ae2268b3-f0bb-4d2a-ae20-6093652f329d",
                            "last_updated": "2023-02-19T16:32:15.715953-05:00",
                            "created_at": "2023-02-18T09:42:13.943006-05:00",
                            "name": "Jim Miller",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb128149-db79-4043-a995-b8508984b676/?format=api"
                        }
                    ]
                },
                {
                    "id": "2cf6e578-529d-4c77-ae99-54f5942cd8b4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9851220d-0d10-4cad-9bc8-da0f25809d07/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-02-18T09:42:13.937440-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 1.5",
                                "amount": 5401.0
                            },
                            {
                                "team": "Total Rounds Under 1.5",
                                "amount": 4599.0
                            }
                        ],
                        "expected_reward_tokens": 9289.72,
                        "profit_sb": -210.28,
                        "profit_sb_percentage": -2.21,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "62a147d2-6aee-41c6-acdd-33154f5c8947",
                            "gambit_id": "db7e61ec-f3f9-430c-bae9-2084e5fbced3",
                            "last_updated": "2023-02-19T16:32:15.713386-05:00",
                            "created_at": "2023-02-18T09:42:13.940453-05:00",
                            "name": "Total Rounds Over 1.5",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cf6e578-529d-4c77-ae99-54f5942cd8b4/?format=api"
                        },
                        {
                            "id": "c75043ac-7bf6-41ca-812c-d34c66d6133f",
                            "gambit_id": "d3e19dd4-d850-4594-9a1d-6905e28389e3",
                            "last_updated": "2023-02-19T16:32:15.712154-05:00",
                            "created_at": "2023-02-18T09:42:13.938986-05:00",
                            "name": "Total Rounds Under 1.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cf6e578-529d-4c77-ae99-54f5942cd8b4/?format=api"
                        }
                    ]
                }
            ]
        }
    ]
}