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=10400
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=10500",
    "previous": "https://api-prod.gambitprofit.com/api/matches/?format=api&limit=100&offset=10300",
    "results": [
        {
            "id": "316f0141-a462-4124-83c5-7ab0ab204216",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "19d98da7-3f98-4ca8-ba8a-08270e09ede4",
            "completed": false,
            "last_updated": "2022-12-24T17:12:27.700665-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.16,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/19d98da7-3f98-4ca8-ba8a-08270e09ede4",
            "datetime": "2022-08-14T05:15:00-04:00",
            "cutoff_datetime": "2022-08-14T05:15:00-04:00",
            "name": "Ultra Prime v. Team WE",
            "bettypes": [
                {
                    "id": "9f71db5a-7fd2-4dfc-a873-defbcd91474c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/316f0141-a462-4124-83c5-7ab0ab204216/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Ultra Prime",
                                "amount": 6011.0
                            },
                            {
                                "team": "Team WE",
                                "amount": 3989.0
                            }
                        ],
                        "expected_reward_tokens": 8895.47,
                        "profit_sb": -104.53,
                        "profit_sb_percentage": -1.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4e70143d-f800-4181-ad54-5dce8521dcea",
                            "gambit_id": "5564881c-958d-4f6f-9b70-14bd1d09609b",
                            "last_updated": "2022-12-24T17:12:27.704391-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ultra Prime",
                            "reward": "1.48000",
                            "odds": "1.53000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f71db5a-7fd2-4dfc-a873-defbcd91474c/?format=api"
                        },
                        {
                            "id": "8138480c-4232-447d-8872-0021ab010054",
                            "gambit_id": "db0b2f93-109f-4040-92bf-f826692b4cfe",
                            "last_updated": "2022-12-24T17:12:27.703278-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team WE",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f71db5a-7fd2-4dfc-a873-defbcd91474c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "354a215b-5a16-487a-aee9-fcdf2634ee0d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "17d4212b-7110-4755-9c9d-08a505814c3c",
            "completed": true,
            "last_updated": "2022-08-15T11:12:20.508987-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.67,
            "sport_category": "Powerball Betting",
            "sport": "Non Sporting",
            "url": "https://app.gambitrewards.com/match/17d4212b-7110-4755-9c9d-08a505814c3c",
            "datetime": "2022-08-13T22:59:00-04:00",
            "cutoff_datetime": "2022-08-13T22:59:00-04:00",
            "name": "US Lottery - Powerball: Odd or Even Powerball Number - August 13th 2022",
            "bettypes": [
                {
                    "id": "69cb2a51-63e9-465d-ab7e-531efeb7b604",
                    "match": "https://api-prod.gambitprofit.com/api/matches/354a215b-5a16-487a-aee9-fcdf2634ee0d/?format=api",
                    "name": "FreeForm",
                    "created_at": "1969-12-31T19:00:00-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": "Odd",
                                "amount": 5000.0
                            },
                            {
                                "team": "Even",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "574a5cfe-7a06-472e-9515-4677954a7f8b",
                            "gambit_id": "45e4bf17-a0d8-4880-a7ac-125ec4557114",
                            "last_updated": "2022-08-15T11:12:20.510400-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Odd",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69cb2a51-63e9-465d-ab7e-531efeb7b604/?format=api"
                        },
                        {
                            "id": "48f67267-d7d0-4fc7-b820-c46d96206ea7",
                            "gambit_id": "678bb751-4587-4ba7-828b-a5b7b82d8ca5",
                            "last_updated": "2022-08-15T11:12:20.509895-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Even",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69cb2a51-63e9-465d-ab7e-531efeb7b604/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6e4a489c-0e8d-4e39-aa0e-1a30ae46c736",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "721aad97-4177-424c-a7fe-ab045715b7fc",
            "completed": true,
            "last_updated": "2022-08-15T11:12:15.531720-04:00",
            "created_at": "1969-12-31T19:00:00-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/721aad97-4177-424c-a7fe-ab045715b7fc",
            "datetime": "2022-08-13T22:59:00-04:00",
            "cutoff_datetime": "2022-08-13T22:59:00-04:00",
            "name": "US Lottery - Powerball: Pick the Powerball Number - August 13th 2022",
            "bettypes": [
                {
                    "id": "d6e8f3cf-ca20-468e-bfeb-ac55796a420b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e4a489c-0e8d-4e39-aa0e-1a30ae46c736/?format=api",
                    "name": "FreeForm",
                    "created_at": "1969-12-31T19:00:00-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": "0865ae08-800d-4792-9073-b6719a3c5eb9",
                            "gambit_id": "bfa0668d-775d-4413-8f72-c10d78f60778",
                            "last_updated": "2022-08-15T11:12:15.532683-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "21 to 26",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                        },
                        {
                            "id": "de01aa50-eabc-4ff3-a56d-e92e55b5f4ba",
                            "gambit_id": "7b9af1f1-c270-4228-843f-bb8bc7fe8ade",
                            "last_updated": "2022-08-15T11:12:15.533180-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "16 to 20",
                            "reward": "4.41000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                        },
                        {
                            "id": "06ad8cf6-5075-4d35-abc6-abed87ae4f2d",
                            "gambit_id": "169ca4b4-9391-4827-9789-4786baca638b",
                            "last_updated": "2022-08-15T11:12:15.533650-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "11 to 15",
                            "reward": "4.41000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                        },
                        {
                            "id": "796bdb61-a568-490c-920c-f1b93748ddc7",
                            "gambit_id": "65c24ce5-64de-4b2d-9482-39bf9afc3ba5",
                            "last_updated": "2022-08-15T11:12:15.534113-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "6 to 10",
                            "reward": "4.41000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                        },
                        {
                            "id": "5d27d326-f295-4b6e-84dd-38c8b6fa5363",
                            "gambit_id": "7396764f-9fa0-4522-84b3-f7176fa2f311",
                            "last_updated": "2022-08-15T11:12:15.534568-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "1 to 5",
                            "reward": "4.41000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0229d14f-eb3d-4af9-a724-4d840a8eee96",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0d8a11d2-0cb9-4971-a90b-ba9005598789",
            "completed": true,
            "last_updated": "2022-08-15T12:11:57.962089-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.84,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/0d8a11d2-0cb9-4971-a90b-ba9005598789",
            "datetime": "2022-08-13T22:30:00-04:00",
            "cutoff_datetime": "2022-08-13T22:30:00-04:00",
            "name": "Los Angeles FC v. Charlotte FC",
            "bettypes": [
                {
                    "id": "df1789cd-eff7-4392-b4c3-925b9379e264",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0229d14f-eb3d-4af9-a724-4d840a8eee96/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Los Angeles FC",
                                "amount": 7811.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2189.0
                            }
                        ],
                        "expected_reward_tokens": 10154.3,
                        "profit_sb": 1154.3,
                        "profit_sb_percentage": 12.83,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles FC",
                                "amount": 6865.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1924.0
                            },
                            {
                                "team": "Charlotte FC",
                                "amount": 1211.0
                            }
                        ],
                        "expected_reward_tokens": 8924.5,
                        "profit_sb": -75.5,
                        "profit_sb_percentage": -0.84,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d3494318-16cf-4854-b30f-701508b68367",
                            "gambit_id": "a546bc0d-4f8c-4524-b597-c6b22765be1e",
                            "last_updated": "2022-08-15T12:11:57.964518-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles FC",
                            "reward": "1.30000",
                            "odds": "1.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1789cd-eff7-4392-b4c3-925b9379e264/?format=api"
                        },
                        {
                            "id": "c57f3746-8fad-485c-8948-0be7b92b82fc",
                            "gambit_id": "d4010699-efdb-4127-acf5-9d637a4490da",
                            "last_updated": "2022-08-15T12:11:57.964988-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.64000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1789cd-eff7-4392-b4c3-925b9379e264/?format=api"
                        },
                        {
                            "id": "8f589eca-13fd-4da1-bfd2-6164920fdb61",
                            "gambit_id": "6d23bf22-cba0-4aef-a03a-d270a6dc27ca",
                            "last_updated": "2022-08-15T12:11:57.964050-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charlotte FC",
                            "reward": "7.37000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1789cd-eff7-4392-b4c3-925b9379e264/?format=api"
                        }
                    ]
                },
                {
                    "id": "f012aab7-84da-40ae-8532-f12ce6350f9e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0229d14f-eb3d-4af9-a724-4d840a8eee96/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 6373.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3627.0
                            }
                        ],
                        "expected_reward_tokens": 8922.2,
                        "profit_sb": -77.8,
                        "profit_sb_percentage": -0.86,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1f090816-947c-4ea7-ab1c-c735eeba3eda",
                            "gambit_id": "66c2a3ad-5302-4957-8e60-47c5f557eba8",
                            "last_updated": "2022-08-15T12:11:57.963057-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.40000",
                            "odds": "1.44000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f012aab7-84da-40ae-8532-f12ce6350f9e/?format=api"
                        },
                        {
                            "id": "a64e1eb9-20ec-42ef-a929-16741b757ff6",
                            "gambit_id": "8132a4f8-4a12-4e60-a154-792e151b3400",
                            "last_updated": "2022-08-15T12:11:57.963574-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f012aab7-84da-40ae-8532-f12ce6350f9e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9455feb8-1d57-4a10-8c90-84a96cd86bc1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "6eefa28d-8ee4-4033-80fe-1ab3dea579d4",
            "completed": true,
            "last_updated": "2022-08-14T13:52:13.707514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/6eefa28d-8ee4-4033-80fe-1ab3dea579d4",
            "datetime": "2022-08-13T22:00:00-04:00",
            "cutoff_datetime": "2022-08-13T22:00:00-04:00",
            "name": "Los Angeles Rams v. Los Angeles Chargers",
            "bettypes": [
                {
                    "id": "9d7c3133-768d-40f5-a610-e52587ddff9c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9455feb8-1d57-4a10-8c90-84a96cd86bc1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Chargers",
                                "amount": 5922.0
                            },
                            {
                                "team": "Los Angeles Rams",
                                "amount": 4078.0
                            }
                        ],
                        "expected_reward_tokens": 9297.54,
                        "profit_sb": 297.54,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4660c659-cb2a-4612-9e2d-79ebb6681b8e",
                            "gambit_id": "ad728dc1-c4da-4234-9b2c-a1e342fb87d2",
                            "last_updated": "2022-08-14T13:52:13.709933-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Chargers",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d7c3133-768d-40f5-a610-e52587ddff9c/?format=api"
                        },
                        {
                            "id": "afe2ae60-ad3a-48a1-bbf1-8464f10c08e9",
                            "gambit_id": "6ab08009-409f-4b56-866b-91cacb2d13be",
                            "last_updated": "2022-08-14T13:52:13.710286-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Rams",
                            "reward": "2.28000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d7c3133-768d-40f5-a610-e52587ddff9c/?format=api"
                        }
                    ]
                },
                {
                    "id": "a1d93bf2-ef8e-411a-b82a-4dfc9c3048e7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9455feb8-1d57-4a10-8c90-84a96cd86bc1/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Chargers",
                                "amount": 5095.0
                            },
                            {
                                "team": "Los Angeles Rams",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": 171.0,
                        "profit_sb_percentage": 1.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b707b3fa-3de5-4f0c-b7f9-54bfaec785fd",
                            "gambit_id": "abf7968c-7c07-4a7f-a139-8ceee5bc09a8",
                            "last_updated": "2022-08-14T13:52:13.709201-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Chargers",
                            "reward": "1.80000",
                            "odds": "1.86960",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1d93bf2-ef8e-411a-b82a-4dfc9c3048e7/?format=api"
                        },
                        {
                            "id": "2e7bea2d-3e75-40c2-90cb-fca57fb96333",
                            "gambit_id": "d6239db1-1b34-4848-8246-18ad0878b911",
                            "last_updated": "2022-08-14T13:52:13.709576-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Rams",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1d93bf2-ef8e-411a-b82a-4dfc9c3048e7/?format=api"
                        }
                    ]
                },
                {
                    "id": "b98c45aa-7713-4320-8528-cfdc13fb3236",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9455feb8-1d57-4a10-8c90-84a96cd86bc1/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 32.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 32.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5d507af4-50db-4000-8c25-611ee353f92c",
                            "gambit_id": "47e3438c-3729-4b1a-8894-20b26a7acc7b",
                            "last_updated": "2022-08-14T13:52:13.708414-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 32.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "32.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98c45aa-7713-4320-8528-cfdc13fb3236/?format=api"
                        },
                        {
                            "id": "3af2dec0-5af2-483b-aabf-35cdae68d0db",
                            "gambit_id": "9c20b14a-696a-4b01-a19b-dcf492423aaa",
                            "last_updated": "2022-08-14T13:52:13.708826-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 32.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "32.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98c45aa-7713-4320-8528-cfdc13fb3236/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5843dbb5-505c-46fc-b78f-773123226301",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f50f1fd5-0863-4143-8b6e-a275ddd3e12b",
            "completed": true,
            "last_updated": "2022-08-14T13:36:50.339234-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.84,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/f50f1fd5-0863-4143-8b6e-a275ddd3e12b",
            "datetime": "2022-08-13T21:07:00-04:00",
            "cutoff_datetime": "2022-08-13T21:07:00-04:00",
            "name": "MIN (D Bundy) v. LAA (R Detmers)",
            "bettypes": [
                {
                    "id": "357f26fd-cd46-49a8-90f2-a7a738fe18bd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5843dbb5-505c-46fc-b78f-773123226301/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "MIN (D Bundy)",
                                "amount": 5107.0
                            },
                            {
                                "team": "LAA (R Detmers)",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": 345.63,
                        "profit_sb_percentage": 3.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a4c5417b-4bc7-4492-9c8c-17893e7ba50b",
                            "gambit_id": "75e61062-d996-46c1-b822-3aaca472bd31",
                            "last_updated": "2022-08-14T13:36:50.342367-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (D Bundy)",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/357f26fd-cd46-49a8-90f2-a7a738fe18bd/?format=api"
                        },
                        {
                            "id": "353cb494-74d7-4952-a4af-2237b22ca171",
                            "gambit_id": "6bfa0d55-9644-42d2-8ffe-8d2a93ba9642",
                            "last_updated": "2022-08-14T13:36:50.341951-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (R Detmers)",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/357f26fd-cd46-49a8-90f2-a7a738fe18bd/?format=api"
                        }
                    ]
                },
                {
                    "id": "f543a309-7703-4d05-8bd3-ed8752365e7a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5843dbb5-505c-46fc-b78f-773123226301/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "LAA",
                                "amount": 6061.0
                            },
                            {
                                "team": "MIN",
                                "amount": 3939.0
                            }
                        ],
                        "expected_reward_tokens": 9333.94,
                        "profit_sb": 333.94,
                        "profit_sb_percentage": 3.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "035d8548-ebef-4e6a-8df4-932356aa12e6",
                            "gambit_id": "182821f2-b01c-45fb-88bf-99c4c7b41a69",
                            "last_updated": "2022-08-14T13:36:50.341092-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f543a309-7703-4d05-8bd3-ed8752365e7a/?format=api"
                        },
                        {
                            "id": "8e7328a1-b42f-4fd1-a347-92d87fe701ec",
                            "gambit_id": "743122ac-eda4-42f2-b7aa-8a62f32fc5c4",
                            "last_updated": "2022-08-14T13:36:50.341514-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "2.37000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f543a309-7703-4d05-8bd3-ed8752365e7a/?format=api"
                        }
                    ]
                },
                {
                    "id": "d1721f97-9ca2-4252-9748-c91149a299b8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5843dbb5-505c-46fc-b78f-773123226301/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8",
                                "amount": 5204.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c090cbb9-0c10-4149-90cd-9ed917ed88a8",
                            "gambit_id": "a0f3f567-e760-488e-a3ac-bd09843054ac",
                            "last_updated": "2022-08-14T13:36:50.340668-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1721f97-9ca2-4252-9748-c91149a299b8/?format=api"
                        },
                        {
                            "id": "08ccaff3-17c2-472d-8c6a-c6404739d69f",
                            "gambit_id": "9d8331cc-d466-47c7-b21e-9278ae7f737a",
                            "last_updated": "2022-08-14T13:36:50.340200-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1721f97-9ca2-4252-9748-c91149a299b8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a0a5d4d5-6f29-4569-beff-260ccc1593d9",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "34eec763-7409-429c-bc79-70cad23733b1",
            "completed": true,
            "last_updated": "2022-08-14T13:36:50.021989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.01,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/34eec763-7409-429c-bc79-70cad23733b1",
            "datetime": "2022-08-13T21:05:00-04:00",
            "cutoff_datetime": "2022-08-13T21:05:00-04:00",
            "name": "PIT (T Beede) v. SFO (L Webb)",
            "bettypes": [
                {
                    "id": "ea997fd5-e1c9-41a4-aa86-1038f1a69209",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0a5d4d5-6f29-4569-beff-260ccc1593d9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "SFO (L Webb)",
                                "amount": 6783.0
                            },
                            {
                                "team": "PIT (T Beede)",
                                "amount": 3217.0
                            }
                        ],
                        "expected_reward_tokens": 9360.54,
                        "profit_sb": 360.54,
                        "profit_sb_percentage": 4.01,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d1c2c4b0-5fa7-4b71-b0af-ec475343fd08",
                            "gambit_id": "93e2d591-ecaa-48cb-a26b-f00f63455e96",
                            "last_updated": "2022-08-14T13:36:50.025053-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (L Webb)",
                            "reward": "1.38000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea997fd5-e1c9-41a4-aa86-1038f1a69209/?format=api"
                        },
                        {
                            "id": "5c839efe-a834-4195-a991-c2ad2f4d9b36",
                            "gambit_id": "65b13ab7-2cdb-443f-80f4-b730cdbdbedf",
                            "last_updated": "2022-08-14T13:36:50.025544-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (T Beede)",
                            "reward": "2.91000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea997fd5-e1c9-41a4-aa86-1038f1a69209/?format=api"
                        }
                    ]
                },
                {
                    "id": "625b3af7-2d3e-490b-849c-d9752524340b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0a5d4d5-6f29-4569-beff-260ccc1593d9/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "SFO",
                                "amount": 5204.0
                            },
                            {
                                "team": "PIT",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2f35f52e-e325-4e96-9940-7f14a4750f7e",
                            "gambit_id": "3c69b1f9-6dd3-47a3-be65-683292f81540",
                            "last_updated": "2022-08-14T13:36:50.024071-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/625b3af7-2d3e-490b-849c-d9752524340b/?format=api"
                        },
                        {
                            "id": "03879560-a6b7-42d5-bc82-1fc755a92810",
                            "gambit_id": "b4d71c3e-a35e-4ab5-98ad-ea9a1dd1214b",
                            "last_updated": "2022-08-14T13:36:50.024541-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/625b3af7-2d3e-490b-849c-d9752524340b/?format=api"
                        }
                    ]
                },
                {
                    "id": "756cc8c9-d21b-40ba-9b66-92e4de944c59",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0a5d4d5-6f29-4569-beff-260ccc1593d9/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "eb6a15a8-1567-45c6-aa67-15085a3d1f11",
                            "gambit_id": "6d459f19-b757-4337-9f24-06fb2cdd7067",
                            "last_updated": "2022-08-14T13:36:50.023543-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/756cc8c9-d21b-40ba-9b66-92e4de944c59/?format=api"
                        },
                        {
                            "id": "45256285-e5ad-479f-90cf-5c1cfe3b5003",
                            "gambit_id": "3e5ca5eb-ea69-4728-8070-c2bcd5e14daf",
                            "last_updated": "2022-08-14T13:36:50.023034-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/756cc8c9-d21b-40ba-9b66-92e4de944c59/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3dd5ae55-4189-4863-8a20-fb4c6f566e34",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f45fef06-c315-421a-93e6-b6effb712df1",
            "completed": true,
            "last_updated": "2022-08-15T12:11:57.557730-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.54,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/f45fef06-c315-421a-93e6-b6effb712df1",
            "datetime": "2022-08-13T21:00:00-04:00",
            "cutoff_datetime": "2022-08-13T21:00:00-04:00",
            "name": "Colorado Rapids v. Columbus Crew",
            "bettypes": [
                {
                    "id": "7f791c34-54d8-46b0-81c2-bdbf4a33b959",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3dd5ae55-4189-4863-8a20-fb4c6f566e34/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Colorado Rapids",
                                "amount": 6520.0
                            },
                            {
                                "team": "Columbus Crew",
                                "amount": 3480.0
                            }
                        ],
                        "expected_reward_tokens": 11866.4,
                        "profit_sb": 2866.4,
                        "profit_sb_percentage": 31.85,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Colorado Rapids",
                                "amount": 4869.0
                            },
                            {
                                "team": "Columbus Crew",
                                "amount": 2599.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2532.0
                            }
                        ],
                        "expected_reward_tokens": 8861.58,
                        "profit_sb": -138.42,
                        "profit_sb_percentage": -1.54,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "edaecad9-b125-48e5-ac73-556cb92e2803",
                            "gambit_id": "6b91bea5-365b-4e3a-95ee-bf001e3ab9e7",
                            "last_updated": "2022-08-15T12:11:57.560150-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Colorado Rapids",
                            "reward": "1.82000",
                            "odds": "1.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f791c34-54d8-46b0-81c2-bdbf4a33b959/?format=api"
                        },
                        {
                            "id": "ed20647b-1d27-4b09-bafe-ba9df35636c1",
                            "gambit_id": "e92d3982-8fb9-41f2-a669-40874092a747",
                            "last_updated": "2022-08-15T12:11:57.559682-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Columbus Crew",
                            "reward": "3.41000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f791c34-54d8-46b0-81c2-bdbf4a33b959/?format=api"
                        },
                        {
                            "id": "7c1848c8-5d4e-48d7-ba4f-b80c90de5414",
                            "gambit_id": "b1b1afa2-1a91-4202-abdb-cab52491eda0",
                            "last_updated": "2022-08-15T12:11:57.560640-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.50000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f791c34-54d8-46b0-81c2-bdbf4a33b959/?format=api"
                        }
                    ]
                },
                {
                    "id": "faed84ae-14c1-4e36-8379-b8acb4b849e2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3dd5ae55-4189-4863-8a20-fb4c6f566e34/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5571.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4429.0
                            }
                        ],
                        "expected_reward_tokens": 8857.89,
                        "profit_sb": -142.11,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ff605d16-4b1a-4969-91c4-42475d8de559",
                            "gambit_id": "e654abb1-ec95-4ed0-9413-0177ececcea6",
                            "last_updated": "2022-08-15T12:11:57.559212-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.59000",
                            "odds": "1.65000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faed84ae-14c1-4e36-8379-b8acb4b849e2/?format=api"
                        },
                        {
                            "id": "8fea6408-153f-4423-9a51-49fe0c32d6f6",
                            "gambit_id": "cc77b057-994b-429b-9cb2-d64000af87dc",
                            "last_updated": "2022-08-15T12:11:57.558701-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faed84ae-14c1-4e36-8379-b8acb4b849e2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "509dda40-6bc5-443e-8b80-2477d18cdd42",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "5dfb1afd-d1df-410c-bd53-126d0e564002",
            "completed": true,
            "last_updated": "2022-08-14T13:52:13.416482-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.42,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/5dfb1afd-d1df-410c-bd53-126d0e564002",
            "datetime": "2022-08-13T21:00:00-04:00",
            "cutoff_datetime": "2022-08-13T21:00:00-04:00",
            "name": "Dallas Cowboys v. Denver Broncos",
            "bettypes": [
                {
                    "id": "c58193dd-2a2f-494d-a241-bfe094cd6873",
                    "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Broncos",
                                "amount": 6420.0
                            },
                            {
                                "team": "Dallas Cowboys",
                                "amount": 3580.0
                            }
                        ],
                        "expected_reward_tokens": 9308.0,
                        "profit_sb": 308.0,
                        "profit_sb_percentage": 3.42,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "25587cd9-9ac9-4c7b-ada4-8a2eb6ba11df",
                            "gambit_id": "d4bc2382-2446-4179-8543-8049bbee5b0e",
                            "last_updated": "2022-08-14T13:52:13.419434-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denver Broncos",
                            "reward": "1.45000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58193dd-2a2f-494d-a241-bfe094cd6873/?format=api"
                        },
                        {
                            "id": "0840a492-0d1d-4700-a4c0-048acdacb00a",
                            "gambit_id": "c79c24f6-1dc5-43be-bcaa-5ee32916ee0b",
                            "last_updated": "2022-08-14T13:52:13.419870-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Cowboys",
                            "reward": "2.60000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58193dd-2a2f-494d-a241-bfe094cd6873/?format=api"
                        }
                    ]
                },
                {
                    "id": "06444a51-cd34-486d-8edb-9264fbd52035",
                    "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Cowboys",
                                "amount": 5000.0
                            },
                            {
                                "team": "Denver Broncos",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "eba11830-46d7-4737-98ad-67f4ad1ef059",
                            "gambit_id": "912cf287-57b9-4d0d-a30f-a78c8989757d",
                            "last_updated": "2022-08-14T13:52:13.419003-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Cowboys",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06444a51-cd34-486d-8edb-9264fbd52035/?format=api"
                        },
                        {
                            "id": "4aece7ac-32fb-4891-9e91-2b99e3d639a3",
                            "gambit_id": "5ba83a46-18f5-4fd7-a904-be1ea97437d7",
                            "last_updated": "2022-08-14T13:52:13.418563-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denver Broncos",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06444a51-cd34-486d-8edb-9264fbd52035/?format=api"
                        }
                    ]
                },
                {
                    "id": "4de72c93-5f68-497d-9c45-7df1a469881b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 33",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 33",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0b8f1cc8-2868-4a51-80de-cd58f5f9900c",
                            "gambit_id": "15d69160-412e-4d3e-954e-554b50033704",
                            "last_updated": "2022-08-14T13:52:13.418113-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 33",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "33.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4de72c93-5f68-497d-9c45-7df1a469881b/?format=api"
                        },
                        {
                            "id": "7a18594b-8361-495e-b725-a68d0fc80a12",
                            "gambit_id": "8c98efb4-2f4a-48fa-97fa-f4c7c5cfa632",
                            "last_updated": "2022-08-14T13:52:13.417595-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 33",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "33.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4de72c93-5f68-497d-9c45-7df1a469881b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e4a1bf83-571d-4daa-a5b9-f56f4cf0b8de",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c835222c-31e0-41d6-822b-ea055ab51f30",
            "completed": true,
            "last_updated": "2022-08-15T12:11:56.585423-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.96,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/c835222c-31e0-41d6-822b-ea055ab51f30",
            "datetime": "2022-08-13T21:00:00-04:00",
            "cutoff_datetime": "2022-08-13T21:00:00-04:00",
            "name": "Houston Dynamo v. CF Montréal",
            "bettypes": [
                {
                    "id": "c33d21e8-f7fa-464a-b96b-ba8f66d5affc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e4a1bf83-571d-4daa-a5b9-f56f4cf0b8de/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Houston Dynamo",
                                "amount": 5290.0
                            },
                            {
                                "team": "CF Montréal",
                                "amount": 4710.0
                            }
                        ],
                        "expected_reward_tokens": 12008.3,
                        "profit_sb": 3008.3,
                        "profit_sb_percentage": 33.43,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Houston Dynamo",
                                "amount": 3857.0
                            },
                            {
                                "team": "CF Montréal",
                                "amount": 3433.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2710.0
                            }
                        ],
                        "expected_reward_tokens": 8753.3,
                        "profit_sb": -246.7,
                        "profit_sb_percentage": -2.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "faddd788-8c3d-41d9-abce-06b65fa6bd0b",
                            "gambit_id": "813f1a78-276c-451d-aedd-71b34fc000ab",
                            "last_updated": "2022-08-15T12:11:56.587867-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Dynamo",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33d21e8-f7fa-464a-b96b-ba8f66d5affc/?format=api"
                        },
                        {
                            "id": "f819bf32-9e98-45cf-af73-0ed188007679",
                            "gambit_id": "cd48a4e8-3b93-43e8-9fdf-86196beb7e5c",
                            "last_updated": "2022-08-15T12:11:56.587406-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CF Montréal",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33d21e8-f7fa-464a-b96b-ba8f66d5affc/?format=api"
                        },
                        {
                            "id": "80eec430-1376-4b1b-8d4c-2099f01a0264",
                            "gambit_id": "dccc17c9-f96c-4298-b0a1-4104a50989e3",
                            "last_updated": "2022-08-15T12:11:56.588325-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.23000",
                            "odds": "3.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33d21e8-f7fa-464a-b96b-ba8f66d5affc/?format=api"
                        }
                    ]
                },
                {
                    "id": "547cdac0-4591-4d4e-95b1-68656cd3f161",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e4a1bf83-571d-4daa-a5b9-f56f4cf0b8de/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5380.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4620.0
                            }
                        ],
                        "expected_reward_tokens": 8823.2,
                        "profit_sb": -176.8,
                        "profit_sb_percentage": -1.96,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "040a8ff9-157e-42ae-8d5f-66fbe0d5ad4e",
                            "gambit_id": "0c4999f6-7722-4f4f-b4d1-81d249c25ad3",
                            "last_updated": "2022-08-15T12:11:56.586940-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.64000",
                            "odds": "1.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/547cdac0-4591-4d4e-95b1-68656cd3f161/?format=api"
                        },
                        {
                            "id": "be7c9929-7c7e-4e77-bc69-9fa03820f972",
                            "gambit_id": "30ef6fb5-5a5f-4156-9a47-ab51301d84b9",
                            "last_updated": "2022-08-15T12:11:56.586429-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/547cdac0-4591-4d4e-95b1-68656cd3f161/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5283670b-759e-44df-af0f-fcf3443f7a78",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a694a580-8ee5-44bf-bf37-829757369f9e",
            "completed": true,
            "last_updated": "2022-08-15T13:42:13.689416-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.27,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/a694a580-8ee5-44bf-bf37-829757369f9e",
            "datetime": "2022-08-13T21:00:00-04:00",
            "cutoff_datetime": "2022-08-13T21:00:00-04:00",
            "name": "FC Dallas v. San Jose Earthquakes",
            "bettypes": [
                {
                    "id": "d3bcd2dd-d01c-4c98-9b78-050a9dafc67f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5283670b-759e-44df-af0f-fcf3443f7a78/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "FC Dallas",
                                "amount": 7105.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2895.0
                            }
                        ],
                        "expected_reward_tokens": 10798.35,
                        "profit_sb": 1798.35,
                        "profit_sb_percentage": 19.98,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "FC Dallas",
                                "amount": 5815.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2370.0
                            },
                            {
                                "team": "San Jose Earthquakes",
                                "amount": 1815.0
                            }
                        ],
                        "expected_reward_tokens": 8838.8,
                        "profit_sb": -161.2,
                        "profit_sb_percentage": -1.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "30d19dca-10f4-4e0f-8c17-c8a8d342d01b",
                            "gambit_id": "12534e71-c371-4d24-aab4-720f25302399",
                            "last_updated": "2022-08-15T13:42:13.691484-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Dallas",
                            "reward": "1.52000",
                            "odds": "1.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3bcd2dd-d01c-4c98-9b78-050a9dafc67f/?format=api"
                        },
                        {
                            "id": "7ab08cb5-3c6f-4076-8d68-0925960432e2",
                            "gambit_id": "8878c6f6-4c00-4d2a-815f-21e6ffa7c304",
                            "last_updated": "2022-08-15T13:42:13.691863-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3bcd2dd-d01c-4c98-9b78-050a9dafc67f/?format=api"
                        },
                        {
                            "id": "926ac00f-4472-47aa-8a5d-a42c784bf525",
                            "gambit_id": "4468d912-967a-4cb6-91aa-716ebba8b7d0",
                            "last_updated": "2022-08-15T13:42:13.691056-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Jose Earthquakes",
                            "reward": "4.87000",
                            "odds": "5.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3bcd2dd-d01c-4c98-9b78-050a9dafc67f/?format=api"
                        }
                    ]
                },
                {
                    "id": "35660142-c1e4-4711-ad79-738909721202",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5283670b-759e-44df-af0f-fcf3443f7a78/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5924.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4076.0
                            }
                        ],
                        "expected_reward_tokens": 8885.68,
                        "profit_sb": -114.32,
                        "profit_sb_percentage": -1.27,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8ec310df-d1ef-4d80-9540-2b5b141cc74c",
                            "gambit_id": "3501b68c-a72c-41dd-b0e7-a6f440153770",
                            "last_updated": "2022-08-15T13:42:13.690674-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.50000",
                            "odds": "1.55000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35660142-c1e4-4711-ad79-738909721202/?format=api"
                        },
                        {
                            "id": "1ef2a700-5c15-4ce2-85d1-27fdaf706813",
                            "gambit_id": "05341f1c-0e60-4225-b234-266ea5b9b8c5",
                            "last_updated": "2022-08-15T13:42:13.690251-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35660142-c1e4-4711-ad79-738909721202/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "91e09a24-d24f-4099-a610-5eff95b9832b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "67b7d04f-e205-4eec-9c27-7d759521cc58",
            "completed": true,
            "last_updated": "2022-08-15T14:22:19.729910-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.25,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/67b7d04f-e205-4eec-9c27-7d759521cc58",
            "datetime": "2022-08-13T21:00:00-04:00",
            "cutoff_datetime": "2022-08-13T21:00:00-04:00",
            "name": "Austin FC v. Sporting Kansas City",
            "bettypes": [
                {
                    "id": "5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139",
                    "match": "https://api-prod.gambitprofit.com/api/matches/91e09a24-d24f-4099-a610-5eff95b9832b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Austin FC",
                                "amount": 6985.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3015.0
                            }
                        ],
                        "expected_reward_tokens": 11245.85,
                        "profit_sb": 2245.85,
                        "profit_sb_percentage": 24.95,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Austin FC",
                                "amount": 5479.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2365.0
                            },
                            {
                                "team": "Sporting Kansas City",
                                "amount": 2157.0
                            }
                        ],
                        "expected_reward_tokens": 8821.19,
                        "profit_sb": -178.81,
                        "profit_sb_percentage": -1.99,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "63a90cae-9f8d-42e9-8f43-ae8a831f0b82",
                            "gambit_id": "70318036-2de3-4c5c-9f4e-0d5ab23d3c4b",
                            "last_updated": "2022-08-15T14:22:19.732151-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin FC",
                            "reward": "1.61000",
                            "odds": "1.67000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139/?format=api"
                        },
                        {
                            "id": "13894cfb-b932-4949-aa1c-b6f0e6cd6442",
                            "gambit_id": "ed540595-6d3d-41e7-bad1-43519e54385b",
                            "last_updated": "2022-08-15T14:22:19.732564-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139/?format=api"
                        },
                        {
                            "id": "327c409f-1806-4628-b69d-a39ded7794ae",
                            "gambit_id": "0d91cc0c-16ab-41f3-9337-a10fb8f3eeb1",
                            "last_updated": "2022-08-15T14:22:19.731727-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sporting Kansas City",
                            "reward": "4.09000",
                            "odds": "4.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ea6a2e2-a2ab-4fc2-ad4c-60b5736c2139/?format=api"
                        }
                    ]
                },
                {
                    "id": "511b1f96-136a-47a0-a6cb-9e499830dcbd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/91e09a24-d24f-4099-a610-5eff95b9832b/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5847.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4153.0
                            }
                        ],
                        "expected_reward_tokens": 8887.42,
                        "profit_sb": -112.58,
                        "profit_sb_percentage": -1.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "978364ac-ab8b-4670-86f6-8c00177b73a7",
                            "gambit_id": "08903e33-209b-47c7-ae26-5d3f1a391acc",
                            "last_updated": "2022-08-15T14:22:19.731307-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.52000",
                            "odds": "1.57000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/511b1f96-136a-47a0-a6cb-9e499830dcbd/?format=api"
                        },
                        {
                            "id": "8ea0f2b2-c8ad-4003-8ae2-4da5a5968112",
                            "gambit_id": "8c4308b3-2ea4-481a-9e3f-4bc670330a77",
                            "last_updated": "2022-08-15T14:22:19.730835-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/511b1f96-136a-47a0-a6cb-9e499830dcbd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "14d77467-617d-4e5d-9d82-de414f38eac9",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d266abc6-4d98-4ba3-8097-0dfa5a5668e5",
            "completed": true,
            "last_updated": "2022-08-15T14:02:20.471074-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.95,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/d266abc6-4d98-4ba3-8097-0dfa5a5668e5",
            "datetime": "2022-08-13T20:45:00-04:00",
            "cutoff_datetime": "2022-08-13T20:45:00-04:00",
            "name": "Evil Geniuses v. Team Dignitas",
            "bettypes": [
                {
                    "id": "7f04b000-4724-4a32-abee-eea2acc12f5a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/14d77467-617d-4e5d-9d82-de414f38eac9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Evil Geniuses",
                                "amount": 8042.0
                            },
                            {
                                "team": "Team Dignitas",
                                "amount": 1958.0
                            }
                        ],
                        "expected_reward_tokens": 9085.12,
                        "profit_sb": 85.12,
                        "profit_sb_percentage": 0.95,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "daf45ae0-c104-45d5-aa73-b13a70dcda28",
                            "gambit_id": "f149824d-00b3-4bbb-8347-ef2ece68c19b",
                            "last_updated": "2022-08-15T14:02:20.472417-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Evil Geniuses",
                            "reward": "1.13000",
                            "odds": "1.14000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f04b000-4724-4a32-abee-eea2acc12f5a/?format=api"
                        },
                        {
                            "id": "f0b37cfe-7ac7-48fe-ab77-63a739bb564c",
                            "gambit_id": "c66d3f5e-86e7-4c2b-a615-fd8d31af3b02",
                            "last_updated": "2022-08-15T14:02:20.471946-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Dignitas",
                            "reward": "4.64000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f04b000-4724-4a32-abee-eea2acc12f5a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6c93bee9-1b02-401c-a604-1a686c387075",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c7accfc3-43da-4c26-8c4c-02d818a7b39d",
            "completed": true,
            "last_updated": "2022-08-14T13:36:50.200150-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.23,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/c7accfc3-43da-4c26-8c4c-02d818a7b39d",
            "datetime": "2022-08-13T20:10:00-04:00",
            "cutoff_datetime": "2022-08-13T20:10:00-04:00",
            "name": "ARI (Z Gallen) v. COL (J Urena)",
            "bettypes": [
                {
                    "id": "6ec00e88-1995-49ae-af82-c82c814db227",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c93bee9-1b02-401c-a604-1a686c387075/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "ARI (Z Gallen)",
                                "amount": 5755.0
                            },
                            {
                                "team": "COL (J Urena)",
                                "amount": 4245.0
                            }
                        ],
                        "expected_reward_tokens": 9380.65,
                        "profit_sb": 380.65,
                        "profit_sb_percentage": 4.23,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "101b26e6-3f77-477b-bbc7-ce3976f45f7b",
                            "gambit_id": "dfaf9fe4-8dc6-4974-a1a1-a2e0f3c3e446",
                            "last_updated": "2022-08-14T13:36:50.202852-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (Z Gallen)",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ec00e88-1995-49ae-af82-c82c814db227/?format=api"
                        },
                        {
                            "id": "f556affd-7a13-4a4f-9b8f-b1e9f5437890",
                            "gambit_id": "136ccf5f-2832-4611-a926-fc81fb3ad6a4",
                            "last_updated": "2022-08-14T13:36:50.203234-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (J Urena)",
                            "reward": "2.21000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ec00e88-1995-49ae-af82-c82c814db227/?format=api"
                        }
                    ]
                },
                {
                    "id": "add0f747-d6ff-4615-8001-4be81ec7dc98",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c93bee9-1b02-401c-a604-1a686c387075/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "COL",
                                "amount": 5204.0
                            },
                            {
                                "team": "ARI",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f586f685-05b2-4544-b963-dbd5c8b5c7b4",
                            "gambit_id": "eb103a85-e167-4aa0-bfe6-f72df46fabfe",
                            "last_updated": "2022-08-14T13:36:50.202085-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add0f747-d6ff-4615-8001-4be81ec7dc98/?format=api"
                        },
                        {
                            "id": "dfa1a29c-021b-47b4-8edf-2e6e1eecd032",
                            "gambit_id": "e76bcb02-0c68-4f18-b84a-530f2f59a8d6",
                            "last_updated": "2022-08-14T13:36:50.202470-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/add0f747-d6ff-4615-8001-4be81ec7dc98/?format=api"
                        }
                    ]
                },
                {
                    "id": "a185e843-ac35-4392-98b9-83289c441493",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c93bee9-1b02-401c-a604-1a686c387075/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 11",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Under 11",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "68b0ab65-fb0b-4538-8667-aaa8c23c215b",
                            "gambit_id": "4ebbe75c-00a2-4008-a992-0830a29bfe36",
                            "last_updated": "2022-08-14T13:36:50.201684-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 11",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a185e843-ac35-4392-98b9-83289c441493/?format=api"
                        },
                        {
                            "id": "05aeb1ba-781b-4983-9d4f-8ef99824e6cb",
                            "gambit_id": "55701ac2-7d5c-4fad-a0b8-5f0ead35df27",
                            "last_updated": "2022-08-14T13:36:50.201169-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 11",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a185e843-ac35-4392-98b9-83289c441493/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a629b67b-23d9-4fe4-9625-b8c34760e16e",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "db05998e-247f-417d-a217-ea9c3b537f48",
            "completed": true,
            "last_updated": "2022-08-15T11:17:19.546309-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.23,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/db05998e-247f-417d-a217-ea9c3b537f48",
            "datetime": "2022-08-13T20:00:00-04:00",
            "cutoff_datetime": "2022-08-13T20:00:00-04:00",
            "name": "Iasmin Lucindo v. Yazmin Jauregui",
            "bettypes": [
                {
                    "id": "51aa470d-14dc-4004-8dfe-29381fd07c1c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a629b67b-23d9-4fe4-9625-b8c34760e16e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Yazmin Jauregui",
                                "amount": 6361.0
                            },
                            {
                                "team": "Iasmin Lucindo",
                                "amount": 3639.0
                            }
                        ],
                        "expected_reward_tokens": 9096.23,
                        "profit_sb": 96.23,
                        "profit_sb_percentage": 1.07,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1b2ef156-d10e-4d73-ab67-15ce369b52d1",
                            "gambit_id": "460c29ac-eeb6-44e0-911b-3d479a066887",
                            "last_updated": "2022-08-15T11:17:19.548223-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Yazmin Jauregui",
                            "reward": "1.43000",
                            "odds": "1.47620",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51aa470d-14dc-4004-8dfe-29381fd07c1c/?format=api"
                        },
                        {
                            "id": "028a6e04-2bec-4db2-bf6b-71777fa4d950",
                            "gambit_id": "cbf2b5ec-8629-4ad8-8c65-627f30de66e5",
                            "last_updated": "2022-08-15T11:17:19.548678-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Iasmin Lucindo",
                            "reward": "2.50000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51aa470d-14dc-4004-8dfe-29381fd07c1c/?format=api"
                        }
                    ]
                },
                {
                    "id": "751de23d-4d1d-487c-99ca-05f2fd0d3589",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a629b67b-23d9-4fe4-9625-b8c34760e16e/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 6156.0
                            },
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 3844.0
                            }
                        ],
                        "expected_reward_tokens": 9110.28,
                        "profit_sb": 110.28,
                        "profit_sb_percentage": 1.23,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d30f5715-6435-4a04-99be-88e08085a0d0",
                            "gambit_id": "19914d7c-9446-4ed4-af63-23e43a36cd95",
                            "last_updated": "2022-08-15T11:17:19.547764-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "1.48000",
                            "odds": "1.52630",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751de23d-4d1d-487c-99ca-05f2fd0d3589/?format=api"
                        },
                        {
                            "id": "9d75e9bd-d1e1-4a31-a8ab-35359225a3ca",
                            "gambit_id": "629a9caa-b31d-494b-8fa2-76df1cf7eee0",
                            "last_updated": "2022-08-15T11:17:19.547266-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "2.37000",
                            "odds": "2.50000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751de23d-4d1d-487c-99ca-05f2fd0d3589/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4a38930e-f2a7-472b-9fa4-5d4e01ae8f6c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "168a923c-b717-4777-9ce9-b2390d1a2f42",
            "completed": true,
            "last_updated": "2022-08-15T13:47:13.438041-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.12,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/168a923c-b717-4777-9ce9-b2390d1a2f42",
            "datetime": "2022-08-13T20:00:00-04:00",
            "cutoff_datetime": "2022-08-13T20:00:00-04:00",
            "name": "Inter Miami CF v. New York City FC",
            "bettypes": [
                {
                    "id": "c10ef3ab-bbc1-4491-b176-a8eeb753621b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4a38930e-f2a7-472b-9fa4-5d4e01ae8f6c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "New York City FC",
                                "amount": 5042.0
                            },
                            {
                                "team": "Inter Miami CF",
                                "amount": 4958.0
                            }
                        ],
                        "expected_reward_tokens": 11948.78,
                        "profit_sb": 2948.78,
                        "profit_sb_percentage": 32.76,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York City FC",
                                "amount": 3696.0
                            },
                            {
                                "team": "Inter Miami CF",
                                "amount": 3634.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2670.0
                            }
                        ],
                        "expected_reward_tokens": 8757.6,
                        "profit_sb": -242.4,
                        "profit_sb_percentage": -2.69,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4b1cfa13-9aeb-4d10-8a39-dc13b938fcc4",
                            "gambit_id": "fc664577-3532-4bd5-9a62-bf2769670ead",
                            "last_updated": "2022-08-15T13:47:13.440033-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York City FC",
                            "reward": "2.37000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10ef3ab-bbc1-4491-b176-a8eeb753621b/?format=api"
                        },
                        {
                            "id": "b02176ac-4c7b-4049-9683-9021e93cbace",
                            "gambit_id": "839553a5-2ef7-47df-ab07-a612af4e1362",
                            "last_updated": "2022-08-15T13:47:13.440504-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Inter Miami CF",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10ef3ab-bbc1-4491-b176-a8eeb753621b/?format=api"
                        },
                        {
                            "id": "7ff710a8-45be-4ccd-9ed0-3460f8d0085e",
                            "gambit_id": "9e6c0326-f84e-4a21-a277-82f6daf24a12",
                            "last_updated": "2022-08-15T13:47:13.440965-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.28000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c10ef3ab-bbc1-4491-b176-a8eeb753621b/?format=api"
                        }
                    ]
                },
                {
                    "id": "1fa348dc-f7cc-4d91-8db0-c8fa8931c81e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4a38930e-f2a7-472b-9fa4-5d4e01ae8f6c/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5742.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4258.0
                            }
                        ],
                        "expected_reward_tokens": 8899.22,
                        "profit_sb": -100.78,
                        "profit_sb_percentage": -1.12,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "28bd5c8a-2718-48b9-b58e-d858729fae34",
                            "gambit_id": "9a1b88b4-fdb7-439b-8858-762c08ddb10b",
                            "last_updated": "2022-08-15T13:47:13.439528-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.55000",
                            "odds": "1.60000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa348dc-f7cc-4d91-8db0-c8fa8931c81e/?format=api"
                        },
                        {
                            "id": "3fa9c151-a59e-46ce-a63d-f2cf6d770b65",
                            "gambit_id": "2c913ca7-fd7d-4d4c-9de0-9c7e5504100c",
                            "last_updated": "2022-08-15T13:47:13.439022-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa348dc-f7cc-4d91-8db0-c8fa8931c81e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "99399dde-7d16-4e52-ad70-ca6f0b058e95",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "52fe4948-7fcc-4600-87c6-ca978711bcf8",
            "completed": true,
            "last_updated": "2022-08-15T11:17:19.424284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.23,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/52fe4948-7fcc-4600-87c6-ca978711bcf8",
            "datetime": "2022-08-13T20:00:00-04:00",
            "cutoff_datetime": "2022-08-13T20:00:00-04:00",
            "name": "Dominick Cruz v. Marlon Vera",
            "bettypes": [
                {
                    "id": "f6780670-7c45-4fb2-b1d7-588c941f5e46",
                    "match": "https://api-prod.gambitprofit.com/api/matches/99399dde-7d16-4e52-ad70-ca6f0b058e95/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Marlon Vera",
                                "amount": 6439.0
                            },
                            {
                                "team": "Dominick Cruz",
                                "amount": 3561.0
                            }
                        ],
                        "expected_reward_tokens": 9078.99,
                        "profit_sb": 78.99,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "706d8502-c3aa-4788-80b6-55912a05b419",
                            "gambit_id": "24e96c4e-87e0-42ef-97bc-3dea66d089c4",
                            "last_updated": "2022-08-15T11:17:19.426230-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Marlon Vera",
                            "reward": "1.41000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6780670-7c45-4fb2-b1d7-588c941f5e46/?format=api"
                        },
                        {
                            "id": "a867d682-da98-4f4b-9f10-2104fcb74d09",
                            "gambit_id": "83f676a6-0f3f-48e1-b451-a7e4b4bf7eba",
                            "last_updated": "2022-08-15T11:17:19.426685-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dominick Cruz",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6780670-7c45-4fb2-b1d7-588c941f5e46/?format=api"
                        }
                    ]
                },
                {
                    "id": "57f76700-50e9-4269-a5fd-2c61ee7a72a5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/99399dde-7d16-4e52-ad70-ca6f0b058e95/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 4.5",
                                "amount": 6156.0
                            },
                            {
                                "team": "Total Rounds Under 4.5",
                                "amount": 3844.0
                            }
                        ],
                        "expected_reward_tokens": 9110.28,
                        "profit_sb": 110.28,
                        "profit_sb_percentage": 1.23,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "39d9937b-a5b0-4963-81e4-b1313a573482",
                            "gambit_id": "69085b1d-8d3a-4347-b103-221e3f784f7b",
                            "last_updated": "2022-08-15T11:17:19.425769-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 4.5",
                            "reward": "1.48000",
                            "odds": "1.52630",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f76700-50e9-4269-a5fd-2c61ee7a72a5/?format=api"
                        },
                        {
                            "id": "9be36e52-f351-4412-9d16-3ddbd4a44540",
                            "gambit_id": "2c79881f-5a5b-4dda-baf2-8695f4d59f8a",
                            "last_updated": "2022-08-15T11:17:19.425256-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 4.5",
                            "reward": "2.37000",
                            "odds": "2.50000",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f76700-50e9-4269-a5fd-2c61ee7a72a5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "571ddda9-20d3-4e96-a446-e8b8f96886bd",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2840590c-a04b-4b98-9ba5-00affcd9b1ef",
            "completed": true,
            "last_updated": "2022-08-14T13:52:16.315623-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.25,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/2840590c-a04b-4b98-9ba5-00affcd9b1ef",
            "datetime": "2022-08-13T20:00:00-04:00",
            "cutoff_datetime": "2022-08-13T20:00:00-04:00",
            "name": "New Orleans Saints v. Houston Texans",
            "bettypes": [
                {
                    "id": "de8de1ab-50a7-4044-bd79-3c3843245f19",
                    "match": "https://api-prod.gambitprofit.com/api/matches/571ddda9-20d3-4e96-a446-e8b8f96886bd/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Houston Texans",
                                "amount": 5511.0
                            },
                            {
                                "team": "New Orleans Saints",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6109e6e9-8697-408a-a3c3-94a4ebed69f1",
                            "gambit_id": "37709c93-4a6a-4492-961d-711576a5d5ef",
                            "last_updated": "2022-08-14T13:52:16.318380-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Texans",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8de1ab-50a7-4044-bd79-3c3843245f19/?format=api"
                        },
                        {
                            "id": "49875053-f2b5-462a-a4e5-8dc3597ee4b4",
                            "gambit_id": "e40c80c1-2abb-4c68-a8e7-aad80ded9281",
                            "last_updated": "2022-08-14T13:52:16.318779-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Orleans Saints",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8de1ab-50a7-4044-bd79-3c3843245f19/?format=api"
                        }
                    ]
                },
                {
                    "id": "979122f6-1bfd-4d70-91c3-3b85a707a8b7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/571ddda9-20d3-4e96-a446-e8b8f96886bd/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Saints",
                                "amount": 5000.0
                            },
                            {
                                "team": "Houston Texans",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "de43c1fc-461e-465f-892f-d69ad947f616",
                            "gambit_id": "fcd7475e-9dca-482a-929f-ba99737ba484",
                            "last_updated": "2022-08-14T13:52:16.317988-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Orleans Saints",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "2.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/979122f6-1bfd-4d70-91c3-3b85a707a8b7/?format=api"
                        },
                        {
                            "id": "97bf3a16-42f2-4570-8b18-756fbb0ce1b0",
                            "gambit_id": "15bbf0ca-eb8f-4fd8-9171-922ed050798e",
                            "last_updated": "2022-08-14T13:52:16.317583-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Texans",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-2.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/979122f6-1bfd-4d70-91c3-3b85a707a8b7/?format=api"
                        }
                    ]
                },
                {
                    "id": "1acdd9ed-6439-424f-a185-bb067826def3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/571ddda9-20d3-4e96-a446-e8b8f96886bd/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 36.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 36.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "26225deb-9423-4568-a8d4-808c17b024af",
                            "gambit_id": "f1925101-5689-4029-9b43-bc3ab0d93d5a",
                            "last_updated": "2022-08-14T13:52:16.316707-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 36.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1acdd9ed-6439-424f-a185-bb067826def3/?format=api"
                        },
                        {
                            "id": "cf474c1c-75a4-43fe-94a3-40abb61441c3",
                            "gambit_id": "bbe1bd1c-d431-49d9-9bf0-a30c5a9323e5",
                            "last_updated": "2022-08-14T13:52:16.317172-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 36.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1acdd9ed-6439-424f-a185-bb067826def3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dc0359e3-a901-43e1-8d4d-13aa07e4257d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4ac56cb4-234c-4532-9463-bd62b406b237",
            "completed": true,
            "last_updated": "2022-08-15T11:17:19.669480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.4,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/4ac56cb4-234c-4532-9463-bd62b406b237",
            "datetime": "2022-08-13T20:00:00-04:00",
            "cutoff_datetime": "2022-08-13T20:00:00-04:00",
            "name": "Nate Landwehr v. David Onama",
            "bettypes": [
                {
                    "id": "0049bb99-0c10-4873-92fa-c7df588b57ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dc0359e3-a901-43e1-8d4d-13aa07e4257d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "David Onama",
                                "amount": 7130.0
                            },
                            {
                                "team": "Nate Landwehr",
                                "amount": 2870.0
                            }
                        ],
                        "expected_reward_tokens": 9126.4,
                        "profit_sb": 126.4,
                        "profit_sb_percentage": 1.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2e038b9e-01bb-41f3-986a-246cb1dda086",
                            "gambit_id": "4d8cf1fc-b202-4558-a8bb-ea0ef58c747f",
                            "last_updated": "2022-08-15T11:17:19.671551-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "David Onama",
                            "reward": "1.28000",
                            "odds": "1.30300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0049bb99-0c10-4873-92fa-c7df588b57ab/?format=api"
                        },
                        {
                            "id": "432a0fcd-d2f7-477d-a48b-e5d6753f0ca7",
                            "gambit_id": "a486eed6-9982-4df3-96b3-cbd8b9fa7a2a",
                            "last_updated": "2022-08-15T11:17:19.672024-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nate Landwehr",
                            "reward": "3.18000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0049bb99-0c10-4873-92fa-c7df588b57ab/?format=api"
                        }
                    ]
                },
                {
                    "id": "3f09b46b-5815-4db9-9f28-85fc49b5a68f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dc0359e3-a901-43e1-8d4d-13aa07e4257d/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5571.0
                            },
                            {
                                "team": "Total Rounds Under 1.5",
                                "amount": 4429.0
                            }
                        ],
                        "expected_reward_tokens": 9079.45,
                        "profit_sb": 79.45,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "63985cd8-1464-44e4-85c7-e23d3d242530",
                            "gambit_id": "90775e8c-8edb-433c-b396-9ebf5c22cd67",
                            "last_updated": "2022-08-15T11:17:19.670541-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 1.5",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f09b46b-5815-4db9-9f28-85fc49b5a68f/?format=api"
                        },
                        {
                            "id": "dbbc86f8-66f7-40ec-bcda-2b566ea90f43",
                            "gambit_id": "8a29678f-cede-4a56-aabe-9aac4ed3d37a",
                            "last_updated": "2022-08-15T11:17:19.671077-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 1.5",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f09b46b-5815-4db9-9f28-85fc49b5a68f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d224b913-d902-4a2d-8402-7c630f050d1f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "81a85939-8a65-420f-a29d-5e84631cf2ee",
            "completed": true,
            "last_updated": "2022-08-15T14:02:18.984689-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.27,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/81a85939-8a65-420f-a29d-5e84631cf2ee",
            "datetime": "2022-08-13T19:45:00-04:00",
            "cutoff_datetime": "2022-08-13T19:45:00-04:00",
            "name": "Immortals v. Flyquest",
            "bettypes": [
                {
                    "id": "ad855e67-a8a1-461f-9d7d-b1b816c71247",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d224b913-d902-4a2d-8402-7c630f050d1f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Flyquest",
                                "amount": 5924.0
                            },
                            {
                                "team": "Immortals",
                                "amount": 4076.0
                            }
                        ],
                        "expected_reward_tokens": 8885.68,
                        "profit_sb": -114.32,
                        "profit_sb_percentage": -1.27,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cdaeb92b-0d5e-4764-9507-cffa3ce6a5fe",
                            "gambit_id": "8c48164e-f550-4960-8e3a-90b1bb45badd",
                            "last_updated": "2022-08-15T14:02:18.985561-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Flyquest",
                            "reward": "1.50000",
                            "odds": "1.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad855e67-a8a1-461f-9d7d-b1b816c71247/?format=api"
                        },
                        {
                            "id": "a1f1b0b7-3fee-493a-85e3-82ec9594a56f",
                            "gambit_id": "a44bc8be-7fd7-4d94-8199-ebcceb9c0ae5",
                            "last_updated": "2022-08-15T14:02:18.986035-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Immortals",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad855e67-a8a1-461f-9d7d-b1b816c71247/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cafbaa50-dc7e-404f-827b-759a0de556b8",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "656be331-a5ea-40e6-8180-b21199aa2578",
            "completed": true,
            "last_updated": "2022-08-14T13:57:06.922561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.02,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/656be331-a5ea-40e6-8180-b21199aa2578",
            "datetime": "2022-08-13T19:30:00-04:00",
            "cutoff_datetime": "2022-08-13T19:30:00-04:00",
            "name": "Miami Dolphins v. Tampa Bay Buccaneers",
            "bettypes": [
                {
                    "id": "26f4db3f-2e36-45f5-a1de-724bc9abfb54",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cafbaa50-dc7e-404f-827b-759a0de556b8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Miami Dolphins",
                                "amount": 5217.0
                            },
                            {
                                "team": "Tampa Bay Buccaneers",
                                "amount": 4783.0
                            }
                        ],
                        "expected_reward_tokens": 9181.92,
                        "profit_sb": 181.92,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4d841a7a-fde6-42b0-81a7-cb8b44bcd3cd",
                            "gambit_id": "3c5f761e-025d-4090-bf5c-66546b6d9d5f",
                            "last_updated": "2022-08-14T13:57:06.924081-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Dolphins",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f4db3f-2e36-45f5-a1de-724bc9abfb54/?format=api"
                        },
                        {
                            "id": "2afc604b-62ac-45d5-a99d-3c987ee55f0e",
                            "gambit_id": "b617dce8-ea32-4300-8159-b0ccef017ee2",
                            "last_updated": "2022-08-14T13:57:06.923616-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Buccaneers",
                            "reward": "1.92000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f4db3f-2e36-45f5-a1de-724bc9abfb54/?format=api"
                        }
                    ]
                },
                {
                    "id": "b3d2c94c-c084-4c07-bb7c-e44bf106db56",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cafbaa50-dc7e-404f-827b-759a0de556b8/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Buccaneers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Miami Dolphins",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2eaed0a8-6c44-4b28-9123-26382737a97e",
                            "gambit_id": "33eda569-5fb2-4e1c-b2db-2b10c1ac64bf",
                            "last_updated": "2022-08-14T13:57:06.925306-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Buccaneers",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d2c94c-c084-4c07-bb7c-e44bf106db56/?format=api"
                        },
                        {
                            "id": "08857a8f-5cc8-4e03-949c-f955b32a0a93",
                            "gambit_id": "6831128b-2dc9-4c3b-b606-5585120953a5",
                            "last_updated": "2022-08-14T13:57:06.925705-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Dolphins",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3d2c94c-c084-4c07-bb7c-e44bf106db56/?format=api"
                        }
                    ]
                },
                {
                    "id": "2a404144-e5b5-43ae-a1bc-2f4a46ef9ab1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cafbaa50-dc7e-404f-827b-759a0de556b8/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 33",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 33",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "01772077-3880-4002-8b51-ddab62a1036c",
                            "gambit_id": "545c07e5-5ce3-4264-aaaf-14eb40a480d6",
                            "last_updated": "2022-08-14T13:57:06.924894-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 33",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "33.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a404144-e5b5-43ae-a1bc-2f4a46ef9ab1/?format=api"
                        },
                        {
                            "id": "a634fd98-e7c8-46c1-a300-e790adb0cef7",
                            "gambit_id": "d0630f64-b512-433f-82fd-abe6e0e39a92",
                            "last_updated": "2022-08-14T13:57:06.924504-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 33",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "33.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a404144-e5b5-43ae-a1bc-2f4a46ef9ab1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c2e141fc-2d82-4ea2-a37f-3082736acb47",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ed090283-a0f4-41fa-b111-425cfe7ba141",
            "completed": true,
            "last_updated": "2022-08-15T13:47:13.813243-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/ed090283-a0f4-41fa-b111-425cfe7ba141",
            "datetime": "2022-08-13T19:30:00-04:00",
            "cutoff_datetime": "2022-08-13T19:30:00-04:00",
            "name": "New England Revolution v. DC United",
            "bettypes": [
                {
                    "id": "96e9b3d8-3485-43f5-b7a6-b1e18f74447d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c2e141fc-2d82-4ea2-a37f-3082736acb47/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "New England Revolution",
                                "amount": 6931.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3069.0
                            }
                        ],
                        "expected_reward_tokens": 11017.71,
                        "profit_sb": 2017.71,
                        "profit_sb_percentage": 22.42,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New England Revolution",
                                "amount": 5545.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2456.0
                            },
                            {
                                "team": "DC United",
                                "amount": 1999.0
                            }
                        ],
                        "expected_reward_tokens": 8815.59,
                        "profit_sb": -184.41,
                        "profit_sb_percentage": -2.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b430df71-74a7-4725-87cf-ff307f392e8c",
                            "gambit_id": "c61511a7-198c-4ccf-aebd-07a0e3485c8f",
                            "last_updated": "2022-08-15T13:47:13.815339-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New England Revolution",
                            "reward": "1.59000",
                            "odds": "1.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e9b3d8-3485-43f5-b7a6-b1e18f74447d/?format=api"
                        },
                        {
                            "id": "38f638ed-9394-43cb-b953-9f96446ea627",
                            "gambit_id": "ff227688-0a95-4b5a-92b0-a7d97c2e74a5",
                            "last_updated": "2022-08-15T13:47:13.815733-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.59000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e9b3d8-3485-43f5-b7a6-b1e18f74447d/?format=api"
                        },
                        {
                            "id": "3fc8265d-690c-4fe3-9d3d-3e83eee017fd",
                            "gambit_id": "6a0da07d-4864-4acb-9c22-29b265699e0e",
                            "last_updated": "2022-08-15T13:47:13.814939-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DC United",
                            "reward": "4.41000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96e9b3d8-3485-43f5-b7a6-b1e18f74447d/?format=api"
                        }
                    ]
                },
                {
                    "id": "64190cd9-427a-4bdb-935e-18809ae2e451",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c2e141fc-2d82-4ea2-a37f-3082736acb47/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5571.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4429.0
                            }
                        ],
                        "expected_reward_tokens": 8857.89,
                        "profit_sb": -142.11,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b9bef34c-4a26-4ce1-b78d-d07e831b9931",
                            "gambit_id": "09d081fa-4503-412e-8838-c3c464af7877",
                            "last_updated": "2022-08-15T13:47:13.814541-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.59000",
                            "odds": "1.65000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64190cd9-427a-4bdb-935e-18809ae2e451/?format=api"
                        },
                        {
                            "id": "83aa0aab-2ecf-441d-9939-1e38bb0bd69f",
                            "gambit_id": "1e5f37ff-af4d-49c3-9791-127e1702a655",
                            "last_updated": "2022-08-15T13:47:13.814110-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64190cd9-427a-4bdb-935e-18809ae2e451/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "12c8ef1d-dd7b-4606-b0a8-a7b5d3140016",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1661072f-66e5-4dfe-80bb-7a5474e465d8",
            "completed": true,
            "last_updated": "2022-08-14T13:41:52.628433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.35,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/1661072f-66e5-4dfe-80bb-7a5474e465d8",
            "datetime": "2022-08-13T19:15:00-04:00",
            "cutoff_datetime": "2022-08-13T19:15:00-04:00",
            "name": "NYY (F Montas) v. BOS (K Crawford)",
            "bettypes": [
                {
                    "id": "b1bc8bbb-e60f-46ef-b39b-c39e8deedd45",
                    "match": "https://api-prod.gambitprofit.com/api/matches/12c8ef1d-dd7b-4606-b0a8-a7b5d3140016/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "NYY (F Montas)",
                                "amount": 5692.0
                            },
                            {
                                "team": "BOS (K Crawford)",
                                "amount": 4308.0
                            }
                        ],
                        "expected_reward_tokens": 9391.44,
                        "profit_sb": 391.44,
                        "profit_sb_percentage": 4.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2ac55964-0a28-4728-9318-d8e170653721",
                            "gambit_id": "3cb6d520-c1d5-4bbb-8d59-65192fee43a1",
                            "last_updated": "2022-08-14T13:41:52.632009-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (F Montas)",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1bc8bbb-e60f-46ef-b39b-c39e8deedd45/?format=api"
                        },
                        {
                            "id": "79b0fddf-7a97-4287-8c28-eb5d3dd1151a",
                            "gambit_id": "3626b8b4-4ddc-48af-920b-e77e64092662",
                            "last_updated": "2022-08-14T13:41:52.631573-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (K Crawford)",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1bc8bbb-e60f-46ef-b39b-c39e8deedd45/?format=api"
                        }
                    ]
                },
                {
                    "id": "29aac86b-a28f-43ea-901a-376402f10b8b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/12c8ef1d-dd7b-4606-b0a8-a7b5d3140016/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "BOS",
                                "amount": 5405.0
                            },
                            {
                                "team": "NYY",
                                "amount": 4595.0
                            }
                        ],
                        "expected_reward_tokens": 9188.5,
                        "profit_sb": 188.5,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "596b2513-5c3e-4db7-9e99-a56fe143d8f5",
                            "gambit_id": "5e6a0d07-b316-435c-90a3-65744fffb1e3",
                            "last_updated": "2022-08-14T13:41:52.630595-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29aac86b-a28f-43ea-901a-376402f10b8b/?format=api"
                        },
                        {
                            "id": "a0319da0-124d-4c34-a713-a37c3a62380c",
                            "gambit_id": "b4613794-4698-45b9-a9dd-e4a08891e98c",
                            "last_updated": "2022-08-14T13:41:52.631036-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29aac86b-a28f-43ea-901a-376402f10b8b/?format=api"
                        }
                    ]
                },
                {
                    "id": "f9aa4e2a-ddfe-42f7-af29-7f3abb260cc6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/12c8ef1d-dd7b-4606-b0a8-a7b5d3140016/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 9",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1d5d6e14-6f85-442d-abd7-c8773a6b79c3",
                            "gambit_id": "cd052cf1-4ce5-48c8-b98a-f0212a554927",
                            "last_updated": "2022-08-14T13:41:52.629564-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9aa4e2a-ddfe-42f7-af29-7f3abb260cc6/?format=api"
                        },
                        {
                            "id": "9ef4fcad-b1a6-49f9-89e2-67b50a19525d",
                            "gambit_id": "a9a7cc7e-d4e5-482e-93dc-bc1e787e24c9",
                            "last_updated": "2022-08-14T13:41:52.630110-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9aa4e2a-ddfe-42f7-af29-7f3abb260cc6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "713e8f86-8f94-4542-99b1-f30ed0f016f7",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "6d4d7f1c-05b1-4d8f-84cf-db9f594b9e11",
            "completed": true,
            "last_updated": "2022-08-14T13:41:55.274195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.95,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/6d4d7f1c-05b1-4d8f-84cf-db9f594b9e11",
            "datetime": "2022-08-13T19:15:00-04:00",
            "cutoff_datetime": "2022-08-13T19:15:00-04:00",
            "name": "SEA (M Gonzales) v. TEX (D Dunning)",
            "bettypes": [
                {
                    "id": "9666d444-9444-4a82-85f7-76355838888d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/713e8f86-8f94-4542-99b1-f30ed0f016f7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "TEX (D Dunning)",
                                "amount": 5227.0
                            },
                            {
                                "team": "SEA (M Gonzales)",
                                "amount": 4773.0
                            }
                        ],
                        "expected_reward_tokens": 9355.08,
                        "profit_sb": 355.08,
                        "profit_sb_percentage": 3.95,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7ff6d176-baae-44ff-9ee8-3489047e94f4",
                            "gambit_id": "23db131e-ed03-44ce-aaf4-267ced8621ee",
                            "last_updated": "2022-08-14T13:41:55.276893-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (D Dunning)",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9666d444-9444-4a82-85f7-76355838888d/?format=api"
                        },
                        {
                            "id": "00063c38-956c-41f2-b991-c902a07e7640",
                            "gambit_id": "f6aa2453-f814-4631-a6c1-5dd0c885dd73",
                            "last_updated": "2022-08-14T13:41:55.277284-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (M Gonzales)",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9666d444-9444-4a82-85f7-76355838888d/?format=api"
                        }
                    ]
                },
                {
                    "id": "5191fccd-57bc-4604-947e-60d4eb73794b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/713e8f86-8f94-4542-99b1-f30ed0f016f7/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "SEA",
                                "amount": 6359.0
                            },
                            {
                                "team": "TEX",
                                "amount": 3641.0
                            }
                        ],
                        "expected_reward_tokens": 9284.14,
                        "profit_sb": 284.14,
                        "profit_sb_percentage": 3.16,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c5f983f6-5b5a-4596-b148-bbef37d40f3f",
                            "gambit_id": "6572b5b6-5316-400c-822f-d3ea8c034c89",
                            "last_updated": "2022-08-14T13:41:55.276513-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5191fccd-57bc-4604-947e-60d4eb73794b/?format=api"
                        },
                        {
                            "id": "bd3cbd84-5f58-4484-9dd5-ef8fcccabfb9",
                            "gambit_id": "4858755e-c09f-4784-882d-74eaedb33d66",
                            "last_updated": "2022-08-14T13:41:55.276123-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5191fccd-57bc-4604-947e-60d4eb73794b/?format=api"
                        }
                    ]
                },
                {
                    "id": "e089139c-927c-4b93-af90-27ee3a9fe91e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/713e8f86-8f94-4542-99b1-f30ed0f016f7/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "09af0b9c-7e2e-4a2d-a31d-7d9b5a934a9e",
                            "gambit_id": "c6d26d0c-d54e-42ed-8331-32566e14fa1c",
                            "last_updated": "2022-08-14T13:41:55.275278-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e089139c-927c-4b93-af90-27ee3a9fe91e/?format=api"
                        },
                        {
                            "id": "49c7540f-4d1d-40a1-8d4b-9b70417304f9",
                            "gambit_id": "3edd0bdd-3dac-4660-94b3-d31d99f7dd1b",
                            "last_updated": "2022-08-14T13:41:55.275730-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e089139c-927c-4b93-af90-27ee3a9fe91e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e30602ac-b004-4361-a41e-3beddbd6b3b2",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "fa720d29-f795-464c-bf78-fbbb73bdde26",
            "completed": true,
            "last_updated": "2022-08-14T11:11:53.245401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.28,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/fa720d29-f795-464c-bf78-fbbb73bdde26",
            "datetime": "2022-08-13T19:15:00-04:00",
            "cutoff_datetime": "2022-08-13T19:15:00-04:00",
            "name": "MIL (C Burnes) v. STL (A Wainwright)",
            "bettypes": [
                {
                    "id": "40d1f810-4314-432b-a673-ef14ab3e4623",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e30602ac-b004-4361-a41e-3beddbd6b3b2/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "MIL (C Burnes)",
                                "amount": 5654.0
                            },
                            {
                                "team": "STL (A Wainwright)",
                                "amount": 4346.0
                            }
                        ],
                        "expected_reward_tokens": 9385.64,
                        "profit_sb": 385.64,
                        "profit_sb_percentage": 4.28,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2ad1d580-eb21-4633-a190-249c431e854b",
                            "gambit_id": "ac694f01-4338-4801-b06f-ab72ecd4da38",
                            "last_updated": "2022-08-14T11:11:53.248508-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (C Burnes)",
                            "reward": "1.66000",
                            "odds": "1.72460",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40d1f810-4314-432b-a673-ef14ab3e4623/?format=api"
                        },
                        {
                            "id": "f43e726a-67fc-4ae2-a513-c6b2a151f8a5",
                            "gambit_id": "60bfd76a-d6ee-4ea0-8a16-4b652aeccfbd",
                            "last_updated": "2022-08-14T11:11:53.248119-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (A Wainwright)",
                            "reward": "2.16000",
                            "odds": "2.28000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40d1f810-4314-432b-a673-ef14ab3e4623/?format=api"
                        }
                    ]
                },
                {
                    "id": "77f311b0-e2ef-4b7e-9356-0040373f3ad6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e30602ac-b004-4361-a41e-3beddbd6b3b2/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "STL",
                                "amount": 5676.0
                            },
                            {
                                "team": "MIL",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7ab02657-ca8e-4cff-baca-5d14b92259c2",
                            "gambit_id": "ef115f11-698a-42bf-85f4-4336829b8ea4",
                            "last_updated": "2022-08-14T11:11:53.247313-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f311b0-e2ef-4b7e-9356-0040373f3ad6/?format=api"
                        },
                        {
                            "id": "67796f3c-29f0-4c77-aed2-14716fd0bc66",
                            "gambit_id": "96ec1ff9-119e-49c5-8f77-5a58a6321b43",
                            "last_updated": "2022-08-14T11:11:53.247716-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77f311b0-e2ef-4b7e-9356-0040373f3ad6/?format=api"
                        }
                    ]
                },
                {
                    "id": "48b8123d-f6f0-42b6-8a54-1af78cd3f993",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e30602ac-b004-4361-a41e-3beddbd6b3b2/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5204.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4db0203a-cdca-403e-9a3f-67a98f3a6c2c",
                            "gambit_id": "54eeae45-786a-430e-a11d-4949569d8f85",
                            "last_updated": "2022-08-14T11:11:53.246907-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48b8123d-f6f0-42b6-8a54-1af78cd3f993/?format=api"
                        },
                        {
                            "id": "dc83aeef-7a3c-4184-a2d6-07752583a03c",
                            "gambit_id": "b5f258dc-eb7d-480a-ad02-dc3ca2e91d4e",
                            "last_updated": "2022-08-14T11:11:53.246430-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48b8123d-f6f0-42b6-8a54-1af78cd3f993/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "eeb183b7-4308-4ad9-9363-71a65e43f84a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "845c33c2-457e-497e-9d57-e748c2383523",
            "completed": true,
            "last_updated": "2022-08-14T13:42:11.649797-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.96,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/845c33c2-457e-497e-9d57-e748c2383523",
            "datetime": "2022-08-13T19:10:00-04:00",
            "cutoff_datetime": "2022-08-13T19:10:00-04:00",
            "name": "ATL (I Anderson) v. MIA (T Nance) - Game 2",
            "bettypes": [
                {
                    "id": "69525e87-d4f6-45aa-b7e5-f28d236b46b8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eeb183b7-4308-4ad9-9363-71a65e43f84a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "ATL (I Anderson)",
                                "amount": 6196.0
                            },
                            {
                                "team": "MIA (T Nance)",
                                "amount": 3804.0
                            }
                        ],
                        "expected_reward_tokens": 9355.96,
                        "profit_sb": 355.96,
                        "profit_sb_percentage": 3.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0c0bbd1f-8759-4666-8fdd-08c726f21a72",
                            "gambit_id": "e40e562c-ed21-4bbe-938f-47808125ae49",
                            "last_updated": "2022-08-14T13:42:11.652520-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (I Anderson)",
                            "reward": "1.51000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69525e87-d4f6-45aa-b7e5-f28d236b46b8/?format=api"
                        },
                        {
                            "id": "5a93562c-9d81-4009-9669-e45ee3c7bbbd",
                            "gambit_id": "60459430-f316-44f1-9f53-ced24f7215d1",
                            "last_updated": "2022-08-14T13:42:11.652874-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (T Nance)",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69525e87-d4f6-45aa-b7e5-f28d236b46b8/?format=api"
                        }
                    ]
                },
                {
                    "id": "498ce716-064e-4c96-831b-7ac2af3f3e06",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eeb183b7-4308-4ad9-9363-71a65e43f84a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "ATL",
                                "amount": 5109.0
                            },
                            {
                                "team": "MIA",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ff17492e-556d-4072-99f7-926dffdc35a3",
                            "gambit_id": "4e47fd98-bb04-49d6-9509-e2653810c6ab",
                            "last_updated": "2022-08-14T13:42:11.652165-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/498ce716-064e-4c96-831b-7ac2af3f3e06/?format=api"
                        },
                        {
                            "id": "b11eeca5-0c40-4635-ad79-9b0837ceb7db",
                            "gambit_id": "ee1a769b-755c-49b5-b353-4257c82e9b4c",
                            "last_updated": "2022-08-14T13:42:11.651802-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/498ce716-064e-4c96-831b-7ac2af3f3e06/?format=api"
                        }
                    ]
                },
                {
                    "id": "c1151b65-6556-4e5d-99ea-4a962f2d2912",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eeb183b7-4308-4ad9-9363-71a65e43f84a/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "94b13458-7ada-46c3-967d-ac4342ed5971",
                            "gambit_id": "46ae9b39-04ad-427f-8950-d4a5dc1595f3",
                            "last_updated": "2022-08-14T13:42:11.650926-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1151b65-6556-4e5d-99ea-4a962f2d2912/?format=api"
                        },
                        {
                            "id": "4f38843a-c6c6-463a-a4ce-18059e34013e",
                            "gambit_id": "6c68b8ae-4061-4432-8200-a281e8aaa838",
                            "last_updated": "2022-08-14T13:42:11.651417-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1151b65-6556-4e5d-99ea-4a962f2d2912/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "82b7a051-68cf-455d-a235-579a93ed8adb",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "135515fd-7317-49eb-8c79-b6d931bb6157",
            "completed": true,
            "last_updated": "2022-08-14T13:41:54.259999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.32,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/135515fd-7317-49eb-8c79-b6d931bb6157",
            "datetime": "2022-08-13T19:10:00-04:00",
            "cutoff_datetime": "2022-08-13T19:10:00-04:00",
            "name": "PHI (A Nola) v. NYM (J DeGrom)",
            "bettypes": [
                {
                    "id": "1e9374b2-17fd-40cc-977b-256fe7a2ca09",
                    "match": "https://api-prod.gambitprofit.com/api/matches/82b7a051-68cf-455d-a235-579a93ed8adb/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "NYM (J DeGrom)",
                                "amount": 6643.0
                            },
                            {
                                "team": "PHI (A Nola)",
                                "amount": 3357.0
                            }
                        ],
                        "expected_reward_tokens": 9298.89,
                        "profit_sb": 298.89,
                        "profit_sb_percentage": 3.32,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "732b9ad2-a027-4552-8d82-31a5382549fe",
                            "gambit_id": "2226dcd8-5805-41d3-aa78-88dd19f182a4",
                            "last_updated": "2022-08-14T13:41:54.263292-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (J DeGrom)",
                            "reward": "1.40000",
                            "odds": "1.44440",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e9374b2-17fd-40cc-977b-256fe7a2ca09/?format=api"
                        },
                        {
                            "id": "ddb6f444-934f-4296-8c7b-f0a6e0ad5b3c",
                            "gambit_id": "295b9331-6276-4040-8692-32099027b5c0",
                            "last_updated": "2022-08-14T13:41:54.262887-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (A Nola)",
                            "reward": "2.77000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e9374b2-17fd-40cc-977b-256fe7a2ca09/?format=api"
                        }
                    ]
                },
                {
                    "id": "ecc6cbe0-0dac-45e1-8f64-e10574f88d81",
                    "match": "https://api-prod.gambitprofit.com/api/matches/82b7a051-68cf-455d-a235-579a93ed8adb/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "PHI",
                                "amount": 5204.0
                            },
                            {
                                "team": "NYM",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1b930c20-a749-496e-9128-8f39705758f5",
                            "gambit_id": "3bf6854c-0a57-4c0b-ab17-f469e70cc5d0",
                            "last_updated": "2022-08-14T13:41:54.262483-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc6cbe0-0dac-45e1-8f64-e10574f88d81/?format=api"
                        },
                        {
                            "id": "79fcc84c-f4a7-4e23-8e9b-85b2901d3866",
                            "gambit_id": "69dc1c1b-d763-4332-b6ea-03b91a29978e",
                            "last_updated": "2022-08-14T13:41:54.262079-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc6cbe0-0dac-45e1-8f64-e10574f88d81/?format=api"
                        }
                    ]
                },
                {
                    "id": "32d88767-7406-49e8-b847-a1217da74f47",
                    "match": "https://api-prod.gambitprofit.com/api/matches/82b7a051-68cf-455d-a235-579a93ed8adb/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0cf11396-801e-4352-81de-79f9ff9017ce",
                            "gambit_id": "1c5ee6e4-a9c0-4d14-9364-d16e3311b042",
                            "last_updated": "2022-08-14T13:41:54.261133-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32d88767-7406-49e8-b847-a1217da74f47/?format=api"
                        },
                        {
                            "id": "494bb355-ae85-4185-a18e-cdc71912d4a4",
                            "gambit_id": "3d558013-cbed-4f7f-9049-38b889201d67",
                            "last_updated": "2022-08-14T13:41:54.261658-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32d88767-7406-49e8-b847-a1217da74f47/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cc2811b1-e068-46ce-bee3-c4c1f54e8765",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "504f5f13-c0a2-40fe-b594-5338ef20fadd",
            "completed": true,
            "last_updated": "2022-08-14T13:41:53.999431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.96,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/504f5f13-c0a2-40fe-b594-5338ef20fadd",
            "datetime": "2022-08-13T19:10:00-04:00",
            "cutoff_datetime": "2022-08-13T19:10:00-04:00",
            "name": "LOS (A Heaney) v. KAN (B Keller)",
            "bettypes": [
                {
                    "id": "fa376095-8623-4f1f-a0a3-7e9b3d1cd9eb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc2811b1-e068-46ce-bee3-c4c1f54e8765/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 (A Heaney)",
                                "amount": 7115.0
                            },
                            {
                                "team": "KAN (B Keller)",
                                "amount": 2885.0
                            }
                        ],
                        "expected_reward_tokens": 9318.55,
                        "profit_sb": 318.55,
                        "profit_sb_percentage": 3.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d2c8c8f2-2b60-45f4-b0ec-e9b2b34c30b1",
                            "gambit_id": "6ab6adcb-647b-4aa2-9eab-a55c7efe8389",
                            "last_updated": "2022-08-14T13:41:54.002668-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (A Heaney)",
                            "reward": "1.31000",
                            "odds": "1.34480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa376095-8623-4f1f-a0a3-7e9b3d1cd9eb/?format=api"
                        },
                        {
                            "id": "7ddc3a4a-8545-4ff2-ab8b-4d5782cf9231",
                            "gambit_id": "0db5c8df-23c3-4f50-a159-93b0811c4594",
                            "last_updated": "2022-08-14T13:41:54.002239-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (B Keller)",
                            "reward": "3.23000",
                            "odds": "3.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa376095-8623-4f1f-a0a3-7e9b3d1cd9eb/?format=api"
                        }
                    ]
                },
                {
                    "id": "cba65264-d154-4a45-b136-7a308da8ae41",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc2811b1-e068-46ce-bee3-c4c1f54e8765/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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",
                                "amount": 6196.0
                            },
                            {
                                "team": "KAN",
                                "amount": 3804.0
                            }
                        ],
                        "expected_reward_tokens": 9355.96,
                        "profit_sb": 355.96,
                        "profit_sb_percentage": 3.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6df4b8d2-1072-45dc-bd6b-f23454a99bbb",
                            "gambit_id": "2f47dc47-c958-4ca0-bc54-749a39dd60a7",
                            "last_updated": "2022-08-14T13:41:54.001370-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.51000",
                            "odds": "1.55560",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cba65264-d154-4a45-b136-7a308da8ae41/?format=api"
                        },
                        {
                            "id": "c65c21bd-1c6a-4b80-92ba-db1659d30e5b",
                            "gambit_id": "18e3a3a0-4779-44ce-b634-61657bcdaf8b",
                            "last_updated": "2022-08-14T13:41:54.001815-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cba65264-d154-4a45-b136-7a308da8ae41/?format=api"
                        }
                    ]
                },
                {
                    "id": "cfc17d89-1af3-4718-83db-6075c8b21b75",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc2811b1-e068-46ce-bee3-c4c1f54e8765/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 9.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Under 9.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "eec1ec2a-f5c7-4cdb-b4a5-ed0177440be6",
                            "gambit_id": "11d7a3bf-7d3a-4f74-829b-293213534598",
                            "last_updated": "2022-08-14T13:41:54.000934-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc17d89-1af3-4718-83db-6075c8b21b75/?format=api"
                        },
                        {
                            "id": "43e4c9d9-bf4b-4a2c-89d2-69285c0e6c2d",
                            "gambit_id": "f69ed583-bebd-4e59-849a-c087a795ad0a",
                            "last_updated": "2022-08-14T13:41:54.000454-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc17d89-1af3-4718-83db-6075c8b21b75/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5cb83c2a-778f-4541-8c30-4c9d9ad9d6a0",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "194971de-e670-4c30-91a0-b91ca66719cc",
            "completed": true,
            "last_updated": "2022-08-14T11:17:01.155771-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.39,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/194971de-e670-4c30-91a0-b91ca66719cc",
            "datetime": "2022-08-13T19:10:00-04:00",
            "cutoff_datetime": "2022-08-13T19:10:00-04:00",
            "name": "Atlanta Braves v. Miami Marlins - Game 2",
            "bettypes": [
                {
                    "id": "c43b5005-ca27-452a-bbfb-1f70ef34fe0a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5cb83c2a-778f-4541-8c30-4c9d9ad9d6a0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Atlanta Braves",
                                "amount": 6101.0
                            },
                            {
                                "team": "Miami Marlins",
                                "amount": 3899.0
                            }
                        ],
                        "expected_reward_tokens": 9395.54,
                        "profit_sb": 395.54,
                        "profit_sb_percentage": 4.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "763b1dc9-7603-4202-8160-150814f0c218",
                            "gambit_id": "dcae2968-5b98-4a4d-8514-7e065749e974",
                            "last_updated": "2022-08-14T11:17:01.158685-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta Braves",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c43b5005-ca27-452a-bbfb-1f70ef34fe0a/?format=api"
                        },
                        {
                            "id": "eaa3928a-9a8e-476c-b799-d88a7142b154",
                            "gambit_id": "2d1de0ac-6b46-40ea-b468-914550f3a4fa",
                            "last_updated": "2022-08-14T11:17:01.158284-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Marlins",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c43b5005-ca27-452a-bbfb-1f70ef34fe0a/?format=api"
                        }
                    ]
                },
                {
                    "id": "62e5f44c-2c3d-47a1-949f-641b91fb41ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5cb83c2a-778f-4541-8c30-4c9d9ad9d6a0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "Miami Marlins",
                                "amount": 5000.0
                            },
                            {
                                "team": "Atlanta Braves",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9a97b405-eca0-4387-b472-33d0743fb4d5",
                            "gambit_id": "9383a55f-9d81-402a-b540-0130cc78bf41",
                            "last_updated": "2022-08-14T11:17:01.157553-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Marlins",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62e5f44c-2c3d-47a1-949f-641b91fb41ab/?format=api"
                        },
                        {
                            "id": "7551294f-bcd1-4c8f-9d9d-0382c7305ed6",
                            "gambit_id": "41529ac6-c72d-4887-a80b-4e14cb63228b",
                            "last_updated": "2022-08-14T11:17:01.157918-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta Braves",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62e5f44c-2c3d-47a1-949f-641b91fb41ab/?format=api"
                        }
                    ]
                },
                {
                    "id": "21a07363-07e7-44a1-ba69-b287f8e2d2fd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5cb83c2a-778f-4541-8c30-4c9d9ad9d6a0/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8bd5e93b-1eb6-4eea-ad16-0769a9f2c492",
                            "gambit_id": "a3894dcb-44e3-4d89-a4b9-3fd17de4c512",
                            "last_updated": "2022-08-14T11:17:01.156731-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21a07363-07e7-44a1-ba69-b287f8e2d2fd/?format=api"
                        },
                        {
                            "id": "ec0e0cbe-a745-4229-9ea4-66c85f50129d",
                            "gambit_id": "c6f0b147-83b8-4d55-b0ef-c92fd61124d0",
                            "last_updated": "2022-08-14T11:17:01.157161-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21a07363-07e7-44a1-ba69-b287f8e2d2fd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b24ddd92-f014-47f1-bac8-c0e9fb71210e",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "054e3a5c-424a-4bb8-973f-5ee6b723da44",
            "completed": true,
            "last_updated": "2022-08-14T13:46:51.646546-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.63,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/054e3a5c-424a-4bb8-973f-5ee6b723da44",
            "datetime": "2022-08-13T19:10:00-04:00",
            "cutoff_datetime": "2022-08-13T19:10:00-04:00",
            "name": "OAK (Z Logue) v. HOU (L McCullers)",
            "bettypes": [
                {
                    "id": "f215bad7-ffb4-43ad-9274-46db56627101",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b24ddd92-f014-47f1-bac8-c0e9fb71210e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "HOU (L McCullers)",
                                "amount": 7067.0
                            },
                            {
                                "team": "OAK (Z Logue)",
                                "amount": 2933.0
                            }
                        ],
                        "expected_reward_tokens": 9326.94,
                        "profit_sb": 326.94,
                        "profit_sb_percentage": 3.63,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d8ee0288-9ced-45f2-9dd1-0a053602298f",
                            "gambit_id": "d1ae7af8-d66a-4ef4-9516-171243c71b58",
                            "last_updated": "2022-08-14T13:46:51.649383-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (L McCullers)",
                            "reward": "1.32000",
                            "odds": "1.35710",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f215bad7-ffb4-43ad-9274-46db56627101/?format=api"
                        },
                        {
                            "id": "1a164daf-01aa-42b1-b9fb-3413b35e8f1a",
                            "gambit_id": "05be853f-d349-4f42-9a50-30c3f78e12e7",
                            "last_updated": "2022-08-14T13:46:51.649853-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (Z Logue)",
                            "reward": "3.18000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f215bad7-ffb4-43ad-9274-46db56627101/?format=api"
                        }
                    ]
                },
                {
                    "id": "3eda6ae0-f76e-4b42-b4fe-87508f6de921",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b24ddd92-f014-47f1-bac8-c0e9fb71210e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "HOU",
                                "amount": 5588.0
                            },
                            {
                                "team": "OAK",
                                "amount": 4412.0
                            }
                        ],
                        "expected_reward_tokens": 9220.2,
                        "profit_sb": 220.2,
                        "profit_sb_percentage": 2.45,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a669891b-acf0-4823-9902-dec8ff758f3e",
                            "gambit_id": "3bbbe033-e1ef-45a8-96cd-732f1591c1a5",
                            "last_updated": "2022-08-14T13:46:51.648954-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eda6ae0-f76e-4b42-b4fe-87508f6de921/?format=api"
                        },
                        {
                            "id": "a9e5e50f-d306-4051-85df-fadb8e874b51",
                            "gambit_id": "7b43c66d-df3d-4135-80a0-d7515d24de68",
                            "last_updated": "2022-08-14T13:46:51.648524-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eda6ae0-f76e-4b42-b4fe-87508f6de921/?format=api"
                        }
                    ]
                },
                {
                    "id": "3db551a2-1799-4448-a9df-3e3432cfe8ae",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b24ddd92-f014-47f1-bac8-c0e9fb71210e/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8.5",
                                "amount": 5204.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fece9471-f51e-488b-acdc-8bb831b1138b",
                            "gambit_id": "f2a415c5-ebad-4b50-b8e5-84c6971be72e",
                            "last_updated": "2022-08-14T13:46:51.648068-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3db551a2-1799-4448-a9df-3e3432cfe8ae/?format=api"
                        },
                        {
                            "id": "46306775-4384-43cb-8316-d939faed2900",
                            "gambit_id": "0d796a7a-693f-4e05-b6ee-aae21df4d6e1",
                            "last_updated": "2022-08-14T13:46:51.647573-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3db551a2-1799-4448-a9df-3e3432cfe8ae/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9b6451a3-c9c2-4d55-aab3-0da069697f5f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f36118bd-3d9f-4165-af95-d1b185c608e6",
            "completed": true,
            "last_updated": "2022-08-14T13:46:51.097716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.9,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/f36118bd-3d9f-4165-af95-d1b185c608e6",
            "datetime": "2022-08-13T19:10:00-04:00",
            "cutoff_datetime": "2022-08-13T19:10:00-04:00",
            "name": "DET (M Manning) v. CWS (L Giolito)",
            "bettypes": [
                {
                    "id": "3b27eef1-24c7-4cb2-9495-e36cff2fcd0a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9b6451a3-c9c2-4d55-aab3-0da069697f5f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "CWS (L Giolito)",
                                "amount": 6152.0
                            },
                            {
                                "team": "DET (M Manning)",
                                "amount": 3848.0
                            }
                        ],
                        "expected_reward_tokens": 9350.64,
                        "profit_sb": 350.64,
                        "profit_sb_percentage": 3.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "aea75f65-8864-4a6e-a1d6-ac3d3ceb3884",
                            "gambit_id": "ebf5ec8b-31b3-4a14-8901-7a60655e8d20",
                            "last_updated": "2022-08-14T13:46:51.100657-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (L Giolito)",
                            "reward": "1.52000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b27eef1-24c7-4cb2-9495-e36cff2fcd0a/?format=api"
                        },
                        {
                            "id": "11c37b9f-dcb1-4afe-9e66-dc6a13b12f95",
                            "gambit_id": "404f2915-aee6-4c9b-982c-f81c84d41184",
                            "last_updated": "2022-08-14T13:46:51.101142-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (M Manning)",
                            "reward": "2.43000",
                            "odds": "2.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b27eef1-24c7-4cb2-9495-e36cff2fcd0a/?format=api"
                        }
                    ]
                },
                {
                    "id": "fd4ede45-fb8a-4c61-b9b1-85696040bc48",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9b6451a3-c9c2-4d55-aab3-0da069697f5f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "DET",
                                "amount": 5312.0
                            },
                            {
                                "team": "CWS",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "91a8d3aa-884d-402c-b268-7f48263a59d0",
                            "gambit_id": "71142b1f-49f6-412f-8d63-2f23151a7cd4",
                            "last_updated": "2022-08-14T13:46:51.100143-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4ede45-fb8a-4c61-b9b1-85696040bc48/?format=api"
                        },
                        {
                            "id": "88326463-6164-4273-ba54-eaa3b6f0791b",
                            "gambit_id": "f7b87acf-acc3-4514-8a8a-da5478156404",
                            "last_updated": "2022-08-14T13:46:51.099703-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4ede45-fb8a-4c61-b9b1-85696040bc48/?format=api"
                        }
                    ]
                },
                {
                    "id": "a6a3ad30-a6de-41b8-ac4d-37d51f08d737",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9b6451a3-c9c2-4d55-aab3-0da069697f5f/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1f88a455-5a09-4bb7-9572-7af9152cbaf3",
                            "gambit_id": "58559c8e-8bca-4c94-9e85-8da2cace71e6",
                            "last_updated": "2022-08-14T13:46:51.099259-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a3ad30-a6de-41b8-ac4d-37d51f08d737/?format=api"
                        },
                        {
                            "id": "4c87fe10-f5d7-457c-befb-0e02ea2fc9dd",
                            "gambit_id": "37f5f543-711b-43df-aa9c-8f836013008e",
                            "last_updated": "2022-08-14T13:46:51.098761-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6a3ad30-a6de-41b8-ac4d-37d51f08d737/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "78241700-dcfa-495c-82c1-158230ff0203",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "48b24995-0868-4bc1-99f9-b3b8473fb0b2",
            "completed": true,
            "last_updated": "2022-08-14T13:46:50.825196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.22,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/48b24995-0868-4bc1-99f9-b3b8473fb0b2",
            "datetime": "2022-08-13T19:05:00-04:00",
            "cutoff_datetime": "2022-08-13T19:05:00-04:00",
            "name": "SDG (Y Darvish) v. WAS (An Sanchez)",
            "bettypes": [
                {
                    "id": "89f0fceb-3049-49e6-8dbf-0c7c9e01e484",
                    "match": "https://api-prod.gambitprofit.com/api/matches/78241700-dcfa-495c-82c1-158230ff0203/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "SDG (Y Darvish)",
                                "amount": 7202.0
                            },
                            {
                                "team": "WAS (An Sanchez)",
                                "amount": 2798.0
                            }
                        ],
                        "expected_reward_tokens": 9289.36,
                        "profit_sb": 289.36,
                        "profit_sb_percentage": 3.22,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4a259bff-9957-41d5-b037-c0b28bef1f26",
                            "gambit_id": "7104fcae-654c-4813-ab78-0ee77d9b0776",
                            "last_updated": "2022-08-14T13:46:50.828695-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (Y Darvish)",
                            "reward": "1.29000",
                            "odds": "1.32260",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f0fceb-3049-49e6-8dbf-0c7c9e01e484/?format=api"
                        },
                        {
                            "id": "3a9c7ca7-4063-45e1-a840-b89d0429cde7",
                            "gambit_id": "69b57c12-4dbe-4616-a878-4809fdb12a73",
                            "last_updated": "2022-08-14T13:46:50.828265-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (An Sanchez)",
                            "reward": "3.32000",
                            "odds": "3.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f0fceb-3049-49e6-8dbf-0c7c9e01e484/?format=api"
                        }
                    ]
                },
                {
                    "id": "010950d3-2efc-4e37-bc54-aed9f84b792b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/78241700-dcfa-495c-82c1-158230ff0203/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "SDG",
                                "amount": 6359.0
                            },
                            {
                                "team": "WAS",
                                "amount": 3641.0
                            }
                        ],
                        "expected_reward_tokens": 9284.14,
                        "profit_sb": 284.14,
                        "profit_sb_percentage": 3.16,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "be48dddf-a4d6-42dc-a030-4c351192e2e7",
                            "gambit_id": "33d17c36-1af5-403c-aa61-bdf577a7662f",
                            "last_updated": "2022-08-14T13:46:50.827733-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010950d3-2efc-4e37-bc54-aed9f84b792b/?format=api"
                        },
                        {
                            "id": "4734f812-08a6-42e7-b5f7-f11eb8db580c",
                            "gambit_id": "5e7ae6f1-3146-4971-9b87-e10c79c2301b",
                            "last_updated": "2022-08-14T13:46:50.827296-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010950d3-2efc-4e37-bc54-aed9f84b792b/?format=api"
                        }
                    ]
                },
                {
                    "id": "4306b157-17e8-406a-be19-572667c0402b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/78241700-dcfa-495c-82c1-158230ff0203/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8.5",
                                "amount": 5204.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1e639b5d-c568-4c6e-882b-b76935a9d137",
                            "gambit_id": "8753f8e8-67f8-49a4-b712-9a39922aed8e",
                            "last_updated": "2022-08-14T13:46:50.826857-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4306b157-17e8-406a-be19-572667c0402b/?format=api"
                        },
                        {
                            "id": "4e4534bc-5925-4cc9-b84b-3533041d34d9",
                            "gambit_id": "0ada8770-c42e-4b35-94fa-eb628afacbd2",
                            "last_updated": "2022-08-14T13:46:50.826368-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4306b157-17e8-406a-be19-572667c0402b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6e65f0e9-9ee7-4bcd-a02d-0356c1f7dc6f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bdc43973-e433-47bf-857d-713b4ac8084b",
            "completed": true,
            "last_updated": "2022-08-14T13:57:06.654033-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.33,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/bdc43973-e433-47bf-857d-713b4ac8084b",
            "datetime": "2022-08-13T19:00:00-04:00",
            "cutoff_datetime": "2022-08-13T19:00:00-04:00",
            "name": "Seattle Seahawks v. Pittsburgh Steelers",
            "bettypes": [
                {
                    "id": "4f558aa6-30ad-4a59-8de4-d2ae463613dc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e65f0e9-9ee7-4bcd-a02d-0356c1f7dc6f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Steelers",
                                "amount": 5418.0
                            },
                            {
                                "team": "Seattle Seahawks",
                                "amount": 4582.0
                            }
                        ],
                        "expected_reward_tokens": 9209.82,
                        "profit_sb": 209.82,
                        "profit_sb_percentage": 2.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e8d9d6b0-0a3d-43c3-8263-cf675176d140",
                            "gambit_id": "f8313ca7-b54e-4de3-9989-436fa7bd8bb6",
                            "last_updated": "2022-08-14T13:57:06.656562-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pittsburgh Steelers",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f558aa6-30ad-4a59-8de4-d2ae463613dc/?format=api"
                        },
                        {
                            "id": "43d61ee7-02c4-4b71-aa79-0ecd1ca7e945",
                            "gambit_id": "68affa21-8222-4cf5-b31c-78ab03cdd4fb",
                            "last_updated": "2022-08-14T13:57:06.656944-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Seahawks",
                            "reward": "2.01000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f558aa6-30ad-4a59-8de4-d2ae463613dc/?format=api"
                        }
                    ]
                },
                {
                    "id": "85242809-dbe1-4291-abed-5e1a530f79fd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e65f0e9-9ee7-4bcd-a02d-0356c1f7dc6f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Steelers",
                                "amount": 5095.0
                            },
                            {
                                "team": "Seattle Seahawks",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": 171.0,
                        "profit_sb_percentage": 1.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b3aa675b-d5a9-471e-bea0-85822d892133",
                            "gambit_id": "a0283ad7-902b-4a11-9b98-b7c028d5ef5d",
                            "last_updated": "2022-08-14T13:57:06.655777-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pittsburgh Steelers",
                            "reward": "1.80000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85242809-dbe1-4291-abed-5e1a530f79fd/?format=api"
                        },
                        {
                            "id": "476c888e-f188-4e3d-9daa-67807e047cf4",
                            "gambit_id": "73a9e2f9-8ec0-41e6-989e-2ba09c10d2cc",
                            "last_updated": "2022-08-14T13:57:06.656181-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Seahawks",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85242809-dbe1-4291-abed-5e1a530f79fd/?format=api"
                        }
                    ]
                },
                {
                    "id": "51132cfb-6dcb-472a-b589-90f9a173d78f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e65f0e9-9ee7-4bcd-a02d-0356c1f7dc6f/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e7908d5a-fdd2-4d00-abbf-e18daa476fff",
                            "gambit_id": "f600864c-e0ce-4fc1-8ae2-d5809b909769",
                            "last_updated": "2022-08-14T13:57:06.654954-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 38.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "38.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51132cfb-6dcb-472a-b589-90f9a173d78f/?format=api"
                        },
                        {
                            "id": "56ef5667-cb82-4041-a530-f3bdb1453ab5",
                            "gambit_id": "4c8e8a6b-a877-4058-9698-fbd398b48140",
                            "last_updated": "2022-08-14T13:57:06.655389-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 38.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "38.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51132cfb-6dcb-472a-b589-90f9a173d78f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d27355f6-6b18-433e-836b-8b65340ea286",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7d0a0f25-c166-4bf3-a630-d3c3fddaa558",
            "completed": true,
            "last_updated": "2022-08-15T11:17:19.795066-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.3,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/7d0a0f25-c166-4bf3-a630-d3c3fddaa558",
            "datetime": "2022-08-13T19:00:00-04:00",
            "cutoff_datetime": "2022-08-13T19:00:00-04:00",
            "name": "Gerald Meerschaert v. Bruno Silva",
            "bettypes": [
                {
                    "id": "66b1cc0e-3157-4524-9e97-b916e2eb703c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d27355f6-6b18-433e-836b-8b65340ea286/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Bruno Silva",
                                "amount": 6961.0
                            },
                            {
                                "team": "Gerald Meerschaert",
                                "amount": 3039.0
                            }
                        ],
                        "expected_reward_tokens": 9117.0,
                        "profit_sb": 117.0,
                        "profit_sb_percentage": 1.3,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6052cb9e-67e7-4729-b185-baba80641a5e",
                            "gambit_id": "83a66f09-f9dd-4a06-9062-176b6ad20bcf",
                            "last_updated": "2022-08-15T11:17:19.797019-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bruno Silva",
                            "reward": "1.31000",
                            "odds": "1.34480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66b1cc0e-3157-4524-9e97-b916e2eb703c/?format=api"
                        },
                        {
                            "id": "c7412ac1-828a-46d0-985c-5393d0d6ddf3",
                            "gambit_id": "7c2ef57e-0d8a-4346-912e-22774fc92638",
                            "last_updated": "2022-08-15T11:17:19.797472-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Gerald Meerschaert",
                            "reward": "3.00000",
                            "odds": "3.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66b1cc0e-3157-4524-9e97-b916e2eb703c/?format=api"
                        }
                    ]
                },
                {
                    "id": "b1b60c70-700f-4c36-942e-c1b104133065",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d27355f6-6b18-433e-836b-8b65340ea286/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5097.0
                            },
                            {
                                "team": "Total Rounds Over 1.5",
                                "amount": 4903.0
                            }
                        ],
                        "expected_reward_tokens": 8970.72,
                        "profit_sb": -29.28,
                        "profit_sb_percentage": -0.33,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d1954ad6-46ea-4fd4-a8d9-55e22b36c399",
                            "gambit_id": "39bfcd30-1d6a-46b2-bd37-50aa6ba5414b",
                            "last_updated": "2022-08-15T11:17:19.796043-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 1.5",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1b60c70-700f-4c36-942e-c1b104133065/?format=api"
                        },
                        {
                            "id": "ed66e3e5-ec22-4a6f-8a3b-0cfb0c06e8dd",
                            "gambit_id": "bdcd1f77-ba1c-441e-97e2-9969a4718416",
                            "last_updated": "2022-08-15T11:17:19.796544-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 1.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1b60c70-700f-4c36-942e-c1b104133065/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6ee55e9e-11ef-41d6-927e-10deced73460",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "cc8efd2a-0246-4535-b688-834e77b9100a",
            "completed": true,
            "last_updated": "2022-08-15T11:17:12.122418-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.07,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/cc8efd2a-0246-4535-b688-834e77b9100a",
            "datetime": "2022-08-13T19:00:00-04:00",
            "cutoff_datetime": "2022-08-13T19:00:00-04:00",
            "name": "Priscila Cachoeira v. Ariane Lipski",
            "bettypes": [
                {
                    "id": "0f744d2d-1cbb-4db2-b749-1f95ead48597",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6ee55e9e-11ef-41d6-927e-10deced73460/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Ariane Lipski",
                                "amount": 6361.0
                            },
                            {
                                "team": "Priscila Cachoeira",
                                "amount": 3639.0
                            }
                        ],
                        "expected_reward_tokens": 9096.23,
                        "profit_sb": 96.23,
                        "profit_sb_percentage": 1.07,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "95baa826-9fda-430f-b360-8cc3bf98576e",
                            "gambit_id": "258390f2-ea23-4df1-9882-9c75c796b6c4",
                            "last_updated": "2022-08-15T11:17:12.124777-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ariane Lipski",
                            "reward": "1.43000",
                            "odds": "1.47620",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f744d2d-1cbb-4db2-b749-1f95ead48597/?format=api"
                        },
                        {
                            "id": "a1dc3bb8-98ad-4ac3-9e71-0c0ac38846ee",
                            "gambit_id": "df88d08f-e838-45ed-ad94-325e78ceafeb",
                            "last_updated": "2022-08-15T11:17:12.124346-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Priscila Cachoeira",
                            "reward": "2.50000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f744d2d-1cbb-4db2-b749-1f95ead48597/?format=api"
                        }
                    ]
                },
                {
                    "id": "0dd97cd8-1da8-4924-be75-09b4bee333b2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6ee55e9e-11ef-41d6-927e-10deced73460/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5845.0
                            },
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 4155.0
                            }
                        ],
                        "expected_reward_tokens": 9057.9,
                        "profit_sb": 57.9,
                        "profit_sb_percentage": 0.64,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dfc54be8-2839-46be-9df1-2524c3439dec",
                            "gambit_id": "77907b23-b1bc-4c76-ae7a-3c8440611d62",
                            "last_updated": "2022-08-15T11:17:12.123851-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dd97cd8-1da8-4924-be75-09b4bee333b2/?format=api"
                        },
                        {
                            "id": "0e1f329e-adbf-4bef-8f36-39eef7187dae",
                            "gambit_id": "3deaedae-3653-48cf-bfce-0feff6c0326e",
                            "last_updated": "2022-08-15T11:17:12.123358-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dd97cd8-1da8-4924-be75-09b4bee333b2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0eaa932f-90b9-4418-b144-948e9cfc5546",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3bf88f8d-6631-48e4-af49-a2597d8cf1b8",
            "completed": true,
            "last_updated": "2022-08-15T14:02:21.066683-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.63,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/3bf88f8d-6631-48e4-af49-a2597d8cf1b8",
            "datetime": "2022-08-13T18:45:00-04:00",
            "cutoff_datetime": "2022-08-13T18:45:00-04:00",
            "name": "Cloud9 v. Team Solomid",
            "bettypes": [
                {
                    "id": "999866d0-5b31-4c8d-b24b-011a228403de",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0eaa932f-90b9-4418-b144-948e9cfc5546/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Cloud9",
                                "amount": 6724.0
                            },
                            {
                                "team": "Team Solomid",
                                "amount": 3276.0
                            }
                        ],
                        "expected_reward_tokens": 8942.92,
                        "profit_sb": -57.08,
                        "profit_sb_percentage": -0.63,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "21666d41-0c53-458c-ac87-49f4f8a44099",
                            "gambit_id": "5fb698ec-e8f6-43e9-b893-670783216209",
                            "last_updated": "2022-08-15T14:02:21.068060-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cloud9",
                            "reward": "1.33000",
                            "odds": "1.36000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999866d0-5b31-4c8d-b24b-011a228403de/?format=api"
                        },
                        {
                            "id": "a000fc4d-22f8-4135-adab-27b34d911de7",
                            "gambit_id": "7884af7f-5d47-45e8-ad65-c518d62180ef",
                            "last_updated": "2022-08-15T14:02:21.067586-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Solomid",
                            "reward": "2.73000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999866d0-5b31-4c8d-b24b-011a228403de/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "10752cc1-4acb-4f03-8bb7-5b16c0fd3406",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "87842e48-b8f6-4961-bd0d-c80929309b2b",
            "completed": true,
            "last_updated": "2022-08-14T13:46:50.524961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.84,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/87842e48-b8f6-4961-bd0d-c80929309b2b",
            "datetime": "2022-08-13T18:40:00-04:00",
            "cutoff_datetime": "2022-08-13T18:40:00-04:00",
            "name": "CHC (A Sampson) v. CIN (G Ashcraft)",
            "bettypes": [
                {
                    "id": "173f7215-be8f-4d3b-964b-5b9da44aaf45",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10752cc1-4acb-4f03-8bb7-5b16c0fd3406/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "CIN (G Ashcraft)",
                                "amount": 5280.0
                            },
                            {
                                "team": "CHC (A Sampson)",
                                "amount": 4720.0
                            }
                        ],
                        "expected_reward_tokens": 9345.6,
                        "profit_sb": 345.6,
                        "profit_sb_percentage": 3.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "378181c8-9e35-4fbf-9bc2-09b42cdcccea",
                            "gambit_id": "2223f09c-88f9-4808-a497-b8d251a22333",
                            "last_updated": "2022-08-14T13:46:50.528212-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (G Ashcraft)",
                            "reward": "1.77000",
                            "odds": "1.84750",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173f7215-be8f-4d3b-964b-5b9da44aaf45/?format=api"
                        },
                        {
                            "id": "99e6706f-6896-4b2b-8b09-ef0a51cfc024",
                            "gambit_id": "4a700086-d2df-4abc-9db0-2002736f9b09",
                            "last_updated": "2022-08-14T13:46:50.528640-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (A Sampson)",
                            "reward": "1.98000",
                            "odds": "2.08000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173f7215-be8f-4d3b-964b-5b9da44aaf45/?format=api"
                        }
                    ]
                },
                {
                    "id": "74a12201-8eda-4708-ac59-f59873bf9790",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10752cc1-4acb-4f03-8bb7-5b16c0fd3406/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "CHC",
                                "amount": 6281.0
                            },
                            {
                                "team": "CIN",
                                "amount": 3719.0
                            }
                        ],
                        "expected_reward_tokens": 9295.88,
                        "profit_sb": 295.88,
                        "profit_sb_percentage": 3.29,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "aff7f618-391e-4a6d-a567-0b5400be65c1",
                            "gambit_id": "56184ca7-9222-4f76-8c04-8f075ae952d7",
                            "last_updated": "2022-08-14T13:46:50.527782-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "1.48000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74a12201-8eda-4708-ac59-f59873bf9790/?format=api"
                        },
                        {
                            "id": "a0f1d04f-6e0e-462b-8613-502faedf676f",
                            "gambit_id": "8b4ba50a-e60b-41b0-b567-90138393890f",
                            "last_updated": "2022-08-14T13:46:50.527354-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "2.50000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74a12201-8eda-4708-ac59-f59873bf9790/?format=api"
                        }
                    ]
                },
                {
                    "id": "e0f8c168-fb08-47c5-9f25-f1948c5405de",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10752cc1-4acb-4f03-8bb7-5b16c0fd3406/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 9",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ae902068-8b83-473e-a6da-dd229048d763",
                            "gambit_id": "cb436a35-e82f-4b0b-ae3a-280eb4dde834",
                            "last_updated": "2022-08-14T13:46:50.526237-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f8c168-fb08-47c5-9f25-f1948c5405de/?format=api"
                        },
                        {
                            "id": "436cab33-f3e4-4271-a1b9-cb14fcfb8541",
                            "gambit_id": "c5b2e0a4-03f7-4c63-8b55-20272d2bb850",
                            "last_updated": "2022-08-14T13:46:50.526912-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f8c168-fb08-47c5-9f25-f1948c5405de/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "729eca56-73f9-4dc6-b520-ec71d7cf383d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d377d65b-813c-4ee5-bb50-8d3e3e17fa56",
            "completed": true,
            "last_updated": "2022-08-15T13:47:13.311035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.46,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/d377d65b-813c-4ee5-bb50-8d3e3e17fa56",
            "datetime": "2022-08-13T18:00:00-04:00",
            "cutoff_datetime": "2022-08-13T18:00:00-04:00",
            "name": "New York Red Bulls v. Orlando City SC",
            "bettypes": [
                {
                    "id": "837c1c2a-331c-4dfc-9b7d-7ebbc212746c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/729eca56-73f9-4dc6-b520-ec71d7cf383d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "New York Red Bulls",
                                "amount": 6757.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3243.0
                            }
                        ],
                        "expected_reward_tokens": 11350.5,
                        "profit_sb": 2350.5,
                        "profit_sb_percentage": 26.12,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Red Bulls",
                                "amount": 5209.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2500.0
                            },
                            {
                                "team": "Orlando City SC",
                                "amount": 2291.0
                            }
                        ],
                        "expected_reward_tokens": 8750.0,
                        "profit_sb": -250.0,
                        "profit_sb_percentage": -2.78,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d38786d2-078a-48aa-a3c8-5cbbfb1ac6eb",
                            "gambit_id": "3c31abed-0277-4b90-8df1-827510e24247",
                            "last_updated": "2022-08-15T13:47:13.313358-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Red Bulls",
                            "reward": "1.68000",
                            "odds": "1.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837c1c2a-331c-4dfc-9b7d-7ebbc212746c/?format=api"
                        },
                        {
                            "id": "477078ce-d711-4570-9f45-b0bea0a7ae5f",
                            "gambit_id": "14dd3a19-b072-4fbb-9cd2-3edc1684b905",
                            "last_updated": "2022-08-15T13:47:13.313828-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.50000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837c1c2a-331c-4dfc-9b7d-7ebbc212746c/?format=api"
                        },
                        {
                            "id": "31e30528-f108-4529-95a8-8c3c45b3769c",
                            "gambit_id": "129c9395-673c-402b-941d-5fc206b89445",
                            "last_updated": "2022-08-15T13:47:13.312899-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Orlando City SC",
                            "reward": "3.82000",
                            "odds": "4.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837c1c2a-331c-4dfc-9b7d-7ebbc212746c/?format=api"
                        }
                    ]
                },
                {
                    "id": "1229cb4f-3767-449f-bc1c-329ca92ced10",
                    "match": "https://api-prod.gambitprofit.com/api/matches/729eca56-73f9-4dc6-b520-ec71d7cf383d/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5127.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4873.0
                            }
                        ],
                        "expected_reward_tokens": 8868.86,
                        "profit_sb": -131.14,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "02cf9a95-1aa2-4e8c-acbf-a90f9d9441ea",
                            "gambit_id": "e316feef-fac2-4209-9881-c96e2fa40f70",
                            "last_updated": "2022-08-15T13:47:13.312437-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1229cb4f-3767-449f-bc1c-329ca92ced10/?format=api"
                        },
                        {
                            "id": "51bc51ef-c906-4584-9398-3bd9958217ca",
                            "gambit_id": "9d49aa2f-8a21-49ec-915f-e3a050b02685",
                            "last_updated": "2022-08-15T13:47:13.311938-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.82000",
                            "odds": "1.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1229cb4f-3767-449f-bc1c-329ca92ced10/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "af1b6e97-3e98-4cf3-b7aa-c2bb5c8aadf2",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ff4dc572-8569-4208-8e08-1fed07bdb7df",
            "completed": true,
            "last_updated": "2022-08-15T14:07:21.435620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.92,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/ff4dc572-8569-4208-8e08-1fed07bdb7df",
            "datetime": "2022-08-13T17:45:00-04:00",
            "cutoff_datetime": "2022-08-13T17:45:00-04:00",
            "name": "100 Thieves v. Counter Logic Gaming",
            "bettypes": [
                {
                    "id": "4affacf4-99ff-46df-a21f-c559b65cb697",
                    "match": "https://api-prod.gambitprofit.com/api/matches/af1b6e97-3e98-4cf3-b7aa-c2bb5c8aadf2/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "100 Thieves",
                                "amount": 6557.0
                            },
                            {
                                "team": "Counter Logic Gaming",
                                "amount": 3443.0
                            }
                        ],
                        "expected_reward_tokens": 8917.37,
                        "profit_sb": -82.63,
                        "profit_sb_percentage": -0.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5bf61c4e-7767-4678-b944-0ff14291196d",
                            "gambit_id": "ce54f4de-b1bf-4695-953c-41f3c5097c01",
                            "last_updated": "2022-08-15T14:07:21.437007-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "100 Thieves",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4affacf4-99ff-46df-a21f-c559b65cb697/?format=api"
                        },
                        {
                            "id": "f3eb26df-1215-4a04-981a-9bc005ff71a1",
                            "gambit_id": "cfc304ad-19cc-4bcf-90dd-40781965607d",
                            "last_updated": "2022-08-15T14:07:21.436493-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Counter Logic Gaming",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4affacf4-99ff-46df-a21f-c559b65cb697/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "08cf1a44-8b17-48c6-bd33-f00875035c69",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "37cdfeab-cc1b-4177-b774-aa69bcc33be6",
            "completed": true,
            "last_updated": "2022-08-15T14:07:19.666051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.09,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/37cdfeab-cc1b-4177-b774-aa69bcc33be6",
            "datetime": "2022-08-13T16:45:00-04:00",
            "cutoff_datetime": "2022-08-13T16:45:00-04:00",
            "name": "Team Liquid v. Golden Guardians",
            "bettypes": [
                {
                    "id": "51a67a79-8a77-48dd-8185-ae1ec01df137",
                    "match": "https://api-prod.gambitprofit.com/api/matches/08cf1a44-8b17-48c6-bd33-f00875035c69/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Liquid",
                                "amount": 7752.0
                            },
                            {
                                "team": "Golden Guardians",
                                "amount": 2248.0
                            }
                        ],
                        "expected_reward_tokens": 8992.0,
                        "profit_sb": -8.0,
                        "profit_sb_percentage": -0.09,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ce1d128d-f8e1-4a32-9eec-1ddf305ce347",
                            "gambit_id": "fd8283b6-180b-43fc-bfe3-7cc16311f966",
                            "last_updated": "2022-08-15T14:07:19.666942-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Liquid",
                            "reward": "1.16000",
                            "odds": "1.18000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51a67a79-8a77-48dd-8185-ae1ec01df137/?format=api"
                        },
                        {
                            "id": "67890fff-05e1-47e0-9412-c9641fa7988d",
                            "gambit_id": "04a35ac8-415a-46ed-8d1e-1df3c768870b",
                            "last_updated": "2022-08-15T14:07:19.667448-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Golden Guardians",
                            "reward": "4.00000",
                            "odds": "4.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51a67a79-8a77-48dd-8185-ae1ec01df137/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "94f8e468-8d30-40e8-805c-fc9defbe1631",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "09f92a2e-1291-404b-a267-772bb6e5f5a9",
            "completed": true,
            "last_updated": "2022-08-14T13:46:59.480003-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.74,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/09f92a2e-1291-404b-a267-772bb6e5f5a9",
            "datetime": "2022-08-13T16:10:00-04:00",
            "cutoff_datetime": "2022-08-13T16:10:00-04:00",
            "name": "BAL (D Hall) v. TAM (S McClanahan)",
            "bettypes": [
                {
                    "id": "b01c185f-1c7f-4131-bf3d-3175cb617eec",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94f8e468-8d30-40e8-805c-fc9defbe1631/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "TAM (S McClanahan)",
                                "amount": 6395.0
                            },
                            {
                                "team": "BAL (D Hall)",
                                "amount": 3605.0
                            }
                        ],
                        "expected_reward_tokens": 9336.7,
                        "profit_sb": 336.7,
                        "profit_sb_percentage": 3.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b664134f-6a68-46a8-b3e8-0501fbb18b22",
                            "gambit_id": "8a2d989a-2448-49f2-91ec-ba164cb8ccba",
                            "last_updated": "2022-08-14T13:46:59.483185-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM (S McClanahan)",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b01c185f-1c7f-4131-bf3d-3175cb617eec/?format=api"
                        },
                        {
                            "id": "a9749c4c-33d5-4352-839b-7f246b076feb",
                            "gambit_id": "f8140a29-09a4-4211-8d35-f53bb954bea6",
                            "last_updated": "2022-08-14T13:46:59.482836-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (D Hall)",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b01c185f-1c7f-4131-bf3d-3175cb617eec/?format=api"
                        }
                    ]
                },
                {
                    "id": "043511b8-fee1-4271-b220-8522e9cd068b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94f8e468-8d30-40e8-805c-fc9defbe1631/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "BAL",
                                "amount": 5405.0
                            },
                            {
                                "team": "TAM",
                                "amount": 4595.0
                            }
                        ],
                        "expected_reward_tokens": 9188.5,
                        "profit_sb": 188.5,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9414d023-3897-470c-a0b8-b5845c337551",
                            "gambit_id": "df75417d-d38a-46b7-9566-fb8f01f19467",
                            "last_updated": "2022-08-14T13:46:59.482479-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/043511b8-fee1-4271-b220-8522e9cd068b/?format=api"
                        },
                        {
                            "id": "cc0f57c9-d005-4e87-9feb-d71194db14ef",
                            "gambit_id": "677ab391-005a-4f47-93fc-ea5ca243ea13",
                            "last_updated": "2022-08-14T13:46:59.482114-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/043511b8-fee1-4271-b220-8522e9cd068b/?format=api"
                        }
                    ]
                },
                {
                    "id": "315f4a78-c015-48cc-9e69-743600119456",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94f8e468-8d30-40e8-805c-fc9defbe1631/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5109.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3ffae39d-8cc1-4f19-b410-b250c037789f",
                            "gambit_id": "e1c99168-f0d4-4d3f-ba6a-c89bae804ed7",
                            "last_updated": "2022-08-14T13:46:59.481734-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/315f4a78-c015-48cc-9e69-743600119456/?format=api"
                        },
                        {
                            "id": "2e3be5ba-07e6-41d6-8c71-f4ada92bfb15",
                            "gambit_id": "51a345c6-0cbd-43ba-adf4-6435de8b3b1c",
                            "last_updated": "2022-08-14T13:46:59.481237-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/315f4a78-c015-48cc-9e69-743600119456/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d073f47b-7279-4304-9387-a7d72c9b48b3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e92b0d3a-6d66-4a12-9de8-2cc1961e7673",
            "completed": true,
            "last_updated": "2022-08-14T13:57:06.381027-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.67,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/e92b0d3a-6d66-4a12-9de8-2cc1961e7673",
            "datetime": "2022-08-13T16:00:00-04:00",
            "cutoff_datetime": "2022-08-13T16:00:00-04:00",
            "name": "Indianapolis Colts v. Buffalo Bills",
            "bettypes": [
                {
                    "id": "e788c535-b663-41e5-8a22-847bf801b09a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d073f47b-7279-4304-9387-a7d72c9b48b3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Indianapolis Colts",
                                "amount": 5109.0
                            },
                            {
                                "team": "Buffalo Bills",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c47ed1e6-daa8-4218-aeba-f0d3af6dc1b4",
                            "gambit_id": "16a9d269-a853-4de7-b4e9-a8d54ac16b70",
                            "last_updated": "2022-08-14T13:57:06.383946-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Indianapolis Colts",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e788c535-b663-41e5-8a22-847bf801b09a/?format=api"
                        },
                        {
                            "id": "dca37e35-167b-43cb-b82d-538cb1537692",
                            "gambit_id": "84c0f0d8-5062-4af9-a4c0-3db10ebdba7f",
                            "last_updated": "2022-08-14T13:57:06.383565-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Buffalo Bills",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e788c535-b663-41e5-8a22-847bf801b09a/?format=api"
                        }
                    ]
                },
                {
                    "id": "589ec48a-5ed9-43f0-8641-7042cdad9874",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d073f47b-7279-4304-9387-a7d72c9b48b3/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Bills",
                                "amount": 5000.0
                            },
                            {
                                "team": "Indianapolis Colts",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8e96f8d9-11ff-472b-ad2f-e8a5b1e1a705",
                            "gambit_id": "ac8fc96a-edf5-40a5-82b7-08771d5256e3",
                            "last_updated": "2022-08-14T13:57:06.382795-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Buffalo Bills",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/589ec48a-5ed9-43f0-8641-7042cdad9874/?format=api"
                        },
                        {
                            "id": "83cfca4f-1644-4b24-8340-58a7eaec03ed",
                            "gambit_id": "97291b4d-a529-481f-82ac-d65e5862f808",
                            "last_updated": "2022-08-14T13:57:06.383181-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Indianapolis Colts",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/589ec48a-5ed9-43f0-8641-7042cdad9874/?format=api"
                        }
                    ]
                },
                {
                    "id": "3bdf1216-8e47-41eb-bb8e-f4e3565c6dc5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d073f47b-7279-4304-9387-a7d72c9b48b3/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 37.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 37.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6be9e471-7e80-4d78-97d8-633e49d7def0",
                            "gambit_id": "5e85475e-b501-4e68-b465-51353c754e31",
                            "last_updated": "2022-08-14T13:57:06.381981-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 37.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bdf1216-8e47-41eb-bb8e-f4e3565c6dc5/?format=api"
                        },
                        {
                            "id": "8e4e90d5-72f4-4be8-bd87-2496fe691c55",
                            "gambit_id": "2586c77b-b622-43e7-a43c-28207d99dfd8",
                            "last_updated": "2022-08-14T13:57:06.382409-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 37.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bdf1216-8e47-41eb-bb8e-f4e3565c6dc5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "19548615-dbdd-459a-b551-dbea8c67a26c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "cb11e477-2760-4279-9974-3e0d34f1fe58",
            "completed": true,
            "last_updated": "2022-08-14T13:51:51.479915-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.95,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/cb11e477-2760-4279-9974-3e0d34f1fe58",
            "datetime": "2022-08-13T15:07:00-04:00",
            "cutoff_datetime": "2022-08-13T15:07:00-04:00",
            "name": "CLE (T McKenzie) v. TOR (M White)",
            "bettypes": [
                {
                    "id": "192559c8-ae9a-4bc2-9258-dbb1788b99c2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/19548615-dbdd-459a-b551-dbea8c67a26c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "TOR (M White)",
                                "amount": 5227.0
                            },
                            {
                                "team": "CLE (T McKenzie)",
                                "amount": 4773.0
                            }
                        ],
                        "expected_reward_tokens": 9355.08,
                        "profit_sb": 355.08,
                        "profit_sb_percentage": 3.95,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "68beeb44-6ed3-4f61-ae1a-32fd2ec2b942",
                            "gambit_id": "93cabcf3-8321-4863-a66a-02e74f1303ad",
                            "last_updated": "2022-08-14T13:51:51.483000-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (M White)",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/192559c8-ae9a-4bc2-9258-dbb1788b99c2/?format=api"
                        },
                        {
                            "id": "d3265718-94ca-46bd-9eb8-12d060349036",
                            "gambit_id": "ae713b64-f3b9-4dbf-b33f-869ca2786f83",
                            "last_updated": "2022-08-14T13:51:51.483420-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (T McKenzie)",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/192559c8-ae9a-4bc2-9258-dbb1788b99c2/?format=api"
                        }
                    ]
                },
                {
                    "id": "9d025d2f-816c-468a-8793-86e7c5a2b358",
                    "match": "https://api-prod.gambitprofit.com/api/matches/19548615-dbdd-459a-b551-dbea8c67a26c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "CLE",
                                "amount": 6281.0
                            },
                            {
                                "team": "TOR",
                                "amount": 3719.0
                            }
                        ],
                        "expected_reward_tokens": 9295.88,
                        "profit_sb": 295.88,
                        "profit_sb_percentage": 3.29,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0e5e3dc7-df6f-460c-a849-148cfb7ceaba",
                            "gambit_id": "7b959c5d-b4a3-4a64-953e-76471fb69178",
                            "last_updated": "2022-08-14T13:51:51.482585-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "1.48000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d025d2f-816c-468a-8793-86e7c5a2b358/?format=api"
                        },
                        {
                            "id": "c91a2fac-131b-4c0f-92be-e39d32719101",
                            "gambit_id": "770068d0-4330-4d4a-990c-5165034fb074",
                            "last_updated": "2022-08-14T13:51:51.482158-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "2.50000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d025d2f-816c-468a-8793-86e7c5a2b358/?format=api"
                        }
                    ]
                },
                {
                    "id": "e7a5c09b-fb5b-45ff-bf2d-7a11abd92d28",
                    "match": "https://api-prod.gambitprofit.com/api/matches/19548615-dbdd-459a-b551-dbea8c67a26c/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fce6473f-1652-4210-9a93-3f6f9d98d73a",
                            "gambit_id": "0d687f19-9445-4f0f-9423-b48f2ce1635b",
                            "last_updated": "2022-08-14T13:51:51.481749-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7a5c09b-fb5b-45ff-bf2d-7a11abd92d28/?format=api"
                        },
                        {
                            "id": "3443955d-27b2-4dd1-bdd2-77063d12723d",
                            "gambit_id": "de503cea-fe3d-4e10-9cce-3bde332f31ef",
                            "last_updated": "2022-08-14T13:51:51.481131-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7a5c09b-fb5b-45ff-bf2d-7a11abd92d28/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "06f72b66-2171-4b80-853d-1d8045c31a91",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0ae06b16-2d0f-48b2-998b-111995b2b712",
            "completed": true,
            "last_updated": "2022-08-14T13:51:58.973147-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.22,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/0ae06b16-2d0f-48b2-998b-111995b2b712",
            "datetime": "2022-08-13T13:10:00-04:00",
            "cutoff_datetime": "2022-08-13T13:10:00-04:00",
            "name": "ATL (K Muller) v. MIA (J Luzardo) - Game 1",
            "bettypes": [
                {
                    "id": "e989aa5f-89fb-40fb-9569-fd88be371928",
                    "match": "https://api-prod.gambitprofit.com/api/matches/06f72b66-2171-4b80-853d-1d8045c31a91/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "ATL (K Muller)",
                                "amount": 5617.0
                            },
                            {
                                "team": "MIA (J Luzardo)",
                                "amount": 4383.0
                            }
                        ],
                        "expected_reward_tokens": 9379.62,
                        "profit_sb": 379.62,
                        "profit_sb_percentage": 4.22,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "98428eda-7de6-4e55-af7e-9bb746de0d5e",
                            "gambit_id": "8395d4c0-da04-4255-90d2-f7c4dccea85b",
                            "last_updated": "2022-08-14T13:51:58.976233-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (K Muller)",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e989aa5f-89fb-40fb-9569-fd88be371928/?format=api"
                        },
                        {
                            "id": "f949874a-ac0f-44cf-8f88-b21b80e7c0b6",
                            "gambit_id": "f6fae78d-4a11-405e-bb0d-241ee989df25",
                            "last_updated": "2022-08-14T13:51:58.975775-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (J Luzardo)",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e989aa5f-89fb-40fb-9569-fd88be371928/?format=api"
                        }
                    ]
                },
                {
                    "id": "160af9c8-c65f-4b12-a617-60d915ae46a6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/06f72b66-2171-4b80-853d-1d8045c31a91/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "MIA",
                                "amount": 5838.0
                            },
                            {
                                "team": "ATL",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9281.26,
                        "profit_sb": 281.26,
                        "profit_sb_percentage": 3.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3ed7c732-f62f-4828-87fb-4f161a83827c",
                            "gambit_id": "6df0fe7d-1e40-40c2-b87d-50e80a7454d3",
                            "last_updated": "2022-08-14T13:51:58.975011-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/160af9c8-c65f-4b12-a617-60d915ae46a6/?format=api"
                        },
                        {
                            "id": "f7568414-04ed-4474-9b83-f0ef459671cf",
                            "gambit_id": "468d663b-706c-4684-a20f-d709190c7d2d",
                            "last_updated": "2022-08-14T13:51:58.975391-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/160af9c8-c65f-4b12-a617-60d915ae46a6/?format=api"
                        }
                    ]
                },
                {
                    "id": "169cafd2-f915-4295-a407-cf27f7a7b224",
                    "match": "https://api-prod.gambitprofit.com/api/matches/06f72b66-2171-4b80-853d-1d8045c31a91/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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.5",
                                "amount": 5204.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "22aae46f-0639-455e-a4ce-c9c70040c87a",
                            "gambit_id": "3038ee36-09d1-4ae0-a88a-3ab41f2f6d95",
                            "last_updated": "2022-08-14T13:51:58.974624-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/169cafd2-f915-4295-a407-cf27f7a7b224/?format=api"
                        },
                        {
                            "id": "a45cca3e-ea6e-48ac-9980-b6234595deea",
                            "gambit_id": "720c189d-ff08-41bb-8aee-d466e83e64e8",
                            "last_updated": "2022-08-14T13:51:58.974187-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/169cafd2-f915-4295-a407-cf27f7a7b224/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "80d55e6d-c4d8-4bbf-99ec-b565b4621d34",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "afac7bab-b944-42d3-bff0-ac7adf910ef5",
            "completed": true,
            "last_updated": "2022-08-14T13:57:07.189126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/afac7bab-b944-42d3-bff0-ac7adf910ef5",
            "datetime": "2022-08-13T13:00:00-04:00",
            "cutoff_datetime": "2022-08-13T13:00:00-04:00",
            "name": "Carolina Panthers v. Washington Commanders",
            "bettypes": [
                {
                    "id": "eed91e4b-b884-4c68-badd-6dc4781210d4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/80d55e6d-c4d8-4bbf-99ec-b565b4621d34/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Commanders",
                                "amount": 5849.0
                            },
                            {
                                "team": "Carolina Panthers",
                                "amount": 4151.0
                            }
                        ],
                        "expected_reward_tokens": 9298.24,
                        "profit_sb": 298.24,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "94277bce-3d3c-4c7c-b0a3-152b1c6ae548",
                            "gambit_id": "1f90f6cc-6d6b-4af8-8a27-1fa2bb49cf62",
                            "last_updated": "2022-08-14T13:57:07.192201-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Commanders",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eed91e4b-b884-4c68-badd-6dc4781210d4/?format=api"
                        },
                        {
                            "id": "84b906b6-b70d-4940-b597-461bd2e4ef81",
                            "gambit_id": "db398f30-ad2a-4fb3-aff2-5a56e0cda2b9",
                            "last_updated": "2022-08-14T13:57:07.192666-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carolina Panthers",
                            "reward": "2.24000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eed91e4b-b884-4c68-badd-6dc4781210d4/?format=api"
                        }
                    ]
                },
                {
                    "id": "b0d709de-abde-4d3f-9fb8-501fbbb9f299",
                    "match": "https://api-prod.gambitprofit.com/api/matches/80d55e6d-c4d8-4bbf-99ec-b565b4621d34/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Panthers",
                                "amount": 5095.0
                            },
                            {
                                "team": "Washington Commanders",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": 171.0,
                        "profit_sb_percentage": 1.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c75e37c1-3046-4c48-8b93-587fb4a0aeb5",
                            "gambit_id": "be2bf6a4-912e-4b3e-8182-bc986dad1469",
                            "last_updated": "2022-08-14T13:57:07.191731-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carolina Panthers",
                            "reward": "1.80000",
                            "odds": "1.86960",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d709de-abde-4d3f-9fb8-501fbbb9f299/?format=api"
                        },
                        {
                            "id": "3888e583-e30a-44f4-92ac-efc7a19b59b3",
                            "gambit_id": "f0e7cb20-176c-4b6b-9b1b-acf42ee3bcad",
                            "last_updated": "2022-08-14T13:57:07.191252-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Commanders",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0d709de-abde-4d3f-9fb8-501fbbb9f299/?format=api"
                        }
                    ]
                },
                {
                    "id": "bba1309a-fdd5-47b6-9311-655f531dbe1c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/80d55e6d-c4d8-4bbf-99ec-b565b4621d34/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 36",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 36",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8e09c9cd-d693-4efc-865b-5f5b1eea2203",
                            "gambit_id": "15c8c9c5-c091-4192-b9f2-f55c20566313",
                            "last_updated": "2022-08-14T13:57:07.190749-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 36",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba1309a-fdd5-47b6-9311-655f531dbe1c/?format=api"
                        },
                        {
                            "id": "77cdfbd0-55ec-4f33-82d4-25319dde6360",
                            "gambit_id": "378154ec-7c2f-4539-a078-720f321a4076",
                            "last_updated": "2022-08-14T13:57:07.190221-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 36",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bba1309a-fdd5-47b6-9311-655f531dbe1c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "71e3d2ad-19c5-4e14-bcb9-5967cd01ac64",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "dc2363d8-43ca-4106-a1e5-b856a7f45287",
            "completed": true,
            "last_updated": "2022-08-14T14:02:04.433193-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/dc2363d8-43ca-4106-a1e5-b856a7f45287",
            "datetime": "2022-08-13T12:30:00-04:00",
            "cutoff_datetime": "2022-08-13T12:30:00-04:00",
            "name": "Brentford v. Manchester United",
            "bettypes": [
                {
                    "id": "8dbb4e93-d10b-403d-9d01-171bf77b07da",
                    "match": "https://api-prod.gambitprofit.com/api/matches/71e3d2ad-19c5-4e14-bcb9-5967cd01ac64/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": 6783.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3217.0
                            }
                        ],
                        "expected_reward_tokens": 11259.5,
                        "profit_sb": 2259.5,
                        "profit_sb_percentage": 25.11,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester United",
                                "amount": 5302.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2515.0
                            },
                            {
                                "team": "Brentford",
                                "amount": 2184.0
                            }
                        ],
                        "expected_reward_tokens": 8801.32,
                        "profit_sb": -198.68,
                        "profit_sb_percentage": -2.21,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b0104d0c-2325-4404-bf0a-006bc1a9d918",
                            "gambit_id": "ad8d03fb-ee0a-4579-ae4e-d196afca0c21",
                            "last_updated": "2022-08-14T14:02:04.434913-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Manchester United",
                            "reward": "1.66000",
                            "odds": "1.73000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dbb4e93-d10b-403d-9d01-171bf77b07da/?format=api"
                        },
                        {
                            "id": "5140ef03-5ed4-446c-abd4-835304bd545e",
                            "gambit_id": "92404fd5-983a-44c0-aa63-06cd767ceda2",
                            "last_updated": "2022-08-14T14:02:04.435653-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.50000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dbb4e93-d10b-403d-9d01-171bf77b07da/?format=api"
                        },
                        {
                            "id": "56f14e8b-31f2-439a-ae55-8612abbc5b15",
                            "gambit_id": "6452cde7-9f26-43ec-b830-05cdd1d9eb69",
                            "last_updated": "2022-08-14T14:02:04.435286-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brentford",
                            "reward": "4.03000",
                            "odds": "4.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dbb4e93-d10b-403d-9d01-171bf77b07da/?format=api"
                        }
                    ]
                },
                {
                    "id": "4d8964f4-650b-4a72-b951-c1739a76f601",
                    "match": "https://api-prod.gambitprofit.com/api/matches/71e3d2ad-19c5-4e14-bcb9-5967cd01ac64/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5571.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4429.0
                            }
                        ],
                        "expected_reward_tokens": 8857.89,
                        "profit_sb": -142.11,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fb54bc17-19f4-4dd7-9088-76603d389c5e",
                            "gambit_id": "107201f7-4380-4f12-8d45-471dfb37fb9d",
                            "last_updated": "2022-08-14T14:02:04.434528-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.59000",
                            "odds": "1.65000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8964f4-650b-4a72-b951-c1739a76f601/?format=api"
                        },
                        {
                            "id": "2c0c32c2-5c5f-4b6f-a0a4-afc4513ec18d",
                            "gambit_id": "fa9a59e3-81bc-4671-bb16-343cc4787a37",
                            "last_updated": "2022-08-14T14:02:04.434086-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8964f4-650b-4a72-b951-c1739a76f601/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e9de2c8b-1fad-4f59-b859-c905c83f1d78",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "342df9b1-bbb6-4126-b514-86fbb288201e",
            "completed": true,
            "last_updated": "2022-08-14T14:02:03.923275-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.46,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/342df9b1-bbb6-4126-b514-86fbb288201e",
            "datetime": "2022-08-13T10:00:00-04:00",
            "cutoff_datetime": "2022-08-13T10:00:00-04:00",
            "name": "Wolverhampton Wanderers v. Fulham",
            "bettypes": [
                {
                    "id": "a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e9de2c8b-1fad-4f59-b859-c905c83f1d78/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Wolverhampton Wanderers",
                                "amount": 6071.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3929.0
                            }
                        ],
                        "expected_reward_tokens": 12140.61,
                        "profit_sb": 3140.61,
                        "profit_sb_percentage": 34.9,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Wolverhampton Wanderers",
                                "amount": 4393.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2844.0
                            },
                            {
                                "team": "Fulham",
                                "amount": 2763.0
                            }
                        ],
                        "expected_reward_tokens": 8786.0,
                        "profit_sb": -214.0,
                        "profit_sb_percentage": -2.38,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fb725e85-44be-4876-8b1b-6ae1a9758f37",
                            "gambit_id": "174e70e6-2658-4e2b-ad4f-e93f3542fcac",
                            "last_updated": "2022-08-14T14:02:03.926164-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Wolverhampton Wanderers",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c/?format=api"
                        },
                        {
                            "id": "9b9dfc2c-05be-4aaf-8506-cd2686818ec5",
                            "gambit_id": "383b7b80-85a5-488f-8ee5-0c7a4b2bf30b",
                            "last_updated": "2022-08-14T14:02:03.926613-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.09000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c/?format=api"
                        },
                        {
                            "id": "4161b738-1058-47fa-a737-873a0d9a0dee",
                            "gambit_id": "37aff89a-6c11-4fe3-abb6-c53e7a34bfa7",
                            "last_updated": "2022-08-14T14:02:03.925701-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Fulham",
                            "reward": "3.18000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3a2d1e4-86dc-44c0-bf3b-4efdcc2e6d1c/?format=api"
                        }
                    ]
                },
                {
                    "id": "9323ae4a-01f5-40f1-b44e-1fb9ec3ef0fc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e9de2c8b-1fad-4f59-b859-c905c83f1d78/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5127.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4873.0
                            }
                        ],
                        "expected_reward_tokens": 8868.86,
                        "profit_sb": -131.14,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a08d37b5-9397-4760-9c29-f81abd219012",
                            "gambit_id": "7922be15-9e94-4cb3-8e1f-5a790d096180",
                            "last_updated": "2022-08-14T14:02:03.924631-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9323ae4a-01f5-40f1-b44e-1fb9ec3ef0fc/?format=api"
                        },
                        {
                            "id": "74cad57b-c867-4677-8924-0ea8a456f002",
                            "gambit_id": "7a04d37f-47a6-4e1d-8d07-0e6e112110c9",
                            "last_updated": "2022-08-14T14:02:03.925228-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.82000",
                            "odds": "1.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9323ae4a-01f5-40f1-b44e-1fb9ec3ef0fc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "51befb76-9113-445f-bc37-3bc2fac4707a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f1b47572-27c3-4a91-9b41-aa590668e789",
            "completed": true,
            "last_updated": "2022-08-14T14:02:04.929094-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/f1b47572-27c3-4a91-9b41-aa590668e789",
            "datetime": "2022-08-13T10:00:00-04:00",
            "cutoff_datetime": "2022-08-13T10:00:00-04:00",
            "name": "Southampton v. Leeds United",
            "bettypes": [
                {
                    "id": "00d8b88a-065a-455e-9330-bc3763bc289a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51befb76-9113-445f-bc37-3bc2fac4707a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Southampton",
                                "amount": 5421.0
                            },
                            {
                                "team": "Leeds United",
                                "amount": 4579.0
                            }
                        ],
                        "expected_reward_tokens": 12088.56,
                        "profit_sb": 3088.56,
                        "profit_sb_percentage": 34.32,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Southampton",
                                "amount": 3928.0
                            },
                            {
                                "team": "Leeds United",
                                "amount": 3318.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2754.0
                            }
                        ],
                        "expected_reward_tokens": 8757.72,
                        "profit_sb": -242.28,
                        "profit_sb_percentage": -2.69,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a2341712-b318-4f42-9fb6-4e19d3b31410",
                            "gambit_id": "59d1e399-2a72-4465-9af2-8cc39f8beeb3",
                            "last_updated": "2022-08-14T14:02:04.931647-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Southampton",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d8b88a-065a-455e-9330-bc3763bc289a/?format=api"
                        },
                        {
                            "id": "59ba1d11-e4a5-4457-a618-457775410825",
                            "gambit_id": "be1138fe-f402-4271-9aef-30d68b5632c6",
                            "last_updated": "2022-08-14T14:02:04.931206-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Leeds United",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d8b88a-065a-455e-9330-bc3763bc289a/?format=api"
                        },
                        {
                            "id": "267ea090-8508-4e56-8e23-030e971c5bea",
                            "gambit_id": "fc7ad8cf-58cb-42b9-8071-ea93a00887d7",
                            "last_updated": "2022-08-14T14:02:04.932097-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.18000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d8b88a-065a-455e-9330-bc3763bc289a/?format=api"
                        }
                    ]
                },
                {
                    "id": "996fe5ca-325f-4ae7-b11a-f69882ef41c3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51befb76-9113-445f-bc37-3bc2fac4707a/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5679.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4321.0
                            }
                        ],
                        "expected_reward_tokens": 8858.05,
                        "profit_sb": -141.95,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "680b97ed-7b97-4e0c-afcc-43285d5a6d2e",
                            "gambit_id": "7166ca7e-0de2-4411-9aaf-142abea06f92",
                            "last_updated": "2022-08-14T14:02:04.930755-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.56000",
                            "odds": "1.62000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/996fe5ca-325f-4ae7-b11a-f69882ef41c3/?format=api"
                        },
                        {
                            "id": "844ea541-bca4-4981-9fbe-a70412adf73d",
                            "gambit_id": "46303e50-619d-4ddb-b9fe-87c3dbb4795f",
                            "last_updated": "2022-08-14T14:02:04.930235-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/996fe5ca-325f-4ae7-b11a-f69882ef41c3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bb9c8226-7e7e-4b4b-a1d9-afeeadfbabd6",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "43d230c4-721b-406d-8a7d-152a0006f6e1",
            "completed": true,
            "last_updated": "2022-08-15T14:27:19.081936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/43d230c4-721b-406d-8a7d-152a0006f6e1",
            "datetime": "2022-08-13T10:00:00-04:00",
            "cutoff_datetime": "2022-08-13T10:00:00-04:00",
            "name": "Brighton & Hove Albion v. Newcastle United",
            "bettypes": [
                {
                    "id": "e34efb8f-6974-4dbd-b5ef-213bf37fc70d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bb9c8226-7e7e-4b4b-a1d9-afeeadfbabd6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Brighton & Hove Albion",
                                "amount": 5627.0
                            },
                            {
                                "team": "Newcastle United",
                                "amount": 4373.0
                            }
                        ],
                        "expected_reward_tokens": 12548.21,
                        "profit_sb": 3548.21,
                        "profit_sb_percentage": 39.42,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Brighton & Hove Albion",
                                "amount": 3952.0
                            },
                            {
                                "team": "Newcastle United",
                                "amount": 3071.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2977.0
                            }
                        ],
                        "expected_reward_tokens": 8811.92,
                        "profit_sb": -188.08,
                        "profit_sb_percentage": -2.09,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9bb4e2ff-30bd-4bcd-b33f-451678dd58a1",
                            "gambit_id": "7734d5d3-dce4-46bc-9a0e-0862ca595ab6",
                            "last_updated": "2022-08-15T14:27:19.084762-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brighton & Hove Albion",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
                        },
                        {
                            "id": "31885648-c0e8-4fcb-8888-c0345e9f9fed",
                            "gambit_id": "4f852113-9721-4e4b-9151-d378c771f8f2",
                            "last_updated": "2022-08-15T14:27:19.084318-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Newcastle United",
                            "reward": "2.87000",
                            "odds": "3.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
                        },
                        {
                            "id": "ee68cc58-ddcd-4b9c-a6c7-58b2d9107095",
                            "gambit_id": "79843b73-f2ba-433f-bee0-027c47376c2b",
                            "last_updated": "2022-08-15T14:27:19.083880-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "2.96000",
                            "odds": "3.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
                        }
                    ]
                },
                {
                    "id": "1f9a9a26-0f23-4893-98f0-6474fcf08d79",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bb9c8226-7e7e-4b4b-a1d9-afeeadfbabd6/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5571.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4429.0
                            }
                        ],
                        "expected_reward_tokens": 8857.89,
                        "profit_sb": -142.11,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9f169462-e3de-40f5-8f1e-b45bfda0e1b0",
                            "gambit_id": "1fed943a-c63b-4f31-b09d-be6a22c39129",
                            "last_updated": "2022-08-15T14:27:19.082951-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.59000",
                            "odds": "1.65000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9a9a26-0f23-4893-98f0-6474fcf08d79/?format=api"
                        },
                        {
                            "id": "06150acc-3426-4196-9941-2dfb2232c306",
                            "gambit_id": "d19708ba-ed95-48ce-bfd0-c4839c3510b7",
                            "last_updated": "2022-08-15T14:27:19.083432-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9a9a26-0f23-4893-98f0-6474fcf08d79/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9b6cd968-18c5-4c85-836f-b71457ac97d4",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "098a6b59-8041-4059-a85d-f12b04aa62f4",
            "completed": true,
            "last_updated": "2022-08-14T14:02:03.661317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.56,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/098a6b59-8041-4059-a85d-f12b04aa62f4",
            "datetime": "2022-08-13T10:00:00-04:00",
            "cutoff_datetime": "2022-08-13T10:00:00-04:00",
            "name": "Manchester City v. Bournemouth",
            "bettypes": [
                {
                    "id": "eae3ffff-33fe-4b4a-854c-b4510a6b2ca2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9b6cd968-18c5-4c85-836f-b71457ac97d4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": true,
                        "name": "High Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 10000
                            }
                        ],
                        "expected_reward_tokens": 10500.0,
                        "profit_sb": 1500.0,
                        "profit_sb_percentage": 16.67,
                        "recommended": true
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 9058.0
                            },
                            {
                                "team": "Draw",
                                "amount": 942.0
                            }
                        ],
                        "expected_reward_tokens": 9510.9,
                        "profit_sb": 510.9,
                        "profit_sb_percentage": 5.68,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 8710.0
                            },
                            {
                                "team": "Draw",
                                "amount": 905.0
                            },
                            {
                                "team": "Bournemouth",
                                "amount": 385.0
                            }
                        ],
                        "expected_reward_tokens": 9140.5,
                        "profit_sb": 140.5,
                        "profit_sb_percentage": 1.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "95f154ca-d11e-426f-925d-12927b88ef4e",
                            "gambit_id": "a34df2aa-c52c-4854-b958-4f1d8414bb6c",
                            "last_updated": "2022-08-14T14:02:03.663993-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Manchester City",
                            "reward": "1.05000",
                            "odds": "1.06000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
                        },
                        {
                            "id": "4f5c5fbb-a9be-4ebf-afc1-5b3dca75879c",
                            "gambit_id": "efd75e92-2c3a-4257-9c76-e1ce9662e96a",
                            "last_updated": "2022-08-14T14:02:03.663205-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "10.10000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
                        },
                        {
                            "id": "7affb24c-a1b3-43ee-9977-224014e4300c",
                            "gambit_id": "a8709d63-df7f-47dc-ab01-8f14181eac9e",
                            "last_updated": "2022-08-14T14:02:03.663606-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bournemouth",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eae3ffff-33fe-4b4a-854c-b4510a6b2ca2/?format=api"
                        }
                    ]
                },
                {
                    "id": "7cac52d8-d1a4-4094-8d63-48a6e14886ed",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9b6cd968-18c5-4c85-836f-b71457ac97d4/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 7120.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 2880.0
                            }
                        ],
                        "expected_reward_tokens": 8899.2,
                        "profit_sb": -100.8,
                        "profit_sb_percentage": -1.12,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f3037983-9b5b-4f27-8ebd-8b8de3efe3e7",
                            "gambit_id": "216e48c4-4f6e-4fe6-9bb3-d466d5955f88",
                            "last_updated": "2022-08-14T14:02:03.662807-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.25000",
                            "odds": "1.28000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cac52d8-d1a4-4094-8d63-48a6e14886ed/?format=api"
                        },
                        {
                            "id": "c4eb98d9-f514-46c9-ab30-db499487565f",
                            "gambit_id": "130d12b9-e9d5-4d5a-84e3-5bcac329edc0",
                            "last_updated": "2022-08-14T14:02:03.662342-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "3.09000",
                            "odds": "3.30000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cac52d8-d1a4-4094-8d63-48a6e14886ed/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0f7e3f42-d8f1-46d6-95d1-ee90181108e7",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "34445803-4795-45f7-9801-2c3a1c74ea6a",
            "completed": true,
            "last_updated": "2022-08-14T14:02:04.679687-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/34445803-4795-45f7-9801-2c3a1c74ea6a",
            "datetime": "2022-08-13T10:00:00-04:00",
            "cutoff_datetime": "2022-08-13T10:00:00-04:00",
            "name": "Arsenal v. Leicester City",
            "bettypes": [
                {
                    "id": "dc782b81-9567-42ea-869d-2201915d0940",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0f7e3f42-d8f1-46d6-95d1-ee90181108e7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": 7208.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2792.0
                            }
                        ],
                        "expected_reward_tokens": 10665.44,
                        "profit_sb": 1665.44,
                        "profit_sb_percentage": 18.5,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arsenal",
                                "amount": 5961.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2309.0
                            },
                            {
                                "team": "Leicester City",
                                "amount": 1730.0
                            }
                        ],
                        "expected_reward_tokens": 8820.38,
                        "profit_sb": -179.62,
                        "profit_sb_percentage": -2.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "84bccdf9-2e38-4292-bb81-f23724d5735d",
                            "gambit_id": "acd04a84-47bd-49e5-9d33-0e78cfea9b29",
                            "last_updated": "2022-08-14T14:02:04.682077-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arsenal",
                            "reward": "1.48000",
                            "odds": "1.53000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc782b81-9567-42ea-869d-2201915d0940/?format=api"
                        },
                        {
                            "id": "1ae5fef7-56dd-4548-a962-534a62e4884c",
                            "gambit_id": "e0cc6c28-3daf-406f-b0d9-dcbd24cfc003",
                            "last_updated": "2022-08-14T14:02:04.682533-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.82000",
                            "odds": "4.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc782b81-9567-42ea-869d-2201915d0940/?format=api"
                        },
                        {
                            "id": "7bfe94c8-de03-44fa-81a8-12d951d9d613",
                            "gambit_id": "1a4a4110-ce2e-47c7-b700-2a0d003f7198",
                            "last_updated": "2022-08-14T14:02:04.681642-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Leicester City",
                            "reward": "5.10000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc782b81-9567-42ea-869d-2201915d0940/?format=api"
                        }
                    ]
                },
                {
                    "id": "a64e5d2d-3065-4382-b804-aa2c36a66b09",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0f7e3f42-d8f1-46d6-95d1-ee90181108e7/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5571.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4429.0
                            }
                        ],
                        "expected_reward_tokens": 8857.89,
                        "profit_sb": -142.11,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3cc9881d-0522-429a-807c-44b1eb14b8dc",
                            "gambit_id": "9fbe857f-150b-4a8e-9d8f-72327e0df6ab",
                            "last_updated": "2022-08-14T14:02:04.681202-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.59000",
                            "odds": "1.65000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a64e5d2d-3065-4382-b804-aa2c36a66b09/?format=api"
                        },
                        {
                            "id": "b827cf9a-b65d-4cd9-8480-89c03a37052a",
                            "gambit_id": "88ca59d1-d8e0-4cd8-8996-a406e8941da7",
                            "last_updated": "2022-08-14T14:02:04.680732-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a64e5d2d-3065-4382-b804-aa2c36a66b09/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "94218876-d4a1-4f7e-b99e-c9bd64718577",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "68878726-0d32-4e8f-98bb-8b623970b9b0",
            "completed": true,
            "last_updated": "2022-08-14T14:07:03.799860-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.81,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/68878726-0d32-4e8f-98bb-8b623970b9b0",
            "datetime": "2022-08-13T07:30:00-04:00",
            "cutoff_datetime": "2022-08-13T07:30:00-04:00",
            "name": "Aston Villa v. Everton",
            "bettypes": [
                {
                    "id": "ee2f109b-c75e-41af-9f7b-3dd9c5cfec49",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94218876-d4a1-4f7e-b99e-c9bd64718577/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Aston Villa",
                                "amount": 6578.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3422.0
                            }
                        ],
                        "expected_reward_tokens": 11051.04,
                        "profit_sb": 2051.04,
                        "profit_sb_percentage": 22.79,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Aston Villa",
                                "amount": 5260.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2736.0
                            },
                            {
                                "team": "Everton",
                                "amount": 2004.0
                            }
                        ],
                        "expected_reward_tokens": 8836.8,
                        "profit_sb": -163.2,
                        "profit_sb_percentage": -1.81,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "534ded81-4430-4d10-ad3d-a20b31dae49a",
                            "gambit_id": "981ffdfb-89e7-4c73-adf8-95e3c4cb003f",
                            "last_updated": "2022-08-14T14:07:03.803182-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aston Villa",
                            "reward": "1.68000",
                            "odds": "1.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee2f109b-c75e-41af-9f7b-3dd9c5cfec49/?format=api"
                        },
                        {
                            "id": "863081f2-4c72-49ea-9e4f-d0a75aa78631",
                            "gambit_id": "7aa4c471-a4df-4bba-8f31-d66fabdea878",
                            "last_updated": "2022-08-14T14:07:03.803798-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.23000",
                            "odds": "3.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee2f109b-c75e-41af-9f7b-3dd9c5cfec49/?format=api"
                        },
                        {
                            "id": "34345c93-b4fc-4f79-becb-6faf373f0982",
                            "gambit_id": "739c26f2-f9a7-4de4-9a52-99af7cd1e72f",
                            "last_updated": "2022-08-14T14:07:03.802627-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Everton",
                            "reward": "4.41000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee2f109b-c75e-41af-9f7b-3dd9c5cfec49/?format=api"
                        }
                    ]
                },
                {
                    "id": "5166fab5-8d73-4c9d-a03d-39909ce48328",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94218876-d4a1-4f7e-b99e-c9bd64718577/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5380.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4620.0
                            }
                        ],
                        "expected_reward_tokens": 8823.2,
                        "profit_sb": -176.8,
                        "profit_sb_percentage": -1.96,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0b5f6334-51c6-4e65-875e-4fe1e058aa38",
                            "gambit_id": "11e8b750-34ed-4153-bd29-78d48532df3c",
                            "last_updated": "2022-08-14T14:07:03.801204-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.64000",
                            "odds": "1.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5166fab5-8d73-4c9d-a03d-39909ce48328/?format=api"
                        },
                        {
                            "id": "25c2a3c7-01e8-417e-be10-f9250f654647",
                            "gambit_id": "b6c11158-2ee1-42d4-ad90-87d744b029bf",
                            "last_updated": "2022-08-14T14:07:03.802009-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5166fab5-8d73-4c9d-a03d-39909ce48328/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ad83fbd6-869e-4556-9594-07e904c6f70e",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3a8123d8-caaa-44b6-bd75-9eeced065499",
            "completed": true,
            "last_updated": "2022-08-15T14:07:20.841266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.22,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/3a8123d8-caaa-44b6-bd75-9eeced065499",
            "datetime": "2022-08-13T07:15:00-04:00",
            "cutoff_datetime": "2022-08-13T07:15:00-04:00",
            "name": "Top Esports v. Anyone's Legend",
            "bettypes": [
                {
                    "id": "89afdbca-70f0-4ed7-b97a-7b66e3906914",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ad83fbd6-869e-4556-9594-07e904c6f70e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": true,
                        "name": "High Risk",
                        "bet": [
                            {
                                "team": "Top Esports",
                                "amount": 10000
                            }
                        ],
                        "expected_reward_tokens": 10900.0,
                        "profit_sb": 1900.0,
                        "profit_sb_percentage": 21.11,
                        "recommended": true
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Top Esports",
                                "amount": 8358.0
                            },
                            {
                                "team": "Anyone's Legend",
                                "amount": 1642.0
                            }
                        ],
                        "expected_reward_tokens": 9110.22,
                        "profit_sb": 110.22,
                        "profit_sb_percentage": 1.22,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cb543012-e9d7-4ea5-a4f9-6d23372da52d",
                            "gambit_id": "493d288c-f6a3-4a46-acfa-282fdb3d2121",
                            "last_updated": "2022-08-15T14:07:20.842663-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Top Esports",
                            "reward": "1.09000",
                            "odds": "1.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89afdbca-70f0-4ed7-b97a-7b66e3906914/?format=api"
                        },
                        {
                            "id": "7a9eb2d0-dd7b-4eba-a0dd-56fd84e71f93",
                            "gambit_id": "566cab5d-f3f2-48bc-a78a-86e0d3d4708f",
                            "last_updated": "2022-08-15T14:07:20.842174-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Anyone's Legend",
                            "reward": "5.55000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89afdbca-70f0-4ed7-b97a-7b66e3906914/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b54023ea-7450-4acb-949f-00a44ecd2ec1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "82a0df82-3501-4d7a-8f13-cb5308985c73",
            "completed": false,
            "last_updated": "2022-12-24T17:12:25.080318-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.62,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/82a0df82-3501-4d7a-8f13-cb5308985c73",
            "datetime": "2022-08-13T05:15:00-04:00",
            "cutoff_datetime": "2022-08-13T05:15:00-04:00",
            "name": "ThunderTalk Gaming v. Rare Atom",
            "bettypes": [
                {
                    "id": "9fd3ca50-86eb-476c-b8e0-8514a538c8c8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b54023ea-7450-4acb-949f-00a44ecd2ec1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "ThunderTalk Gaming",
                                "amount": 7273.0
                            },
                            {
                                "team": "Rare Atom",
                                "amount": 2727.0
                            }
                        ],
                        "expected_reward_tokens": 8944.56,
                        "profit_sb": -55.44,
                        "profit_sb_percentage": -0.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "556a3768-949b-4782-9970-516835b6c938",
                            "gambit_id": "66bcc76a-aec8-4cd7-8a03-5b1c79a24050",
                            "last_updated": "2022-12-24T17:12:25.084171-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ThunderTalk Gaming",
                            "reward": "1.23000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fd3ca50-86eb-476c-b8e0-8514a538c8c8/?format=api"
                        },
                        {
                            "id": "42b55c88-db31-4fee-b7cb-85a19ca1c6bc",
                            "gambit_id": "76da6230-9f3d-4283-afc0-70156428f8bd",
                            "last_updated": "2022-12-24T17:12:25.083038-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Rare Atom",
                            "reward": "3.28000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fd3ca50-86eb-476c-b8e0-8514a538c8c8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "909a33ff-0b96-4019-8e8a-1848c5ec844a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1992dfc3-9b12-45df-a3ff-2e97eb9963c5",
            "completed": true,
            "last_updated": "2022-08-13T10:47:08.598693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.63,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/1992dfc3-9b12-45df-a3ff-2e97eb9963c5",
            "datetime": "2022-08-12T22:15:00-04:00",
            "cutoff_datetime": "2022-08-12T22:15:00-04:00",
            "name": "PIT (B Wilson) v. SFO (C Rodon)",
            "bettypes": [
                {
                    "id": "b27b3369-7402-4441-9ccb-4623427a5edf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/909a33ff-0b96-4019-8e8a-1848c5ec844a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "SFO (C Rodon)",
                                "amount": 7067.0
                            },
                            {
                                "team": "PIT (B Wilson)",
                                "amount": 2933.0
                            }
                        ],
                        "expected_reward_tokens": 9326.94,
                        "profit_sb": 326.94,
                        "profit_sb_percentage": 3.63,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1f6d90d0-16c4-4ada-a83a-693615d36255",
                            "gambit_id": "f86722b6-f61e-4eee-a3c4-c826805d2a62",
                            "last_updated": "2022-08-13T10:47:08.601632-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (C Rodon)",
                            "reward": "1.32000",
                            "odds": "1.35710",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27b3369-7402-4441-9ccb-4623427a5edf/?format=api"
                        },
                        {
                            "id": "67bbd17c-1a01-42a9-a479-f0e8b83c8785",
                            "gambit_id": "28c3815a-4825-47bd-9993-2b72fec6c894",
                            "last_updated": "2022-08-13T10:47:08.602108-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (B Wilson)",
                            "reward": "3.18000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b27b3369-7402-4441-9ccb-4623427a5edf/?format=api"
                        }
                    ]
                },
                {
                    "id": "89ae915c-40e0-4264-a416-be1b066c0524",
                    "match": "https://api-prod.gambitprofit.com/api/matches/909a33ff-0b96-4019-8e8a-1848c5ec844a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "SFO",
                                "amount": 5511.0
                            },
                            {
                                "team": "PIT",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a6c1d56b-426f-41f0-a890-d9809cc5e690",
                            "gambit_id": "65f6aede-7308-4c25-901f-fb61f5868e3e",
                            "last_updated": "2022-08-13T10:47:08.600688-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ae915c-40e0-4264-a416-be1b066c0524/?format=api"
                        },
                        {
                            "id": "23d2fca8-89bb-4be8-83aa-8e8351530e34",
                            "gambit_id": "67b9693a-f319-4974-9c66-56e212b6125a",
                            "last_updated": "2022-08-13T10:47:08.601155-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89ae915c-40e0-4264-a416-be1b066c0524/?format=api"
                        }
                    ]
                },
                {
                    "id": "ce15db79-d286-493c-a83a-98b26b1a2421",
                    "match": "https://api-prod.gambitprofit.com/api/matches/909a33ff-0b96-4019-8e8a-1848c5ec844a/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e7da8c48-c56f-492e-b016-c77be51a9cfb",
                            "gambit_id": "ae28e0ad-c4a3-4d91-a40c-ac4c9584b493",
                            "last_updated": "2022-08-13T10:47:08.599707-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce15db79-d286-493c-a83a-98b26b1a2421/?format=api"
                        },
                        {
                            "id": "c77f5cc6-be86-48b8-bcfb-23e5f03bb64f",
                            "gambit_id": "a575b3e5-96aa-4f8f-b1a8-ec3d7f426996",
                            "last_updated": "2022-08-13T10:47:08.600219-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce15db79-d286-493c-a83a-98b26b1a2421/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cbb93bb0-a050-41a7-b28e-4234792b12eb",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c0a8afe2-07dd-4aa8-9aef-a0626d515788",
            "completed": true,
            "last_updated": "2022-08-13T11:02:14.081605-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.14,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/c0a8afe2-07dd-4aa8-9aef-a0626d515788",
            "datetime": "2022-08-12T21:45:00-04:00",
            "cutoff_datetime": "2022-08-12T21:45:00-04:00",
            "name": "Cloud9 v. Immortals",
            "bettypes": [
                {
                    "id": "ff7cb4ff-132c-4fe8-8018-e4a837c39308",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cbb93bb0-a050-41a7-b28e-4234792b12eb/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Cloud9",
                                "amount": 6845.0
                            },
                            {
                                "team": "Immortals",
                                "amount": 3155.0
                            }
                        ],
                        "expected_reward_tokens": 8897.1,
                        "profit_sb": -102.9,
                        "profit_sb_percentage": -1.14,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5d27119c-99ca-4c29-9bb2-2ade4800f936",
                            "gambit_id": "e25051da-0403-4b09-b1cd-0d38eddd7687",
                            "last_updated": "2022-08-13T11:02:14.082532-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cloud9",
                            "reward": "1.30000",
                            "odds": "1.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff7cb4ff-132c-4fe8-8018-e4a837c39308/?format=api"
                        },
                        {
                            "id": "7bbe6248-ce34-4ffd-b487-c0ea2beb9d9a",
                            "gambit_id": "3d36f04e-7c9b-4213-be8f-43d795f92e7e",
                            "last_updated": "2022-08-13T11:02:14.083039-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Immortals",
                            "reward": "2.82000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff7cb4ff-132c-4fe8-8018-e4a837c39308/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6cfcc8df-74eb-445f-bd4d-4044a42f6ac5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d5203cbb-45df-4f77-a3f9-a0cb705bb35e",
            "completed": true,
            "last_updated": "2022-08-13T10:47:07.453700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.15,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d5203cbb-45df-4f77-a3f9-a0cb705bb35e",
            "datetime": "2022-08-12T21:38:00-04:00",
            "cutoff_datetime": "2022-08-12T21:38:00-04:00",
            "name": "MIN (T Mahle) v. LAA (P Sandoval)",
            "bettypes": [
                {
                    "id": "0b3b9380-d1c6-4548-bdce-474508b06bdd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cfcc8df-74eb-445f-bd4d-4044a42f6ac5/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "MIN (T Mahle)",
                                "amount": 5515.0
                            },
                            {
                                "team": "LAA (P Sandoval)",
                                "amount": 4485.0
                            }
                        ],
                        "expected_reward_tokens": 9373.65,
                        "profit_sb": 373.65,
                        "profit_sb_percentage": 4.15,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e585b8a2-b65f-4522-b8bd-0ab2d05f6222",
                            "gambit_id": "92d7a696-3652-4606-a6fd-dba45ccd9785",
                            "last_updated": "2022-08-13T10:47:07.456602-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (T Mahle)",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3b9380-d1c6-4548-bdce-474508b06bdd/?format=api"
                        },
                        {
                            "id": "a2cb45aa-2cbc-4e0a-ae24-7287ba662af5",
                            "gambit_id": "6528cccd-c9af-4497-8d85-48f9edd01dcd",
                            "last_updated": "2022-08-13T10:47:07.457056-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (P Sandoval)",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3b9380-d1c6-4548-bdce-474508b06bdd/?format=api"
                        }
                    ]
                },
                {
                    "id": "fda8d369-5f10-4918-9425-21001b218726",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cfcc8df-74eb-445f-bd4d-4044a42f6ac5/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "LAA",
                                "amount": 5676.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f411f4e6-52e4-40b7-94e6-adfd1f010697",
                            "gambit_id": "f6c1b9a2-1d33-4c23-b9d6-e7f8d7a54c11",
                            "last_updated": "2022-08-13T10:47:07.455690-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fda8d369-5f10-4918-9425-21001b218726/?format=api"
                        },
                        {
                            "id": "896537ff-314b-4286-8b3e-3feffc4cbebe",
                            "gambit_id": "abbdaf40-0027-4832-98b4-eafafb155066",
                            "last_updated": "2022-08-13T10:47:07.456146-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fda8d369-5f10-4918-9425-21001b218726/?format=api"
                        }
                    ]
                },
                {
                    "id": "3eae1dec-3c30-4356-b1b4-a569c66097ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cfcc8df-74eb-445f-bd4d-4044a42f6ac5/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6d2b8227-9bbd-4695-892c-6865a7fff288",
                            "gambit_id": "1bec3d4e-26fc-48c0-852a-52fe2da44281",
                            "last_updated": "2022-08-13T10:47:07.454725-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eae1dec-3c30-4356-b1b4-a569c66097ab/?format=api"
                        },
                        {
                            "id": "a0f7f8fd-becc-4c91-a9d8-5a10d39416d5",
                            "gambit_id": "a505251b-4b76-42b4-9245-1b823a8b7e0f",
                            "last_updated": "2022-08-13T10:47:07.455227-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eae1dec-3c30-4356-b1b4-a569c66097ab/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3bb6270c-b0b2-4dc9-94e7-c3b317e104d4",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "16711879-78e4-4782-a95b-f1cd47d4de08",
            "completed": true,
            "last_updated": "2022-08-13T11:07:12.219438-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.92,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/16711879-78e4-4782-a95b-f1cd47d4de08",
            "datetime": "2022-08-12T20:45:00-04:00",
            "cutoff_datetime": "2022-08-12T20:45:00-04:00",
            "name": "Team Solomid v. Counter Logic Gaming",
            "bettypes": [
                {
                    "id": "efb643c7-7232-4eba-bd5b-ca47f9d8b8ee",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3bb6270c-b0b2-4dc9-94e7-c3b317e104d4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Counter Logic Gaming",
                                "amount": 6557.0
                            },
                            {
                                "team": "Team Solomid",
                                "amount": 3443.0
                            }
                        ],
                        "expected_reward_tokens": 8917.37,
                        "profit_sb": -82.63,
                        "profit_sb_percentage": -0.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "169a2fad-88cb-4352-bc4c-c26c4869f963",
                            "gambit_id": "ce8e77ea-04be-4500-a817-750b92649ee2",
                            "last_updated": "2022-08-13T11:07:12.220329-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Counter Logic Gaming",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb643c7-7232-4eba-bd5b-ca47f9d8b8ee/?format=api"
                        },
                        {
                            "id": "0192f90d-b6a9-4d47-af80-2229691fcc0a",
                            "gambit_id": "c9ab2839-5190-418e-9e9e-7ccd5f012c8d",
                            "last_updated": "2022-08-13T11:07:12.220830-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Solomid",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb643c7-7232-4eba-bd5b-ca47f9d8b8ee/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bcfb6ccf-fbd3-4d9a-ad52-f2b6d03c7543",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9065dff5-7c36-4668-a438-815e4bcdf4d3",
            "completed": true,
            "last_updated": "2022-08-13T10:47:07.306840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.09,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/9065dff5-7c36-4668-a438-815e4bcdf4d3",
            "datetime": "2022-08-12T20:40:00-04:00",
            "cutoff_datetime": "2022-08-12T20:40:00-04:00",
            "name": "ARI (Z Davies) v. COL (A Senzatela)",
            "bettypes": [
                {
                    "id": "4d8c1fb5-7cd7-4438-a4ce-81005d1428a6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcfb6ccf-fbd3-4d9a-ad52-f2b6d03c7543/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "COL (A Senzatela)",
                                "amount": 5385.0
                            },
                            {
                                "team": "ARI (Z Davies)",
                                "amount": 4615.0
                            }
                        ],
                        "expected_reward_tokens": 9368.45,
                        "profit_sb": 368.45,
                        "profit_sb_percentage": 4.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "df36fa14-7c32-4818-8d9c-895e1e37fb8a",
                            "gambit_id": "50277b18-e538-4ec6-9256-088b7d3e66b6",
                            "last_updated": "2022-08-13T10:47:07.309730-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (A Senzatela)",
                            "reward": "1.74000",
                            "odds": "1.81300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8c1fb5-7cd7-4438-a4ce-81005d1428a6/?format=api"
                        },
                        {
                            "id": "ed06320c-dc9a-4b9d-a7c5-6593d89e3802",
                            "gambit_id": "3feb3812-dc23-4568-a8da-2bbb434641d2",
                            "last_updated": "2022-08-13T10:47:07.310184-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (Z Davies)",
                            "reward": "2.03000",
                            "odds": "2.13000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8c1fb5-7cd7-4438-a4ce-81005d1428a6/?format=api"
                        }
                    ]
                },
                {
                    "id": "5c1c0080-4ed7-4eb2-90b9-083041bdafef",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcfb6ccf-fbd3-4d9a-ad52-f2b6d03c7543/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "ARI",
                                "amount": 5995.0
                            },
                            {
                                "team": "COL",
                                "amount": 4005.0
                            }
                        ],
                        "expected_reward_tokens": 9291.6,
                        "profit_sb": 291.6,
                        "profit_sb_percentage": 3.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4457868b-eab0-44cf-bd1a-840e8f2da594",
                            "gambit_id": "9d8d0aa0-ef77-4f86-b699-428dc9b58191",
                            "last_updated": "2022-08-13T10:47:07.309255-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c1c0080-4ed7-4eb2-90b9-083041bdafef/?format=api"
                        },
                        {
                            "id": "db314db3-245b-4869-8e89-e9673e900658",
                            "gambit_id": "46afd88a-e8ae-447a-ba73-98181991d438",
                            "last_updated": "2022-08-13T10:47:07.308792-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c1c0080-4ed7-4eb2-90b9-083041bdafef/?format=api"
                        }
                    ]
                },
                {
                    "id": "d4db8227-8fd7-4aed-8ae4-18acad738a41",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcfb6ccf-fbd3-4d9a-ad52-f2b6d03c7543/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 12",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 12",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c1d88b13-9c87-442f-8ef8-39e8ef932d3e",
                            "gambit_id": "61cb6362-5444-4055-bd06-44fe7a836a53",
                            "last_updated": "2022-08-13T10:47:07.307833-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 12",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "12.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4db8227-8fd7-4aed-8ae4-18acad738a41/?format=api"
                        },
                        {
                            "id": "08f32d57-6b48-4628-a514-d61ee5e53000",
                            "gambit_id": "615702ea-d62e-4b61-9871-a672f4e9d042",
                            "last_updated": "2022-08-13T10:47:07.308336-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 12",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "12.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4db8227-8fd7-4aed-8ae4-18acad738a41/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7475f9db-2bf4-4554-8dd9-7cb18a0bc53a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "010a1422-c6dc-4586-bbe3-7d6c1ce9c8bb",
            "completed": true,
            "last_updated": "2022-08-13T11:02:04.777677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/010a1422-c6dc-4586-bbe3-7d6c1ce9c8bb",
            "datetime": "2022-08-12T20:30:00-04:00",
            "cutoff_datetime": "2022-08-12T20:30:00-04:00",
            "name": "Green Bay Packers v. San Francisco 49ers",
            "bettypes": [
                {
                    "id": "1a25183c-ec6b-46f7-895f-65769095cf17",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7475f9db-2bf4-4554-8dd9-7cb18a0bc53a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Francisco 49ers",
                                "amount": 5922.0
                            },
                            {
                                "team": "Green Bay Packers",
                                "amount": 4078.0
                            }
                        ],
                        "expected_reward_tokens": 9297.54,
                        "profit_sb": 297.54,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f942c93d-0041-42ab-a7b6-3b53398ec5e7",
                            "gambit_id": "d121c845-f642-46bb-a9e3-a1a8898b1c5c",
                            "last_updated": "2022-08-13T11:02:04.779698-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Francisco 49ers",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a25183c-ec6b-46f7-895f-65769095cf17/?format=api"
                        },
                        {
                            "id": "f2ef42a2-49dd-422e-af0f-9dbfa5e6626a",
                            "gambit_id": "81607e3d-d58b-4f2f-b2ac-37ba5459e011",
                            "last_updated": "2022-08-13T11:02:04.780133-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Green Bay Packers",
                            "reward": "2.28000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a25183c-ec6b-46f7-895f-65769095cf17/?format=api"
                        }
                    ]
                },
                {
                    "id": "1d3b2271-fdb2-4456-83f7-6cd6e2a3baf6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7475f9db-2bf4-4554-8dd9-7cb18a0bc53a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Francisco 49ers",
                                "amount": 5095.0
                            },
                            {
                                "team": "Green Bay Packers",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": 171.0,
                        "profit_sb_percentage": 1.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8ea605ae-404e-4e22-8eb4-5c1eb44f714c",
                            "gambit_id": "69e45071-4863-4ed9-9fc4-badabe190f68",
                            "last_updated": "2022-08-13T11:02:04.781070-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Francisco 49ers",
                            "reward": "1.80000",
                            "odds": "1.86960",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2271-fdb2-4456-83f7-6cd6e2a3baf6/?format=api"
                        },
                        {
                            "id": "411c1755-d57b-4055-89b5-df7c8284716d",
                            "gambit_id": "94ea2f48-8034-4888-8695-be991e66e33d",
                            "last_updated": "2022-08-13T11:02:04.780570-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Green Bay Packers",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2271-fdb2-4456-83f7-6cd6e2a3baf6/?format=api"
                        }
                    ]
                },
                {
                    "id": "6d6bdf08-fd69-4028-84e7-ab78d777ffac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7475f9db-2bf4-4554-8dd9-7cb18a0bc53a/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 35.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 35.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "197f7990-2b5b-463c-96ad-623898d8f83c",
                            "gambit_id": "c76a5967-fef3-4643-8ec7-5caf61ff23a8",
                            "last_updated": "2022-08-13T11:02:04.779249-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 35.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "35.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d6bdf08-fd69-4028-84e7-ab78d777ffac/?format=api"
                        },
                        {
                            "id": "10a322f8-78d7-4f5e-8bcb-2bf8a668f5ba",
                            "gambit_id": "d29e6f46-f084-42a4-93fa-5d1e39263e27",
                            "last_updated": "2022-08-13T11:02:04.778722-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 35.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "35.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d6bdf08-fd69-4028-84e7-ab78d777ffac/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6c0608e1-83f0-4016-9421-21863bca3896",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "5c358305-0d1c-4c85-81e8-3f8beeb0cada",
            "completed": true,
            "last_updated": "2022-08-13T10:47:07.148734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.17,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/5c358305-0d1c-4c85-81e8-3f8beeb0cada",
            "datetime": "2022-08-12T20:15:00-04:00",
            "cutoff_datetime": "2022-08-12T20:15:00-04:00",
            "name": "MIL (E Lauer) v. STL (J Montgomery)",
            "bettypes": [
                {
                    "id": "115b4bf3-65ef-48b3-a617-92b0e4ead0b9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c0608e1-83f0-4016-9421-21863bca3896/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "STL (J Montgomery)",
                                "amount": 6010.0
                            },
                            {
                                "team": "MIL (E Lauer)",
                                "amount": 3990.0
                            }
                        ],
                        "expected_reward_tokens": 9375.6,
                        "profit_sb": 375.6,
                        "profit_sb_percentage": 4.17,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9a642e06-6d32-49c8-825c-ce5b5b53bcc5",
                            "gambit_id": "bce8c6d4-74cd-4d86-bda9-ae402a11073c",
                            "last_updated": "2022-08-13T10:47:07.151593-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (J Montgomery)",
                            "reward": "1.56000",
                            "odds": "1.61350",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115b4bf3-65ef-48b3-a617-92b0e4ead0b9/?format=api"
                        },
                        {
                            "id": "90549cdb-f91b-414b-87f0-d1770542a042",
                            "gambit_id": "05b04ab4-f454-4bcf-986d-8c93e8ff421a",
                            "last_updated": "2022-08-13T10:47:07.152048-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (E Lauer)",
                            "reward": "2.35000",
                            "odds": "2.48000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115b4bf3-65ef-48b3-a617-92b0e4ead0b9/?format=api"
                        }
                    ]
                },
                {
                    "id": "cf90f0b5-8555-4b46-820e-c9d9160f8bde",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c0608e1-83f0-4016-9421-21863bca3896/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "MIL",
                                "amount": 5752.0
                            },
                            {
                                "team": "STL",
                                "amount": 4248.0
                            }
                        ],
                        "expected_reward_tokens": 9260.64,
                        "profit_sb": 260.64,
                        "profit_sb_percentage": 2.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a933fe1e-238a-4d46-a677-3f8759ee3ea3",
                            "gambit_id": "0e30fcf3-959a-41ad-bcc8-488b41656a08",
                            "last_updated": "2022-08-13T10:47:07.151144-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf90f0b5-8555-4b46-820e-c9d9160f8bde/?format=api"
                        },
                        {
                            "id": "015c4b27-b023-4d39-b1fe-4dcd577c3c3c",
                            "gambit_id": "9fdfce6f-1920-4be0-bb21-e54a09ad5c0e",
                            "last_updated": "2022-08-13T10:47:07.150684-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf90f0b5-8555-4b46-820e-c9d9160f8bde/?format=api"
                        }
                    ]
                },
                {
                    "id": "ea24d308-1000-4e18-860a-2ef32d5feccd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c0608e1-83f0-4016-9421-21863bca3896/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "451a754f-76ae-4966-8cb2-4fb4e7fceab7",
                            "gambit_id": "7bc4251b-240d-4bc1-8d53-94e399acc2df",
                            "last_updated": "2022-08-13T10:47:07.149733-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea24d308-1000-4e18-860a-2ef32d5feccd/?format=api"
                        },
                        {
                            "id": "5547fcc1-b4f2-4c42-9849-69d224278ccc",
                            "gambit_id": "ce2c3f2b-074d-4c20-b525-2205d2798fd2",
                            "last_updated": "2022-08-13T10:47:07.150232-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea24d308-1000-4e18-860a-2ef32d5feccd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "06e07ab6-4b02-42bb-9fa6-c9909e4d442f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c2699a1b-5aab-4e92-a0a2-7244229b07e4",
            "completed": true,
            "last_updated": "2022-08-13T10:52:04.089241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.01,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/c2699a1b-5aab-4e92-a0a2-7244229b07e4",
            "datetime": "2022-08-12T20:10:00-04:00",
            "cutoff_datetime": "2022-08-12T20:10:00-04:00",
            "name": "LOS (T Gonsolin) v. KAN (D Lynch)",
            "bettypes": [
                {
                    "id": "542c619a-08b2-4cd2-96d1-95e9f500eced",
                    "match": "https://api-prod.gambitprofit.com/api/matches/06e07ab6-4b02-42bb-9fa6-c9909e4d442f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 (T Gonsolin)",
                                "amount": 6783.0
                            },
                            {
                                "team": "KAN (D Lynch)",
                                "amount": 3217.0
                            }
                        ],
                        "expected_reward_tokens": 9360.54,
                        "profit_sb": 360.54,
                        "profit_sb_percentage": 4.01,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1aefe535-c73e-4e3a-a68b-391ecb832c55",
                            "gambit_id": "61874efe-d6b9-40fe-8a40-1a472d1e8218",
                            "last_updated": "2022-08-13T10:52:04.092727-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (T Gonsolin)",
                            "reward": "1.38000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542c619a-08b2-4cd2-96d1-95e9f500eced/?format=api"
                        },
                        {
                            "id": "ec93b84f-bb43-4688-9eec-29c1b6c582ea",
                            "gambit_id": "14f38a89-7bba-4496-9750-8180c5a96bea",
                            "last_updated": "2022-08-13T10:52:04.092249-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (D Lynch)",
                            "reward": "2.91000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542c619a-08b2-4cd2-96d1-95e9f500eced/?format=api"
                        }
                    ]
                },
                {
                    "id": "2211427a-4b2c-4512-8c69-89886085a299",
                    "match": "https://api-prod.gambitprofit.com/api/matches/06e07ab6-4b02-42bb-9fa6-c9909e4d442f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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",
                                "amount": 5752.0
                            },
                            {
                                "team": "KAN",
                                "amount": 4248.0
                            }
                        ],
                        "expected_reward_tokens": 9260.64,
                        "profit_sb": 260.64,
                        "profit_sb_percentage": 2.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fde896db-c63a-45d6-b288-68c14fc2e9b0",
                            "gambit_id": "586e0900-dcff-493a-9d3c-eb0f5dbdc090",
                            "last_updated": "2022-08-13T10:52:04.091772-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2211427a-4b2c-4512-8c69-89886085a299/?format=api"
                        },
                        {
                            "id": "2b324df4-c558-41ef-a776-00ed7707de2d",
                            "gambit_id": "91251df2-4230-409d-bd25-1682f920ce6b",
                            "last_updated": "2022-08-13T10:52:04.091293-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2211427a-4b2c-4512-8c69-89886085a299/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "51aaab80-d640-4c24-a67b-64a8615b9f93",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4409f90b-6fc5-4447-b4c5-a7eef8dfcdc9",
            "completed": true,
            "last_updated": "2022-08-13T10:47:08.326735-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/4409f90b-6fc5-4447-b4c5-a7eef8dfcdc9",
            "datetime": "2022-08-12T20:10:00-04:00",
            "cutoff_datetime": "2022-08-12T20:10:00-04:00",
            "name": "OAK (A Oller) v. HOU (L Garcia)",
            "bettypes": [
                {
                    "id": "a7988325-ebcf-40be-9d16-7d662ddc8344",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51aaab80-d640-4c24-a67b-64a8615b9f93/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "HOU (L Garcia)",
                                "amount": 7247.0
                            },
                            {
                                "team": "OAK (A Oller)",
                                "amount": 2753.0
                            }
                        ],
                        "expected_reward_tokens": 9276.16,
                        "profit_sb": 276.16,
                        "profit_sb_percentage": 3.07,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8e54f4f2-3c1b-457e-90cb-61a03dfac2fb",
                            "gambit_id": "4695a83e-875d-42b1-b97e-9e9a42a1f9f0",
                            "last_updated": "2022-08-13T10:47:08.329687-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (L Garcia)",
                            "reward": "1.28000",
                            "odds": "1.31250",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7988325-ebcf-40be-9d16-7d662ddc8344/?format=api"
                        },
                        {
                            "id": "0d4eca44-608d-4164-be6d-e5857a8ba051",
                            "gambit_id": "a8cb4dda-03c9-4393-8d4c-698009d204b9",
                            "last_updated": "2022-08-13T10:47:08.330155-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (A Oller)",
                            "reward": "3.37000",
                            "odds": "3.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7988325-ebcf-40be-9d16-7d662ddc8344/?format=api"
                        }
                    ]
                },
                {
                    "id": "fc0ad791-78cf-4c11-84e3-f8333516e406",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51aaab80-d640-4c24-a67b-64a8615b9f93/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "HOU",
                                "amount": 5911.0
                            },
                            {
                                "team": "OAK",
                                "amount": 4089.0
                            }
                        ],
                        "expected_reward_tokens": 9280.27,
                        "profit_sb": 280.27,
                        "profit_sb_percentage": 3.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "19fbb9d9-86e4-4c3f-8f24-cb864befc917",
                            "gambit_id": "31e9bd15-2315-43b1-886c-06fe22e4a29e",
                            "last_updated": "2022-08-13T10:47:08.328739-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0ad791-78cf-4c11-84e3-f8333516e406/?format=api"
                        },
                        {
                            "id": "c622b855-5ba5-4db9-89a0-dac1a8ed63bf",
                            "gambit_id": "991289c8-74fe-414e-9865-00a431c7355e",
                            "last_updated": "2022-08-13T10:47:08.329209-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0ad791-78cf-4c11-84e3-f8333516e406/?format=api"
                        }
                    ]
                },
                {
                    "id": "19f79def-15d6-4497-9944-cf34618cd10d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51aaab80-d640-4c24-a67b-64a8615b9f93/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c699b418-6f71-44c2-bb59-6f4e255853f0",
                            "gambit_id": "31513691-c450-4b33-9e26-2bdaedf4fa13",
                            "last_updated": "2022-08-13T10:47:08.328266-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f79def-15d6-4497-9944-cf34618cd10d/?format=api"
                        },
                        {
                            "id": "af9de517-80d2-4f7f-b860-449d496f117b",
                            "gambit_id": "1db67631-381a-4475-b26d-edac8b77564b",
                            "last_updated": "2022-08-13T10:47:08.327758-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f79def-15d6-4497-9944-cf34618cd10d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8156f605-ddb9-4008-857c-bb46893f737d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3d7a7771-4689-4009-af08-805f4df38dee",
            "completed": true,
            "last_updated": "2022-08-13T10:52:08.992590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.35,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/3d7a7771-4689-4009-af08-805f4df38dee",
            "datetime": "2022-08-12T20:05:00-04:00",
            "cutoff_datetime": "2022-08-12T20:05:00-04:00",
            "name": "SEA (G Kirby) v. TEX (J Sborz)",
            "bettypes": [
                {
                    "id": "94042bce-b49e-4c10-8a91-50d620532af6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8156f605-ddb9-4008-857c-bb46893f737d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "SEA (G Kirby)",
                                "amount": 5692.0
                            },
                            {
                                "team": "TEX (J Sborz)",
                                "amount": 4308.0
                            }
                        ],
                        "expected_reward_tokens": 9391.44,
                        "profit_sb": 391.44,
                        "profit_sb_percentage": 4.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "645dfb9e-ef61-4aa8-9575-507a92c38d8c",
                            "gambit_id": "f254c386-853c-465d-9e75-af388f97b72b",
                            "last_updated": "2022-08-13T10:52:08.996166-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (G Kirby)",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94042bce-b49e-4c10-8a91-50d620532af6/?format=api"
                        },
                        {
                            "id": "0cccdbb3-a4eb-4c4c-8dc7-d815eee37bca",
                            "gambit_id": "6788f613-39ba-412d-8fbd-2af8bb64bc15",
                            "last_updated": "2022-08-13T10:52:08.995710-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (J Sborz)",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94042bce-b49e-4c10-8a91-50d620532af6/?format=api"
                        }
                    ]
                },
                {
                    "id": "f3385c6e-ba2a-4f90-a933-79d8d6f6c009",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8156f605-ddb9-4008-857c-bb46893f737d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "TEX",
                                "amount": 5511.0
                            },
                            {
                                "team": "SEA",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "334bf66c-ecfa-4ae5-82c3-5ba865bd2e00",
                            "gambit_id": "c4063295-e9ae-4853-a5a4-3a42ac0ecc0f",
                            "last_updated": "2022-08-13T10:52:08.994784-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3385c6e-ba2a-4f90-a933-79d8d6f6c009/?format=api"
                        },
                        {
                            "id": "0d472a32-67a7-45be-a8fc-e528577215aa",
                            "gambit_id": "e54983e7-f15b-4aad-8557-0034e6f4d5a7",
                            "last_updated": "2022-08-13T10:52:08.995247-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3385c6e-ba2a-4f90-a933-79d8d6f6c009/?format=api"
                        }
                    ]
                },
                {
                    "id": "9968d3f7-5aa8-41a5-ac06-46aa738b28d3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8156f605-ddb9-4008-857c-bb46893f737d/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0997eec8-9a2e-437a-a8bd-17f45c7937a5",
                            "gambit_id": "c8656e97-b4cc-4cf3-9d06-ff2169730567",
                            "last_updated": "2022-08-13T10:52:08.993802-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9968d3f7-5aa8-41a5-ac06-46aa738b28d3/?format=api"
                        },
                        {
                            "id": "731329d6-d8a6-467c-a61f-b8fef97580c2",
                            "gambit_id": "33d44861-5241-4021-9a97-067d54290de4",
                            "last_updated": "2022-08-13T10:52:08.994312-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9968d3f7-5aa8-41a5-ac06-46aa738b28d3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e521a5a7-ab53-43fb-a5bf-fcf4ebc6c323",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "6d0a165a-8a0c-4a2e-bb6a-0f315f45a7c7",
            "completed": true,
            "last_updated": "2022-08-13T11:07:13.348525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.14,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/6d0a165a-8a0c-4a2e-bb6a-0f315f45a7c7",
            "datetime": "2022-08-12T19:45:00-04:00",
            "cutoff_datetime": "2022-08-12T19:45:00-04:00",
            "name": "Flyquest v. 100 Thieves",
            "bettypes": [
                {
                    "id": "6a61c42d-c2f9-455a-8f26-826b8add126c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e521a5a7-ab53-43fb-a5bf-fcf4ebc6c323/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "100 Thieves",
                                "amount": 6845.0
                            },
                            {
                                "team": "Flyquest",
                                "amount": 3155.0
                            }
                        ],
                        "expected_reward_tokens": 8897.1,
                        "profit_sb": -102.9,
                        "profit_sb_percentage": -1.14,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6c3f71f4-e4a7-4c97-ac95-31adf5d2adb3",
                            "gambit_id": "3182d23a-4ac7-40de-a8d3-5d505b982569",
                            "last_updated": "2022-08-13T11:07:13.349423-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "100 Thieves",
                            "reward": "1.30000",
                            "odds": "1.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a61c42d-c2f9-455a-8f26-826b8add126c/?format=api"
                        },
                        {
                            "id": "c618fba2-bf5e-4511-876c-df1e5bb9c9b4",
                            "gambit_id": "8844f374-fa12-463f-abcc-b5f646eeb1e1",
                            "last_updated": "2022-08-13T11:07:13.349942-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Flyquest",
                            "reward": "2.82000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a61c42d-c2f9-455a-8f26-826b8add126c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fdbf7180-2dfd-4598-8af5-82a43003d268",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f22d631d-4e4f-4cd7-b98a-f9931d0bb613",
            "completed": true,
            "last_updated": "2022-08-13T11:02:04.641920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.02,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/f22d631d-4e4f-4cd7-b98a-f9931d0bb613",
            "datetime": "2022-08-12T19:30:00-04:00",
            "cutoff_datetime": "2022-08-12T19:30:00-04:00",
            "name": "New York Jets v. Philadelphia Eagles",
            "bettypes": [
                {
                    "id": "4b98d43f-f0c0-4918-ba2d-1d4f5951c6a8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fdbf7180-2dfd-4598-8af5-82a43003d268/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Eagles",
                                "amount": 5217.0
                            },
                            {
                                "team": "New York Jets",
                                "amount": 4783.0
                            }
                        ],
                        "expected_reward_tokens": 9181.92,
                        "profit_sb": 181.92,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "29fd9451-200a-47b5-a432-3acf73fcd837",
                            "gambit_id": "635d4682-c697-4e81-8048-9d59b62f3e03",
                            "last_updated": "2022-08-13T11:02:04.644097-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Eagles",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b98d43f-f0c0-4918-ba2d-1d4f5951c6a8/?format=api"
                        },
                        {
                            "id": "0631815c-3aab-4958-8635-af87a5a8dc6b",
                            "gambit_id": "96db3db4-4cc5-40d0-a21b-cf5dd97dbc92",
                            "last_updated": "2022-08-13T11:02:04.644550-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Jets",
                            "reward": "1.92000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b98d43f-f0c0-4918-ba2d-1d4f5951c6a8/?format=api"
                        }
                    ]
                },
                {
                    "id": "3022e2f0-21af-4fc5-832c-f69f01b17fc4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fdbf7180-2dfd-4598-8af5-82a43003d268/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Jets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Philadelphia Eagles",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a10b1d43-59ca-476f-b3c7-fea2b69f0f33",
                            "gambit_id": "aaef703a-3871-4619-b603-75583cb55a1c",
                            "last_updated": "2022-08-13T11:02:04.645454-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Jets",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3022e2f0-21af-4fc5-832c-f69f01b17fc4/?format=api"
                        },
                        {
                            "id": "c2c459ec-2478-47bc-a6ec-7d4f4653b92f",
                            "gambit_id": "6ca92b3f-c454-4c27-8a10-8dc7556911e7",
                            "last_updated": "2022-08-13T11:02:04.644992-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Eagles",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3022e2f0-21af-4fc5-832c-f69f01b17fc4/?format=api"
                        }
                    ]
                },
                {
                    "id": "238501c2-649b-47f4-a60e-f55f804c15f7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fdbf7180-2dfd-4598-8af5-82a43003d268/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 35.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 35.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e3f3926f-505e-42b0-8feb-da99030f6e60",
                            "gambit_id": "0f0d97b7-8bfe-4c5b-90ec-ee83798c3fe7",
                            "last_updated": "2022-08-13T11:02:04.643585-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 35.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "35.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/238501c2-649b-47f4-a60e-f55f804c15f7/?format=api"
                        },
                        {
                            "id": "cb571e35-17e6-4556-b942-2e0ee46777a8",
                            "gambit_id": "7d1023e9-698f-4738-a09d-e68a1ff766b9",
                            "last_updated": "2022-08-13T11:02:04.643068-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 35.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "35.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/238501c2-649b-47f4-a60e-f55f804c15f7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3c1dd52d-5994-4a5a-9e64-2cf4719b6896",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "38312b50-a249-4b7a-8c3a-526984f6ec53",
            "completed": true,
            "last_updated": "2022-08-13T11:02:05.243542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.09,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/38312b50-a249-4b7a-8c3a-526984f6ec53",
            "datetime": "2022-08-12T19:30:00-04:00",
            "cutoff_datetime": "2022-08-12T19:30:00-04:00",
            "name": "Arizona Cardinals v. Cincinnati Bengals",
            "bettypes": [
                {
                    "id": "45c5de7b-81dd-4ed1-a7e6-0b9c7d426459",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3c1dd52d-5994-4a5a-9e64-2cf4719b6896/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Cincinnati Bengals",
                                "amount": 5312.0
                            },
                            {
                                "team": "Arizona Cardinals",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2db2cdab-1fb1-4a41-95e1-b8039013fd2e",
                            "gambit_id": "b159c308-b869-4304-8a19-b6cac3dbab97",
                            "last_updated": "2022-08-13T11:02:05.245503-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cincinnati Bengals",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45c5de7b-81dd-4ed1-a7e6-0b9c7d426459/?format=api"
                        },
                        {
                            "id": "9376f703-baab-4809-808b-fb0a08730f08",
                            "gambit_id": "5bc17654-aaed-415a-8f93-ab2cbc603266",
                            "last_updated": "2022-08-13T11:02:05.245953-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arizona Cardinals",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45c5de7b-81dd-4ed1-a7e6-0b9c7d426459/?format=api"
                        }
                    ]
                },
                {
                    "id": "e9808458-d8a9-4b37-a852-d223d116275d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3c1dd52d-5994-4a5a-9e64-2cf4719b6896/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 Cardinals",
                                "amount": 5095.0
                            },
                            {
                                "team": "Cincinnati Bengals",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": 171.0,
                        "profit_sb_percentage": 1.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3b8c9b0e-61b3-4c3b-b6c4-e04cdb8b3e13",
                            "gambit_id": "bee64220-41c4-4289-84af-732eb168343b",
                            "last_updated": "2022-08-13T11:02:05.246946-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arizona Cardinals",
                            "reward": "1.80000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9808458-d8a9-4b37-a852-d223d116275d/?format=api"
                        },
                        {
                            "id": "163ae160-a3b6-4977-8e99-2754729e605a",
                            "gambit_id": "a59b5d52-11a3-4f95-a8f4-a63467011ab5",
                            "last_updated": "2022-08-13T11:02:05.246439-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cincinnati Bengals",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9808458-d8a9-4b37-a852-d223d116275d/?format=api"
                        }
                    ]
                },
                {
                    "id": "401c7c54-2f71-49e6-8699-def3110b5ca3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3c1dd52d-5994-4a5a-9e64-2cf4719b6896/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 31",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 31",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3aa43bc8-52ca-4820-8bcc-2a7b9f362086",
                            "gambit_id": "a42f454f-5250-4339-ae44-4b4b61a64324",
                            "last_updated": "2022-08-13T11:02:05.245059-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 31",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "31.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/401c7c54-2f71-49e6-8699-def3110b5ca3/?format=api"
                        },
                        {
                            "id": "0916d487-40d0-4021-b28c-1f86103877f7",
                            "gambit_id": "ee27ec63-445c-4527-918b-3172c2baeeeb",
                            "last_updated": "2022-08-13T11:02:05.244565-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 31",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "31.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/401c7c54-2f71-49e6-8699-def3110b5ca3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0b7787bd-560f-4ace-81ee-a221c5f4e8b1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "5416e547-e780-436f-bdd7-f4588bf19f5e",
            "completed": true,
            "last_updated": "2022-08-13T10:42:05.027013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.35,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/5416e547-e780-436f-bdd7-f4588bf19f5e",
            "datetime": "2022-08-12T19:10:00-04:00",
            "cutoff_datetime": "2022-08-12T19:10:00-04:00",
            "name": "BAL (A Voth) v. TAM (C Kluber)",
            "bettypes": [
                {
                    "id": "e103bde5-0237-4a32-86a2-42f1a03e0027",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0b7787bd-560f-4ace-81ee-a221c5f4e8b1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "TAM (C Kluber)",
                                "amount": 5692.0
                            },
                            {
                                "team": "BAL (A Voth)",
                                "amount": 4308.0
                            }
                        ],
                        "expected_reward_tokens": 9391.44,
                        "profit_sb": 391.44,
                        "profit_sb_percentage": 4.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "52b11156-8107-46e4-9699-ae7f8c812191",
                            "gambit_id": "b3b3c41d-b2d7-4ea3-b5f1-8e1f94da0f01",
                            "last_updated": "2022-08-13T10:42:05.030047-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM (C Kluber)",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e103bde5-0237-4a32-86a2-42f1a03e0027/?format=api"
                        },
                        {
                            "id": "ad66cf06-f1ff-4ccf-adb0-02c7107b4522",
                            "gambit_id": "76448760-0609-49f9-ac90-911be1a95e05",
                            "last_updated": "2022-08-13T10:42:05.030513-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (A Voth)",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e103bde5-0237-4a32-86a2-42f1a03e0027/?format=api"
                        }
                    ]
                },
                {
                    "id": "f0739e0e-ac4e-493e-a192-965b717461a4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0b7787bd-560f-4ace-81ee-a221c5f4e8b1/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "BAL",
                                "amount": 6061.0
                            },
                            {
                                "team": "TAM",
                                "amount": 3939.0
                            }
                        ],
                        "expected_reward_tokens": 9333.94,
                        "profit_sb": 333.94,
                        "profit_sb_percentage": 3.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "95892721-9726-4409-8072-9b079f50f08e",
                            "gambit_id": "04c962bc-c063-41e0-86a6-3c6cb61a001c",
                            "last_updated": "2022-08-13T10:42:05.029503-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0739e0e-ac4e-493e-a192-965b717461a4/?format=api"
                        },
                        {
                            "id": "38c81004-0023-4bd6-b283-0d9e55e174a8",
                            "gambit_id": "89a2ebd5-46f5-4da2-a59d-627d876b93b4",
                            "last_updated": "2022-08-13T10:42:05.029032-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM",
                            "reward": "2.37000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0739e0e-ac4e-493e-a192-965b717461a4/?format=api"
                        }
                    ]
                },
                {
                    "id": "1fb1c0b1-4f44-4ad7-9772-16cbf0cdcb3c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0b7787bd-560f-4ace-81ee-a221c5f4e8b1/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "93318c88-59e0-4284-b6a3-ac7563beeeed",
                            "gambit_id": "31234d7a-2a22-457a-8b3c-6d07537c9920",
                            "last_updated": "2022-08-13T10:42:05.028052-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb1c0b1-4f44-4ad7-9772-16cbf0cdcb3c/?format=api"
                        },
                        {
                            "id": "c86b650e-12f1-40cc-ad87-9aed1b96d514",
                            "gambit_id": "39773d3b-18d5-45b4-81f8-bed919ec0c69",
                            "last_updated": "2022-08-13T10:42:05.028558-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb1c0b1-4f44-4ad7-9772-16cbf0cdcb3c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "55d7d937-9797-49aa-b7e9-9faebc37e8bd",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "61c16c21-6a4e-488d-ac30-e66ee34b896c",
            "completed": true,
            "last_updated": "2022-08-13T10:52:03.259249-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.94,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/61c16c21-6a4e-488d-ac30-e66ee34b896c",
            "datetime": "2022-08-12T19:10:00-04:00",
            "cutoff_datetime": "2022-08-12T19:10:00-04:00",
            "name": "PHI (R Suarez) v. NYM (M Scherzer)",
            "bettypes": [
                {
                    "id": "8ee825d5-6765-4acb-a8fa-895148115689",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55d7d937-9797-49aa-b7e9-9faebc37e8bd/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "NYM (M Scherzer)",
                                "amount": 6682.0
                            },
                            {
                                "team": "PHI (R Suarez)",
                                "amount": 3318.0
                            }
                        ],
                        "expected_reward_tokens": 9354.8,
                        "profit_sb": 354.8,
                        "profit_sb_percentage": 3.94,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9005e798-dbcc-4d38-8c08-606d9e0c0e93",
                            "gambit_id": "55691aba-172f-4137-b646-70ec3fa6f6fc",
                            "last_updated": "2022-08-13T10:52:03.262274-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (M Scherzer)",
                            "reward": "1.40000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee825d5-6765-4acb-a8fa-895148115689/?format=api"
                        },
                        {
                            "id": "3442083f-d3c9-45d4-83ca-fe9014cca641",
                            "gambit_id": "ebcaff00-e616-4f68-bf49-6e17f2fda0c4",
                            "last_updated": "2022-08-13T10:52:03.262734-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (R Suarez)",
                            "reward": "2.82000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ee825d5-6765-4acb-a8fa-895148115689/?format=api"
                        }
                    ]
                },
                {
                    "id": "392684a9-42bd-4cd2-89a0-a030f99adc9f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55d7d937-9797-49aa-b7e9-9faebc37e8bd/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "NYM",
                                "amount": 5000.0
                            },
                            {
                                "team": "PHI",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d864151e-dd8a-40c5-b56c-2a89c3e71944",
                            "gambit_id": "92aab6a2-744d-403c-83c0-2ecaddc89ec4",
                            "last_updated": "2022-08-13T10:52:03.261326-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/392684a9-42bd-4cd2-89a0-a030f99adc9f/?format=api"
                        },
                        {
                            "id": "d7f3286d-3caa-43d1-b12f-5ad6368aea55",
                            "gambit_id": "21199c6d-7586-4dd5-b25e-3bfe89647c14",
                            "last_updated": "2022-08-13T10:52:03.261813-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/392684a9-42bd-4cd2-89a0-a030f99adc9f/?format=api"
                        }
                    ]
                },
                {
                    "id": "d4500058-58af-4975-8dca-fe336d7e9dfa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55d7d937-9797-49aa-b7e9-9faebc37e8bd/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5109.0
                            },
                            {
                                "team": "Game Total Over 7",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a2e03ce8-1464-42d4-923f-95a59305ca24",
                            "gambit_id": "f802ca3f-b736-42cc-9157-69abd9ca8d5e",
                            "last_updated": "2022-08-13T10:52:03.260328-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4500058-58af-4975-8dca-fe336d7e9dfa/?format=api"
                        },
                        {
                            "id": "27b40ef2-351d-4db9-8a80-5f921ed3fcbb",
                            "gambit_id": "303461b2-01b7-4032-a08d-a0ffd9dc5a9d",
                            "last_updated": "2022-08-13T10:52:03.260851-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4500058-58af-4975-8dca-fe336d7e9dfa/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1fb7da51-8b4a-473b-a2b7-1a82de6a110a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "214da93a-d935-48c7-ad83-087a81d2b2c3",
            "completed": true,
            "last_updated": "2022-08-13T10:52:03.947360-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.74,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/214da93a-d935-48c7-ad83-087a81d2b2c3",
            "datetime": "2022-08-12T19:10:00-04:00",
            "cutoff_datetime": "2022-08-12T19:10:00-04:00",
            "name": "DET (D Norris) v. CWS (M Kopech)",
            "bettypes": [
                {
                    "id": "106868ef-5e1d-4f2d-9152-f1defc2e4c1f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1fb7da51-8b4a-473b-a2b7-1a82de6a110a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "CWS (M Kopech)",
                                "amount": 6395.0
                            },
                            {
                                "team": "DET (D Norris)",
                                "amount": 3605.0
                            }
                        ],
                        "expected_reward_tokens": 9336.7,
                        "profit_sb": 336.7,
                        "profit_sb_percentage": 3.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "17618327-4400-41e6-b479-5d9e4249f994",
                            "gambit_id": "136d6d13-e4cc-4f32-96ee-a3684eea7175",
                            "last_updated": "2022-08-13T10:52:03.950348-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (M Kopech)",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106868ef-5e1d-4f2d-9152-f1defc2e4c1f/?format=api"
                        },
                        {
                            "id": "376d9895-84ec-47a6-945f-ef588746d0e5",
                            "gambit_id": "608dbb6f-c35a-4b07-9252-fd85f17c39b1",
                            "last_updated": "2022-08-13T10:52:03.950774-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (D Norris)",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106868ef-5e1d-4f2d-9152-f1defc2e4c1f/?format=api"
                        }
                    ]
                },
                {
                    "id": "1f731bde-e367-4d9a-9fd5-9b38c3a1e521",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1fb7da51-8b4a-473b-a2b7-1a82de6a110a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "DET",
                                "amount": 5109.0
                            },
                            {
                                "team": "CWS",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "00889c25-a9ef-4133-b309-85689451ba6c",
                            "gambit_id": "03991b2c-6e89-4e1c-aac4-497f8c0265b4",
                            "last_updated": "2022-08-13T10:52:03.949917-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f731bde-e367-4d9a-9fd5-9b38c3a1e521/?format=api"
                        },
                        {
                            "id": "90347290-d8c0-4a3e-8d5d-a51b32f85961",
                            "gambit_id": "aa71dbce-4e27-46d1-9fe5-796e0c3d8bc5",
                            "last_updated": "2022-08-13T10:52:03.949450-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f731bde-e367-4d9a-9fd5-9b38c3a1e521/?format=api"
                        }
                    ]
                },
                {
                    "id": "ab3e66f5-1d20-4672-b27f-1d47df8db413",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1fb7da51-8b4a-473b-a2b7-1a82de6a110a/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8.5",
                                "amount": 5204.0
                            },
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "17dcc542-5e9f-48e2-af0b-e1b5de7cad67",
                            "gambit_id": "e6bfc241-fba3-4471-8630-aefc2a91e068",
                            "last_updated": "2022-08-13T10:52:03.948448-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab3e66f5-1d20-4672-b27f-1d47df8db413/?format=api"
                        },
                        {
                            "id": "e6292666-348c-4a05-84b3-d75c25178f37",
                            "gambit_id": "34115357-19cb-416f-abc2-0ce922023fc2",
                            "last_updated": "2022-08-13T10:52:03.949000-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab3e66f5-1d20-4672-b27f-1d47df8db413/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e653d8d3-10bb-4ed5-a61c-4554e18e7336",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "6b90ff87-13af-4602-802d-fd8e6818c47c",
            "completed": true,
            "last_updated": "2022-08-13T10:52:03.395051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.59,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/6b90ff87-13af-4602-802d-fd8e6818c47c",
            "datetime": "2022-08-12T19:10:00-04:00",
            "cutoff_datetime": "2022-08-12T19:10:00-04:00",
            "name": "NYY (D German) v. BOS (N Eovaldi)",
            "bettypes": [
                {
                    "id": "87ba128a-f8d0-47de-879d-3e3d56debed3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e653d8d3-10bb-4ed5-a61c-4554e18e7336/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "NYY (D German)",
                                "amount": 5067.0
                            },
                            {
                                "team": "BOS (N Eovaldi)",
                                "amount": 4933.0
                            }
                        ],
                        "expected_reward_tokens": 9323.28,
                        "profit_sb": 323.28,
                        "profit_sb_percentage": 3.59,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "be373d90-72e1-4f30-a7e9-952e0509290f",
                            "gambit_id": "4696c22d-3ffd-4f52-b6ca-d0b92379575f",
                            "last_updated": "2022-08-13T10:52:03.398522-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (D German)",
                            "reward": "1.84000",
                            "odds": "1.92590",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ba128a-f8d0-47de-879d-3e3d56debed3/?format=api"
                        },
                        {
                            "id": "12f4c835-7849-431d-8e9f-5f5162a5f8de",
                            "gambit_id": "d8b1856b-c909-4ee0-99b2-1489ecf0ecfe",
                            "last_updated": "2022-08-13T10:52:03.398052-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (N Eovaldi)",
                            "reward": "1.89000",
                            "odds": "1.98040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ba128a-f8d0-47de-879d-3e3d56debed3/?format=api"
                        }
                    ]
                },
                {
                    "id": "768e4050-3a17-4509-983f-ccecb54401e2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e653d8d3-10bb-4ed5-a61c-4554e18e7336/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "BOS",
                                "amount": 5911.0
                            },
                            {
                                "team": "NYY",
                                "amount": 4089.0
                            }
                        ],
                        "expected_reward_tokens": 9280.27,
                        "profit_sb": 280.27,
                        "profit_sb_percentage": 3.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "88cb4f83-9d72-4b08-8ea8-207caaaede84",
                            "gambit_id": "8e20d9da-eb3b-4e82-8756-735b4aeb1d08",
                            "last_updated": "2022-08-13T10:52:03.397070-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/768e4050-3a17-4509-983f-ccecb54401e2/?format=api"
                        },
                        {
                            "id": "e90b995d-2d18-45cf-9bc5-9657c40f7eea",
                            "gambit_id": "918ab082-fdee-4fb7-8f47-4cc25ada3712",
                            "last_updated": "2022-08-13T10:52:03.397559-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/768e4050-3a17-4509-983f-ccecb54401e2/?format=api"
                        }
                    ]
                },
                {
                    "id": "8523c069-2903-43bd-ae28-a90591c0a5d6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e653d8d3-10bb-4ed5-a61c-4554e18e7336/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 9",
                                "amount": 5312.0
                            },
                            {
                                "team": "Game Total Under 9",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b8baadea-e522-4521-abc5-9d0e717e7caa",
                            "gambit_id": "801f1131-8f7d-408b-9bab-82a2c1c46f77",
                            "last_updated": "2022-08-13T10:52:03.396584-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8523c069-2903-43bd-ae28-a90591c0a5d6/?format=api"
                        },
                        {
                            "id": "241bbfea-ed1d-445c-9826-eb86e8fdb9b8",
                            "gambit_id": "7c288e4b-325c-472b-8b93-29380edc29d8",
                            "last_updated": "2022-08-13T10:52:03.396072-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8523c069-2903-43bd-ae28-a90591c0a5d6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1d51315b-ddf2-41da-b386-387fd4c30115",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "61807ca5-e66a-441f-b3a5-1ee1e0ed0d4a",
            "completed": true,
            "last_updated": "2022-08-13T10:52:03.812333-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.89,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/61807ca5-e66a-441f-b3a5-1ee1e0ed0d4a",
            "datetime": "2022-08-12T19:07:00-04:00",
            "cutoff_datetime": "2022-08-12T19:07:00-04:00",
            "name": "CLE (C Quantrill) v. TOR (J Berrios)",
            "bettypes": [
                {
                    "id": "2b69371a-aee6-44ab-8a77-d34246cb8384",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d51315b-ddf2-41da-b386-387fd4c30115/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "TOR (J Berrios)",
                                "amount": 5881.0
                            },
                            {
                                "team": "CLE (C Quantrill)",
                                "amount": 4119.0
                            }
                        ],
                        "expected_reward_tokens": 9350.13,
                        "profit_sb": 350.13,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "eaa1b769-827d-4aac-beed-4eb050414cc2",
                            "gambit_id": "cb413f46-9930-4a27-87b5-d363de492bea",
                            "last_updated": "2022-08-13T10:52:03.815380-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (J Berrios)",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b69371a-aee6-44ab-8a77-d34246cb8384/?format=api"
                        },
                        {
                            "id": "91b25e44-9bc1-4120-8598-6bb8f67aceaf",
                            "gambit_id": "9d46844a-c833-481b-82e3-7e78aec129aa",
                            "last_updated": "2022-08-13T10:52:03.815835-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (C Quantrill)",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b69371a-aee6-44ab-8a77-d34246cb8384/?format=api"
                        }
                    ]
                },
                {
                    "id": "9695f634-9363-4730-8542-e029d833e200",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d51315b-ddf2-41da-b386-387fd4c30115/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "CLE",
                                "amount": 5676.0
                            },
                            {
                                "team": "TOR",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f593b61e-47b0-460c-856f-ec5f62f62767",
                            "gambit_id": "b8cbce2b-13be-4e72-be35-500d924b1b4d",
                            "last_updated": "2022-08-13T10:52:03.814869-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9695f634-9363-4730-8542-e029d833e200/?format=api"
                        },
                        {
                            "id": "78401c91-dfd8-421b-8238-b53861bd38ec",
                            "gambit_id": "a488a3cc-6cae-46a8-bc01-e0cebf047d3f",
                            "last_updated": "2022-08-13T10:52:03.814419-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9695f634-9363-4730-8542-e029d833e200/?format=api"
                        }
                    ]
                },
                {
                    "id": "a06e45db-0604-4589-9a69-ec0886119425",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d51315b-ddf2-41da-b386-387fd4c30115/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 8.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d6d23e3e-ced1-43c0-9be0-9e1449d18d89",
                            "gambit_id": "fa82f60e-00f6-43ae-9298-6863d9569cef",
                            "last_updated": "2022-08-13T10:52:03.813952-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06e45db-0604-4589-9a69-ec0886119425/?format=api"
                        },
                        {
                            "id": "2c3d3524-3c20-40c2-8255-30ab846da371",
                            "gambit_id": "b9f67561-70f9-4cca-9ec4-3944fa674032",
                            "last_updated": "2022-08-13T10:52:03.813362-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06e45db-0604-4589-9a69-ec0886119425/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "312e9441-0091-4510-839a-7e1f0e230cd5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bb9c8095-2e74-429a-840d-57652405f787",
            "completed": true,
            "last_updated": "2022-08-13T10:57:04.394314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.85,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/bb9c8095-2e74-429a-840d-57652405f787",
            "datetime": "2022-08-12T19:05:00-04:00",
            "cutoff_datetime": "2022-08-12T19:05:00-04:00",
            "name": "SDG (M Clevinger) v. WAS (C Abbott)",
            "bettypes": [
                {
                    "id": "4a802a0c-be1f-446e-9bcd-cffa6446950e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/312e9441-0091-4510-839a-7e1f0e230cd5/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "SDG (M Clevinger)",
                                "amount": 6975.0
                            },
                            {
                                "team": "WAS (C Abbott)",
                                "amount": 3025.0
                            }
                        ],
                        "expected_reward_tokens": 9346.5,
                        "profit_sb": 346.5,
                        "profit_sb_percentage": 3.85,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6a388914-858b-49ac-afef-9ef884694043",
                            "gambit_id": "f4161253-2fc5-4eb4-837f-c290bf57beaf",
                            "last_updated": "2022-08-13T10:57:04.397955-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (M Clevinger)",
                            "reward": "1.34000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a802a0c-be1f-446e-9bcd-cffa6446950e/?format=api"
                        },
                        {
                            "id": "343602d7-b79a-4d0e-815a-4aad35c6d007",
                            "gambit_id": "12084fd5-3273-4cb4-8498-4c85550e5090",
                            "last_updated": "2022-08-13T10:57:04.397454-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (C Abbott)",
                            "reward": "3.09000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a802a0c-be1f-446e-9bcd-cffa6446950e/?format=api"
                        }
                    ]
                },
                {
                    "id": "dbc086fa-c322-45e4-8d06-5a7e8e74bcfd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/312e9441-0091-4510-839a-7e1f0e230cd5/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "SDG",
                                "amount": 6132.0
                            },
                            {
                                "team": "WAS",
                                "amount": 3868.0
                            }
                        ],
                        "expected_reward_tokens": 9320.64,
                        "profit_sb": 320.64,
                        "profit_sb_percentage": 3.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6d00558b-71bc-4b1b-8a54-00545417248a",
                            "gambit_id": "f2fc3cb3-e9ca-48b1-80eb-c2f1b5f2ea08",
                            "last_updated": "2022-08-13T10:57:04.396491-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "1.52000",
                            "odds": "1.57140",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc086fa-c322-45e4-8d06-5a7e8e74bcfd/?format=api"
                        },
                        {
                            "id": "28d34de8-dfb9-4bad-83fe-b0a601753702",
                            "gambit_id": "8b4d3b0f-ad82-4f6c-959f-e43756f6f4f5",
                            "last_updated": "2022-08-13T10:57:04.396980-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc086fa-c322-45e4-8d06-5a7e8e74bcfd/?format=api"
                        }
                    ]
                },
                {
                    "id": "5935091f-173c-4c7f-9b8c-afd89f71ccb3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/312e9441-0091-4510-839a-7e1f0e230cd5/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 9",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e70ac8e9-854c-484a-90f7-eacd28c00160",
                            "gambit_id": "6665e854-1baa-473f-994c-0e309066b9c9",
                            "last_updated": "2022-08-13T10:57:04.396006-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5935091f-173c-4c7f-9b8c-afd89f71ccb3/?format=api"
                        },
                        {
                            "id": "dcca3b32-394e-457e-8e0d-d3b9ea0a508b",
                            "gambit_id": "7cf758d0-b3d9-48b4-9f75-a9af0876d9f1",
                            "last_updated": "2022-08-13T10:57:04.395475-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5935091f-173c-4c7f-9b8c-afd89f71ccb3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "810ed6a2-4f08-43a4-960d-c580cded6d8a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "5fe3e8ff-0f22-430d-9166-8c6198f3213f",
            "completed": true,
            "last_updated": "2022-08-13T11:02:04.332514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.8,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/5fe3e8ff-0f22-430d-9166-8c6198f3213f",
            "datetime": "2022-08-12T19:00:00-04:00",
            "cutoff_datetime": "2022-08-12T19:00:00-04:00",
            "name": "Cleveland Browns v. Jacksonville Jaguars",
            "bettypes": [
                {
                    "id": "fab9d4b2-a6d2-4dab-9200-22862ef4fe6e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/810ed6a2-4f08-43a4-960d-c580cded6d8a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Jacksonville Jaguars",
                                "amount": 5676.0
                            },
                            {
                                "team": "Cleveland Browns",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "78ce2d8e-6206-456c-a69a-c96720d91c29",
                            "gambit_id": "5cfceceb-8fad-42da-ba1b-f34051dd2470",
                            "last_updated": "2022-08-13T11:02:04.334553-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jacksonville Jaguars",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fab9d4b2-a6d2-4dab-9200-22862ef4fe6e/?format=api"
                        },
                        {
                            "id": "07e6ed93-bddf-4c3c-a165-d30b87fc26ba",
                            "gambit_id": "de0d2575-b20f-4597-b6b7-7235d915860e",
                            "last_updated": "2022-08-13T11:02:04.334997-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cleveland Browns",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fab9d4b2-a6d2-4dab-9200-22862ef4fe6e/?format=api"
                        }
                    ]
                },
                {
                    "id": "249bb06c-c992-4ca2-b441-4bd6718a5472",
                    "match": "https://api-prod.gambitprofit.com/api/matches/810ed6a2-4f08-43a4-960d-c580cded6d8a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "Jacksonville Jaguars",
                                "amount": 5095.0
                            },
                            {
                                "team": "Cleveland Browns",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": 171.0,
                        "profit_sb_percentage": 1.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4aad5b12-27ff-44c5-a7e1-4a6b4e2052e7",
                            "gambit_id": "a29aed6b-4014-4d51-ac0b-f7401ca60260",
                            "last_updated": "2022-08-13T11:02:04.335444-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jacksonville Jaguars",
                            "reward": "1.80000",
                            "odds": "1.86960",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/249bb06c-c992-4ca2-b441-4bd6718a5472/?format=api"
                        },
                        {
                            "id": "1bcb6d62-f814-465f-9510-03f18e4a82e5",
                            "gambit_id": "6df56cf2-750c-449a-86d4-810510474f37",
                            "last_updated": "2022-08-13T11:02:04.335952-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cleveland Browns",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/249bb06c-c992-4ca2-b441-4bd6718a5472/?format=api"
                        }
                    ]
                },
                {
                    "id": "f7a3c66e-bcba-41a6-b9c0-522d385d0ddc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/810ed6a2-4f08-43a4-960d-c580cded6d8a/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 36.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 36.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7dd53440-b623-4426-beea-d779187033a5",
                            "gambit_id": "08e81359-eaf4-47f2-87d0-4e229b307671",
                            "last_updated": "2022-08-13T11:02:04.334095-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 36.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7a3c66e-bcba-41a6-b9c0-522d385d0ddc/?format=api"
                        },
                        {
                            "id": "bd29d6aa-a88e-4098-848e-f636a9663d98",
                            "gambit_id": "e4ca4fc7-18f4-4fa1-9d39-5821fda27d79",
                            "last_updated": "2022-08-13T11:02:04.333589-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 36.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7a3c66e-bcba-41a6-b9c0-522d385d0ddc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8293e800-d25a-4608-ae19-2fd042d3c14f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b1eee714-da2b-4ab6-afe5-fc58e82c6051",
            "completed": true,
            "last_updated": "2022-08-13T11:07:13.680106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.41,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/b1eee714-da2b-4ab6-afe5-fc58e82c6051",
            "datetime": "2022-08-12T18:45:00-04:00",
            "cutoff_datetime": "2022-08-12T18:45:00-04:00",
            "name": "Evil Geniuses v. Golden Guardians",
            "bettypes": [
                {
                    "id": "b61db752-475d-4cd1-8619-85ed6b30c30e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8293e800-d25a-4608-ae19-2fd042d3c14f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Evil Geniuses",
                                "amount": 7597.0
                            },
                            {
                                "team": "Golden Guardians",
                                "amount": 2403.0
                            }
                        ],
                        "expected_reward_tokens": 8963.19,
                        "profit_sb": -36.81,
                        "profit_sb_percentage": -0.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "53ff960b-8ca3-41ab-a3b7-2faf58353967",
                            "gambit_id": "34f4bc95-9737-44f7-b72e-ddc3a038a658",
                            "last_updated": "2022-08-13T11:07:13.681699-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Evil Geniuses",
                            "reward": "1.18000",
                            "odds": "1.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b61db752-475d-4cd1-8619-85ed6b30c30e/?format=api"
                        },
                        {
                            "id": "72ea2bb5-97a0-4715-81d2-3a049b5abf75",
                            "gambit_id": "d1a1e3a0-583f-493c-a732-abf7a4b5f6fe",
                            "last_updated": "2022-08-13T11:07:13.681100-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Golden Guardians",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b61db752-475d-4cd1-8619-85ed6b30c30e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c7a3268b-8b89-47af-9740-aa2bb1fe163d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7e02571c-9d14-41bb-a89d-12dc1c27b2f2",
            "completed": true,
            "last_updated": "2022-08-13T10:57:04.260437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.28,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/7e02571c-9d14-41bb-a89d-12dc1c27b2f2",
            "datetime": "2022-08-12T18:40:00-04:00",
            "cutoff_datetime": "2022-08-12T18:40:00-04:00",
            "name": "ATL (J Odorizzi) v. MIA (P Lopez)",
            "bettypes": [
                {
                    "id": "bd50f2f4-b66a-45c3-b9c6-fa9ac1774176",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c7a3268b-8b89-47af-9740-aa2bb1fe163d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "ATL (J Odorizzi)",
                                "amount": 5654.0
                            },
                            {
                                "team": "MIA (P Lopez)",
                                "amount": 4346.0
                            }
                        ],
                        "expected_reward_tokens": 9385.64,
                        "profit_sb": 385.64,
                        "profit_sb_percentage": 4.28,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8b250966-4185-45ca-8bbe-3a07615c90ff",
                            "gambit_id": "f70ed4f1-17f4-479a-bff5-52ac742cbbc7",
                            "last_updated": "2022-08-13T10:57:04.263691-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (J Odorizzi)",
                            "reward": "1.66000",
                            "odds": "1.72460",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50f2f4-b66a-45c3-b9c6-fa9ac1774176/?format=api"
                        },
                        {
                            "id": "cdfc9e64-f176-4d4b-bc14-25c08e019e89",
                            "gambit_id": "3d20d2d8-61ed-45a7-926b-392c3165880c",
                            "last_updated": "2022-08-13T10:57:04.263258-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (P Lopez)",
                            "reward": "2.16000",
                            "odds": "2.28000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50f2f4-b66a-45c3-b9c6-fa9ac1774176/?format=api"
                        }
                    ]
                },
                {
                    "id": "a20fda8e-5d05-4fda-b44d-7cf48aa49773",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c7a3268b-8b89-47af-9740-aa2bb1fe163d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "MIA",
                                "amount": 5752.0
                            },
                            {
                                "team": "ATL",
                                "amount": 4248.0
                            }
                        ],
                        "expected_reward_tokens": 9260.64,
                        "profit_sb": 260.64,
                        "profit_sb_percentage": 2.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fab7a7b9-f358-4218-ab63-efcfce9ca9ea",
                            "gambit_id": "b9c910e3-8e95-4ff3-9ee1-32ad5cca7964",
                            "last_updated": "2022-08-13T10:57:04.262390-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20fda8e-5d05-4fda-b44d-7cf48aa49773/?format=api"
                        },
                        {
                            "id": "3f3c43e1-f9b9-4f44-ad8b-60e8ad896e59",
                            "gambit_id": "51f93e18-6e90-48c4-bb30-02bf6021abc7",
                            "last_updated": "2022-08-13T10:57:04.262820-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20fda8e-5d05-4fda-b44d-7cf48aa49773/?format=api"
                        }
                    ]
                },
                {
                    "id": "16410c85-9328-4fb3-b6b0-782c8861c4ad",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c7a3268b-8b89-47af-9740-aa2bb1fe163d/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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": 5204.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fc010181-3810-4f1b-804f-57f7e1c3cace",
                            "gambit_id": "ec65885b-e8a0-459a-b62e-bb5851ef1b39",
                            "last_updated": "2022-08-13T10:57:04.261956-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16410c85-9328-4fb3-b6b0-782c8861c4ad/?format=api"
                        },
                        {
                            "id": "285696eb-5811-4f63-86ad-0da3ba19c236",
                            "gambit_id": "08936030-a97e-445c-ac34-3d31d41178f9",
                            "last_updated": "2022-08-13T10:57:04.261461-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16410c85-9328-4fb3-b6b0-782c8861c4ad/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2c72345c-07bb-4815-9083-03dcdf1311e9",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "672c7406-7aef-4a39-9cd5-58697ce88559",
            "completed": true,
            "last_updated": "2022-08-13T11:02:04.918186-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.8,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/672c7406-7aef-4a39-9cd5-58697ce88559",
            "datetime": "2022-08-12T18:00:00-04:00",
            "cutoff_datetime": "2022-08-12T18:00:00-04:00",
            "name": "Atlanta Falcons v. Detroit Lions",
            "bettypes": [
                {
                    "id": "5af234f5-e66e-4d93-9558-7651471ada83",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2c72345c-07bb-4815-9083-03dcdf1311e9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Lions",
                                "amount": 5676.0
                            },
                            {
                                "team": "Atlanta Falcons",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "efa3f770-e39d-4169-9cdb-21b18a5e4116",
                            "gambit_id": "c3c99966-c817-4e03-97aa-c771dccffe25",
                            "last_updated": "2022-08-13T11:02:04.920341-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Lions",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af234f5-e66e-4d93-9558-7651471ada83/?format=api"
                        },
                        {
                            "id": "66c5ff63-be57-45a7-a6de-e7fb416e1cd2",
                            "gambit_id": "cde72725-318d-4695-a74f-42241c977515",
                            "last_updated": "2022-08-13T11:02:04.920775-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta Falcons",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af234f5-e66e-4d93-9558-7651471ada83/?format=api"
                        }
                    ]
                },
                {
                    "id": "c1f121b6-7522-4163-804d-5ebcf4bdb626",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2c72345c-07bb-4815-9083-03dcdf1311e9/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "Atlanta Falcons",
                                "amount": 5000.0
                            },
                            {
                                "team": "Detroit Lions",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cb8c77c2-0476-4a48-996d-2c01dffecea8",
                            "gambit_id": "bcb35050-d9e7-4a5d-800b-9d143eb36623",
                            "last_updated": "2022-08-13T11:02:04.921643-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta Falcons",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f121b6-7522-4163-804d-5ebcf4bdb626/?format=api"
                        },
                        {
                            "id": "7509fc1d-74d8-4dcf-9ec2-8b52ad54d45f",
                            "gambit_id": "b2ff2c34-02ec-4f04-a9fd-0350cd5f9510",
                            "last_updated": "2022-08-13T11:02:04.921203-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Lions",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f121b6-7522-4163-804d-5ebcf4bdb626/?format=api"
                        }
                    ]
                },
                {
                    "id": "9c31a1d1-0d72-44e1-a177-cb31ab1244a8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2c72345c-07bb-4815-9083-03dcdf1311e9/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 35",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 35",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3e3ad976-e8b1-465d-a426-afb41c800e69",
                            "gambit_id": "bb5986b6-a7d6-4529-8cbb-039c79eeaa06",
                            "last_updated": "2022-08-13T11:02:04.919290-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 35",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "35.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c31a1d1-0d72-44e1-a177-cb31ab1244a8/?format=api"
                        },
                        {
                            "id": "fa363d3c-a2d9-4f7a-8505-a776a7c32225",
                            "gambit_id": "e5015b43-39d9-4a36-b91b-d918acb6f60e",
                            "last_updated": "2022-08-13T11:02:04.919892-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 35",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "35.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c31a1d1-0d72-44e1-a177-cb31ab1244a8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d66b593e-0708-4cea-9668-a4d4c55adc3e",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "16062ca3-589c-4604-8054-b7c869b3e475",
            "completed": true,
            "last_updated": "2022-08-13T11:07:11.020342-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.95,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/16062ca3-589c-4604-8054-b7c869b3e475",
            "datetime": "2022-08-12T17:45:00-04:00",
            "cutoff_datetime": "2022-08-12T17:45:00-04:00",
            "name": "Team Liquid v. Team Dignitas",
            "bettypes": [
                {
                    "id": "3580127b-dd2d-45f3-aa2a-9737bbb6f651",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d66b593e-0708-4cea-9668-a4d4c55adc3e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Liquid",
                                "amount": 8042.0
                            },
                            {
                                "team": "Team Dignitas",
                                "amount": 1958.0
                            }
                        ],
                        "expected_reward_tokens": 9085.12,
                        "profit_sb": 85.12,
                        "profit_sb_percentage": 0.95,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "65c64d9e-c662-4baa-bcf6-b8e23e357e22",
                            "gambit_id": "46e9fb88-5bdb-4d41-a63f-06e0eef0385d",
                            "last_updated": "2022-08-13T11:07:11.021858-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Liquid",
                            "reward": "1.13000",
                            "odds": "1.14000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3580127b-dd2d-45f3-aa2a-9737bbb6f651/?format=api"
                        },
                        {
                            "id": "a13aeeed-25d5-4fc1-b825-42626e58751d",
                            "gambit_id": "90e3644b-d7b2-4a34-bc23-2521062b0116",
                            "last_updated": "2022-08-13T11:07:11.021304-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Dignitas",
                            "reward": "4.64000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3580127b-dd2d-45f3-aa2a-9737bbb6f651/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "90c3f822-d2ab-4245-aa97-071acd8ae1bb",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "341a9279-f41b-4606-ae6b-589a0306d045",
            "completed": false,
            "last_updated": "2022-12-24T17:12:24.315754-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.93,
            "sport_category": "League of Legends - LEC Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/341a9279-f41b-4606-ae6b-589a0306d045",
            "datetime": "2022-08-12T16:00:00-04:00",
            "cutoff_datetime": "2022-08-12T16:00:00-04:00",
            "name": "MAD Lions v. G2 Esports",
            "bettypes": [
                {
                    "id": "d6193f22-fb25-4113-afa2-87eb7b544f48",
                    "match": "https://api-prod.gambitprofit.com/api/matches/90c3f822-d2ab-4245-aa97-071acd8ae1bb/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "MAD Lions",
                                "amount": 5254.0
                            },
                            {
                                "team": "G2 Esports",
                                "amount": 4746.0
                            }
                        ],
                        "expected_reward_tokens": 8826.72,
                        "profit_sb": -173.28,
                        "profit_sb_percentage": -1.93,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "367e1535-9060-46ff-82ba-0dff2c2ba836",
                            "gambit_id": "bedef868-b1f4-4060-837b-52626cbf8e97",
                            "last_updated": "2022-12-24T17:12:24.319890-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MAD Lions",
                            "reward": "1.68000",
                            "odds": "1.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6193f22-fb25-4113-afa2-87eb7b544f48/?format=api"
                        },
                        {
                            "id": "394719eb-9f92-4f64-86d6-c73dc942e4a6",
                            "gambit_id": "ffd77ab8-8239-41de-b8c0-b84fed937043",
                            "last_updated": "2022-12-24T17:12:24.318689-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "G2 Esports",
                            "reward": "1.86000",
                            "odds": "1.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6193f22-fb25-4113-afa2-87eb7b544f48/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ff2a07ab-c54b-493c-911e-fe7c314a9940",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7c0cdd23-ddbe-432e-a399-4efda3be75cb",
            "completed": false,
            "last_updated": "2022-12-24T17:12:28.603603-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.92,
            "sport_category": "League of Legends - LEC Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/7c0cdd23-ddbe-432e-a399-4efda3be75cb",
            "datetime": "2022-08-12T15:00:00-04:00",
            "cutoff_datetime": "2022-08-12T15:00:00-04:00",
            "name": "Team Vitality v. SK Gaming",
            "bettypes": [
                {
                    "id": "dd35a6eb-271f-4302-9426-706c9031cdc5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ff2a07ab-c54b-493c-911e-fe7c314a9940/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Vitality",
                                "amount": 6557.0
                            },
                            {
                                "team": "SK Gaming",
                                "amount": 3443.0
                            }
                        ],
                        "expected_reward_tokens": 8917.37,
                        "profit_sb": -82.63,
                        "profit_sb_percentage": -0.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "14bf1101-391a-4269-92e7-3928bf24d283",
                            "gambit_id": "f56a7785-c3df-4e34-80fd-fe3fa46f70ec",
                            "last_updated": "2022-12-24T17:12:28.607249-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Vitality",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd35a6eb-271f-4302-9426-706c9031cdc5/?format=api"
                        },
                        {
                            "id": "8202ddfc-7e99-4baa-9f1f-fd6f13c2b36f",
                            "gambit_id": "62930d00-4411-4383-a9ae-15b98cac6985",
                            "last_updated": "2022-12-24T17:12:28.606145-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SK Gaming",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd35a6eb-271f-4302-9426-706c9031cdc5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0d67c950-b55f-4b1f-83b2-769e3828ad1c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7ea27500-3a48-4ed9-bc7d-8eac58b08f35",
            "completed": true,
            "last_updated": "2022-08-13T11:12:13.310885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.86,
            "sport_category": "League of Legends - LEC Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/7ea27500-3a48-4ed9-bc7d-8eac58b08f35",
            "datetime": "2022-08-12T14:00:00-04:00",
            "cutoff_datetime": "2022-08-12T14:00:00-04:00",
            "name": "Rogue v. Excel Esports",
            "bettypes": [
                {
                    "id": "1fe3498a-40a7-416c-8cd5-4d25b70bf87c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0d67c950-b55f-4b1f-83b2-769e3828ad1c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Rogue",
                                "amount": 6373.0
                            },
                            {
                                "team": "Excel Esports",
                                "amount": 3627.0
                            }
                        ],
                        "expected_reward_tokens": 8922.2,
                        "profit_sb": -77.8,
                        "profit_sb_percentage": -0.86,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7dacd739-a0b2-4638-a873-98d51d15bffe",
                            "gambit_id": "ad52b0f6-130c-43a9-8b86-e0868aee2e10",
                            "last_updated": "2022-08-13T11:12:13.312263-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Rogue",
                            "reward": "1.40000",
                            "odds": "1.44000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe3498a-40a7-416c-8cd5-4d25b70bf87c/?format=api"
                        },
                        {
                            "id": "c3194032-b658-4c83-91eb-dfefb30f0f80",
                            "gambit_id": "acb90206-b398-4895-9b6c-7c186681e90a",
                            "last_updated": "2022-08-13T11:12:13.311770-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Excel Esports",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe3498a-40a7-416c-8cd5-4d25b70bf87c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9aafaca6-1af4-4581-ab2c-a7fd84446449",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e4429284-0934-4323-96f2-4d13168fea1e",
            "completed": true,
            "last_updated": "2022-08-13T11:17:12.924513-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.25,
            "sport_category": "League of Legends - LEC Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/e4429284-0934-4323-96f2-4d13168fea1e",
            "datetime": "2022-08-12T13:00:00-04:00",
            "cutoff_datetime": "2022-08-12T13:00:00-04:00",
            "name": "Fnatic v. Astralis",
            "bettypes": [
                {
                    "id": "bae53a24-ebb5-48ea-a5c1-257d77990fd4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9aafaca6-1af4-4581-ab2c-a7fd84446449/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Fnatic",
                                "amount": 5847.0
                            },
                            {
                                "team": "Astralis",
                                "amount": 4153.0
                            }
                        ],
                        "expected_reward_tokens": 8887.42,
                        "profit_sb": -112.58,
                        "profit_sb_percentage": -1.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "de54bb64-0b76-407d-9dee-01484d3d59eb",
                            "gambit_id": "7a011e83-b142-484c-9e02-847d94aa82e3",
                            "last_updated": "2022-08-13T11:17:12.925947-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Fnatic",
                            "reward": "1.52000",
                            "odds": "1.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae53a24-ebb5-48ea-a5c1-257d77990fd4/?format=api"
                        },
                        {
                            "id": "7d972b47-c9b0-4aa7-b4aa-f283758bf6e6",
                            "gambit_id": "77ef1464-1b65-4dc9-ae60-d2ac174721b9",
                            "last_updated": "2022-08-13T11:17:12.925432-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Astralis",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae53a24-ebb5-48ea-a5c1-257d77990fd4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cfa1c66b-4060-4e32-acda-7b1f6c1587e7",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "110867f0-1894-4509-b6ea-c413163975f0",
            "completed": true,
            "last_updated": "2022-08-13T11:17:13.429861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.72,
            "sport_category": "League of Legends - LEC Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/110867f0-1894-4509-b6ea-c413163975f0",
            "datetime": "2022-08-12T12:00:00-04:00",
            "cutoff_datetime": "2022-08-12T12:00:00-04:00",
            "name": "Team BDS v. Misfits Gaming",
            "bettypes": [
                {
                    "id": "ea849e20-c4bf-4c79-88ae-493c79c66263",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cfa1c66b-4060-4e32-acda-7b1f6c1587e7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Misfits Gaming",
                                "amount": 7447.0
                            },
                            {
                                "team": "Team BDS",
                                "amount": 2553.0
                            }
                        ],
                        "expected_reward_tokens": 8935.5,
                        "profit_sb": -64.5,
                        "profit_sb_percentage": -0.72,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "337fe84c-4511-42de-a94d-02fe8fc0591e",
                            "gambit_id": "da864ca5-69bf-46a1-8881-11ca540d3a98",
                            "last_updated": "2022-08-13T11:17:13.430662-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Misfits Gaming",
                            "reward": "1.20000",
                            "odds": "1.22000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea849e20-c4bf-4c79-88ae-493c79c66263/?format=api"
                        },
                        {
                            "id": "a4874682-f70f-48de-bec1-c9c7c076f5f3",
                            "gambit_id": "d8d4be32-2abd-4b49-92e3-21de8fe9014d",
                            "last_updated": "2022-08-13T11:17:13.431093-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team BDS",
                            "reward": "3.50000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea849e20-c4bf-4c79-88ae-493c79c66263/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "009dbbe2-4d9a-4104-b5e9-76f4ec1faac5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bdd63b9b-9422-4870-b48e-42b45221fd75",
            "completed": true,
            "last_updated": "2022-08-13T11:17:14.312640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.92,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/bdd63b9b-9422-4870-b48e-42b45221fd75",
            "datetime": "2022-08-12T07:15:00-04:00",
            "cutoff_datetime": "2022-08-12T07:15:00-04:00",
            "name": "Weibo Gaming v. LNG Esports",
            "bettypes": [
                {
                    "id": "d46a4a1a-c68a-4ea8-aa38-9285f9a0cd94",
                    "match": "https://api-prod.gambitprofit.com/api/matches/009dbbe2-4d9a-4104-b5e9-76f4ec1faac5/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Weibo Gaming",
                                "amount": 6557.0
                            },
                            {
                                "team": "LNG Esports",
                                "amount": 3443.0
                            }
                        ],
                        "expected_reward_tokens": 8917.37,
                        "profit_sb": -82.63,
                        "profit_sb_percentage": -0.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ae855d9b-cb66-4ba6-80bb-a0a01a1f4a4f",
                            "gambit_id": "f19809d5-af0b-4fbf-acef-4f6cb9e7aa61",
                            "last_updated": "2022-08-13T11:17:14.314133-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Weibo Gaming",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d46a4a1a-c68a-4ea8-aa38-9285f9a0cd94/?format=api"
                        },
                        {
                            "id": "ef3cbcb4-75f6-42bb-a4bc-5c53d3cdc045",
                            "gambit_id": "45b14233-d357-4fea-a99e-5442eca7dde2",
                            "last_updated": "2022-08-13T11:17:14.313603-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LNG Esports",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d46a4a1a-c68a-4ea8-aa38-9285f9a0cd94/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2fafd090-61e3-4160-9d46-cd08c23340e8",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4e72e76a-c203-4ba7-b8a4-bb5cb1908dc7",
            "completed": true,
            "last_updated": "2022-08-13T11:17:13.182883-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.28,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/4e72e76a-c203-4ba7-b8a4-bb5cb1908dc7",
            "datetime": "2022-08-12T05:15:00-04:00",
            "cutoff_datetime": "2022-08-12T05:15:00-04:00",
            "name": "Invictus Gaming v. LGD Gaming",
            "bettypes": [
                {
                    "id": "6cbc24fc-010d-4350-958a-4b1bce74b346",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2fafd090-61e3-4160-9d46-cd08c23340e8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Invictus Gaming",
                                "amount": 6086.0
                            },
                            {
                                "team": "LGD Gaming",
                                "amount": 3914.0
                            }
                        ],
                        "expected_reward_tokens": 8884.78,
                        "profit_sb": -115.22,
                        "profit_sb_percentage": -1.28,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "75b75bd5-3f0f-4db8-b3e8-bc3d4d829a79",
                            "gambit_id": "c80a185f-6588-4ec7-91fe-caaa697d12af",
                            "last_updated": "2022-08-13T11:17:13.184374-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Invictus Gaming",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cbc24fc-010d-4350-958a-4b1bce74b346/?format=api"
                        },
                        {
                            "id": "2796c2ae-eca5-42f4-b47d-2bfd15cbe50e",
                            "gambit_id": "aebf2911-af25-4af5-ae06-acaf84951f39",
                            "last_updated": "2022-08-13T11:17:13.183847-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LGD Gaming",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cbc24fc-010d-4350-958a-4b1bce74b346/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e16ed40d-b4cf-4118-a500-f2a98dc48286",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "cd49d252-cc73-459c-91ce-9e085bc18222",
            "completed": true,
            "last_updated": "2022-08-12T10:07:12.210996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.73,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/cd49d252-cc73-459c-91ce-9e085bc18222",
            "datetime": "2022-08-11T19:30:00-04:00",
            "cutoff_datetime": "2022-08-11T19:30:00-04:00",
            "name": "Tennessee Titans v. Baltimore Ravens",
            "bettypes": [
                {
                    "id": "63710afb-949d-4402-ad3c-190544f45e06",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e16ed40d-b4cf-4118-a500-f2a98dc48286/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Baltimore Ravens",
                                "amount": 6142.0
                            },
                            {
                                "team": "Tennessee Titans",
                                "amount": 3858.0
                            }
                        ],
                        "expected_reward_tokens": 9335.84,
                        "profit_sb": 335.84,
                        "profit_sb_percentage": 3.73,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6ef95537-e500-4653-94af-751586ba27a4",
                            "gambit_id": "d1392e0c-31c1-4ec0-bf01-5d0f582a70b5",
                            "last_updated": "2022-08-12T10:07:12.212861-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Baltimore Ravens",
                            "reward": "1.52000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63710afb-949d-4402-ad3c-190544f45e06/?format=api"
                        },
                        {
                            "id": "7717527f-852d-424e-a7cf-c53919045106",
                            "gambit_id": "423e61af-44b8-48ec-919f-350d3300fdd0",
                            "last_updated": "2022-08-12T10:07:12.213275-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tennessee Titans",
                            "reward": "2.42000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63710afb-949d-4402-ad3c-190544f45e06/?format=api"
                        }
                    ]
                },
                {
                    "id": "7c595040-027f-4b09-b0c4-db0ba3e865cb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e16ed40d-b4cf-4118-a500-f2a98dc48286/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "Tennessee Titans",
                                "amount": 5000.0
                            },
                            {
                                "team": "Baltimore Ravens",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "112e54de-9f23-441f-a698-45696677ac08",
                            "gambit_id": "fee638e1-99fa-4238-b2ef-00b8cd5b98bb",
                            "last_updated": "2022-08-12T10:07:12.214114-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tennessee Titans",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c595040-027f-4b09-b0c4-db0ba3e865cb/?format=api"
                        },
                        {
                            "id": "9148cf7f-1b9a-4862-b1aa-e2d063763778",
                            "gambit_id": "bf156e75-f145-4e2b-bb99-d0790e924f2e",
                            "last_updated": "2022-08-12T10:07:12.213712-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Baltimore Ravens",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c595040-027f-4b09-b0c4-db0ba3e865cb/?format=api"
                        }
                    ]
                },
                {
                    "id": "94fe5333-5be7-4db4-8ffc-137534e12ddc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e16ed40d-b4cf-4118-a500-f2a98dc48286/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 32",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 32",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6887b09b-31ce-45e8-b6b0-4825a34c9af7",
                            "gambit_id": "32d4e4af-7ba1-4e6b-b9eb-a9e60a9e4727",
                            "last_updated": "2022-08-12T10:07:12.212424-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 32",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "32.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94fe5333-5be7-4db4-8ffc-137534e12ddc/?format=api"
                        },
                        {
                            "id": "201eba41-a486-47ae-ad6a-ba44574b9197",
                            "gambit_id": "914194e1-bd53-4cd8-850e-90d1cf39c142",
                            "last_updated": "2022-08-12T10:07:12.211961-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 32",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "32.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94fe5333-5be7-4db4-8ffc-137534e12ddc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1f243301-a96e-45b1-ae3c-f687de720c3b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d22cf0df-a53a-475b-b045-63e84ddb52d8",
            "completed": true,
            "last_updated": "2022-08-12T09:47:09.417530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.03,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d22cf0df-a53a-475b-b045-63e84ddb52d8",
            "datetime": "2022-08-11T19:15:00-04:00",
            "cutoff_datetime": "2022-08-11T19:15:00-04:00",
            "name": "CHC (D Smyly) v. CIN (N Lodolo)",
            "bettypes": [
                {
                    "id": "5b2dd2a1-9000-4d51-bc59-2f2d4596ed2a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1f243301-a96e-45b1-ae3c-f687de720c3b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "CIN (N Lodolo)",
                                "amount": 5173.0
                            },
                            {
                                "team": "CHC (D Smyly)",
                                "amount": 4827.0
                            }
                        ],
                        "expected_reward_tokens": 9363.13,
                        "profit_sb": 363.13,
                        "profit_sb_percentage": 4.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5ab7e2bc-1d5a-4351-addc-3e755601fb05",
                            "gambit_id": "0cc58a8e-1abb-4778-9491-7fa267125bcc",
                            "last_updated": "2022-08-12T09:47:09.420505-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (N Lodolo)",
                            "reward": "1.81000",
                            "odds": "1.88500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2dd2a1-9000-4d51-bc59-2f2d4596ed2a/?format=api"
                        },
                        {
                            "id": "af05ac16-699f-43e5-be18-107d2d8b50bf",
                            "gambit_id": "45bd3c60-e9d1-488e-9752-b371192ec518",
                            "last_updated": "2022-08-12T09:47:09.420896-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (D Smyly)",
                            "reward": "1.94000",
                            "odds": "2.03000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2dd2a1-9000-4d51-bc59-2f2d4596ed2a/?format=api"
                        }
                    ]
                },
                {
                    "id": "12fda737-58ae-48a3-9f21-f274e8e5401e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1f243301-a96e-45b1-ae3c-f687de720c3b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "CHC",
                                "amount": 6359.0
                            },
                            {
                                "team": "CIN",
                                "amount": 3641.0
                            }
                        ],
                        "expected_reward_tokens": 9284.14,
                        "profit_sb": 284.14,
                        "profit_sb_percentage": 3.16,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c60ee8c3-4560-40ed-8958-2a0f30883b07",
                            "gambit_id": "53717837-b48f-40c9-98d6-fb405c409831",
                            "last_updated": "2022-08-12T09:47:09.420098-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12fda737-58ae-48a3-9f21-f274e8e5401e/?format=api"
                        },
                        {
                            "id": "afa9a87b-1023-45b6-bbad-232437e05b0b",
                            "gambit_id": "d153303d-489c-48ab-bdc9-693153e9fb22",
                            "last_updated": "2022-08-12T09:47:09.419663-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12fda737-58ae-48a3-9f21-f274e8e5401e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "189ba1df-f856-4861-b61d-cbca7fdbe9bc",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "00328b21-0243-457a-994f-07efdd8d2eb6",
            "completed": false,
            "last_updated": "2022-12-24T17:12:25.207619-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.15,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/00328b21-0243-457a-994f-07efdd8d2eb6",
            "datetime": "2022-08-11T19:10:00-04:00",
            "cutoff_datetime": "2022-08-11T19:10:00-04:00",
            "name": "BAL (A Voth) v. BOS (J Winckowski)",
            "bettypes": [
                {
                    "id": "dc933101-e1ed-4bb0-b6b8-d492e87e2093",
                    "match": "https://api-prod.gambitprofit.com/api/matches/189ba1df-f856-4861-b61d-cbca7fdbe9bc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "BOS (J Winckowski)",
                                "amount": 5515.0
                            },
                            {
                                "team": "BAL (A Voth)",
                                "amount": 4485.0
                            }
                        ],
                        "expected_reward_tokens": 9373.65,
                        "profit_sb": 373.65,
                        "profit_sb_percentage": 4.15,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a1f0e5d4-fb89-4400-bd42-5c708cee0da2",
                            "gambit_id": "aaef7aac-19d4-4d9a-bb67-d0736356103e",
                            "last_updated": "2022-12-24T17:12:25.214896-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (J Winckowski)",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc933101-e1ed-4bb0-b6b8-d492e87e2093/?format=api"
                        },
                        {
                            "id": "65a2e4a0-0df2-4c53-9b1e-b65970813c86",
                            "gambit_id": "2cd9e8ff-032a-4bcb-8ff9-385b0c8127a2",
                            "last_updated": "2022-12-24T17:12:25.213799-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (A Voth)",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc933101-e1ed-4bb0-b6b8-d492e87e2093/?format=api"
                        }
                    ]
                },
                {
                    "id": "9822f7f9-2b0b-4f8b-9372-69713cf3f4df",
                    "match": "https://api-prod.gambitprofit.com/api/matches/189ba1df-f856-4861-b61d-cbca7fdbe9bc/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "BAL",
                                "amount": 6061.0
                            },
                            {
                                "team": "BOS",
                                "amount": 3939.0
                            }
                        ],
                        "expected_reward_tokens": 9333.94,
                        "profit_sb": 333.94,
                        "profit_sb_percentage": 3.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bc7f6057-b074-4e3b-9dd3-0b882922ab5f",
                            "gambit_id": "b7f284f4-a7b8-4836-abde-aa9c7797152c",
                            "last_updated": "2022-12-24T17:12:25.211501-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9822f7f9-2b0b-4f8b-9372-69713cf3f4df/?format=api"
                        },
                        {
                            "id": "f8d8b078-f4d1-4751-990d-9323a230f706",
                            "gambit_id": "08b1471f-1f78-48a5-b086-f83982a6f505",
                            "last_updated": "2022-12-24T17:12:25.210363-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "2.37000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9822f7f9-2b0b-4f8b-9372-69713cf3f4df/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8d845a02-40de-4717-a1ee-e2a8e3dbf508",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d1aaf331-c706-4b73-b1ea-957533b41c12",
            "completed": true,
            "last_updated": "2022-08-12T09:47:11.329005-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.02,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d1aaf331-c706-4b73-b1ea-957533b41c12",
            "datetime": "2022-08-11T19:10:00-04:00",
            "cutoff_datetime": "2022-08-11T19:10:00-04:00",
            "name": "BAL (D Kremer) v. BOS (J Winckowski)",
            "bettypes": [
                {
                    "id": "7e51ae92-083c-4a90-afb2-50a1e4dfe6ef",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8d845a02-40de-4717-a1ee-e2a8e3dbf508/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "BOS (J Winckowski)",
                                "amount": 5319.0
                            },
                            {
                                "team": "BAL (D Kremer)",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": 361.44,
                        "profit_sb_percentage": 4.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5087657e-8126-4bfa-a417-494c369b8ac3",
                            "gambit_id": "5086ec9d-7d4f-40de-b774-d309fb92e143",
                            "last_updated": "2022-08-12T09:47:11.331965-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (J Winckowski)",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e51ae92-083c-4a90-afb2-50a1e4dfe6ef/?format=api"
                        },
                        {
                            "id": "28e94cf9-1859-47fb-9762-eeca7282835c",
                            "gambit_id": "f22a64f3-b013-455d-8ab2-b1d93d0bdda7",
                            "last_updated": "2022-08-12T09:47:11.331557-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (D Kremer)",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e51ae92-083c-4a90-afb2-50a1e4dfe6ef/?format=api"
                        }
                    ]
                },
                {
                    "id": "e7112746-e66a-49c3-bcd4-8d9e9ce3fd8e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8d845a02-40de-4717-a1ee-e2a8e3dbf508/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "BAL",
                                "amount": 6132.0
                            },
                            {
                                "team": "BOS",
                                "amount": 3868.0
                            }
                        ],
                        "expected_reward_tokens": 9320.64,
                        "profit_sb": 320.64,
                        "profit_sb_percentage": 3.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c4003de8-a606-490f-b856-89284265ecff",
                            "gambit_id": "2396c9e6-132a-41f7-97e7-17a2d7c7a5ed",
                            "last_updated": "2022-08-12T09:47:11.331157-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.52000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7112746-e66a-49c3-bcd4-8d9e9ce3fd8e/?format=api"
                        },
                        {
                            "id": "8a5ec147-84f2-4b32-9ad2-ac223dda2367",
                            "gambit_id": "9dd37e40-2c06-4957-aad3-7236b871d2ed",
                            "last_updated": "2022-08-12T09:47:11.330767-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7112746-e66a-49c3-bcd4-8d9e9ce3fd8e/?format=api"
                        }
                    ]
                },
                {
                    "id": "82941deb-764a-49d3-9ce3-0d8d715c8c36",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8d845a02-40de-4717-a1ee-e2a8e3dbf508/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 10",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Under 10",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9dab62ba-f446-46e0-8f51-3819812560e9",
                            "gambit_id": "21723a1c-3da5-400d-a033-2d8f00aa3adb",
                            "last_updated": "2022-08-12T09:47:11.330374-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 10",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82941deb-764a-49d3-9ce3-0d8d715c8c36/?format=api"
                        },
                        {
                            "id": "88c1313f-fb0c-46dd-afc8-2e45c94c02a9",
                            "gambit_id": "c49d25ec-95af-430f-b2ea-1fecb3c483c2",
                            "last_updated": "2022-08-12T09:47:11.329928-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 10",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82941deb-764a-49d3-9ce3-0d8d715c8c36/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b3147156-6047-4a01-a63e-1b26d4256f6a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "fef243a0-1a40-4234-b2ed-89f6850de75b",
            "completed": true,
            "last_updated": "2022-08-12T10:07:11.954306-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/fef243a0-1a40-4234-b2ed-89f6850de75b",
            "datetime": "2022-08-11T19:00:00-04:00",
            "cutoff_datetime": "2022-08-11T19:00:00-04:00",
            "name": "New York Giants v. New England Patriots",
            "bettypes": [
                {
                    "id": "2b54a8ad-71a3-48c1-bdd5-8ef5fac84d6d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b3147156-6047-4a01-a63e-1b26d4256f6a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Giants",
                                "amount": 5849.0
                            },
                            {
                                "team": "New England Patriots",
                                "amount": 4151.0
                            }
                        ],
                        "expected_reward_tokens": 9298.24,
                        "profit_sb": 298.24,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fc311833-3deb-4bb7-ae4d-199fa77e3d24",
                            "gambit_id": "134c7bca-4d7a-43b7-b6ee-c1f67b00196b",
                            "last_updated": "2022-08-12T10:07:11.956674-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Giants",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b54a8ad-71a3-48c1-bdd5-8ef5fac84d6d/?format=api"
                        },
                        {
                            "id": "f2413db3-8111-434b-8481-0ca8a372387d",
                            "gambit_id": "a0d1cb9c-42d3-4737-87f1-5309ad58d174",
                            "last_updated": "2022-08-12T10:07:11.956283-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New England Patriots",
                            "reward": "2.24000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b54a8ad-71a3-48c1-bdd5-8ef5fac84d6d/?format=api"
                        }
                    ]
                },
                {
                    "id": "532bb773-226f-4b83-b30a-5fbb2fb9da9d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b3147156-6047-4a01-a63e-1b26d4256f6a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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 England Patriots",
                                "amount": 5095.0
                            },
                            {
                                "team": "New York Giants",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": 171.0,
                        "profit_sb_percentage": 1.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2f3fe4f1-cecc-4602-9f58-955287510f6a",
                            "gambit_id": "f1a4eee2-ad15-4121-916c-01416804b93e",
                            "last_updated": "2022-08-12T10:07:11.957061-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New England Patriots",
                            "reward": "1.80000",
                            "odds": "1.86960",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/532bb773-226f-4b83-b30a-5fbb2fb9da9d/?format=api"
                        },
                        {
                            "id": "932e1098-4dee-4f4b-a55f-ea6809fcb683",
                            "gambit_id": "36acc3f2-3a38-4898-a10b-2221c32c022f",
                            "last_updated": "2022-08-12T10:07:11.957453-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Giants",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/532bb773-226f-4b83-b30a-5fbb2fb9da9d/?format=api"
                        }
                    ]
                },
                {
                    "id": "4758fcad-a5fd-4cbc-8029-5c2899e6896f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b3147156-6047-4a01-a63e-1b26d4256f6a/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-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 35",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 35",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8f79b7ed-63b9-455c-bd9a-32b8c45f6525",
                            "gambit_id": "5a9d6291-8527-43c9-93ae-767a51e9009a",
                            "last_updated": "2022-08-12T10:07:11.955881-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 35",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "35.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4758fcad-a5fd-4cbc-8029-5c2899e6896f/?format=api"
                        },
                        {
                            "id": "d39ac53b-e989-4281-a09f-23d8655a32f2",
                            "gambit_id": "497fa749-9439-43ec-bff2-c6b8a8c0b779",
                            "last_updated": "2022-08-12T10:07:11.955400-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 35",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "35.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4758fcad-a5fd-4cbc-8029-5c2899e6896f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "18387c18-9b26-4286-86e9-b46d21c41ceb",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e3cba303-ae41-4181-a3b3-d61123f37531",
            "completed": true,
            "last_updated": "2022-08-12T09:57:15.281159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.72,
            "sport_category": "Overwatch - Blizzard OW League",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/e3cba303-ae41-4181-a3b3-d61123f37531",
            "datetime": "2022-08-11T18:00:00-04:00",
            "cutoff_datetime": "2022-08-11T18:00:00-04:00",
            "name": "Los Angeles Gladiators v. Dallas Fuel",
            "bettypes": [
                {
                    "id": "9e0d1208-4b54-41a2-bead-8d642a7cee0a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/18387c18-9b26-4286-86e9-b46d21c41ceb/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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 Gladiators",
                                "amount": 7447.0
                            },
                            {
                                "team": "Dallas Fuel",
                                "amount": 2553.0
                            }
                        ],
                        "expected_reward_tokens": 8935.5,
                        "profit_sb": -64.5,
                        "profit_sb_percentage": -0.72,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "eab4be8d-b940-4d22-9479-a5ea87ea2d1b",
                            "gambit_id": "5b67ef08-99e3-4e5e-8b4d-191e5af70782",
                            "last_updated": "2022-08-12T09:57:15.282364-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Gladiators",
                            "reward": "1.20000",
                            "odds": "1.22000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0d1208-4b54-41a2-bead-8d642a7cee0a/?format=api"
                        },
                        {
                            "id": "8a408346-b8f2-4e28-ab6b-1e8598d5d806",
                            "gambit_id": "02dcfe46-d054-4ade-bb33-1631c20863f8",
                            "last_updated": "2022-08-12T09:57:15.281942-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Fuel",
                            "reward": "3.50000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0d1208-4b54-41a2-bead-8d642a7cee0a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "05287f01-fead-4d6d-bce0-629db48b49b9",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e37a8ced-a27e-40e2-b288-a1de58468fde",
            "completed": true,
            "last_updated": "2022-08-12T09:57:15.153442-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.25,
            "sport_category": "Overwatch - Blizzard OW League",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/e37a8ced-a27e-40e2-b288-a1de58468fde",
            "datetime": "2022-08-11T16:30:00-04:00",
            "cutoff_datetime": "2022-08-11T16:30:00-04:00",
            "name": "Houston Outlaws v. New York Excelsior",
            "bettypes": [
                {
                    "id": "fb02dd6c-5874-4c6b-99fa-2d0ae75d71fe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/05287f01-fead-4d6d-bce0-629db48b49b9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "Houston Outlaws",
                                "amount": 7846.0
                            },
                            {
                                "team": "New York Excelsior",
                                "amount": 2154.0
                            }
                        ],
                        "expected_reward_tokens": 9022.9,
                        "profit_sb": 22.9,
                        "profit_sb_percentage": 0.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1073d290-632a-4af7-abfe-b307bb30b124",
                            "gambit_id": "08a2e9a4-2584-45e3-aab2-27f6539315d6",
                            "last_updated": "2022-08-12T09:57:15.154647-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Outlaws",
                            "reward": "1.15000",
                            "odds": "1.16000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb02dd6c-5874-4c6b-99fa-2d0ae75d71fe/?format=api"
                        },
                        {
                            "id": "9670d805-d7e9-4500-9746-3fa701630b7d",
                            "gambit_id": "66385cc2-5312-4b58-a737-3fd6a11327e9",
                            "last_updated": "2022-08-12T09:57:15.154223-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Excelsior",
                            "reward": "4.19000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb02dd6c-5874-4c6b-99fa-2d0ae75d71fe/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7a09ad17-d8b6-4f21-90d0-dfb87f8f2ea7",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3f7a6a73-b420-4740-a8aa-7f2794246bd2",
            "completed": true,
            "last_updated": "2022-08-12T09:52:10.475491-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.17,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/3f7a6a73-b420-4740-a8aa-7f2794246bd2",
            "datetime": "2022-08-11T15:40:00-04:00",
            "cutoff_datetime": "2022-08-11T15:40:00-04:00",
            "name": "PIT (J Brubaker) v. ARI (M Kelly)",
            "bettypes": [
                {
                    "id": "901b2c37-3d42-4fef-b168-1d415fffde04",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7a09ad17-d8b6-4f21-90d0-dfb87f8f2ea7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "ARI (M Kelly)",
                                "amount": 6010.0
                            },
                            {
                                "team": "PIT (J Brubaker)",
                                "amount": 3990.0
                            }
                        ],
                        "expected_reward_tokens": 9375.6,
                        "profit_sb": 375.6,
                        "profit_sb_percentage": 4.17,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9c9bbc45-7c25-4fde-8439-452ce8bbec63",
                            "gambit_id": "f24f331c-9c46-4262-b078-d3b2dc425d68",
                            "last_updated": "2022-08-12T09:52:10.477795-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (M Kelly)",
                            "reward": "1.56000",
                            "odds": "1.61350",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/901b2c37-3d42-4fef-b168-1d415fffde04/?format=api"
                        },
                        {
                            "id": "fb3d191c-26b6-4524-b692-e63912e74fd3",
                            "gambit_id": "cb616f70-3921-40dd-b1c0-c1537f3e03af",
                            "last_updated": "2022-08-12T09:52:10.478143-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (J Brubaker)",
                            "reward": "2.35000",
                            "odds": "2.48000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/901b2c37-3d42-4fef-b168-1d415fffde04/?format=api"
                        }
                    ]
                },
                {
                    "id": "1eec1982-a0a9-4933-b63f-1dea5ee0ee61",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7a09ad17-d8b6-4f21-90d0-dfb87f8f2ea7/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "PIT",
                                "amount": 5676.0
                            },
                            {
                                "team": "ARI",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0851b5a8-1d8a-40cc-9d3b-08252fe3060a",
                            "gambit_id": "1b6f5fbb-9577-454a-8278-bf40b4d0224b",
                            "last_updated": "2022-08-12T09:52:10.477428-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eec1982-a0a9-4933-b63f-1dea5ee0ee61/?format=api"
                        },
                        {
                            "id": "dca57610-d960-4ab5-a294-3f8fbc9a4fc0",
                            "gambit_id": "3552c330-d598-4b49-9477-f0872296492c",
                            "last_updated": "2022-08-12T09:52:10.477063-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eec1982-a0a9-4933-b63f-1dea5ee0ee61/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a427328c-fa9a-4bf2-b0ec-ef775f3c137c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "09690f1f-0ef4-4892-94a8-b7782bf9c3f2",
            "completed": true,
            "last_updated": "2022-08-12T09:52:09.903111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.89,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/09690f1f-0ef4-4892-94a8-b7782bf9c3f2",
            "datetime": "2022-08-11T15:10:00-04:00",
            "cutoff_datetime": "2022-08-11T15:10:00-04:00",
            "name": "STL (Da.Hudson) v. COL (G Marquez)",
            "bettypes": [
                {
                    "id": "8b0645cb-843b-4118-b15f-51f84e05fb66",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a427328c-fa9a-4bf2-b0ec-ef775f3c137c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "STL (Da.Hudson)",
                                "amount": 5000.0
                            },
                            {
                                "team": "COL (G Marquez)",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": 350.0,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5d2f527d-eb43-4821-b0f2-1ee5760a6918",
                            "gambit_id": "2cba2cc9-9ac9-47b0-bd26-f830f92dedb4",
                            "last_updated": "2022-08-12T09:52:09.905928-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (Da.Hudson)",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b0645cb-843b-4118-b15f-51f84e05fb66/?format=api"
                        },
                        {
                            "id": "f701424d-3d7d-4f6e-bbd8-f9b8b4c1a6dd",
                            "gambit_id": "cdf82fd2-7379-43f3-88ee-bc393dc0d793",
                            "last_updated": "2022-08-12T09:52:09.905569-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (G Marquez)",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b0645cb-843b-4118-b15f-51f84e05fb66/?format=api"
                        }
                    ]
                },
                {
                    "id": "217d1688-b91e-4c18-8f61-f5c31169cca3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a427328c-fa9a-4bf2-b0ec-ef775f3c137c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "COL",
                                "amount": 5752.0
                            },
                            {
                                "team": "STL",
                                "amount": 4248.0
                            }
                        ],
                        "expected_reward_tokens": 9260.64,
                        "profit_sb": 260.64,
                        "profit_sb_percentage": 2.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "59324825-5821-414a-b6cb-3fffb54c09cb",
                            "gambit_id": "8ba59d4c-0740-425c-b626-f84f8bd919e1",
                            "last_updated": "2022-08-12T09:52:09.904661-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/217d1688-b91e-4c18-8f61-f5c31169cca3/?format=api"
                        },
                        {
                            "id": "75fecb59-f279-4b02-8293-c52893b960fa",
                            "gambit_id": "158bb0e9-06ba-46bb-b327-f8d6a6973ed2",
                            "last_updated": "2022-08-12T09:52:09.905195-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/217d1688-b91e-4c18-8f61-f5c31169cca3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "64f5e515-4b60-488d-8fa0-7fe0c03d4a19",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7972019f-f356-427d-8f42-8035096beac1",
            "completed": true,
            "last_updated": "2022-08-12T10:02:17.757936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.16,
            "sport_category": "Overwatch - Blizzard OW League",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/7972019f-f356-427d-8f42-8035096beac1",
            "datetime": "2022-08-11T15:00:00-04:00",
            "cutoff_datetime": "2022-08-11T15:00:00-04:00",
            "name": "London Spitfire v. Florida Mayhem",
            "bettypes": [
                {
                    "id": "85b202be-c00c-4adc-80d3-7791af1c9ead",
                    "match": "https://api-prod.gambitprofit.com/api/matches/64f5e515-4b60-488d-8fa0-7fe0c03d4a19/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "London Spitfire",
                                "amount": 6309.0
                            },
                            {
                                "team": "Florida Mayhem",
                                "amount": 3691.0
                            }
                        ],
                        "expected_reward_tokens": 8895.31,
                        "profit_sb": -104.69,
                        "profit_sb_percentage": -1.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "14853647-dba5-49ce-907e-fd2e1f315664",
                            "gambit_id": "e6a07475-af7b-4eb0-8ed4-2b06aa194a23",
                            "last_updated": "2022-08-12T10:02:17.759208-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "London Spitfire",
                            "reward": "1.41000",
                            "odds": "1.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b202be-c00c-4adc-80d3-7791af1c9ead/?format=api"
                        },
                        {
                            "id": "eb2ee6e5-a088-4330-9cf8-b2cac39a3473",
                            "gambit_id": "aa3d0735-1753-4118-b3e1-912feca9e048",
                            "last_updated": "2022-08-12T10:02:17.758777-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida Mayhem",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b202be-c00c-4adc-80d3-7791af1c9ead/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2e46f570-04d8-499f-857d-f46d5853984e",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4d70a331-77b7-4bb8-b899-b43fc3d70119",
            "completed": true,
            "last_updated": "2022-08-12T09:52:09.445283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.39,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/4d70a331-77b7-4bb8-b899-b43fc3d70119",
            "datetime": "2022-08-11T14:10:00-04:00",
            "cutoff_datetime": "2022-08-11T14:10:00-04:00",
            "name": "CWS (D Cease) v. KAN (Z Greinke)",
            "bettypes": [
                {
                    "id": "fc3cf5b2-74d5-43e5-ba89-d74275502bcb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2e46f570-04d8-499f-857d-f46d5853984e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "CWS (D Cease)",
                                "amount": 6101.0
                            },
                            {
                                "team": "KAN (Z Greinke)",
                                "amount": 3899.0
                            }
                        ],
                        "expected_reward_tokens": 9395.54,
                        "profit_sb": 395.54,
                        "profit_sb_percentage": 4.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9aae3881-62ad-4080-a741-4c6e65a8f1af",
                            "gambit_id": "2fdebfbd-9c39-4415-a39c-2e63e51920fe",
                            "last_updated": "2022-08-12T09:52:09.448119-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (D Cease)",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc3cf5b2-74d5-43e5-ba89-d74275502bcb/?format=api"
                        },
                        {
                            "id": "6b6b8470-2eca-41e6-83df-0c4f47b1448a",
                            "gambit_id": "30b40192-af54-431c-8413-6ee701f9b182",
                            "last_updated": "2022-08-12T09:52:09.447729-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (Z Greinke)",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc3cf5b2-74d5-43e5-ba89-d74275502bcb/?format=api"
                        }
                    ]
                },
                {
                    "id": "58c1cad9-d98d-4def-833e-8bbd9da5d409",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2e46f570-04d8-499f-857d-f46d5853984e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "KAN",
                                "amount": 5109.0
                            },
                            {
                                "team": "CWS",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "63b3ea41-a124-4756-91d1-8beb0b539ed3",
                            "gambit_id": "44009e6e-e00a-4118-a1a1-3c1650eb1405",
                            "last_updated": "2022-08-12T09:52:09.446986-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58c1cad9-d98d-4def-833e-8bbd9da5d409/?format=api"
                        },
                        {
                            "id": "7068b858-2df9-428c-b6be-d1ac2d1163fd",
                            "gambit_id": "6903f7ea-1433-4969-b2e4-f95eb0a4831e",
                            "last_updated": "2022-08-12T09:52:09.447361-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58c1cad9-d98d-4def-833e-8bbd9da5d409/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f297aee3-967c-45f3-87b5-4f8b9d824b96",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bac493c2-7dfb-4cb9-a07c-ae395c756656",
            "completed": true,
            "last_updated": "2022-08-12T09:52:09.759394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.97,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/bac493c2-7dfb-4cb9-a07c-ae395c756656",
            "datetime": "2022-08-11T14:10:00-04:00",
            "cutoff_datetime": "2022-08-11T14:10:00-04:00",
            "name": "TEX (C Ragans) v. HOU (F Valdez)",
            "bettypes": [
                {
                    "id": "4fa18ff3-9702-4fff-a30c-416efa543e3f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f297aee3-967c-45f3-87b5-4f8b9d824b96/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "HOU (F Valdez)",
                                "amount": 6881.0
                            },
                            {
                                "team": "TEX (C Ragans)",
                                "amount": 3119.0
                            }
                        ],
                        "expected_reward_tokens": 9357.0,
                        "profit_sb": 357.0,
                        "profit_sb_percentage": 3.97,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4531ff50-5968-4cd4-ac5e-356b271482cc",
                            "gambit_id": "9a0ca856-5d9d-42ff-8ef7-8e18755aa372",
                            "last_updated": "2022-08-12T09:52:09.761638-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (F Valdez)",
                            "reward": "1.36000",
                            "odds": "1.39220",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa18ff3-9702-4fff-a30c-416efa543e3f/?format=api"
                        },
                        {
                            "id": "e9c230fd-c236-4d95-bb01-23db4974196f",
                            "gambit_id": "3649bea9-0455-4ef9-9198-062ccfaaadee",
                            "last_updated": "2022-08-12T09:52:09.761992-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (C Ragans)",
                            "reward": "3.00000",
                            "odds": "3.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fa18ff3-9702-4fff-a30c-416efa543e3f/?format=api"
                        }
                    ]
                },
                {
                    "id": "f916161a-0c9d-42af-a3ac-6af2c1c78b32",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f297aee3-967c-45f3-87b5-4f8b9d824b96/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "HOU",
                                "amount": 5312.0
                            },
                            {
                                "team": "TEX",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "525c9066-8a4f-4648-be48-9e5cda6c7244",
                            "gambit_id": "9b382656-4a2a-46be-9907-86525b2e50ea",
                            "last_updated": "2022-08-12T09:52:09.761260-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f916161a-0c9d-42af-a3ac-6af2c1c78b32/?format=api"
                        },
                        {
                            "id": "6ab3ca0c-84da-4e4b-bd9b-9c3014d3ba38",
                            "gambit_id": "cf2ef821-befe-4e0c-8ea3-b422a2cb5837",
                            "last_updated": "2022-08-12T09:52:09.760895-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f916161a-0c9d-42af-a3ac-6af2c1c78b32/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c2920dc8-1b0c-400d-984a-2c468419fc62",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b25a246e-b202-4371-91fc-399ef8356925",
            "completed": true,
            "last_updated": "2022-08-12T09:52:09.005581-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.23,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/b25a246e-b202-4371-91fc-399ef8356925",
            "datetime": "2022-08-11T13:10:00-04:00",
            "cutoff_datetime": "2022-08-11T13:10:00-04:00",
            "name": "CLE (Z Plesac) v. DET (G Hill)",
            "bettypes": [
                {
                    "id": "0cbf499e-196a-4c0c-b733-0384bcbff936",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c2920dc8-1b0c-400d-984a-2c468419fc62/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "CLE (Z Plesac)",
                                "amount": 5755.0
                            },
                            {
                                "team": "DET (G Hill)",
                                "amount": 4245.0
                            }
                        ],
                        "expected_reward_tokens": 9380.65,
                        "profit_sb": 380.65,
                        "profit_sb_percentage": 4.23,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d01cafe5-9b75-4e39-b337-3c855cc567dd",
                            "gambit_id": "d022b622-ce88-41c4-932c-4973591d12bd",
                            "last_updated": "2022-08-12T09:52:09.010719-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (Z Plesac)",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cbf499e-196a-4c0c-b733-0384bcbff936/?format=api"
                        },
                        {
                            "id": "e7fb45e2-6017-4f1d-8388-eedb7abcf239",
                            "gambit_id": "243d124d-3374-4071-b432-9f8c3f99435e",
                            "last_updated": "2022-08-12T09:52:09.010283-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (G Hill)",
                            "reward": "2.21000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cbf499e-196a-4c0c-b733-0384bcbff936/?format=api"
                        }
                    ]
                },
                {
                    "id": "ca06ea8c-b067-4e19-8040-666225cbb0ba",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c2920dc8-1b0c-400d-984a-2c468419fc62/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "DET",
                                "amount": 5405.0
                            },
                            {
                                "team": "CLE",
                                "amount": 4595.0
                            }
                        ],
                        "expected_reward_tokens": 9188.5,
                        "profit_sb": 188.5,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8e95384a-db27-4210-b5f1-8b7678cf76f5",
                            "gambit_id": "5e9cb569-f31a-4920-a50a-da0e4df2d0f5",
                            "last_updated": "2022-08-12T09:52:09.008298-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca06ea8c-b067-4e19-8040-666225cbb0ba/?format=api"
                        },
                        {
                            "id": "fa7869b4-a008-4057-bcb2-5a40fd33d87e",
                            "gambit_id": "698f5b86-5154-464b-8273-2cb68559a399",
                            "last_updated": "2022-08-12T09:52:09.009321-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca06ea8c-b067-4e19-8040-666225cbb0ba/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "97869aa5-242f-4687-ba23-a01bb41e05bc",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ff0dd0bc-de2a-4062-8422-90361ac65b3f",
            "completed": true,
            "last_updated": "2022-08-12T09:57:11.014132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.06,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/ff0dd0bc-de2a-4062-8422-90361ac65b3f",
            "datetime": "2022-08-11T13:05:00-04:00",
            "cutoff_datetime": "2022-08-11T13:05:00-04:00",
            "name": "MIA (E Cabrera) v. PHI (K Gibson)",
            "bettypes": [
                {
                    "id": "7dcce7cb-1338-4edf-9ad2-da2edd1a00bb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/97869aa5-242f-4687-ba23-a01bb41e05bc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-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": "PHI (K Gibson)",
                                "amount": 5928.0
                            },
                            {
                                "team": "MIA (E Cabrera)",
                                "amount": 4072.0
                            }
                        ],
                        "expected_reward_tokens": 9365.6,
                        "profit_sb": 365.6,
                        "profit_sb_percentage": 4.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dedaae23-9bbc-4a7a-a44e-86ade83bcc3b",
                            "gambit_id": "c38dcc6b-bfa8-448f-b33d-ea29f59ca76f",
                            "last_updated": "2022-08-12T09:57:11.016900-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (K Gibson)",
                            "reward": "1.58000",
                            "odds": "1.63290",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dcce7cb-1338-4edf-9ad2-da2edd1a00bb/?format=api"
                        },
                        {
                            "id": "1b144b76-70c9-47a4-840d-c24e18eefd9e",
                            "gambit_id": "7f8d75e0-5524-4bb1-8886-e2c178a7f7f2",
                            "last_updated": "2022-08-12T09:57:11.017303-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (E Cabrera)",
                            "reward": "2.30000",
                            "odds": "2.43000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dcce7cb-1338-4edf-9ad2-da2edd1a00bb/?format=api"
                        }
                    ]
                },
                {
                    "id": "817fb897-eaea-4e14-b06c-559935789213",
                    "match": "https://api-prod.gambitprofit.com/api/matches/97869aa5-242f-4687-ba23-a01bb41e05bc/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-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": "MIA",
                                "amount": 5838.0
                            },
                            {
                                "team": "PHI",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9281.26,
                        "profit_sb": 281.26,
                        "profit_sb_percentage": 3.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bc3c6d21-bb67-4bbc-a373-d03fb2ccf4be",
                            "gambit_id": "c049c1b6-db01-46f6-9c3f-4edb600ef485",
                            "last_updated": "2022-08-12T09:57:11.016481-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/817fb897-eaea-4e14-b06c-559935789213/?format=api"
                        },
                        {
                            "id": "e0655dae-4ec0-4f16-a175-d03e0d58f56f",
                            "gambit_id": "10156d78-cd4a-4da7-a039-311e46104b04",
                            "last_updated": "2022-08-12T09:57:11.015957-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/817fb897-eaea-4e14-b06c-559935789213/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "32567947-de60-4df3-8031-d5f8cf4ab873",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a04e402c-92fb-4880-a414-d5bc7d05f0af",
            "completed": true,
            "last_updated": "2022-08-16T09:37:01.928491-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "WGC FedEx St. Jude Classic",
            "sport": "Golf",
            "url": "https://app.gambitrewards.com/match/a04e402c-92fb-4880-a414-d5bc7d05f0af",
            "datetime": "2022-08-11T12:00:00-04:00",
            "cutoff_datetime": "2022-08-11T12:00:00-04:00",
            "name": "FedEx St Jude Championship: Top 5 Finish",
            "bettypes": [
                {
                    "id": "a20aba2c-02b7-4d11-a9d7-512abe02535f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/32567947-de60-4df3-8031-d5f8cf4ab873/?format=api",
                    "name": "FreeForm",
                    "created_at": "1969-12-31T19:00:00-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": "199b1f82-60be-4ba4-b226-b2e3908f0009",
                            "gambit_id": "54dc836a-5362-4184-a88f-899cd128cd5f",
                            "last_updated": "2022-08-16T09:37:01.976932-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tony Finau",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "0b321be2-7bc1-46ab-a282-92444ab010b9",
                            "gambit_id": "bf8de8f9-f642-4eb0-8dc2-4a736afa592c",
                            "last_updated": "2022-08-16T09:37:01.964240-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Si-Woo Kim",
                            "reward": "3.28000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "03c855ca-9a66-4f13-ba32-a9b07648168b",
                            "gambit_id": "52cb70ed-7acc-4a53-8592-167dc33fb834",
                            "last_updated": "2022-08-16T09:37:01.975174-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sam Burns",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a29a93fd-832a-4904-96fc-7e39ef5f679e",
                            "gambit_id": "8f4af8b2-5beb-4e75-afb1-2039897c4657",
                            "last_updated": "2022-08-16T09:37:01.963890-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sahith Theegala",
                            "reward": "4.64000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "4ad7ad87-6e3a-4f27-8370-1287b82dee9c",
                            "gambit_id": "6fafdcb8-fccc-4ccc-bb84-afd8e1e16cc5",
                            "last_updated": "2022-08-16T09:37:01.978011-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Justin Thomas",
                            "reward": "5.10000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "50924dfa-9730-44c8-865f-8f2174e26050",
                            "gambit_id": "1945bbe7-2977-40b3-ac87-214da82facce",
                            "last_updated": "2022-08-16T09:37:01.978361-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Patrick Cantlay",
                            "reward": "5.10000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "da2755e0-7316-4b96-9303-a0b320cbf977",
                            "gambit_id": "2978b7d3-e3da-43ce-8b62-30638b79586a",
                            "last_updated": "2022-08-16T09:37:01.955008-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "JJ Spaun",
                            "reward": "5.10000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "b96a53b4-151c-4643-9a3f-4e29c54b843c",
                            "gambit_id": "2ff56210-9ff5-4a99-83e0-a2f6e5c8be49",
                            "last_updated": "2022-08-16T09:37:01.977639-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Smith",
                            "reward": "5.10000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "e05176b2-9f54-4751-a701-da5f3cfce7a6",
                            "gambit_id": "92212a62-0c26-4ab0-9832-c07eed47f577",
                            "last_updated": "2022-08-16T09:37:01.972709-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyrrell Hatton",
                            "reward": "5.10000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "0ba0ef7b-4435-4b08-8a58-6df1f3cc0671",
                            "gambit_id": "2e5c0c5f-2970-4a2f-a3e2-f7e7f0fbe5f3",
                            "last_updated": "2022-08-16T09:37:01.977281-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jon Rahm",
                            "reward": "5.32000",
                            "odds": "5.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "d92b12f9-33ce-4f7d-b31f-9ab867efb979",
                            "gambit_id": "3d392a21-f5e3-4eb0-924f-578abd8fb3e7",
                            "last_updated": "2022-08-16T09:37:01.969204-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "JT Poston",
                            "reward": "5.55000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "c1353f32-a502-48a9-9a79-09f7bd9c019e",
                            "gambit_id": "11b124d0-1caa-4255-9af5-abf2c066a84b",
                            "last_updated": "2022-08-16T09:37:01.973779-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joohyung Kim",
                            "reward": "6.01000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "0cb8a553-8864-4695-ae6d-cdbf435cad12",
                            "gambit_id": "dd243524-7752-43fc-8d7c-4743d20c3696",
                            "last_updated": "2022-08-16T09:37:01.972012-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Max Homa",
                            "reward": "6.46000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "b0adc242-7b13-4cfa-80ea-0a864e9bd005",
                            "gambit_id": "6bc06240-7689-43d5-8df1-982b0b66dced",
                            "last_updated": "2022-08-16T09:37:01.974824-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Viktor Hovland",
                            "reward": "6.46000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "4d5082bd-2dee-4a8d-92be-0d17bab6f351",
                            "gambit_id": "dc67440e-ef81-4832-91e1-55c6718da5d2",
                            "last_updated": "2022-08-16T09:37:01.975872-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Young",
                            "reward": "6.92000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "3f9e5d83-965d-4cd1-8859-063139650ca2",
                            "gambit_id": "968843f3-8725-4a1b-8ee5-14e269ffd71b",
                            "last_updated": "2022-08-16T09:37:01.978710-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Xander Schauffele",
                            "reward": "6.92000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "2e9622a6-049b-4622-9065-bdee0330e873",
                            "gambit_id": "61bdb060-8ee0-49e6-ab5e-7f54f226db9f",
                            "last_updated": "2022-08-16T09:37:01.939758-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matt Fitzpatrick",
                            "reward": "6.92000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "216e0e69-5bed-46a2-bb45-707677d3d867",
                            "gambit_id": "ee9afbc3-31c4-421e-bf59-be29eeccb8d5",
                            "last_updated": "2022-08-16T09:37:01.975525-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Collin Morikawa",
                            "reward": "7.37000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "1ebc30e2-938f-4b58-b8a9-a476a3723ff7",
                            "gambit_id": "70d76135-d51f-45aa-95ba-7e6c9eb60c93",
                            "last_updated": "2022-08-16T09:37:01.973418-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Hideki Matsuyama",
                            "reward": "7.37000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "75758971-2851-46f4-93f7-62b6a4302c31",
                            "gambit_id": "8d8257e5-2fe9-420c-bac1-4c4dddc2047f",
                            "last_updated": "2022-08-16T09:37:01.959246-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kyoung-Hoon Lee",
                            "reward": "7.83000",
                            "odds": "8.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "173c40e8-21b4-44b1-92cb-bca1feb38d1a",
                            "gambit_id": "369709ad-04a4-4d7f-8f2b-0642c479aafc",
                            "last_updated": "2022-08-16T09:37:01.964940-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jason Day",
                            "reward": "8.28000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "e9e4f2c5-94d5-4382-86ad-863549c100e8",
                            "gambit_id": "5004fa90-9e22-42d3-bd05-64f6fa844ca1",
                            "last_updated": "2022-08-16T09:37:01.970965-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Wise",
                            "reward": "8.28000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a72252cb-76fe-4332-a096-3ae4cb7f9d1f",
                            "gambit_id": "52d8aed6-19ea-4e58-b37e-62b8aab00239",
                            "last_updated": "2022-08-16T09:37:01.940249-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Rory McIlroy",
                            "reward": "9.19000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "2d983cb1-843e-454a-8e78-48b8cf9c395a",
                            "gambit_id": "1b9c0525-8e9e-4ac9-9a30-d6cdf24a29ec",
                            "last_updated": "2022-08-16T09:37:01.969564-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Taylor Pendrith",
                            "reward": "10.10000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "ed69e2a7-970f-495e-85a7-a22cee5f2ea9",
                            "gambit_id": "e686a6c5-acc3-4f46-9d22-afd4c14480e1",
                            "last_updated": "2022-08-16T09:37:01.974476-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Shane Lowry",
                            "reward": "11.01000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "d1d1638f-4e80-49f4-88a5-c9cd557b3fed",
                            "gambit_id": "cbbefc29-29fb-441b-8522-7ea5e459cf4b",
                            "last_updated": "2022-08-16T09:37:01.971664-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Corey Conners",
                            "reward": "11.01000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "12cf1af8-225a-4836-ae28-73d02378141a",
                            "gambit_id": "af2a01b9-bb51-4447-a7e1-de0d78937675",
                            "last_updated": "2022-08-16T09:37:01.970617-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Scott",
                            "reward": "11.01000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "dad4bb05-cc9d-4538-befa-90263661c78c",
                            "gambit_id": "0e4d0afc-95ef-498d-b307-8c1f908136f1",
                            "last_updated": "2022-08-16T09:37:01.935065-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Troy Merritt",
                            "reward": "11.01000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a69d9a84-db67-439a-811a-8cdf4ee6dc06",
                            "gambit_id": "571d84f8-82d4-4f72-ae3f-8b57a4fc8138",
                            "last_updated": "2022-08-16T09:37:01.938928-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brian Harman",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "d0c01ad9-9a54-4557-b62d-3b40b6bc579a",
                            "gambit_id": "92310af6-d06e-456b-ace2-a315a262ac67",
                            "last_updated": "2022-08-16T09:37:01.946460-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sepp Straka",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "e29b792e-44e3-453f-9376-3457c9a38101",
                            "gambit_id": "c974bb09-1f58-40b7-8dd9-20ec40a23c17",
                            "last_updated": "2022-08-16T09:37:01.956051-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ryan Palmer",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "70a62c47-608c-433f-b0a4-e91a50a10ec7",
                            "gambit_id": "2b4397d6-f7a6-409f-9bcd-818ae64e53d3",
                            "last_updated": "2022-08-16T09:37:01.951056-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Rickie Fowler",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "10c5154e-85f7-4b84-9a92-6445baa66070",
                            "gambit_id": "15269378-0111-44df-a32c-51d3510c3a7b",
                            "last_updated": "2022-08-16T09:37:01.935588-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denny McCarthy",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "2e16c617-98a8-44a1-b782-e08d60b6142c",
                            "gambit_id": "d1a1a8d0-7e75-496b-85ea-d0e0e5f43c09",
                            "last_updated": "2022-08-16T09:37:01.973070-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Billy Horschel",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "2408f982-b7d8-4d96-a0fb-dba7c66512c5",
                            "gambit_id": "3fd50c44-5eaf-4bd6-b624-47a65185d83e",
                            "last_updated": "2022-08-16T09:37:01.971317-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Russell Henley",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "8b4ac6b3-35b7-4987-b79c-d0f6251029a4",
                            "gambit_id": "eb0df961-3e4c-4c4d-a20d-9816e150dc5b",
                            "last_updated": "2022-08-16T09:37:01.949962-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Michael Thompson",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "0cb360fa-ce50-4a09-92f1-c523ae202a7a",
                            "gambit_id": "34d4cc6f-59ce-4548-9185-b6627cc35bab",
                            "last_updated": "2022-08-16T09:37:01.944323-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "James Hahn",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "b6a20a0c-5244-4e7c-9af9-bfaa19d77b18",
                            "gambit_id": "27a85fb0-98cd-466b-8d57-26be55581464",
                            "last_updated": "2022-08-16T09:37:01.948556-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lee Hodges",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "e4fc9209-1c7d-4a59-9033-898926fb669b",
                            "gambit_id": "9ea9c819-e9a1-401b-9c40-3a3a5e8aaa7e",
                            "last_updated": "2022-08-16T09:37:01.963187-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mito Pereira",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "401df400-714e-4946-8e86-a9450f2b1d16",
                            "gambit_id": "1141f47d-f84b-4df2-9fc1-266e58156908",
                            "last_updated": "2022-08-16T09:37:01.950661-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucas Glover",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "90cf44a0-c0e4-4a78-a47f-19575c17ea81",
                            "gambit_id": "b98383c8-3d29-4243-9f72-e79324c45910",
                            "last_updated": "2022-08-16T09:37:01.979062-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scottie Scheffler",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "22ef09ce-44ce-4b71-bc62-4c3ecfed6902",
                            "gambit_id": "72595651-5576-4a7e-a221-a334419b9101",
                            "last_updated": "2022-08-16T09:37:01.958547-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Emiliano Grillo",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "6b5b8fd7-d03c-4cea-b1ed-e743b9751cdc",
                            "gambit_id": "75638ba6-fd1d-4a97-b446-dcd0c0c7978e",
                            "last_updated": "2022-08-16T09:37:01.939321-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Davis",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "f027688b-3ca4-43d2-be6e-bfefba96d0bf",
                            "gambit_id": "a77bb60d-f887-4739-b41d-aedb03dfe394",
                            "last_updated": "2022-08-16T09:37:01.933736-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Andrew Putnam",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "1fcf25d4-c586-4f21-be7c-30c9c06be342",
                            "gambit_id": "6f53d6ae-9920-4ebc-bc7c-15bfc35110a3",
                            "last_updated": "2022-08-16T09:37:01.932399-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Taylor Moore",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "034cfb41-38b8-4417-8fb1-bfffffbea86f",
                            "gambit_id": "08e3c999-9507-4a8b-abf5-fcc4c58ce945",
                            "last_updated": "2022-08-16T09:37:01.959597-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chez Reavie",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "dfcad926-5c5e-46f7-ab2c-3e8bed622520",
                            "gambit_id": "be279c73-1114-4c2a-97ce-b56c19f88d5d",
                            "last_updated": "2022-08-16T09:37:01.965645-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Maverick McNealy",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a9186097-7d50-4b6d-9fec-70e1ad32a128",
                            "gambit_id": "60e2deee-27fa-48b5-a0e0-f2ff254a28b2",
                            "last_updated": "2022-08-16T09:37:01.947501-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Trey Mullinax",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "d514546b-e8a4-4616-bc33-f4ca932f61a4",
                            "gambit_id": "d9bcc33a-ba70-4e8b-82c1-f7dc479cd9db",
                            "last_updated": "2022-08-16T09:37:01.953962-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Martin Laird",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "8984a4b7-7a08-4610-abbf-ec4fb6a66d85",
                            "gambit_id": "cb3f50e8-95f4-40a6-9da0-914ef60bfaf6",
                            "last_updated": "2022-08-16T09:37:01.958898-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Svensson",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "cb285fa4-ef86-4608-a8dd-77829b99bce8",
                            "gambit_id": "d47d8274-781e-470c-af0e-040c567fddb6",
                            "last_updated": "2022-08-16T09:37:01.966372-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Keith Mitchell",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "e847f05f-179e-4e93-8395-1b749e53c93d",
                            "gambit_id": "02876463-1365-4bf9-b9b0-b4440163a3e4",
                            "last_updated": "2022-08-16T09:37:01.949246-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dylan Frittelli",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "81d3ada5-b41b-4047-817f-3cc5462b795b",
                            "gambit_id": "d1cbd172-51df-49ae-867a-69d240fcfa5c",
                            "last_updated": "2022-08-16T09:37:01.970267-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Keegan Bradley",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "d214c2dd-32d5-4000-8968-45a431863905",
                            "gambit_id": "26fe5899-3b28-4332-a21a-9393e317e60a",
                            "last_updated": "2022-08-16T09:37:01.976584-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jordan Spieth",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "acc2d39d-b578-4fb5-9d66-eb105b036e47",
                            "gambit_id": "27fe5846-c567-4faf-bbb4-b892281e45ab",
                            "last_updated": "2022-08-16T09:37:01.974127-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sungjae Im",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "b9d2786d-3ba4-45be-9227-cc4c7f04195d",
                            "gambit_id": "df91e57f-0eb1-448d-b422-f4a62febe53e",
                            "last_updated": "2022-08-16T09:37:01.960640-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Wyndham Clark",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "9461da59-f56a-493c-bf94-a1528b1db173",
                            "gambit_id": "a0635cbc-9ac1-48bd-ab3e-550aabc282d3",
                            "last_updated": "2022-08-16T09:37:01.957447-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jhonattan Vegas",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "856f0e47-4808-4525-a891-a012f99a781e",
                            "gambit_id": "e6995336-43ae-4998-ab94-05ee482a61b3",
                            "last_updated": "2022-08-16T09:37:01.953251-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "David Lipsky",
                            "reward": "26.48000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "28d0ddca-5c6a-4694-866f-9ca246777cc2",
                            "gambit_id": "feabdd73-5486-4f4a-93bd-76013d5b79f8",
                            "last_updated": "2022-08-16T09:37:01.976225-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Will Zalatoris",
                            "reward": "26.48000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "866801b5-7d04-49d0-a3ad-25edf4f34682",
                            "gambit_id": "fceaddcb-5a79-43bc-8bbd-c7c178ed181d",
                            "last_updated": "2022-08-16T09:37:01.933273-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harold Varner III",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "4ea64f21-8d7d-4a63-a468-bace3cfa2838",
                            "gambit_id": "caf57e39-f2cc-4350-85db-e5185a6710ef",
                            "last_updated": "2022-08-16T09:37:01.965998-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sebastian Munoz",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a56bf9e9-9000-4484-a05c-f1a0d69cf53c",
                            "gambit_id": "e668da0a-f9ad-43f1-a614-8068e88e4b1b",
                            "last_updated": "2022-08-16T09:37:01.968504-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Davis Riley",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "9e9f77e7-1670-4e07-a203-b811389103d3",
                            "gambit_id": "0525f205-505a-4786-8394-90c33f10ac5e",
                            "last_updated": "2022-08-16T09:37:01.945390-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mackenzie Hughes",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "f60e31dd-f229-492e-8abf-e8649be15092",
                            "gambit_id": "f35bff50-e5d1-4fc1-b9a5-2f94baa0860f",
                            "last_updated": "2022-08-16T09:37:01.966753-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Hadwin",
                            "reward": "37.40000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "1d4cc2e5-8317-4bb4-a7ca-aeea2c6ce795",
                            "gambit_id": "177e3676-88d0-4f19-97a2-13f5eaf75de4",
                            "last_updated": "2022-08-16T09:37:01.968853-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Christiaan Bezuidenhout",
                            "reward": "37.40000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "50dc4554-87b5-442a-8316-efb34da6d5b2",
                            "gambit_id": "c9e9777a-f01d-4886-86c6-46503501a231",
                            "last_updated": "2022-08-16T09:37:01.962040-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Marc Leishman",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "1ea358ef-eeea-42c7-a402-d3fa1bf4feee",
                            "gambit_id": "065d0aaa-2eb5-4672-84ec-565347c35e57",
                            "last_updated": "2022-08-16T09:37:01.972361-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joaquin Niemann",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "feeb9cba-6256-4c9d-8a7f-fef212ebdb4b",
                            "gambit_id": "7bc8260f-32a0-4763-9844-cc0d2724ec92",
                            "last_updated": "2022-08-16T09:37:01.952500-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brandon Wu",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "1e45369a-d36b-4bec-816e-a56b626369a0",
                            "gambit_id": "0a55126f-763d-4ded-a66d-30042ff0c237",
                            "last_updated": "2022-08-16T09:37:01.959945-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brendon Todd",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "486523f5-72ea-44f1-a87b-09fc2e3c7f08",
                            "gambit_id": "76c67faf-713e-46b2-9019-29b4db15003a",
                            "last_updated": "2022-08-16T09:37:01.960292-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Kisner",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "93df8855-57b5-4e7e-a411-b991982c1ceb",
                            "gambit_id": "c99b66eb-8ceb-4199-b7a0-5fbc6471933f",
                            "last_updated": "2022-08-16T09:37:01.961693-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Rai",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "f592e879-4b75-4ee1-9fc3-7077b0d580f7",
                            "gambit_id": "ea26f817-ec86-4f5d-8532-c2ff5e7a6077",
                            "last_updated": "2022-08-16T09:37:01.965289-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Gary Woodland",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a9b69947-34d7-4a91-8ba0-470f857964c3",
                            "gambit_id": "7b686624-1fcc-4e25-9763-542b5098694b",
                            "last_updated": "2022-08-16T09:37:01.944671-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matthias Schwab",
                            "reward": "61.06000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "5363e634-1706-430c-af19-b7fa4d0c3e4a",
                            "gambit_id": "7e1b5a56-ee3b-41bd-9632-20facde7ad92",
                            "last_updated": "2022-08-16T09:37:01.945039-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Beau Hossler",
                            "reward": "61.06000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "41365179-005b-4f83-afbc-71c904447cec",
                            "gambit_id": "081a9520-2efb-446d-b64f-4f8cb5e6f317",
                            "last_updated": "2022-08-16T09:37:01.941438-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Robert Streb",
                            "reward": "61.06000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "66b92234-7d7c-46d8-80d6-168feb90065e",
                            "gambit_id": "0ac7ad99-baba-450d-ad0e-87523c55b078",
                            "last_updated": "2022-08-16T09:37:01.943971-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chad Ramey",
                            "reward": "73.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "6fb3d8dc-75de-47ef-a682-84b145dab3aa",
                            "gambit_id": "ac35c52e-8989-4f3a-b2d8-301066f47158",
                            "last_updated": "2022-08-16T09:37:01.943607-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sam Ryder",
                            "reward": "73.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "e9567ff1-29d3-439f-ba38-a24e60be40b1",
                            "gambit_id": "3c922594-bd75-426a-abb0-3bc102d2ab4b",
                            "last_updated": "2022-08-16T09:37:01.954662-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matthew Nesmith",
                            "reward": "73.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "d6468dab-a6d9-4e0e-b18c-99505ddb64da",
                            "gambit_id": "36d63d82-75b9-4434-a522-3aedd2adfe71",
                            "last_updated": "2022-08-16T09:37:01.954314-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joel Dahmen",
                            "reward": "73.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "debbfe5c-fb28-48e9-affd-3d606c3ad278",
                            "gambit_id": "9603923d-5738-467c-a463-9e2e028fc57f",
                            "last_updated": "2022-08-16T09:37:01.964590-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seamus Power",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "9e4f6748-b076-4e49-84fa-92807313b149",
                            "gambit_id": "75ef8e9c-84d1-4380-a26c-59dda6409a9d",
                            "last_updated": "2022-08-16T09:37:01.967807-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Webb Simpson",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "9aac5e3f-190a-4014-8781-a7532b78c757",
                            "gambit_id": "d4d3baa1-1cc2-42b6-a180-e837234eb108",
                            "last_updated": "2022-08-16T09:37:01.967108-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Stallings",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "28d100aa-7218-4eb5-b126-e8b3ca3bc8ce",
                            "gambit_id": "fe54ab78-a38b-4860-9772-cd07303e719a",
                            "last_updated": "2022-08-16T09:37:01.948900-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Hayden Buckley",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "9de74d96-ece4-4080-9253-1984a052db6e",
                            "gambit_id": "6e9f46e9-790d-42a2-a781-530e0a1463cb",
                            "last_updated": "2022-08-16T09:37:01.947858-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Patton Kizzire",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "07be63bd-1804-4e7c-b250-24de302ab974",
                            "gambit_id": "2479c367-d46e-43a4-94f3-9651e79c7fbe",
                            "last_updated": "2022-08-16T09:37:01.957812-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Streelman",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "066f4572-abad-45c3-837c-796eb8fdb8e3",
                            "gambit_id": "dafc24c9-69d9-4885-a62e-568332cfb980",
                            "last_updated": "2022-08-16T09:37:01.953615-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Russell Knox",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "b1bca9cc-9ef9-4448-8894-59c4a3245474",
                            "gambit_id": "c9f4e2f3-9a7d-40fe-8b19-e9c0a0acff15",
                            "last_updated": "2022-08-16T09:37:01.957102-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Smalley",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "c2d124c2-57d0-4076-b512-c69ca409a0e7",
                            "gambit_id": "18b93e11-30ae-41a9-8db1-b4d0abbbd22f",
                            "last_updated": "2022-08-16T09:37:01.956409-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kurt Kitayama",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "f8457938-89ca-48ff-bd89-59ba7ad033cb",
                            "gambit_id": "83912754-68ba-429b-a2d2-d1e48fa6db61",
                            "last_updated": "2022-08-16T09:37:01.968156-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Justin Rose",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "ad0e3511-8102-432e-9358-678b7c1d8412",
                            "gambit_id": "555d3019-1c4a-497b-9755-3b9d73d1691e",
                            "last_updated": "2022-08-16T09:37:01.962825-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brendan Steele",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "bd8f43c4-cf1a-4c69-b915-29cae9f60aa7",
                            "gambit_id": "f873defa-4f43-4705-a99e-035474428108",
                            "last_updated": "2022-08-16T09:37:01.952850-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Patrick Rodgers",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "33e5c5f6-251b-4814-acae-b6d227ac14ab",
                            "gambit_id": "9a5a36ca-3a2d-4ef1-a919-bd5ff74d1085",
                            "last_updated": "2022-08-16T09:37:01.969917-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chris Kirk",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a5708119-cc0c-4b34-8153-6b60761383d0",
                            "gambit_id": "53c871f4-b19e-49b6-aa20-f16448e6cf77",
                            "last_updated": "2022-08-16T09:37:01.942525-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Tway",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "86e9fb2d-1995-4e08-9b2f-148e8cec86ea",
                            "gambit_id": "e8c978b0-64d8-4b8e-889a-1ac22641beae",
                            "last_updated": "2022-08-16T09:37:01.951429-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Luke List",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "db395e78-f230-4075-9503-0e061dedcc02",
                            "gambit_id": "e106da3f-d5a0-4a61-965d-4d8d67f03d69",
                            "last_updated": "2022-08-16T09:37:01.948207-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Greyson Sigg",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "844b36ae-cd5b-4808-b87c-b98907ef8ae9",
                            "gambit_id": "6fb20ea9-2c57-4622-ba55-2a5d6a8e65ea",
                            "last_updated": "2022-08-16T09:37:01.960988-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mark Hubbard",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "e6331ed7-f3be-4ad3-bc99-325006514b8c",
                            "gambit_id": "2e57d884-98b1-4ead-a0fa-cfb91d980257",
                            "last_updated": "2022-08-16T09:37:01.958160-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matt Kuchar",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "c8427c9e-ead0-499e-ae5c-eeb664b1492f",
                            "gambit_id": "06e4353c-d68f-41f3-a0e2-5d8de7b68c6d",
                            "last_updated": "2022-08-16T09:37:01.950313-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyler Duncan",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "6581ba50-a6ce-4706-9cb0-5f5411fce3cc",
                            "gambit_id": "749e2853-ab5e-4bb7-8660-5b63349ff7e1",
                            "last_updated": "2022-08-16T09:37:01.952150-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Stephan Jaeger",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "f835681b-ea0f-4cf4-93fb-68f7fcecf153",
                            "gambit_id": "39f1c4e6-38bc-44ed-b07e-bd4a9b0a5eed",
                            "last_updated": "2022-08-16T09:37:01.931894-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Max McGreevy",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "87d9d7ba-035b-4535-ae1b-baaaef8d4d57",
                            "gambit_id": "e6b1801a-6dea-48a5-ae66-7db4d2c37b66",
                            "last_updated": "2022-08-16T09:37:01.963538-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Tringale",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "60199c3a-3562-43b3-8c72-780a2bbb4da1",
                            "gambit_id": "891789ab-7a12-4c03-9922-d425f602ce75",
                            "last_updated": "2022-08-16T09:37:01.955358-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Anirban Lahiri",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "1e5886ca-1331-4995-883f-144277bceb68",
                            "gambit_id": "a837cecd-cb89-4693-8f3d-60483c853345",
                            "last_updated": "2022-08-16T09:37:01.942172-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chesson Hadley",
                            "reward": "274.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "d785c9ab-1e19-4eda-95ac-32172fb8ff47",
                            "gambit_id": "7224daaf-ff27-435f-95d5-585308f9176f",
                            "last_updated": "2022-08-16T09:37:01.967457-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Noren",
                            "reward": "365.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "40da9a19-324a-40e1-9f2c-80e7c2598c22",
                            "gambit_id": "522ee266-94f0-4cd8-85e0-b31022834ec7",
                            "last_updated": "2022-08-16T09:37:01.940633-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Watney",
                            "reward": "365.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "7c064f3a-1de4-4717-b937-750e4137ce6e",
                            "gambit_id": "983c599c-00f6-4e38-a361-fc80a19e7c28",
                            "last_updated": "2022-08-16T09:37:01.945749-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Peter Malnati",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a4afc930-304e-402e-a3fb-4fb3ca2bbe8d",
                            "gambit_id": "dc776044-97df-4d49-8a25-6aca79fdcf46",
                            "last_updated": "2022-08-16T09:37:01.955704-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "C T Pan",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "b83edb98-fb00-404e-93bd-6264416c6736",
                            "gambit_id": "26e6f771-eab0-45d8-a046-2aae236bae8e",
                            "last_updated": "2022-08-16T09:37:01.961337-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tom Hoge",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "289ca16f-5f4a-43c4-80a9-84f91524e396",
                            "gambit_id": "b21bc15f-44c3-4ce7-846c-22a8dd489b12",
                            "last_updated": "2022-08-16T09:37:01.962418-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucas Herbert",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "59df5366-5bae-4262-99c6-4a2daa98d26a",
                            "gambit_id": "c54bd600-c420-4a9b-8a22-dfd871aa827e",
                            "last_updated": "2022-08-16T09:37:01.934440-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Stewart Cink",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "f9cef738-6d1d-4529-a28a-c69800aff9e5",
                            "gambit_id": "3d4ecf4b-3c30-4dd1-94ac-fab1b78f5030",
                            "last_updated": "2022-08-16T09:37:01.956755-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "John Huh",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "33392b96-09ed-4976-a486-fa8dfc55b317",
                            "gambit_id": "827a849d-cd5b-4cca-9684-b7f4e492afb8",
                            "last_updated": "2022-08-16T09:37:01.951777-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Callum Tarren",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "460c1779-6f73-4ba4-9ba6-035b8bd866a3",
                            "gambit_id": "4faf19e7-8a1c-4640-a2fc-c56cf2390004",
                            "last_updated": "2022-08-16T09:37:01.943253-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Schenk",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "992df779-2fdd-4dbb-a197-94ff2f44d53c",
                            "gambit_id": "721224f6-2cdf-4460-a9b3-a32e8343381d",
                            "last_updated": "2022-08-16T09:37:01.947156-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kramer Hickok",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "c1dc1ebc-2b01-4469-932d-3d1bc6056d89",
                            "gambit_id": "1403b47b-eba0-4d8f-b398-8e3ca3795fb1",
                            "last_updated": "2022-08-16T09:37:01.946810-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Taylor",
                            "reward": "683.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "6ad7ea6c-f933-4728-9f11-7cb566acd38a",
                            "gambit_id": "ffbdc771-2b18-4fa4-8b23-fb2cd904ec77",
                            "last_updated": "2022-08-16T09:37:01.941061-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ryan Brehm",
                            "reward": "683.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "3032b8d0-a8b3-4232-898a-3b85d7b3c7c4",
                            "gambit_id": "d1a0c768-eea9-4229-a117-bda526231120",
                            "last_updated": "2022-08-16T09:37:01.941813-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Piercy",
                            "reward": "683.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "6b4dec91-5128-4dda-8583-6ce8081aabec",
                            "gambit_id": "65efbcbc-008a-4e4e-b873-f56afd5f48f5",
                            "last_updated": "2022-08-16T09:37:01.942902-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Danny Lee",
                            "reward": "683.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a37ca1fe-70c8-426f-8a52-c5cee2c4fb8c",
                            "gambit_id": "e2e94dd2-892c-438c-b095-92be16046845",
                            "last_updated": "2022-08-16T09:37:01.946110-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vincent Whaley",
                            "reward": "683.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "a8c38eef-ade3-47db-9e13-44d847cbbe4f",
                            "gambit_id": "15ee7c41-2dbd-4b46-8368-88c7db182bb0",
                            "last_updated": "2022-08-16T09:37:01.949612-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Doug Ghim",
                            "reward": "683.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        },
                        {
                            "id": "7e8bbd1e-8a6a-4653-b487-a82e047cce29",
                            "gambit_id": "d9583864-7e80-4f6f-bd69-f901f58513bf",
                            "last_updated": "2022-08-16T09:37:01.932839-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Long",
                            "reward": "683.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a20aba2c-02b7-4d11-a9d7-512abe02535f/?format=api"
                        }
                    ]
                }
            ]
        }
    ]
}