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=10300
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=10400",
    "previous": "https://api-prod.gambitprofit.com/api/matches/?format=api&limit=100&offset=10200",
    "results": [
        {
            "id": "afb7b95a-994a-4381-a7f2-45ddace2dcfa",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "85135cb7-4c3f-4e66-ac32-45441f9fefac",
            "completed": false,
            "last_updated": "2022-12-24T17:12:28.482323-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.26,
            "sport_category": "Overwatch - Blizzard OW League",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/85135cb7-4c3f-4e66-ac32-45441f9fefac",
            "datetime": "2022-08-19T06:00:00-04:00",
            "cutoff_datetime": "2022-08-19T06:00:00-04:00",
            "name": "Shanghai Dragons v. Guangzhou Charge",
            "bettypes": [
                {
                    "id": "e22c3170-9b97-493c-bbd1-fad7878e5842",
                    "match": "https://api-prod.gambitprofit.com/api/matches/afb7b95a-994a-4381-a7f2-45ddace2dcfa/?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": "Shanghai Dragons",
                                "amount": 7739.0
                            },
                            {
                                "team": "Guangzhou Charge",
                                "amount": 2261.0
                            }
                        ],
                        "expected_reward_tokens": 8976.17,
                        "profit_sb": -23.83,
                        "profit_sb_percentage": -0.26,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2d01762f-99d8-4e09-9fdb-e45f3c6e3c25",
                            "gambit_id": "8c2b298a-4dbf-46ae-aa3f-82425146c057",
                            "last_updated": "2022-12-24T17:12:28.486161-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Shanghai Dragons",
                            "reward": "1.16000",
                            "odds": "1.18000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e22c3170-9b97-493c-bbd1-fad7878e5842/?format=api"
                        },
                        {
                            "id": "e115ecd3-0606-41a9-b11e-6647fedc2f69",
                            "gambit_id": "0d697132-eaef-49b7-9f89-c2d9034e5601",
                            "last_updated": "2022-12-24T17:12:28.484979-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Guangzhou Charge",
                            "reward": "3.97000",
                            "odds": "4.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e22c3170-9b97-493c-bbd1-fad7878e5842/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "14fd444c-ccef-4fc7-98e3-98316d058574",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "26b21a3e-7440-45a9-a6e7-354ca9cd0408",
            "completed": true,
            "last_updated": "2022-08-20T12:21:59.997782-04: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 - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/26b21a3e-7440-45a9-a6e7-354ca9cd0408",
            "datetime": "2022-08-19T05:15:00-04:00",
            "cutoff_datetime": "2022-08-19T05:15:00-04:00",
            "name": "Weibo Gaming v. LNG Esports",
            "bettypes": [
                {
                    "id": "0d7e3ea7-9e47-401d-a2e2-fc7baf3fee7c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/14fd444c-ccef-4fc7-98e3-98316d058574/?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": 5254.0
                            },
                            {
                                "team": "LNG Esports",
                                "amount": 4746.0
                            }
                        ],
                        "expected_reward_tokens": 8826.72,
                        "profit_sb": -173.28,
                        "profit_sb_percentage": -1.93,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "52c970c5-ebdd-4be5-95dd-b21cfb1d0f1f",
                            "gambit_id": "7b3e210d-b533-42ca-bb4a-e277bb18b64e",
                            "last_updated": "2022-08-20T12:21:59.999182-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Weibo Gaming",
                            "reward": "1.68000",
                            "odds": "1.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d7e3ea7-9e47-401d-a2e2-fc7baf3fee7c/?format=api"
                        },
                        {
                            "id": "2848264e-8774-421c-854f-c931a98c6f32",
                            "gambit_id": "3189c8a0-2074-4573-97b1-52aa0a4c23a7",
                            "last_updated": "2022-08-20T12:21:59.998664-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LNG Esports",
                            "reward": "1.86000",
                            "odds": "1.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d7e3ea7-9e47-401d-a2e2-fc7baf3fee7c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e5824a4b-703e-4237-bae2-1bdb8e3aa105",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "29d3dbe7-9e79-4a6a-83ab-ab5d013d28dd",
            "completed": true,
            "last_updated": "2022-08-19T09:41:50.961641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.21,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/29d3dbe7-9e79-4a6a-83ab-ab5d013d28dd",
            "datetime": "2022-08-18T21:40:00-04:00",
            "cutoff_datetime": "2022-08-18T21:40:00-04:00",
            "name": "WAS (An Sanchez) v. SDG (Y Darvish)",
            "bettypes": [
                {
                    "id": "731873ef-680c-4d51-81bf-d230a0b5ea0a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e5824a4b-703e-4237-bae2-1bdb8e3aa105/?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": 7422.0
                            },
                            {
                                "team": "WAS (An Sanchez)",
                                "amount": 2578.0
                            }
                        ],
                        "expected_reward_tokens": 9203.28,
                        "profit_sb": 203.28,
                        "profit_sb_percentage": 2.26,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bb94c10b-97bd-4a90-acc4-0111a0b41e91",
                            "gambit_id": "ff8fed3f-08ef-45e9-9ec1-ea8ee5a54c94",
                            "last_updated": "2022-08-19T09:41:50.964563-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (Y Darvish)",
                            "reward": "1.24000",
                            "odds": "1.27030",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/731873ef-680c-4d51-81bf-d230a0b5ea0a/?format=api"
                        },
                        {
                            "id": "57bc48f7-6927-48b4-962d-40d0dd7b5105",
                            "gambit_id": "5b0fbe39-d509-45ba-a86c-b3bafa315bd6",
                            "last_updated": "2022-08-19T09:41:50.965020-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (An Sanchez)",
                            "reward": "3.57000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/731873ef-680c-4d51-81bf-d230a0b5ea0a/?format=api"
                        }
                    ]
                },
                {
                    "id": "4ac89cd2-5916-4b1c-bb8f-3386b8f2ee58",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e5824a4b-703e-4237-bae2-1bdb8e3aa105/?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": 6193.0
                            },
                            {
                                "team": "WAS",
                                "amount": 3807.0
                            }
                        ],
                        "expected_reward_tokens": 9289.08,
                        "profit_sb": 289.08,
                        "profit_sb_percentage": 3.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c3669ce9-4a99-40ca-b6b0-22aef5fe5226",
                            "gambit_id": "5b01cae4-8e1d-414d-b870-daea3828920a",
                            "last_updated": "2022-08-19T09:41:50.963676-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "1.50000",
                            "odds": "1.55560",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ac89cd2-5916-4b1c-bb8f-3386b8f2ee58/?format=api"
                        },
                        {
                            "id": "1486dc6b-a5f6-46af-b2e6-a7d4018cae04",
                            "gambit_id": "d84a620b-81d1-433f-8b17-3f58375023f6",
                            "last_updated": "2022-08-19T09:41:50.964121-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "2.44000",
                            "odds": "2.60000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ac89cd2-5916-4b1c-bb8f-3386b8f2ee58/?format=api"
                        }
                    ]
                },
                {
                    "id": "1ad17083-f22f-4399-b534-1e7a7b0e21d4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e5824a4b-703e-4237-bae2-1bdb8e3aa105/?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": 5205.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "41be70ab-22fd-40a5-9969-69f70070b48f",
                            "gambit_id": "1f0d1c5e-37a2-4247-8096-cc390bdd9b34",
                            "last_updated": "2022-08-19T09:41:50.963231-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad17083-f22f-4399-b534-1e7a7b0e21d4/?format=api"
                        },
                        {
                            "id": "8f73638f-6f62-4bcf-8d21-01e30e5396ba",
                            "gambit_id": "1f3642c4-be33-4041-8d6c-4f878bb4846a",
                            "last_updated": "2022-08-19T09:41:50.962727-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad17083-f22f-4399-b534-1e7a7b0e21d4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d53272e7-fbfb-466a-8bfa-c929c6ae0684",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "02e133e9-9ac7-4c65-a81f-1da3493ee010",
            "completed": true,
            "last_updated": "2022-08-19T10:16:56.680787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.56,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/02e133e9-9ac7-4c65-a81f-1da3493ee010",
            "datetime": "2022-08-18T20:00:00-04:00",
            "cutoff_datetime": "2022-08-18T20:00:00-04:00",
            "name": "Chicago Bears v. Seattle Seahawks",
            "bettypes": [
                {
                    "id": "e4cb968b-ce2b-490a-bb1e-1b3f5a2d3761",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d53272e7-fbfb-466a-8bfa-c929c6ae0684/?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": "Seattle Seahawks",
                                "amount": 6132.0
                            },
                            {
                                "team": "Chicago Bears",
                                "amount": 3868.0
                            }
                        ],
                        "expected_reward_tokens": 9320.64,
                        "profit_sb": 320.64,
                        "profit_sb_percentage": 3.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a5799814-d191-4073-8599-00df315456ea",
                            "gambit_id": "4f765201-7cc9-4739-af22-23debebbef34",
                            "last_updated": "2022-08-19T10:16:56.682964-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Seahawks",
                            "reward": "1.52000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4cb968b-ce2b-490a-bb1e-1b3f5a2d3761/?format=api"
                        },
                        {
                            "id": "2b72cdc5-80c5-4d69-9dd3-5d9efb924173",
                            "gambit_id": "31cab4d3-e800-46e3-8527-33b8b3ac0b12",
                            "last_updated": "2022-08-19T10:16:56.683394-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Bears",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4cb968b-ce2b-490a-bb1e-1b3f5a2d3761/?format=api"
                        }
                    ]
                },
                {
                    "id": "a14495a3-a2d6-4501-ab0a-dd8b97b58f6b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d53272e7-fbfb-466a-8bfa-c929c6ae0684/?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": "Chicago Bears",
                                "amount": 5204.0
                            },
                            {
                                "team": "Seattle Seahawks",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1f1bc34e-89c8-4191-aaac-8baed357908a",
                            "gambit_id": "1b5a270b-7f07-4994-bda2-d1ab4734714b",
                            "last_updated": "2022-08-19T10:16:56.684364-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Bears",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a14495a3-a2d6-4501-ab0a-dd8b97b58f6b/?format=api"
                        },
                        {
                            "id": "70703e2a-ae74-44e5-80eb-5d76c190c8f5",
                            "gambit_id": "371779dd-5311-4bec-a975-15afa64e278d",
                            "last_updated": "2022-08-19T10:16:56.683864-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Seahawks",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a14495a3-a2d6-4501-ab0a-dd8b97b58f6b/?format=api"
                        }
                    ]
                },
                {
                    "id": "26452885-ca67-478b-a0ae-ba8004d5e2f3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d53272e7-fbfb-466a-8bfa-c929c6ae0684/?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 38.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 38.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "31a1754e-5c80-4785-afad-b144665b93cf",
                            "gambit_id": "372ba269-f684-4225-ae6e-c93b042f3355",
                            "last_updated": "2022-08-19T10:16:56.682017-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/26452885-ca67-478b-a0ae-ba8004d5e2f3/?format=api"
                        },
                        {
                            "id": "24050e49-3739-483e-bea6-6273aabf452e",
                            "gambit_id": "d19a3666-55bb-448c-86b7-94e43b5493d6",
                            "last_updated": "2022-08-19T10:16:56.682514-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/26452885-ca67-478b-a0ae-ba8004d5e2f3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c101db45-a7d6-4c09-b780-1db8c51982f4",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "fb138aa5-2c60-4b6a-b3e0-98db9c61ace2",
            "completed": true,
            "last_updated": "2022-08-19T09:46:51.458039-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.82,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/fb138aa5-2c60-4b6a-b3e0-98db9c61ace2",
            "datetime": "2022-08-18T19:20:00-04:00",
            "cutoff_datetime": "2022-08-18T19:20:00-04:00",
            "name": "NYM (J DeGrom) v. ATL (M Fried)",
            "bettypes": [
                {
                    "id": "dedb2b4e-1ed0-40c4-b590-e78a24f38422",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c101db45-a7d6-4c09-b780-1db8c51982f4/?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": 5529.0
                            },
                            {
                                "team": "ATL (M Fried)",
                                "amount": 4471.0
                            }
                        ],
                        "expected_reward_tokens": 9344.01,
                        "profit_sb": 344.01,
                        "profit_sb_percentage": 3.82,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d65fe90f-495e-414d-9dd5-36b9ae479356",
                            "gambit_id": "49961fb2-67c2-4d5d-9414-8be7148c0d3c",
                            "last_updated": "2022-08-19T09:46:51.461300-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (J DeGrom)",
                            "reward": "1.69000",
                            "odds": "1.76340",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dedb2b4e-1ed0-40c4-b590-e78a24f38422/?format=api"
                        },
                        {
                            "id": "016aed27-2a35-4fda-b322-d9b355af3a7e",
                            "gambit_id": "be858a98-76b0-414a-8b2f-f0bb68000f63",
                            "last_updated": "2022-08-19T09:46:51.460883-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (M Fried)",
                            "reward": "2.09000",
                            "odds": "2.21000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dedb2b4e-1ed0-40c4-b590-e78a24f38422/?format=api"
                        }
                    ]
                },
                {
                    "id": "3916196b-ff70-409c-be94-87f307e8d035",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c101db45-a7d6-4c09-b780-1db8c51982f4/?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": 5916.0
                            },
                            {
                                "team": "NYM",
                                "amount": 4084.0
                            }
                        ],
                        "expected_reward_tokens": 9228.96,
                        "profit_sb": 228.96,
                        "profit_sb_percentage": 2.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c23d744f-9612-4ef5-b3a8-c82465139b8a",
                            "gambit_id": "5f0f8d3d-221b-4c3b-b094-521065c8954b",
                            "last_updated": "2022-08-19T09:46:51.460036-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "1.56000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3916196b-ff70-409c-be94-87f307e8d035/?format=api"
                        },
                        {
                            "id": "e4a0d966-6b04-4069-8475-3d5e9a90ddc7",
                            "gambit_id": "f4797053-978e-4ff5-8bec-00995b0c154c",
                            "last_updated": "2022-08-19T09:46:51.460459-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "2.26000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3916196b-ff70-409c-be94-87f307e8d035/?format=api"
                        }
                    ]
                },
                {
                    "id": "ebebbf25-826b-466d-bb5e-4689e9ac875a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c101db45-a7d6-4c09-b780-1db8c51982f4/?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": 5110.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1ea7e180-b133-46af-8af5-4bd48d18badd",
                            "gambit_id": "c0b0814d-8506-4b55-b9e8-e99e687df19c",
                            "last_updated": "2022-08-19T09:46:51.459607-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebebbf25-826b-466d-bb5e-4689e9ac875a/?format=api"
                        },
                        {
                            "id": "7ce37aed-9de9-49d9-898f-34ef1f83e0df",
                            "gambit_id": "d66bfd64-5a87-47f4-81a4-d65ac1fbe747",
                            "last_updated": "2022-08-19T09:46:51.459115-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebebbf25-826b-466d-bb5e-4689e9ac875a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "82aab36c-e033-46e0-8c50-0418fbb1e821",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4e1ace49-7f65-467f-82d7-be435eaff9da",
            "completed": true,
            "last_updated": "2022-08-19T09:46:52.191461-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.25,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/4e1ace49-7f65-467f-82d7-be435eaff9da",
            "datetime": "2022-08-18T19:10:00-04:00",
            "cutoff_datetime": "2022-08-18T19:10:00-04:00",
            "name": "Kansas City Royals v. Tampa Bay Rays",
            "bettypes": [
                {
                    "id": "bd890eac-b697-4001-96c9-43fa3ee45dea",
                    "match": "https://api-prod.gambitprofit.com/api/matches/82aab36c-e033-46e0-8c50-0418fbb1e821/?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": "Tampa Bay Rays",
                                "amount": 6453.0
                            },
                            {
                                "team": "Kansas City Royals",
                                "amount": 3547.0
                            }
                        ],
                        "expected_reward_tokens": 9292.32,
                        "profit_sb": 292.32,
                        "profit_sb_percentage": 3.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "148b5417-40e6-4a05-93c4-e1fc07aa4a24",
                            "gambit_id": "6d2a7971-3669-4cd0-931d-8baebb510083",
                            "last_updated": "2022-08-19T09:46:52.194350-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Rays",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd890eac-b697-4001-96c9-43fa3ee45dea/?format=api"
                        },
                        {
                            "id": "0d8a70cd-98a3-4e1f-a0cf-884a771c46bc",
                            "gambit_id": "c0d7ff6b-f113-493c-892e-f7abce1c2de3",
                            "last_updated": "2022-08-19T09:46:52.194782-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kansas City Royals",
                            "reward": "2.62000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd890eac-b697-4001-96c9-43fa3ee45dea/?format=api"
                        }
                    ]
                },
                {
                    "id": "375c5d77-8b69-4c2f-82d0-dafdd4d93396",
                    "match": "https://api-prod.gambitprofit.com/api/matches/82aab36c-e033-46e0-8c50-0418fbb1e821/?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": "Kansas City Royals",
                                "amount": 5110.0
                            },
                            {
                                "team": "Tampa Bay Rays",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4a431da7-f3b5-4625-af88-8e917a6bb6e3",
                            "gambit_id": "d54652b3-7bcd-4e69-8743-3f01586101a8",
                            "last_updated": "2022-08-19T09:46:52.193872-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kansas City Royals",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/375c5d77-8b69-4c2f-82d0-dafdd4d93396/?format=api"
                        },
                        {
                            "id": "14bdec63-76e5-4dd3-9ec1-f3683c28c564",
                            "gambit_id": "54b56df0-cbe6-40c8-8601-c0f845842675",
                            "last_updated": "2022-08-19T09:46:52.193421-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Rays",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/375c5d77-8b69-4c2f-82d0-dafdd4d93396/?format=api"
                        }
                    ]
                },
                {
                    "id": "87ddd72c-9414-4d3f-bb0b-2b50663adfba",
                    "match": "https://api-prod.gambitprofit.com/api/matches/82aab36c-e033-46e0-8c50-0418fbb1e821/?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": 5205.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "334a5f2c-92fb-4945-9764-0cfe7ccaa548",
                            "gambit_id": "dd76b6c2-f12b-4a0c-b387-0a458bb438f6",
                            "last_updated": "2022-08-19T09:46:52.192507-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ddd72c-9414-4d3f-bb0b-2b50663adfba/?format=api"
                        },
                        {
                            "id": "713d7574-3103-4d4f-b4fc-720ab1b908ab",
                            "gambit_id": "0a8ba768-4229-4bbf-b0cc-f3fe9cdc0daf",
                            "last_updated": "2022-08-19T09:46:52.192988-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ddd72c-9414-4d3f-bb0b-2b50663adfba/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "98d40939-e5bf-4e3c-b082-24b1a9daef0f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c3e5604a-74e1-4ae8-9add-1c6ff8225d15",
            "completed": true,
            "last_updated": "2022-08-19T09:46:51.753480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/c3e5604a-74e1-4ae8-9add-1c6ff8225d15",
            "datetime": "2022-08-18T19:05:00-04:00",
            "cutoff_datetime": "2022-08-18T19:05:00-04:00",
            "name": "BOS (J Winckowski) v. PIT (J Brubaker)",
            "bettypes": [
                {
                    "id": "3f77a8e9-e0ac-4f41-a463-c8d7cc245e46",
                    "match": "https://api-prod.gambitprofit.com/api/matches/98d40939-e5bf-4e3c-b082-24b1a9daef0f/?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": 5849.0
                            },
                            {
                                "team": "PIT (J Brubaker)",
                                "amount": 4151.0
                            }
                        ],
                        "expected_reward_tokens": 9298.24,
                        "profit_sb": 298.24,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9ecf8667-16d2-42b4-8937-440e91fe278d",
                            "gambit_id": "4d729a24-45c8-439e-92f9-fa1209c0f94d",
                            "last_updated": "2022-08-19T09:46:51.756812-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (J Winckowski)",
                            "reward": "1.59000",
                            "odds": "1.65360",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f77a8e9-e0ac-4f41-a463-c8d7cc245e46/?format=api"
                        },
                        {
                            "id": "50cffb0b-8fc4-4027-a62a-db1daa621363",
                            "gambit_id": "888a6b1e-0388-4773-be1b-5b7a1c59d14d",
                            "last_updated": "2022-08-19T09:46:51.756394-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (J Brubaker)",
                            "reward": "2.24000",
                            "odds": "2.38000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f77a8e9-e0ac-4f41-a463-c8d7cc245e46/?format=api"
                        }
                    ]
                },
                {
                    "id": "82e4cd21-c53c-42f9-aed5-6791cc98012d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/98d40939-e5bf-4e3c-b082-24b1a9daef0f/?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": 5499.0
                            },
                            {
                                "team": "BOS",
                                "amount": 4501.0
                            }
                        ],
                        "expected_reward_tokens": 9182.04,
                        "profit_sb": 182.04,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ba3dc5c0-350e-4022-aae6-f815536791c6",
                            "gambit_id": "5840fdc0-fdf3-45be-b067-d458467b2936",
                            "last_updated": "2022-08-19T09:46:51.755552-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e4cd21-c53c-42f9-aed5-6791cc98012d/?format=api"
                        },
                        {
                            "id": "dbbd2239-467e-483e-bea3-c53c66e95d04",
                            "gambit_id": "5079b75c-9be3-4acb-85ab-1107ed7f2494",
                            "last_updated": "2022-08-19T09:46:51.755975-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e4cd21-c53c-42f9-aed5-6791cc98012d/?format=api"
                        }
                    ]
                },
                {
                    "id": "928b61e9-86d2-431d-97f9-0907e736c1cf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/98d40939-e5bf-4e3c-b082-24b1a9daef0f/?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": 5205.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "96d6999e-96bc-4213-9d6b-b8e40bf02ddf",
                            "gambit_id": "24aaa782-cbd4-41e5-824f-052bfaafa0c5",
                            "last_updated": "2022-08-19T09:46:51.755062-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928b61e9-86d2-431d-97f9-0907e736c1cf/?format=api"
                        },
                        {
                            "id": "5571019b-2e94-44dd-86b8-ddb7709edcdc",
                            "gambit_id": "79179c5f-224e-4473-a5ad-69d912fd5846",
                            "last_updated": "2022-08-19T09:46:51.754578-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928b61e9-86d2-431d-97f9-0907e736c1cf/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "15420ddb-d0a2-492c-a237-97dd6d79fd5f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d494ca98-ddc9-4923-8f83-acbccb3a92c8",
            "completed": true,
            "last_updated": "2022-08-19T09:46:52.045168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.48,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d494ca98-ddc9-4923-8f83-acbccb3a92c8",
            "datetime": "2022-08-18T19:05:00-04:00",
            "cutoff_datetime": "2022-08-18T19:05:00-04:00",
            "name": "TOR (J Berrios) v. NYY (F Montas)",
            "bettypes": [
                {
                    "id": "cefdeae6-6315-475a-b6ef-95da3f26bac3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/15420ddb-d0a2-492c-a237-97dd6d79fd5f/?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": 5933.0
                            },
                            {
                                "team": "TOR (J Berrios)",
                                "amount": 4067.0
                            }
                        ],
                        "expected_reward_tokens": 9313.43,
                        "profit_sb": 313.43,
                        "profit_sb_percentage": 3.48,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "72bbc6a5-8ab3-426a-947a-6c4ef7cd75b8",
                            "gambit_id": "058c2bae-de9a-4fab-b4c8-6b6de6703034",
                            "last_updated": "2022-08-19T09:46:52.048164-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (F Montas)",
                            "reward": "1.57000",
                            "odds": "1.63290",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cefdeae6-6315-475a-b6ef-95da3f26bac3/?format=api"
                        },
                        {
                            "id": "2da62bec-f49b-4e56-9ff8-e664e9a43f2e",
                            "gambit_id": "95e22407-06a5-4d92-8da7-91e4b8a8ce19",
                            "last_updated": "2022-08-19T09:46:52.048591-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (J Berrios)",
                            "reward": "2.29000",
                            "odds": "2.43000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cefdeae6-6315-475a-b6ef-95da3f26bac3/?format=api"
                        }
                    ]
                },
                {
                    "id": "6be2e5cf-9ae6-41fe-9d9c-97fd98d3b74f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/15420ddb-d0a2-492c-a237-97dd6d79fd5f/?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": "TOR",
                                "amount": 5756.0
                            },
                            {
                                "team": "NYY",
                                "amount": 4244.0
                            }
                        ],
                        "expected_reward_tokens": 9209.48,
                        "profit_sb": 209.48,
                        "profit_sb_percentage": 2.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2f048052-6815-4d79-bc1f-b87c1b293f23",
                            "gambit_id": "1d7d5b3f-8186-4c91-92d8-b9342a9bdbdd",
                            "last_updated": "2022-08-19T09:46:52.047729-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "1.60000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6be2e5cf-9ae6-41fe-9d9c-97fd98d3b74f/?format=api"
                        },
                        {
                            "id": "62589ef8-cddc-40a7-9674-f3f4d904ae46",
                            "gambit_id": "cddf8672-7539-4cff-bdeb-8c57e317db5b",
                            "last_updated": "2022-08-19T09:46:52.047276-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "2.17000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6be2e5cf-9ae6-41fe-9d9c-97fd98d3b74f/?format=api"
                        }
                    ]
                },
                {
                    "id": "b92cc0af-370c-4a5b-9c5c-056cfac89462",
                    "match": "https://api-prod.gambitprofit.com/api/matches/15420ddb-d0a2-492c-a237-97dd6d79fd5f/?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": 5205.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9eca0ee5-1ea1-4e0a-9a99-cd5a1580c8b9",
                            "gambit_id": "3b229206-95cb-4428-8385-dc4f6be7f92b",
                            "last_updated": "2022-08-19T09:46:52.046339-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b92cc0af-370c-4a5b-9c5c-056cfac89462/?format=api"
                        },
                        {
                            "id": "d5c048ba-f95c-432d-9078-353da62ff2b4",
                            "gambit_id": "ae1b30f6-d576-40da-a6d3-e2369cad9ed8",
                            "last_updated": "2022-08-19T09:46:52.046833-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b92cc0af-370c-4a5b-9c5c-056cfac89462/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "70e64f9f-acbb-4419-85f4-76e7bfb4619a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "cb51847d-7234-43bb-867a-69b692c1ba99",
            "completed": true,
            "last_updated": "2022-08-19T09:46:51.899928-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.66,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/cb51847d-7234-43bb-867a-69b692c1ba99",
            "datetime": "2022-08-18T15:45:00-04:00",
            "cutoff_datetime": "2022-08-18T15:45:00-04:00",
            "name": "ARI (Z Gallen) v. SFO (L Webb)",
            "bettypes": [
                {
                    "id": "d473e9ae-19d3-485d-a98e-32c32c6a463c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/70e64f9f-acbb-4419-85f4-76e7bfb4619a/?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": 5759.0
                            },
                            {
                                "team": "ARI (Z Gallen)",
                                "amount": 4241.0
                            }
                        ],
                        "expected_reward_tokens": 9329.58,
                        "profit_sb": 329.58,
                        "profit_sb_percentage": 3.66,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b46242b9-e461-4a21-8041-cad321caadac",
                            "gambit_id": "2892a2cf-b07d-48df-b333-2e1b2375ee63",
                            "last_updated": "2022-08-19T09:46:51.902819-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (L Webb)",
                            "reward": "1.62000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d473e9ae-19d3-485d-a98e-32c32c6a463c/?format=api"
                        },
                        {
                            "id": "fcb44c8d-e154-4f57-8cce-f8e48fd204bb",
                            "gambit_id": "c56eeec5-7492-48e4-a2ee-5bdb4d9cb074",
                            "last_updated": "2022-08-19T09:46:51.903236-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (Z Gallen)",
                            "reward": "2.20000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d473e9ae-19d3-485d-a98e-32c32c6a463c/?format=api"
                        }
                    ]
                },
                {
                    "id": "96bdb85a-f77f-44b0-a1e3-415fd4771cfa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/70e64f9f-acbb-4419-85f4-76e7bfb4619a/?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": 6057.0
                            },
                            {
                                "team": "SFO",
                                "amount": 3943.0
                            }
                        ],
                        "expected_reward_tokens": 9266.05,
                        "profit_sb": 266.05,
                        "profit_sb_percentage": 2.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cfd2c93c-8f08-491b-bd2a-1f882a49dfb2",
                            "gambit_id": "2d40277e-9aa4-436e-809e-79d99bbdd144",
                            "last_updated": "2022-08-19T09:46:51.902397-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.53000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96bdb85a-f77f-44b0-a1e3-415fd4771cfa/?format=api"
                        },
                        {
                            "id": "159c4fa2-c12f-4b71-845d-65c3eca78d51",
                            "gambit_id": "560ca3dc-a4dd-4092-bb2b-c768aa4d862b",
                            "last_updated": "2022-08-19T09:46:51.901964-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "2.35000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96bdb85a-f77f-44b0-a1e3-415fd4771cfa/?format=api"
                        }
                    ]
                },
                {
                    "id": "8acad6fe-c044-4c01-9dab-42e9c29bcd2c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/70e64f9f-acbb-4419-85f4-76e7bfb4619a/?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": 5000.0
                            },
                            {
                                "team": "Game Total Over 7",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "07d614c6-bb02-4bf0-910a-a58e4aca9ea6",
                            "gambit_id": "1b3b74eb-4d76-45b5-a90e-2420c8f14ca3",
                            "last_updated": "2022-08-19T09:46:51.901020-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8acad6fe-c044-4c01-9dab-42e9c29bcd2c/?format=api"
                        },
                        {
                            "id": "ffcf911c-b608-46cf-832e-867c126ad5bc",
                            "gambit_id": "1d6029c7-6637-408a-9053-b36c0bb88825",
                            "last_updated": "2022-08-19T09:46:51.901512-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8acad6fe-c044-4c01-9dab-42e9c29bcd2c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6ced3bf6-96e2-4646-a798-be3e16656892",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d8814318-f328-4fb6-ac7b-54b93a32d38e",
            "completed": true,
            "last_updated": "2022-08-19T09:51:52.281620-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d8814318-f328-4fb6-ac7b-54b93a32d38e",
            "datetime": "2022-08-18T15:05:00-04:00",
            "cutoff_datetime": "2022-08-18T15:05:00-04:00",
            "name": "CHC (A Sampson) v. BAL (S Watkins)",
            "bettypes": [
                {
                    "id": "b42e1515-927b-450b-be18-80ceb2763313",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6ced3bf6-96e2-4646-a798-be3e16656892/?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": "BAL (S Watkins)",
                                "amount": 5885.0
                            },
                            {
                                "team": "CHC (A Sampson)",
                                "amount": 4115.0
                            }
                        ],
                        "expected_reward_tokens": 9298.3,
                        "profit_sb": 298.3,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dce83fcf-cc41-46ba-9968-724cf49ad992",
                            "gambit_id": "3c6ebf59-2c0c-4f50-ad85-20c5e1fef9e4",
                            "last_updated": "2022-08-19T09:51:52.284586-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (S Watkins)",
                            "reward": "1.58000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b42e1515-927b-450b-be18-80ceb2763313/?format=api"
                        },
                        {
                            "id": "c31edabf-0a5d-4627-98ad-604ab10ec2e6",
                            "gambit_id": "77337ff3-8328-4add-8a48-50b2ff0f5bf6",
                            "last_updated": "2022-08-19T09:51:52.285056-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (A Sampson)",
                            "reward": "2.26000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b42e1515-927b-450b-be18-80ceb2763313/?format=api"
                        }
                    ]
                },
                {
                    "id": "edbea78c-2dda-4c91-a1a2-cf88e86afd3c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6ced3bf6-96e2-4646-a798-be3e16656892/?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": 5756.0
                            },
                            {
                                "team": "BAL",
                                "amount": 4244.0
                            }
                        ],
                        "expected_reward_tokens": 9209.48,
                        "profit_sb": 209.48,
                        "profit_sb_percentage": 2.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2a8ac9a0-dacb-40c1-a921-5ca333a966a2",
                            "gambit_id": "ff4fa814-9f06-4aa8-999c-d3a640cf8383",
                            "last_updated": "2022-08-19T09:51:52.284111-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "1.60000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edbea78c-2dda-4c91-a1a2-cf88e86afd3c/?format=api"
                        },
                        {
                            "id": "571e037c-f641-40bf-adda-ee079b9e5432",
                            "gambit_id": "a1dba1e7-fe0c-4584-abd6-2bc805c9f904",
                            "last_updated": "2022-08-19T09:51:52.283642-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "2.17000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edbea78c-2dda-4c91-a1a2-cf88e86afd3c/?format=api"
                        }
                    ]
                },
                {
                    "id": "016afa7d-6bf0-4ed7-8125-66caf699ab68",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6ced3bf6-96e2-4646-a798-be3e16656892/?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": 5110.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8449b23f-8909-4f61-ac32-4c0bab5ab3e6",
                            "gambit_id": "8d9836e3-dd35-4a8f-a42c-c6c756239fff",
                            "last_updated": "2022-08-19T09:51:52.282661-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/016afa7d-6bf0-4ed7-8125-66caf699ab68/?format=api"
                        },
                        {
                            "id": "92ea80d8-8166-416b-8a56-c395620049cf",
                            "gambit_id": "99c2505d-618e-4fd3-92b7-488f35c9a89b",
                            "last_updated": "2022-08-19T09:51:52.283176-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/016afa7d-6bf0-4ed7-8125-66caf699ab68/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6cd1ce81-334a-44a3-a235-58c7610022d8",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d5915a73-afc0-43d2-bef4-5bcd0d0b84cb",
            "completed": true,
            "last_updated": "2022-08-19T09:51:52.135948-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.6,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d5915a73-afc0-43d2-bef4-5bcd0d0b84cb",
            "datetime": "2022-08-18T14:10:00-04:00",
            "cutoff_datetime": "2022-08-18T14:10:00-04:00",
            "name": "HOU (L Garcia) v. CWS (L Giolito)",
            "bettypes": [
                {
                    "id": "43d40a38-9800-4c5a-8749-d4677844bb5e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cd1ce81-334a-44a3-a235-58c7610022d8/?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": 5517.0
                            },
                            {
                                "team": "CWS (L Giolito)",
                                "amount": 4483.0
                            }
                        ],
                        "expected_reward_tokens": 9323.73,
                        "profit_sb": 323.73,
                        "profit_sb_percentage": 3.6,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5fd4a196-874a-44cb-8b6f-e2f386472b5b",
                            "gambit_id": "1ddac6a2-3cb2-4da8-8d0b-2ad23c9573ad",
                            "last_updated": "2022-08-19T09:51:52.139446-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (L Garcia)",
                            "reward": "1.69000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43d40a38-9800-4c5a-8749-d4677844bb5e/?format=api"
                        },
                        {
                            "id": "7613c12d-99d6-4112-9347-8c2f60b377a8",
                            "gambit_id": "b6e6fbae-d4e0-448b-b6a5-dbe331fae197",
                            "last_updated": "2022-08-19T09:51:52.138982-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (L Giolito)",
                            "reward": "2.08000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43d40a38-9800-4c5a-8749-d4677844bb5e/?format=api"
                        }
                    ]
                },
                {
                    "id": "782da465-a5de-45b5-a093-04518d0eaebf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cd1ce81-334a-44a3-a235-58c7610022d8/?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": "CWS",
                                "amount": 5680.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4320.0
                            }
                        ],
                        "expected_reward_tokens": 9201.6,
                        "profit_sb": 201.6,
                        "profit_sb_percentage": 2.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d79b6fc9-8d5d-4133-8943-f4bef6f29146",
                            "gambit_id": "56f24501-2e31-49df-a6a1-1e4d8ed5865d",
                            "last_updated": "2022-08-19T09:51:52.137945-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.62000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/782da465-a5de-45b5-a093-04518d0eaebf/?format=api"
                        },
                        {
                            "id": "ebfd6374-05a8-4631-a0fa-c2194f7a83f7",
                            "gambit_id": "950d4999-a37f-4305-9ae4-13c621baffce",
                            "last_updated": "2022-08-19T09:51:52.138505-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "2.13000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/782da465-a5de-45b5-a093-04518d0eaebf/?format=api"
                        }
                    ]
                },
                {
                    "id": "22c26cf3-ce13-4fb3-b5cf-022f3be1642b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cd1ce81-334a-44a3-a235-58c7610022d8/?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": 5205.0
                            },
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4893b7b0-a59a-46da-8fc2-e222a679327e",
                            "gambit_id": "6e24a43b-cf66-4eaf-b2e5-82e7fde18ebf",
                            "last_updated": "2022-08-19T09:51:52.136959-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c26cf3-ce13-4fb3-b5cf-022f3be1642b/?format=api"
                        },
                        {
                            "id": "4879a6b8-9915-4ec5-8575-feb67fe25b77",
                            "gambit_id": "baf93a6c-d391-45d5-b87d-ace55a0586f9",
                            "last_updated": "2022-08-19T09:51:52.137460-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22c26cf3-ce13-4fb3-b5cf-022f3be1642b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "054e9394-6a07-4af5-be11-ed2c54397331",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "fedc6f60-508c-4542-8d5c-471540fd96e5",
            "completed": true,
            "last_updated": "2022-08-19T09:51:52.781476-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.46,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/fedc6f60-508c-4542-8d5c-471540fd96e5",
            "datetime": "2022-08-18T14:10:00-04:00",
            "cutoff_datetime": "2022-08-18T14:10:00-04:00",
            "name": "LOS (A Heaney) v. MIL (C Burnes)",
            "bettypes": [
                {
                    "id": "b19ebce3-d86a-4d23-b123-1d9f6ebc6068",
                    "match": "https://api-prod.gambitprofit.com/api/matches/054e9394-6a07-4af5-be11-ed2c54397331/?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": 5321.0
                            },
                            {
                                "team": "LOS (A Heaney)",
                                "amount": 4679.0
                            }
                        ],
                        "expected_reward_tokens": 9311.21,
                        "profit_sb": 311.21,
                        "profit_sb_percentage": 3.46,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6d1b71dd-0aa4-4105-a7d4-1c423047d2d7",
                            "gambit_id": "f6383a69-ceae-4b80-ba6b-13c802066a17",
                            "last_updated": "2022-08-19T09:51:52.784259-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (C Burnes)",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b19ebce3-d86a-4d23-b123-1d9f6ebc6068/?format=api"
                        },
                        {
                            "id": "9d9c24f2-eb73-4916-a129-ca26e0394dbf",
                            "gambit_id": "63317b2c-91fb-4053-821e-e610f53ac7e5",
                            "last_updated": "2022-08-19T09:51:52.784676-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (A Heaney)",
                            "reward": "1.99000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b19ebce3-d86a-4d23-b123-1d9f6ebc6068/?format=api"
                        }
                    ]
                },
                {
                    "id": "c8c3f2d8-7111-4920-9932-5bb8b1860aeb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/054e9394-6a07-4af5-be11-ed2c54397331/?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": 6357.0
                            },
                            {
                                "team": "MIL",
                                "amount": 3643.0
                            }
                        ],
                        "expected_reward_tokens": 9216.79,
                        "profit_sb": 216.79,
                        "profit_sb_percentage": 2.41,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4132dc16-32df-4264-9e03-0e233ac8b4d1",
                            "gambit_id": "ceb90f76-e254-42ae-a124-824471a17a1b",
                            "last_updated": "2022-08-19T09:51:52.783409-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.45000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8c3f2d8-7111-4920-9932-5bb8b1860aeb/?format=api"
                        },
                        {
                            "id": "c8aee101-b746-4714-bda3-71b634fbb15f",
                            "gambit_id": "28e99c48-d70d-4476-9151-5cbb57bad469",
                            "last_updated": "2022-08-19T09:51:52.783835-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8c3f2d8-7111-4920-9932-5bb8b1860aeb/?format=api"
                        }
                    ]
                },
                {
                    "id": "6a380cf9-ea3e-4bd7-a82b-f903fefb3464",
                    "match": "https://api-prod.gambitprofit.com/api/matches/054e9394-6a07-4af5-be11-ed2c54397331/?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": 5110.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5a8c34ee-0301-41a3-b328-65e811d5a4db",
                            "gambit_id": "84fa7b56-760a-4584-94e0-8db8d9e90350",
                            "last_updated": "2022-08-19T09:51:52.782971-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a380cf9-ea3e-4bd7-a82b-f903fefb3464/?format=api"
                        },
                        {
                            "id": "e65b2c2f-b8fc-4d36-a397-4af545dd3be3",
                            "gambit_id": "963e0f88-d3da-4f3b-83ad-9604ebcea1bb",
                            "last_updated": "2022-08-19T09:51:52.782485-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a380cf9-ea3e-4bd7-a82b-f903fefb3464/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b98a9e7f-b966-44e9-96b9-144fa4e775c2",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "89598d4d-3e21-4b78-bb96-4d20aa56b405",
            "completed": true,
            "last_updated": "2022-08-19T09:51:51.976363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/89598d4d-3e21-4b78-bb96-4d20aa56b405",
            "datetime": "2022-08-18T14:05:00-04:00",
            "cutoff_datetime": "2022-08-18T14:05:00-04:00",
            "name": "OAK (Z Logue) v. TEX (D Dunning)",
            "bettypes": [
                {
                    "id": "0069fb1e-7152-4226-830d-bdf265f5703d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b98a9e7f-b966-44e9-96b9-144fa4e775c2/?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": 6325.0
                            },
                            {
                                "team": "OAK (Z Logue)",
                                "amount": 3675.0
                            }
                        ],
                        "expected_reward_tokens": 9297.75,
                        "profit_sb": 297.75,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4e737720-265e-4844-84d6-ec63a02a608e",
                            "gambit_id": "613a71e3-debc-430c-b693-7a1a68bb582e",
                            "last_updated": "2022-08-19T09:51:51.979943-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (D Dunning)",
                            "reward": "1.47000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0069fb1e-7152-4226-830d-bdf265f5703d/?format=api"
                        },
                        {
                            "id": "a1f9cb07-58e9-4549-a40f-2efd6dd36a4e",
                            "gambit_id": "1c2c6f73-bf2d-4c59-85c8-c12c11c1faf2",
                            "last_updated": "2022-08-19T09:51:51.980395-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (Z Logue)",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0069fb1e-7152-4226-830d-bdf265f5703d/?format=api"
                        }
                    ]
                },
                {
                    "id": "6579edfc-8d7f-48a6-80ac-60243e692531",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b98a9e7f-b966-44e9-96b9-144fa4e775c2/?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": "OAK",
                                "amount": 5408.0
                            },
                            {
                                "team": "TEX",
                                "amount": 4592.0
                            }
                        ],
                        "expected_reward_tokens": 9138.08,
                        "profit_sb": 138.08,
                        "profit_sb_percentage": 1.53,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b8369a9d-a3f0-4607-9c67-e97532c24fff",
                            "gambit_id": "df2f5436-75d4-49f8-8168-f3545be0a1b7",
                            "last_updated": "2022-08-19T09:51:51.979464-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "1.69000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6579edfc-8d7f-48a6-80ac-60243e692531/?format=api"
                        },
                        {
                            "id": "d9de6135-fe13-4ace-86b4-3567643eb046",
                            "gambit_id": "61785c48-2727-4258-9b6d-ee858744a78f",
                            "last_updated": "2022-08-19T09:51:51.978986-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "1.99000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6579edfc-8d7f-48a6-80ac-60243e692531/?format=api"
                        }
                    ]
                },
                {
                    "id": "e52cb622-e2d7-4acd-a0b9-0af1e879a283",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b98a9e7f-b966-44e9-96b9-144fa4e775c2/?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": 5110.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c757211d-3dd8-4617-bfec-061cef1e2876",
                            "gambit_id": "3a778b92-668c-4274-8712-0bb5a1866dc9",
                            "last_updated": "2022-08-19T09:51:51.978498-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e52cb622-e2d7-4acd-a0b9-0af1e879a283/?format=api"
                        },
                        {
                            "id": "00fe2481-5b53-4215-8688-70c3947262b9",
                            "gambit_id": "bcc97229-6bfa-4eee-b825-799934188f03",
                            "last_updated": "2022-08-19T09:51:51.977791-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e52cb622-e2d7-4acd-a0b9-0af1e879a283/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b02cd921-5d4e-4069-895b-f32881c8efb8",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b5a2338a-f004-4e6d-a54e-85108f6ca4eb",
            "completed": true,
            "last_updated": "2022-08-19T09:51:52.628959-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.78,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/b5a2338a-f004-4e6d-a54e-85108f6ca4eb",
            "datetime": "2022-08-18T13:15:00-04:00",
            "cutoff_datetime": "2022-08-18T13:15:00-04:00",
            "name": "COL (A Senzatela) v. STL (A Wainwright)",
            "bettypes": [
                {
                    "id": "a283a77a-9e61-4bcc-ad79-6aaaaa9ccc91",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b02cd921-5d4e-4069-895b-f32881c8efb8/?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 (A Wainwright)",
                                "amount": 6768.0
                            },
                            {
                                "team": "COL (A Senzatela)",
                                "amount": 3232.0
                            }
                        ],
                        "expected_reward_tokens": 9339.84,
                        "profit_sb": 339.84,
                        "profit_sb_percentage": 3.78,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f30f6705-b9cd-4001-a56d-4338838723f7",
                            "gambit_id": "23556a9b-69e9-483d-a311-96cbdf771044",
                            "last_updated": "2022-08-19T09:51:52.631879-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (A Wainwright)",
                            "reward": "1.38000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a283a77a-9e61-4bcc-ad79-6aaaaa9ccc91/?format=api"
                        },
                        {
                            "id": "fb9eded9-ed6a-40b4-9203-0b4e8fd01901",
                            "gambit_id": "b6890cfb-ce26-4a98-9575-e2fa2e099440",
                            "last_updated": "2022-08-19T09:51:52.632294-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (A Senzatela)",
                            "reward": "2.89000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a283a77a-9e61-4bcc-ad79-6aaaaa9ccc91/?format=api"
                        }
                    ]
                },
                {
                    "id": "e201d5ac-e82e-4138-8c84-37b30805ae36",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b02cd921-5d4e-4069-895b-f32881c8efb8/?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": 5228.0
                            },
                            {
                                "team": "COL",
                                "amount": 4772.0
                            }
                        ],
                        "expected_reward_tokens": 9305.4,
                        "profit_sb": 305.4,
                        "profit_sb_percentage": 3.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "14ff5ec4-73d9-4392-8532-fc30efbe5189",
                            "gambit_id": "71fdef32-89d5-43f4-a1c7-0bedff24be28",
                            "last_updated": "2022-08-19T09:51:52.631031-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e201d5ac-e82e-4138-8c84-37b30805ae36/?format=api"
                        },
                        {
                            "id": "c62a93e4-5c6c-413c-8188-a99aedb3c04c",
                            "gambit_id": "643d85a9-512c-4698-ab69-a3b985c340e6",
                            "last_updated": "2022-08-19T09:51:52.631457-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e201d5ac-e82e-4138-8c84-37b30805ae36/?format=api"
                        }
                    ]
                },
                {
                    "id": "9252efa2-afa1-4233-a878-473d64ed014a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b02cd921-5d4e-4069-895b-f32881c8efb8/?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": 5000.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9b89ad31-07f0-47ef-9c4a-8525a1415273",
                            "gambit_id": "955a1a89-053f-4bba-8249-2e0444473ee1",
                            "last_updated": "2022-08-19T09:51:52.630590-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9252efa2-afa1-4233-a878-473d64ed014a/?format=api"
                        },
                        {
                            "id": "ae235254-5b67-4f5b-8a16-8117d34ce8b4",
                            "gambit_id": "1ee53f57-0bed-4439-8498-232087f3436a",
                            "last_updated": "2022-08-19T09:51:52.630100-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9252efa2-afa1-4233-a878-473d64ed014a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9179472d-a2cf-4428-823a-cd74eeacfba1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9b783236-a4d3-4674-8960-6be2fab0f924",
            "completed": true,
            "last_updated": "2022-08-22T22:16:55.751036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "BMW Championship",
            "sport": "Golf",
            "url": "https://app.gambitrewards.com/match/9b783236-a4d3-4674-8960-6be2fab0f924",
            "datetime": "2022-08-18T08:00:00-04:00",
            "cutoff_datetime": "2022-08-18T08:00:00-04:00",
            "name": "BMW Championship: Top 5 Finish",
            "bettypes": [
                {
                    "id": "d52dafd5-afd2-447d-89cb-155bc251b059",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9179472d-a2cf-4428-823a-cd74eeacfba1/?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": "5316e084-d395-4454-a9ba-871e38263488",
                            "gambit_id": "bf8d4848-fd53-4c9d-b1bd-1b6a4204885b",
                            "last_updated": "2022-08-22T22:16:55.787434-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Rory McIlroy",
                            "reward": "3.05000",
                            "odds": "3.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "e6c9847a-6fdc-4b0e-9836-e67df896fa2b",
                            "gambit_id": "344ae0d2-3fe4-4bfd-b0f0-19946f0a5587",
                            "last_updated": "2022-08-22T22:16:55.787024-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jon Rahm",
                            "reward": "3.50000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "acb1b5ce-b3af-498c-aa0d-aa8a97a54851",
                            "gambit_id": "1fce2fdd-10cf-43a6-a34a-f69f6e1eb5b4",
                            "last_updated": "2022-08-22T22:16:55.785860-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Patrick Cantlay",
                            "reward": "3.59000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "5a15c259-2eb7-4a4b-82c6-18f56eba6bba",
                            "gambit_id": "147c07c8-15af-4d84-9273-f6b8918925ed",
                            "last_updated": "2022-08-22T22:16:55.784236-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scottie Scheffler",
                            "reward": "3.59000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "d31a7c7f-e3fb-4efd-a202-03cab6427336",
                            "gambit_id": "04394b9c-0039-4a22-9a80-6e46d59225cc",
                            "last_updated": "2022-08-22T22:16:55.786625-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matt Fitzpatrick",
                            "reward": "3.59000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "f087dca5-d04a-4b96-92d4-86997b243a55",
                            "gambit_id": "e2f4bd41-d6d6-4de2-80d4-ae063b9d4241",
                            "last_updated": "2022-08-22T22:16:55.786243-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Justin Thomas",
                            "reward": "3.64000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "1b27e7c3-2257-4bef-9a22-89471e813618",
                            "gambit_id": "8e9bb6e3-19db-4016-a2de-642fe084a110",
                            "last_updated": "2022-08-22T22:16:55.785029-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tony Finau",
                            "reward": "3.64000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "522dfe27-f781-49f7-a4c8-891bb1b3c9b3",
                            "gambit_id": "bb82d730-308f-4ccc-b016-a5f8ff1f477a",
                            "last_updated": "2022-08-22T22:16:55.785444-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Will Zalatoris",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "4b0d397b-90da-4dac-a9f2-a8cc193193f4",
                            "gambit_id": "c40ef304-52f7-47f7-b601-f5038742e711",
                            "last_updated": "2022-08-22T22:16:55.784619-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Xander Schauffele",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "4146dc74-2b63-4f46-90c3-641e6afa5d95",
                            "gambit_id": "bf60124e-66d3-42c9-b895-b4ef743bde48",
                            "last_updated": "2022-08-22T22:16:55.783848-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Collin Morikawa",
                            "reward": "4.19000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "db89e5d8-158c-459a-afd3-babb7276374f",
                            "gambit_id": "cba37a27-31c3-4760-bd6f-62186f475bdc",
                            "last_updated": "2022-08-22T22:16:55.781840-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Young",
                            "reward": "4.64000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "3b771ffb-e355-4e94-b005-c7b5fab7b75b",
                            "gambit_id": "2dc00e99-8233-4b59-a39e-f29b910e4601",
                            "last_updated": "2022-08-22T22:16:55.783433-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sungjae Im",
                            "reward": "4.91000",
                            "odds": "5.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "47c26b3e-3ee3-46d6-9c56-8b0f8068e678",
                            "gambit_id": "53c1b902-56e5-4c4d-b595-44356a04ce94",
                            "last_updated": "2022-08-22T22:16:55.782902-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sam Burns",
                            "reward": "5.10000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "02c99524-2f63-44f2-8279-e6748ca67b6d",
                            "gambit_id": "22e5e964-f0ed-44bb-a256-50cae9dd18f9",
                            "last_updated": "2022-08-22T22:16:55.782387-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Viktor Hovland",
                            "reward": "5.55000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "57f1f5bb-06ff-4dab-b57a-0d25753903fd",
                            "gambit_id": "047b0ab9-e170-4e70-861d-e5e67ac53207",
                            "last_updated": "2022-08-22T22:16:55.781263-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/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "9e71eb4e-4d9e-453e-81e4-c82ae298e9ea",
                            "gambit_id": "6bfc6f2f-ed3c-492a-9518-b063446f0a13",
                            "last_updated": "2022-08-22T22:16:55.780758-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joaquin Niemann",
                            "reward": "6.46000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "950d7e84-82da-40e1-85c4-1c78873535aa",
                            "gambit_id": "6e210a31-9b59-4cd5-ae7d-48378addb166",
                            "last_updated": "2022-08-22T22:16:55.779779-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Shane Lowry",
                            "reward": "6.92000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "d007a6e3-4012-413f-ba63-6ea7618b0532",
                            "gambit_id": "7317b907-e1b8-49a2-9ff7-023f01bcb0e3",
                            "last_updated": "2022-08-22T22:16:55.780269-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jordan Spieth",
                            "reward": "6.92000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "dd2d8400-d8c4-439b-8273-ae5b1455a960",
                            "gambit_id": "f3c42f16-7bdc-461e-a548-2f4e692a6f59",
                            "last_updated": "2022-08-22T22:16:55.778806-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Corey Conners",
                            "reward": "7.83000",
                            "odds": "8.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "c4785b49-6ba6-4d85-b348-ab4b66dcec1a",
                            "gambit_id": "cab0be35-a368-4bad-b88e-b4ca11ac157d",
                            "last_updated": "2022-08-22T22:16:55.778310-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Max Homa",
                            "reward": "8.28000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "e201458a-de2d-48df-ae56-ed7fcf59a6e6",
                            "gambit_id": "a614e13e-bc55-4c85-98dc-4940e82571d9",
                            "last_updated": "2022-08-22T22:16:55.779296-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyrrell Hatton",
                            "reward": "8.28000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "333a4557-1d24-4a46-bd77-c3775ffd7476",
                            "gambit_id": "79656ba2-4cbd-444f-ba99-103b6e428eee",
                            "last_updated": "2022-08-22T22:16:55.777878-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/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "f75252ff-d9b1-4f6a-8386-70fe4b0d2f2a",
                            "gambit_id": "1d5df9ff-83e0-4662-a89e-d14eb67e7469",
                            "last_updated": "2022-08-22T22:16:55.776942-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Hideki Matsuyama",
                            "reward": "9.19000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "1cd1e9a6-7ce5-4d4f-a0d2-2d135b089add",
                            "gambit_id": "42d816b6-f598-4794-91e6-b7b5d4b7b654",
                            "last_updated": "2022-08-22T22:16:55.754492-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Scott",
                            "reward": "9.19000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "1f557114-ab7b-45fe-bf8b-65a916713f8c",
                            "gambit_id": "650db71b-8453-45f5-bb44-12472273eeeb",
                            "last_updated": "2022-08-22T22:16:55.775352-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cam Davis",
                            "reward": "11.01000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "6017d796-963b-443f-8115-efd5633b7af1",
                            "gambit_id": "7d228cb2-3590-4bda-b1dd-08b3de607f70",
                            "last_updated": "2022-08-22T22:16:55.777433-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Billy Horschel",
                            "reward": "11.01000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "20e17627-edcb-4e90-b85b-eb0dc4152590",
                            "gambit_id": "71d5af90-185f-46b8-972f-6c980ea3bc3e",
                            "last_updated": "2022-08-22T22:16:55.774289-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Keith Mitchell",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "b052c107-68c6-45ca-8d48-bc112a916881",
                            "gambit_id": "1afc4a62-05d2-4943-a619-040c2e08f384",
                            "last_updated": "2022-08-22T22:16:55.774835-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Davis Riley",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "6fb2d550-6165-464c-862b-262414b42326",
                            "gambit_id": "f0bec2f7-3522-4cf5-a3b3-68095310d11d",
                            "last_updated": "2022-08-22T22:16:55.776454-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Russell Henley",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "e6af11a0-f369-4fe7-aec6-77ef961c7046",
                            "gambit_id": "03fcaa54-940d-477a-9458-d02548c400a8",
                            "last_updated": "2022-08-22T22:16:55.771116-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Maverick McNealy",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "72aa340e-7503-416f-8ae4-e9070aa2ea38",
                            "gambit_id": "73702d4b-339c-4c9a-9b3c-8857c48845cb",
                            "last_updated": "2022-08-22T22:16:55.775867-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/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "4701fe49-8a30-4741-94ba-2af44f7b5646",
                            "gambit_id": "9f0c3d05-e6f9-4b43-b02e-b890749500d3",
                            "last_updated": "2022-08-22T22:16:55.773165-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "JT Poston",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "c5d86847-4713-4e2f-bfa7-87126b7f63cb",
                            "gambit_id": "3de758c6-207d-4f53-b0a6-7f6d8777d72e",
                            "last_updated": "2022-08-22T22:16:55.772536-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Taylor Pendrith",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "332e707f-9c2b-4eb3-bc6c-3a69f13e8d14",
                            "gambit_id": "bf75a674-35f5-49e3-bd71-388eb1aa8d68",
                            "last_updated": "2022-08-22T22:16:55.773730-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sahith Theegala",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "df7dfe96-9319-4eed-8bd3-9f50e70a924e",
                            "gambit_id": "da78382b-a6de-4197-b803-20de7c7dd220",
                            "last_updated": "2022-08-22T22:16:55.765993-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Wyndham Clark",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "737d79f8-6ddd-4d0d-b342-a58978b12acf",
                            "gambit_id": "958d443f-2a0a-4ab5-a5a6-d2bca23aa550",
                            "last_updated": "2022-08-22T22:16:55.766573-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Si-Woo Kim",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "1ac1ad23-bfa0-4683-bf2c-b825c44d2160",
                            "gambit_id": "a0fb695c-e89c-4305-804e-571646684f2c",
                            "last_updated": "2022-08-22T22:16:55.771531-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seamus Power",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "9abc1fd2-989a-4cdc-9cfa-98651f62ca95",
                            "gambit_id": "de801042-1065-438b-861b-f4545ae290d3",
                            "last_updated": "2022-08-22T22:16:55.769025-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harold Varner III",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "23206dd5-52a0-4a24-8e6b-6e20aada2f0f",
                            "gambit_id": "95a63a49-9ab8-4a23-9804-15b2557e1415",
                            "last_updated": "2022-08-22T22:16:55.770138-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Keegan Bradley",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "15e2ce5b-08fe-4152-afb5-7d24f6e3e324",
                            "gambit_id": "c01f617a-e9ea-400e-b35c-3183f27674f2",
                            "last_updated": "2022-08-22T22:16:55.771950-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mito Pereira",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "4f790110-812f-4aa0-88ac-b77ccd516ccd",
                            "gambit_id": "7eb0f20e-c206-4a36-b84d-b7ebe8a995de",
                            "last_updated": "2022-08-22T22:16:55.764209-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Kisner",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "6f32fc59-8528-40a0-97c3-587919396683",
                            "gambit_id": "0cf24055-5de0-44ca-8137-efdf57c818e8",
                            "last_updated": "2022-08-22T22:16:55.769471-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Noren",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "a148ab62-3ddc-4684-9a76-82ac2bf73a7f",
                            "gambit_id": "27800d8a-5684-46e2-b2dc-5a5a7612440e",
                            "last_updated": "2022-08-22T22:16:55.770683-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denny McCarthy",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "1bd436f9-dd02-45cf-af14-7bd9552954ce",
                            "gambit_id": "188966aa-b66d-41e2-8b4d-87daac2c3313",
                            "last_updated": "2022-08-22T22:16:55.765381-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Stallings",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "c004bc99-db3f-4b8a-ae4b-50375f5d83c8",
                            "gambit_id": "d3ca38e4-684e-44a2-8a66-90449dd3bd73",
                            "last_updated": "2022-08-22T22:16:55.764771-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/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "21287e3b-fe3b-4519-9a22-02d7b5def4a5",
                            "gambit_id": "a7e1ab61-bd5d-410d-8ab5-73daf6e8f723",
                            "last_updated": "2022-08-22T22:16:55.753896-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Christiaan Bezuidenhout",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "5ae1922d-a0a0-4978-b3ad-6a02bbad6d6c",
                            "gambit_id": "6981e7cc-df43-4d1d-acd1-a095ea669887",
                            "last_updated": "2022-08-22T22:16:55.762959-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Trey Mullinax",
                            "reward": "17.38000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "85291f2a-0df0-42e9-ad20-20cba81d98ed",
                            "gambit_id": "26050a77-910b-43aa-9bee-6cee3fa6f88d",
                            "last_updated": "2022-08-22T22:16:55.763350-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sebastian Munoz",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "3126d83e-a122-4b93-9830-3202577a396d",
                            "gambit_id": "3c1bd40b-684f-448d-9f4b-c48152553727",
                            "last_updated": "2022-08-22T22:16:55.768050-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Troy Merritt",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "708878e0-688a-4921-9573-a8e7b6011d05",
                            "gambit_id": "d11cfdcb-b159-4418-bda8-e8dcebc37b09",
                            "last_updated": "2022-08-22T22:16:55.767615-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/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "3785e625-2ded-42d5-aabf-455ec67411e5",
                            "gambit_id": "4cf280fd-ebe1-450a-af90-76c7639927b0",
                            "last_updated": "2022-08-22T22:16:55.768582-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kyoung-Hoon Lee",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "d2704e53-87e6-4649-9bfa-82105b380ac2",
                            "gambit_id": "db11b455-06ce-4769-94a9-5d71ad9bd7bb",
                            "last_updated": "2022-08-22T22:16:55.761182-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chez Reavie",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "c6fcea3d-1395-4ed3-a76b-0f3332ae961d",
                            "gambit_id": "dd18ce6b-bf21-4f96-b684-f7263e97056c",
                            "last_updated": "2022-08-22T22:16:55.761702-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucas Glover",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "dfd5bea5-6daa-4282-b043-fb0a31e12fb8",
                            "gambit_id": "4ecd8898-d4d5-46b6-a911-a89941428dda",
                            "last_updated": "2022-08-22T22:16:55.763745-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Andrew Putnam",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "a5ee76fc-9a98-4909-91d5-4ef020a60327",
                            "gambit_id": "2dce7526-567c-4668-87a9-7e7bf8d9be47",
                            "last_updated": "2022-08-22T22:16:55.760300-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Marc Leishman",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "f80f58d4-7ee2-40de-bd4b-89641d718483",
                            "gambit_id": "c489ee54-86d4-4dd9-b3ed-a10334c2fc6d",
                            "last_updated": "2022-08-22T22:16:55.755555-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sepp Straka",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "6640d58f-7800-46c3-ab5b-726195e32616",
                            "gambit_id": "0a70854f-c7a2-4e78-bba9-c189ae209b05",
                            "last_updated": "2022-08-22T22:16:55.767117-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chris Kirk",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "8c023175-fa60-44a2-8ff0-1b973543f745",
                            "gambit_id": "259985a0-9767-4369-8e29-35534ce2e283",
                            "last_updated": "2022-08-22T22:16:55.759777-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Smalley",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "91bec57b-9b67-4418-909e-e860e18873a0",
                            "gambit_id": "7aef2e72-8f10-4056-a754-f54cdbdaca97",
                            "last_updated": "2022-08-22T22:16:55.759192-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Tringale",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "74b8485e-f635-472a-8efb-f9a9d4162d19",
                            "gambit_id": "2ed2ecfc-6af7-4cbd-ba3a-4c4be793077e",
                            "last_updated": "2022-08-22T22:16:55.762556-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Hadwin",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "f1707986-3c1e-4662-96f0-aedd24a84585",
                            "gambit_id": "6fdc8b61-3a75-4169-8fc4-790b0a668837",
                            "last_updated": "2022-08-22T22:16:55.756129-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tom Hoge",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "18d4cb44-b985-4242-862e-f6e7ec84a3b0",
                            "gambit_id": "a80987b6-81f7-430a-a340-bf1d529f88c9",
                            "last_updated": "2022-08-22T22:16:55.762142-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brendan Steele",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "6de9ddcf-9643-493b-b838-dee2f27ca3ff",
                            "gambit_id": "8f26f144-ef9c-47b0-a61e-00bb4696aaa6",
                            "last_updated": "2022-08-22T22:16:55.758049-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matt Kuchar",
                            "reward": "26.48000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "ff6a51c0-8ded-49d6-9a62-fe85eb894fe0",
                            "gambit_id": "8ee03e37-4f42-4bdd-b12d-fab6f7d5bbda",
                            "last_updated": "2022-08-22T22:16:55.760726-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucas Herbert",
                            "reward": "26.48000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "e5a78979-1efd-4d24-ae09-8b69c3bd40dc",
                            "gambit_id": "4fbd7b5c-64b2-43a9-bae4-176a3ffe34ee",
                            "last_updated": "2022-08-22T22:16:55.758640-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "JJ Spaun",
                            "reward": "26.48000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "13ad73d3-c8cc-4c2b-b8ac-0fbc901789c6",
                            "gambit_id": "91aec89c-5583-4354-9997-cd85b73e6f80",
                            "last_updated": "2022-08-22T22:16:55.756793-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Luke List",
                            "reward": "28.30000",
                            "odds": "31.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "633b3601-1de9-4f3c-84f9-2ceeea2f2d24",
                            "gambit_id": "dfdce769-a543-4083-94a1-02b6ab0d027b",
                            "last_updated": "2022-08-22T22:16:55.757426-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kurt Kitayama",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        },
                        {
                            "id": "b241f9f0-954a-4aaf-9efe-2214ec9f0c88",
                            "gambit_id": "bfbaf2a4-2ecf-42af-b292-59ad20668539",
                            "last_updated": "2022-08-22T22:16:55.755010-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mackenzie Hughes",
                            "reward": "32.85000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52dafd5-afd2-447d-89cb-155bc251b059/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b3d1ba63-85c5-4afc-99ae-c74565a124c3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "95db69d4-e2da-4b07-90d6-6d4097cce9b8",
            "completed": true,
            "last_updated": "2022-08-22T22:16:55.519128-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "BMW Championship",
            "sport": "Golf",
            "url": "https://app.gambitrewards.com/match/95db69d4-e2da-4b07-90d6-6d4097cce9b8",
            "datetime": "2022-08-18T08:00:00-04:00",
            "cutoff_datetime": "2022-08-18T08:00:00-04:00",
            "name": "BMW Championship: To Win Outright",
            "bettypes": [
                {
                    "id": "d05be92a-53d2-4a6f-9679-377050b2f6dc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b3d1ba63-85c5-4afc-99ae-c74565a124c3/?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": "5abf25a7-6857-460f-b729-83ac9e6b398f",
                            "gambit_id": "778d6c5c-1861-42d0-9235-693def01cdb8",
                            "last_updated": "2022-08-22T22:16:55.553216-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Patrick Cantlay",
                            "reward": "3.05000",
                            "odds": "3.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "387703cf-deba-473f-9c27-a5b5e6dddb2b",
                            "gambit_id": "610a717c-5379-43c7-bb96-8b862f423e62",
                            "last_updated": "2022-08-22T22:16:55.552031-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Xander Schauffele",
                            "reward": "4.41000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "e2ef2adf-e35a-4bda-a693-c282856ceb52",
                            "gambit_id": "4f376bd7-5992-42c6-8fd2-336b8568abb3",
                            "last_updated": "2022-08-22T22:16:55.524409-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scottie Scheffler",
                            "reward": "5.32000",
                            "odds": "5.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "7af9268e-8ee3-4e65-847a-7e6d18d3b13b",
                            "gambit_id": "b8a162af-c20b-482d-8381-62e759144d96",
                            "last_updated": "2022-08-22T22:16:55.536126-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Stallings",
                            "reward": "8.28000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "597b8c26-2b41-4ccb-b17d-cbb69f2393b2",
                            "gambit_id": "8659649f-6d9c-450f-948a-17cdcde0ccec",
                            "last_updated": "2022-08-22T22:16:55.549832-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jordan Spieth",
                            "reward": "10.10000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "0fdec63f-94d5-4bee-acb9-2e7df254db16",
                            "gambit_id": "6ac0575b-fcc7-4ade-a771-96142e5a05e5",
                            "last_updated": "2022-08-22T22:16:55.521753-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Scott",
                            "reward": "10.10000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "2f0b1846-d9ba-46e1-8809-c0368e84342c",
                            "gambit_id": "80c3b16e-6b9c-40dc-9062-870a3ec3f6a2",
                            "last_updated": "2022-08-22T22:16:55.523934-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Collin Morikawa",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "c99277d9-39db-46f2-89f6-b6527206d0dd",
                            "gambit_id": "02a6acea-bc64-4406-afe7-517eb420e2a2",
                            "last_updated": "2022-08-22T22:16:55.552810-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tony Finau",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "06188304-4ed0-40a3-9b79-967640420cfb",
                            "gambit_id": "d8c71e8e-18ea-4351-9cbe-f99f12f3edb6",
                            "last_updated": "2022-08-22T22:16:55.552426-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Smith",
                            "reward": "13.74000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "2edbb97a-dbd2-4654-8dda-cc9a26a9873e",
                            "gambit_id": "963af0d2-baf2-4d0e-9334-e7c315bf4c53",
                            "last_updated": "2022-08-22T22:16:55.547327-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Wise",
                            "reward": "21.02000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "07a906d6-102e-4222-b694-fcbd8eb646c9",
                            "gambit_id": "fd6a651c-f75a-423e-85d6-0479620b9e13",
                            "last_updated": "2022-08-22T22:16:55.554022-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matt Fitzpatrick",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "97c3a2cf-0c83-48f5-9cb4-b49b61344196",
                            "gambit_id": "98b99ad3-c6db-480a-9e9c-c367903f4bcf",
                            "last_updated": "2022-08-22T22:16:55.544837-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cam Davis",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "2e5ef4ff-adf7-4e56-9ffe-1d3d8b24d12e",
                            "gambit_id": "1fcd054f-b662-471f-b73d-a4fac2066c49",
                            "last_updated": "2022-08-22T22:16:55.550354-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joaquin Niemann",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "94149249-94cb-4e87-a18e-9cc010cd9086",
                            "gambit_id": "dcda7b12-f277-4c98-98f7-fd3157bc8cce",
                            "last_updated": "2022-08-22T22:16:55.549312-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Shane Lowry",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "d8338d68-0a24-421d-864d-e29d996f97a3",
                            "gambit_id": "c63c187d-42c8-4080-83ed-a168d432c8c9",
                            "last_updated": "2022-08-22T22:16:55.554805-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Rory McIlroy",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "4cd9d59d-74e1-4b84-a93f-23decbe2d197",
                            "gambit_id": "06d072d3-01d9-4481-a21a-28a144998a6b",
                            "last_updated": "2022-08-22T22:16:55.522578-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sam Burns",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "a10d5091-7b8f-46d1-874a-04eb90ace6cc",
                            "gambit_id": "faebaf98-44fc-4f07-9e06-cb794c6ba90b",
                            "last_updated": "2022-08-22T22:16:55.546344-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Hideki Matsuyama",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "c15d576c-be3e-4369-9172-c47ad43f9f6e",
                            "gambit_id": "e59d6ac8-3c43-4c61-883b-075f8ed138c1",
                            "last_updated": "2022-08-22T22:16:55.548283-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Corey Conners",
                            "reward": "37.40000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "ac2f4631-7229-424f-9951-393dc6a775a1",
                            "gambit_id": "f61f066e-2c2c-4bd6-b796-e154fdd90086",
                            "last_updated": "2022-08-22T22:16:55.553626-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Justin Thomas",
                            "reward": "37.40000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "6fe821ad-ea6f-4211-b6d9-f6bc49baafdf",
                            "gambit_id": "b8b8bf51-253e-45d8-a077-c6357223d96f",
                            "last_updated": "2022-08-22T22:16:55.547806-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Max Homa",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "f95b2615-199a-4095-bcde-ad2208add653",
                            "gambit_id": "11610a4f-d5b0-4d30-9efa-d6383149781a",
                            "last_updated": "2022-08-22T22:16:55.526254-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Will Zalatoris",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "b7194c48-d999-46a1-a3ca-9d8a1ea5d9e3",
                            "gambit_id": "da5583cf-ff9e-4c5f-a245-dca05b0821eb",
                            "last_updated": "2022-08-22T22:16:55.538522-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Christiaan Bezuidenhout",
                            "reward": "61.06000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "78b12bcb-2ff0-4b84-b8df-28abe95490ac",
                            "gambit_id": "1c4687ac-4fa7-4f63-a2fc-6fe6f1b544d0",
                            "last_updated": "2022-08-22T22:16:55.538943-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harold Varner III",
                            "reward": "61.06000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "b61802e3-3e44-40d9-940c-395fe84e0e9a",
                            "gambit_id": "d64a5a67-0af8-4b59-9180-6cd5298563d4",
                            "last_updated": "2022-08-22T22:16:55.545313-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brian Harman",
                            "reward": "61.06000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "f5c58e2d-0b5e-4bd1-8da2-2af05e2dc6e3",
                            "gambit_id": "f3f04d37-f5a8-487d-946a-2996bacaded1",
                            "last_updated": "2022-08-22T22:16:55.523331-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sungjae Im",
                            "reward": "64.70000",
                            "odds": "71.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "6fe48cff-7c45-4a7d-9a59-1c3f2a4b9a92",
                            "gambit_id": "8189d09a-0219-44cf-b03c-a0628ac229b6",
                            "last_updated": "2022-08-22T22:16:55.544405-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Davis Riley",
                            "reward": "64.70000",
                            "odds": "71.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "656a23b4-494e-4e00-a141-763f6cc1cdab",
                            "gambit_id": "f8eb7f62-54b7-4140-b27c-0b5faf0c995e",
                            "last_updated": "2022-08-22T22:16:55.543927-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Keith Mitchell",
                            "reward": "69.25000",
                            "odds": "76.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "385e1cb4-7721-4be0-81c2-855a4eed5b19",
                            "gambit_id": "6146f7e7-e7a9-4bc5-a5e4-9018319ffcdf",
                            "last_updated": "2022-08-22T22:16:55.542797-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "JT Poston",
                            "reward": "73.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "3d4d70f6-0e74-4fc5-bf40-d964c922c86d",
                            "gambit_id": "cc6f927f-2c99-4807-91c0-8ee3669118bb",
                            "last_updated": "2022-08-22T22:16:55.546840-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Billy Horschel",
                            "reward": "73.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "2967e624-140d-4b2c-a59f-506c55ed54e1",
                            "gambit_id": "02c02b6a-fe8b-4931-a215-84d09e5f0c5e",
                            "last_updated": "2022-08-22T22:16:55.548776-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyrrell Hatton",
                            "reward": "73.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "76010259-f7cf-4018-a720-260cfd6d6e69",
                            "gambit_id": "1d3b93e2-20be-4d76-98be-c8a8d7e8b1c9",
                            "last_updated": "2022-08-22T22:16:55.543349-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sahith Theegala",
                            "reward": "73.80000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "488c7759-1ac7-4535-ad6b-b8bda32a42e6",
                            "gambit_id": "3b69525b-0a68-4a0a-98d9-7d90549b72ae",
                            "last_updated": "2022-08-22T22:16:55.535739-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Emiliano Grillo",
                            "reward": "82.90000",
                            "odds": "91.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "ea1c0ad4-fc58-4290-b0fb-09a6bc0c370a",
                            "gambit_id": "3de85fc8-4936-42e2-82e2-f11142197f6b",
                            "last_updated": "2022-08-22T22:16:55.540063-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Keegan Bradley",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "47d75ec9-65bf-4519-a05e-a039a0cb8004",
                            "gambit_id": "aad916f9-1b06-4b8e-a5ca-e679fc178ebf",
                            "last_updated": "2022-08-22T22:16:55.536896-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Si-Woo Kim",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "f7f264d0-3a5d-417b-aeb1-32da9201215f",
                            "gambit_id": "38fcb1b2-b1bf-422e-bd81-0e7fdffe3d29",
                            "last_updated": "2022-08-22T22:16:55.539413-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Noren",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "7ea89f34-d089-4ba6-923f-6cb8dd566810",
                            "gambit_id": "d5b11a0a-17b9-4116-b092-7a0b8d3ab556",
                            "last_updated": "2022-08-22T22:16:55.541579-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/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "7c2dfce7-3300-4f2e-89b4-628c6b651b26",
                            "gambit_id": "2a5876c3-52ab-478b-9108-2b2e0ecc43b5",
                            "last_updated": "2022-08-22T22:16:55.541989-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mito Pereira",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "5d5c0083-a866-41d3-8eb9-796ff7fb629b",
                            "gambit_id": "7c63a994-a820-46b2-a3a5-19513325c062",
                            "last_updated": "2022-08-22T22:16:55.554409-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jon Rahm",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "02d5ba48-fe2a-4e5c-ae8c-e4b17ef9c018",
                            "gambit_id": "b38bdda3-f658-487b-9ca2-0d41d716adcb",
                            "last_updated": "2022-08-22T22:16:55.545845-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Russell Henley",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "1f77fa56-5f1b-4a9b-a836-f1fa28c00d21",
                            "gambit_id": "c2aebef9-bdc4-4e4e-b105-3f4652ce8e8a",
                            "last_updated": "2022-08-22T22:16:55.532122-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chez Reavie",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "34eef73d-4116-416a-9e11-73ba50022cea",
                            "gambit_id": "42a329e8-427b-4d46-b5ed-ddd8028ebf7a",
                            "last_updated": "2022-08-22T22:16:55.530851-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Marc Leishman",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "84ce5b74-14a0-42e5-afd9-7ab8e4221dc8",
                            "gambit_id": "6b5e8e6c-5825-41c9-9388-ac31db406eb4",
                            "last_updated": "2022-08-22T22:16:55.528322-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kurt Kitayama",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "1cc1c1ff-e936-4c8b-8da7-fc86a96d064a",
                            "gambit_id": "3dd56d1c-bfd0-4482-9ea2-6106eec14058",
                            "last_updated": "2022-08-22T22:16:55.529214-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "JJ Spaun",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "938e6540-eeeb-402b-a2bd-9803344616af",
                            "gambit_id": "180d2933-5f2d-4cd6-86a5-ae1063f340a8",
                            "last_updated": "2022-08-22T22:16:55.533797-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Trey Mullinax",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "0f314c7a-d8e2-422e-a9d7-ca8ee6587ba2",
                            "gambit_id": "9c3bf3da-f402-43e5-9ef0-b64e50876229",
                            "last_updated": "2022-08-22T22:16:55.536512-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Wyndham Clark",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "6b24ceb0-49c8-4cb7-b095-f86933175dd3",
                            "gambit_id": "52295cc8-c473-41b4-bc4a-25fded60db47",
                            "last_updated": "2022-08-22T22:16:55.550772-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joohyung Kim",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "b88bcb14-67a1-4563-b5e6-a5d9edd851a1",
                            "gambit_id": "264bfbee-518b-437b-82b7-b4caedf0746b",
                            "last_updated": "2022-08-22T22:16:55.542393-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Taylor Pendrith",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "317726b3-abdc-436d-9f9b-18e7e8cc037b",
                            "gambit_id": "c61104a0-418f-41ed-b002-1842949f47cd",
                            "last_updated": "2022-08-22T22:16:55.535351-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Kisner",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "69c66f6b-fb75-4ce9-89d0-805eda35993a",
                            "gambit_id": "51e6021c-b3ba-4a85-b913-03d102029e3e",
                            "last_updated": "2022-08-22T22:16:55.551184-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Young",
                            "reward": "114.75000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "92475bab-597d-4988-924e-ffc1b9bcfb4a",
                            "gambit_id": "0e7935b5-03e1-465b-9693-f03eaddca1e9",
                            "last_updated": "2022-08-22T22:16:55.537711-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Taylor Moore",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "2f812077-9f50-4abd-9633-1343bb8e1e1c",
                            "gambit_id": "2000e6f3-6df1-4888-9552-11bbd26f71b1",
                            "last_updated": "2022-08-22T22:16:55.538113-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kyoung-Hoon Lee",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "317c4611-28ff-4ba3-8b7b-1e6614db0980",
                            "gambit_id": "75834a25-d296-467f-b380-9ec06a1046b6",
                            "last_updated": "2022-08-22T22:16:55.527389-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sepp Straka",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "b42fc431-c1e6-4333-a214-39e8653aa32d",
                            "gambit_id": "ac759a0e-d27b-478b-8636-130200bd7638",
                            "last_updated": "2022-08-22T22:16:55.540632-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denny McCarthy",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "57f4b1a6-298d-4bc5-ac00-309862101279",
                            "gambit_id": "533054e1-bf74-4547-9af6-8fb60e832c31",
                            "last_updated": "2022-08-22T22:16:55.534903-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Andrew Putnam",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "c14c21c4-c071-4661-9785-bf2b07e21d9d",
                            "gambit_id": "a3b0e5a4-e253-4d65-b83d-bbcf9205c067",
                            "last_updated": "2022-08-22T22:16:55.529783-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Tringale",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "cb3bba02-d926-4ba4-b320-5ea2406cd7a0",
                            "gambit_id": "e5a3e4df-7059-4f0a-81b8-14d8bca91408",
                            "last_updated": "2022-08-22T22:16:55.532691-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucas Glover",
                            "reward": "137.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "3180cc81-10d2-43a2-9677-d9477c52e17d",
                            "gambit_id": "4a1f16ac-5e2d-4f2a-8250-9f31242f65e8",
                            "last_updated": "2022-08-22T22:16:55.525789-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Troy Merritt",
                            "reward": "160.25000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "96c78608-ad05-4d46-9b00-dd35111665cc",
                            "gambit_id": "e6f49eae-53c1-4920-a1b8-123b437b03c6",
                            "last_updated": "2022-08-22T22:16:55.533230-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Hadwin",
                            "reward": "160.25000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "0a7ca906-f604-4534-920c-1ee4b86e525b",
                            "gambit_id": "a1b8d912-34e8-4dec-81f7-111144ad279f",
                            "last_updated": "2022-08-22T22:16:55.525329-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brendan Steele",
                            "reward": "160.25000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "b3a63a01-e7bf-49b8-9440-ef435d67c341",
                            "gambit_id": "49f06e29-adc5-4b13-86d5-1d2503224e5d",
                            "last_updated": "2022-08-22T22:16:55.531479-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucas Herbert",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "4064ed2e-d6e2-4a7e-bd57-a8aefbc944f9",
                            "gambit_id": "e97a4d08-46a5-4780-a96b-2bc55bf77d14",
                            "last_updated": "2022-08-22T22:16:55.530321-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Smalley",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "df2ed111-03c3-4468-aec0-3475c9284b50",
                            "gambit_id": "50a93f1a-e3f4-437a-afb7-c45be8e83ca9",
                            "last_updated": "2022-08-22T22:16:55.541128-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Maverick McNealy",
                            "reward": "183.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "12819c16-3a7b-40bc-b18b-2a13faa42496",
                            "gambit_id": "e19eb24a-d994-4604-bcc7-7f9beef07b2f",
                            "last_updated": "2022-08-22T22:16:55.527888-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/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "b1e64dec-ff3d-40e9-89a6-90204b5f3b75",
                            "gambit_id": "c978d668-e321-4f75-8d22-1a91644c1361",
                            "last_updated": "2022-08-22T22:16:55.528753-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matt Kuchar",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "8f17a677-96ab-425e-b754-b2995efaaa14",
                            "gambit_id": "81ec9527-98aa-4b62-bf70-25ae7b5dc48f",
                            "last_updated": "2022-08-22T22:16:55.524855-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tom Hoge",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "0e89bc32-3eea-4bf6-9b13-f78e407f6dd1",
                            "gambit_id": "b4af90be-1364-4879-ba5e-c13af747a3d3",
                            "last_updated": "2022-08-22T22:16:55.551626-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Viktor Hovland",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "1dd286bc-7f44-4904-acc9-857a638960e8",
                            "gambit_id": "4b1051ad-ca42-40b1-af50-efd9361098a4",
                            "last_updated": "2022-08-22T22:16:55.534399-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sebastian Munoz",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "2db02f84-0926-4cec-8c28-72fc6dbc0370",
                            "gambit_id": "02b2b3d6-6910-41ac-9e22-2ba80c5e016a",
                            "last_updated": "2022-08-22T22:16:55.537281-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chris Kirk",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        },
                        {
                            "id": "892c1b05-8cbe-4eaf-8e12-095ddecb639c",
                            "gambit_id": "b05a683a-a432-4ab8-869f-36e1c6833151",
                            "last_updated": "2022-08-22T22:16:55.526688-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mackenzie Hughes",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d05be92a-53d2-4a6f-9679-377050b2f6dc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f8fd8495-d489-49b3-90e3-f4cedcae9d88",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9bf180d7-340e-4248-870b-fb76b3b988bb",
            "completed": false,
            "last_updated": "2022-12-24T17:12:24.183269-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.25,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/9bf180d7-340e-4248-870b-fb76b3b988bb",
            "datetime": "2022-08-18T05:00:00-04:00",
            "cutoff_datetime": "2022-08-18T05:00:00-04:00",
            "name": "EDward Gaming v. FunPlus Phoenix",
            "bettypes": [
                {
                    "id": "f18700d9-03d6-4cf2-aea7-c01442f86eb3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f8fd8495-d489-49b3-90e3-f4cedcae9d88/?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": "EDward Gaming",
                                "amount": 7846.0
                            },
                            {
                                "team": "FunPlus Phoenix",
                                "amount": 2154.0
                            }
                        ],
                        "expected_reward_tokens": 9022.9,
                        "profit_sb": 22.9,
                        "profit_sb_percentage": 0.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f1f19591-e9bf-45a3-aae3-d4ca64271127",
                            "gambit_id": "1cbf9935-17f8-4076-aab5-66bbf8195738",
                            "last_updated": "2022-12-24T17:12:24.187135-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "EDward Gaming",
                            "reward": "1.15000",
                            "odds": "1.16000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18700d9-03d6-4cf2-aea7-c01442f86eb3/?format=api"
                        },
                        {
                            "id": "4ba46020-bdec-45b3-a722-43750118ddc2",
                            "gambit_id": "71e20d06-3fcf-4f3a-90cc-46a6998e0946",
                            "last_updated": "2022-12-24T17:12:24.185998-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FunPlus Phoenix",
                            "reward": "4.19000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18700d9-03d6-4cf2-aea7-c01442f86eb3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0148114a-458c-42b6-99e4-8c249b322bb1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "02690f00-a607-4d61-8579-6d9a771f4780",
            "completed": true,
            "last_updated": "2022-08-18T10:36:55.449465-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/02690f00-a607-4d61-8579-6d9a771f4780",
            "datetime": "2022-08-17T22:59:00-04:00",
            "cutoff_datetime": "2022-08-17T22:59:00-04:00",
            "name": "US Lottery - Powerball: Odd or Even Powerball Number - August 17th 2022",
            "bettypes": [
                {
                    "id": "47d28e09-a3c0-4ecb-8ac1-f13c4aec201f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0148114a-458c-42b6-99e4-8c249b322bb1/?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": "873633c4-6dee-48b1-a6f9-458935229cf5",
                            "gambit_id": "d6ae0221-96b8-4e3e-9f7f-a320ab8586da",
                            "last_updated": "2022-08-18T10:36:55.450402-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/47d28e09-a3c0-4ecb-8ac1-f13c4aec201f/?format=api"
                        },
                        {
                            "id": "3e854e9f-f0f3-4982-bec5-1400d0f8dedc",
                            "gambit_id": "c404f9f9-3125-40fb-aa1f-0dcf78f2c843",
                            "last_updated": "2022-08-18T10:36:55.450913-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/47d28e09-a3c0-4ecb-8ac1-f13c4aec201f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9b579784-81d8-4867-bae9-e5188b29545c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9d9352bd-9b13-4e24-a5d6-48c86971a22d",
            "completed": true,
            "last_updated": "2022-08-18T10:36:52.635591-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/9d9352bd-9b13-4e24-a5d6-48c86971a22d",
            "datetime": "2022-08-17T22:59:00-04:00",
            "cutoff_datetime": "2022-08-17T22:59:00-04:00",
            "name": "US Lottery - Powerball: Pick the Powerball Number - August 17th 2022",
            "bettypes": [
                {
                    "id": "59553ece-878e-477c-8175-e05d9010f366",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9b579784-81d8-4867-bae9-e5188b29545c/?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": "55e5fc16-7a82-4a00-ada5-ecc5dbacf9e5",
                            "gambit_id": "daa8dddf-29d4-4424-aac9-3520c4557b52",
                            "last_updated": "2022-08-18T10:36:52.636511-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                        },
                        {
                            "id": "147ff481-44b3-4001-90a7-783779219b85",
                            "gambit_id": "00b89ee6-62f1-4d15-b1d6-39733d570495",
                            "last_updated": "2022-08-18T10:36:52.637947-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                        },
                        {
                            "id": "520da44c-14c2-4b2b-99ea-f987f4b41e1c",
                            "gambit_id": "4e018a9f-34dd-4dc7-ae19-5bd3fdc85a22",
                            "last_updated": "2022-08-18T10:36:52.638375-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                        },
                        {
                            "id": "720fa11c-da6a-4c40-a900-c9055d793a13",
                            "gambit_id": "b36639ef-67b4-447d-9b93-0937dc9d144a",
                            "last_updated": "2022-08-18T10:36:52.637487-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                        },
                        {
                            "id": "3078a228-7045-445b-9389-01b9fb29250e",
                            "gambit_id": "5d3a0e19-9906-40e6-8134-cf53ee5636d8",
                            "last_updated": "2022-08-18T10:36:52.636994-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "23631eee-f6b1-4790-b7ad-e21e7d692e4f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0a3f1d7a-3116-45bf-a7da-2fd028157572",
            "completed": true,
            "last_updated": "2022-08-18T10:41:52.933937-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/0a3f1d7a-3116-45bf-a7da-2fd028157572",
            "datetime": "2022-08-17T22:00:00-04:00",
            "cutoff_datetime": "2022-08-17T22:00:00-04:00",
            "name": "Vancouver Whitecaps FC v. Colorado Rapids",
            "bettypes": [
                {
                    "id": "f887ba8e-08e4-4e62-a413-33b99c823d4d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/23631eee-f6b1-4790-b7ad-e21e7d692e4f/?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": "Vancouver Whitecaps FC",
                                "amount": 5477.0
                            },
                            {
                                "team": "Colorado Rapids",
                                "amount": 4523.0
                            }
                        ],
                        "expected_reward_tokens": 11939.86,
                        "profit_sb": 2939.86,
                        "profit_sb_percentage": 32.67,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vancouver Whitecaps FC",
                                "amount": 4015.0
                            },
                            {
                                "team": "Colorado Rapids",
                                "amount": 3316.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2669.0
                            }
                        ],
                        "expected_reward_tokens": 8752.7,
                        "profit_sb": -247.3,
                        "profit_sb_percentage": -2.75,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7f88232a-1bd8-4e7b-adaa-a7ce1db1c04c",
                            "gambit_id": "c5c3c0a8-2458-4942-968e-ab4ea5470156",
                            "last_updated": "2022-08-18T10:41:52.936901-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vancouver Whitecaps FC",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f887ba8e-08e4-4e62-a413-33b99c823d4d/?format=api"
                        },
                        {
                            "id": "0003eae0-1d1a-4f4e-892b-f9bd43fa57cd",
                            "gambit_id": "4ab6ffb5-2cde-4eb3-9eb0-3dcf82a4cf4d",
                            "last_updated": "2022-08-18T10:41:52.936434-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Colorado Rapids",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f887ba8e-08e4-4e62-a413-33b99c823d4d/?format=api"
                        },
                        {
                            "id": "4f7c8cf1-e679-46f6-a986-1ae07adbfd82",
                            "gambit_id": "39b9c4f6-8d1c-450a-a8bd-20c423a5558d",
                            "last_updated": "2022-08-18T10:41:52.935971-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/f887ba8e-08e4-4e62-a413-33b99c823d4d/?format=api"
                        }
                    ]
                },
                {
                    "id": "5f8086cd-689c-4acc-8fb4-06f10e789373",
                    "match": "https://api-prod.gambitprofit.com/api/matches/23631eee-f6b1-4790-b7ad-e21e7d692e4f/?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": "11cda06d-f871-426d-bcb7-d8366916c4ab",
                            "gambit_id": "4307d3cb-8ac1-4311-a353-a0cf832abcff",
                            "last_updated": "2022-08-18T10:41:52.935499-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/5f8086cd-689c-4acc-8fb4-06f10e789373/?format=api"
                        },
                        {
                            "id": "6cde2aa3-0e5d-49f5-8150-05d244b15c1d",
                            "gambit_id": "c769b2cb-d520-455b-b85f-c03788598348",
                            "last_updated": "2022-08-18T10:41:52.934989-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/5f8086cd-689c-4acc-8fb4-06f10e789373/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cdc2ed9c-d275-4247-8d53-1ad4f427254c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "48d64700-ce0b-4dce-8e94-6dea586fc0d5",
            "completed": true,
            "last_updated": "2022-08-18T10:22:17.436544-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/48d64700-ce0b-4dce-8e94-6dea586fc0d5",
            "datetime": "2022-08-17T21:45:00-04:00",
            "cutoff_datetime": "2022-08-17T21:45:00-04:00",
            "name": "ARI (Z Davies) v. SFO (C Rodon)",
            "bettypes": [
                {
                    "id": "25ea02e5-e2e8-46d7-9904-f1bbfd4242d1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cdc2ed9c-d275-4247-8d53-1ad4f427254c/?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": 6643.0
                            },
                            {
                                "team": "ARI (Z Davies)",
                                "amount": 3357.0
                            }
                        ],
                        "expected_reward_tokens": 9298.89,
                        "profit_sb": 298.89,
                        "profit_sb_percentage": 3.32,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b4cc3694-9cc4-4713-9859-bd8298f597a4",
                            "gambit_id": "1bae35ab-c1a8-41f6-9cf6-4d8c2f8a41f7",
                            "last_updated": "2022-08-18T10:22:17.439297-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (C Rodon)",
                            "reward": "1.40000",
                            "odds": "1.44440",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25ea02e5-e2e8-46d7-9904-f1bbfd4242d1/?format=api"
                        },
                        {
                            "id": "3861e93d-dae3-4dcc-bd60-943fed42b08b",
                            "gambit_id": "332bb83c-9b6d-46c3-9081-2bb33afc6f1c",
                            "last_updated": "2022-08-18T10:22:17.439723-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (Z Davies)",
                            "reward": "2.77000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25ea02e5-e2e8-46d7-9904-f1bbfd4242d1/?format=api"
                        }
                    ]
                },
                {
                    "id": "28cdd4e5-d8b8-455f-94f8-b32afbb48ba6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cdc2ed9c-d275-4247-8d53-1ad4f427254c/?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": 5109.0
                            },
                            {
                                "team": "SFO",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2fa926f9-1e2e-4eb6-b155-9410fbfe3ff7",
                            "gambit_id": "853825ef-234b-4950-86c2-a1c9bcb1c392",
                            "last_updated": "2022-08-18T10:22:17.438874-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28cdd4e5-d8b8-455f-94f8-b32afbb48ba6/?format=api"
                        },
                        {
                            "id": "f9d6ff4c-c4e5-42d4-bf02-a070020a3bcf",
                            "gambit_id": "25c564d5-20cd-4f2c-bbf6-b213107cbf37",
                            "last_updated": "2022-08-18T10:22:17.438418-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28cdd4e5-d8b8-455f-94f8-b32afbb48ba6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b0f24485-6385-42c0-b0ca-be6d0369f71b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "05d53910-cc3b-427c-852a-7af4428539ad",
            "completed": true,
            "last_updated": "2022-08-18T10:46:53.802444-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/05d53910-cc3b-427c-852a-7af4428539ad",
            "datetime": "2022-08-17T21:00:00-04:00",
            "cutoff_datetime": "2022-08-17T21:00:00-04:00",
            "name": "FC Dallas v. Philadelphia Union",
            "bettypes": [
                {
                    "id": "193fa0c1-e26a-46b3-b864-ea04c1cd7641",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0f24485-6385-42c0-b0ca-be6d0369f71b/?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": 5743.0
                            },
                            {
                                "team": "Philadelphia Union",
                                "amount": 4257.0
                            }
                        ],
                        "expected_reward_tokens": 12002.87,
                        "profit_sb": 3002.87,
                        "profit_sb_percentage": 33.37,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "FC Dallas",
                                "amount": 4170.0
                            },
                            {
                                "team": "Philadelphia Union",
                                "amount": 3090.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2740.0
                            }
                        ],
                        "expected_reward_tokens": 8713.2,
                        "profit_sb": -286.8,
                        "profit_sb_percentage": -3.19,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3fadb10b-300b-4241-8940-b80915b7bafe",
                            "gambit_id": "1e42f143-dae3-4da4-b045-b1a561e06140",
                            "last_updated": "2022-08-18T10:46:53.804937-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Dallas",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193fa0c1-e26a-46b3-b864-ea04c1cd7641/?format=api"
                        },
                        {
                            "id": "5c6f9ae7-61a3-436c-afea-623f3e519af2",
                            "gambit_id": "61b4c124-a8ad-4979-aa3b-8e9a93a4ad27",
                            "last_updated": "2022-08-18T10:46:53.804476-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Union",
                            "reward": "2.82000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/193fa0c1-e26a-46b3-b864-ea04c1cd7641/?format=api"
                        },
                        {
                            "id": "024af467-b6e9-476e-bc4c-985cbeadab3e",
                            "gambit_id": "6865497b-b8d7-4e63-8474-c17c8e265db7",
                            "last_updated": "2022-08-18T10:46:53.805392-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/193fa0c1-e26a-46b3-b864-ea04c1cd7641/?format=api"
                        }
                    ]
                },
                {
                    "id": "b55592dd-9952-48f1-9757-f733b6d09a49",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0f24485-6385-42c0-b0ca-be6d0369f71b/?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": "9d99623b-ac8b-4f45-a5b1-42585aeb46ef",
                            "gambit_id": "0f6b2572-f36c-4f14-b462-47e636fe36e6",
                            "last_updated": "2022-08-18T10:46:53.804001-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/b55592dd-9952-48f1-9757-f733b6d09a49/?format=api"
                        },
                        {
                            "id": "615964ed-6835-4870-9eeb-804df5f872bf",
                            "gambit_id": "a6d43f02-9163-44df-8fea-0fd7964b5e53",
                            "last_updated": "2022-08-18T10:46:53.803485-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/b55592dd-9952-48f1-9757-f733b6d09a49/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "eff5c14d-b8f6-4ec3-bcdb-932aef16a09f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bcef994c-e7e4-4ac6-9a56-42ea5d1b013b",
            "completed": true,
            "last_updated": "2022-08-18T10:31:48.575873-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.04,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/bcef994c-e7e4-4ac6-9a56-42ea5d1b013b",
            "datetime": "2022-08-17T20:10:00-04:00",
            "cutoff_datetime": "2022-08-17T20:10:00-04:00",
            "name": "LOS (T Gonsolin) v. MIL (E Lauer)",
            "bettypes": [
                {
                    "id": "0a45ad48-19da-479d-9968-313cb82b398e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eff5c14d-b8f6-4ec3-bcdb-932aef16a09f/?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": 5964.0
                            },
                            {
                                "team": "MIL (E Lauer)",
                                "amount": 4036.0
                            }
                        ],
                        "expected_reward_tokens": 9363.48,
                        "profit_sb": 363.48,
                        "profit_sb_percentage": 4.04,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ae45ece1-5b4b-4413-9c48-d72991ab2e5c",
                            "gambit_id": "310f06d4-f3f9-46c0-9fd6-72fc5a6383e3",
                            "last_updated": "2022-08-18T10:31:48.578666-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (T Gonsolin)",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a45ad48-19da-479d-9968-313cb82b398e/?format=api"
                        },
                        {
                            "id": "42bfc8cd-3820-4f3f-9b28-9adadbba0617",
                            "gambit_id": "41a9de56-7fb5-423e-8d29-a0e8f5128960",
                            "last_updated": "2022-08-18T10:31:48.579115-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (E Lauer)",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a45ad48-19da-479d-9968-313cb82b398e/?format=api"
                        }
                    ]
                },
                {
                    "id": "9aca75bd-cce4-4faf-9b51-79beb329f1b0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eff5c14d-b8f6-4ec3-bcdb-932aef16a09f/?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": 5109.0
                            },
                            {
                                "team": "LOS",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1bef2ee8-bcb7-4a15-a4c0-4fe26eb4669c",
                            "gambit_id": "c33bc7db-8f50-410f-beee-c045dfebe220",
                            "last_updated": "2022-08-18T10:31:48.577705-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aca75bd-cce4-4faf-9b51-79beb329f1b0/?format=api"
                        },
                        {
                            "id": "2ff4befb-07ee-48fe-a6e1-020c05eb8e11",
                            "gambit_id": "26229ab3-ee08-4ca7-9992-e98dc362a1cc",
                            "last_updated": "2022-08-18T10:31:48.578203-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aca75bd-cce4-4faf-9b51-79beb329f1b0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "098d16d6-e4a9-4a33-b593-884938605615",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b6b039a4-fdad-4188-9a6b-60fc79242d43",
            "completed": true,
            "last_updated": "2022-08-18T10:31:49.594420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.88,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/b6b039a4-fdad-4188-9a6b-60fc79242d43",
            "datetime": "2022-08-17T20:10:00-04:00",
            "cutoff_datetime": "2022-08-17T20:10:00-04:00",
            "name": "HOU (F Valdez) v. CWS (M Kopech)",
            "bettypes": [
                {
                    "id": "e0687e3b-7e80-4879-a19a-2f88ccbfa11c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/098d16d6-e4a9-4a33-b593-884938605615/?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": 5807.0
                            },
                            {
                                "team": "CWS (M Kopech)",
                                "amount": 4193.0
                            }
                        ],
                        "expected_reward_tokens": 9349.27,
                        "profit_sb": 349.27,
                        "profit_sb_percentage": 3.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4c651449-47f7-48f4-94f1-50e20f02e8df",
                            "gambit_id": "1fa49559-99b8-4b6b-a246-7f28df3fad03",
                            "last_updated": "2022-08-18T10:31:49.597659-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (F Valdez)",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0687e3b-7e80-4879-a19a-2f88ccbfa11c/?format=api"
                        },
                        {
                            "id": "4788c1c7-71b1-4b30-abfe-d2b32d830997",
                            "gambit_id": "9dec0526-a034-40f6-9cfe-8b124b6873c2",
                            "last_updated": "2022-08-18T10:31:49.597195-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (M Kopech)",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0687e3b-7e80-4879-a19a-2f88ccbfa11c/?format=api"
                        }
                    ]
                },
                {
                    "id": "c2c499f7-f532-4458-bd33-6f75ae838c05",
                    "match": "https://api-prod.gambitprofit.com/api/matches/098d16d6-e4a9-4a33-b593-884938605615/?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": "CWS",
                                "amount": 5405.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4595.0
                            }
                        ],
                        "expected_reward_tokens": 9188.5,
                        "profit_sb": 188.5,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2fdb5a14-d4a3-41a1-9b54-369f7a356550",
                            "gambit_id": "93d9bba6-897d-4fbc-a7ec-7a50e60b8571",
                            "last_updated": "2022-08-18T10:31:49.596272-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c499f7-f532-4458-bd33-6f75ae838c05/?format=api"
                        },
                        {
                            "id": "09a465d1-c30a-46ec-bd06-24e581b1b370",
                            "gambit_id": "3d4df46a-9211-42e8-98a1-5f664d3dba6b",
                            "last_updated": "2022-08-18T10:31:49.596732-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c499f7-f532-4458-bd33-6f75ae838c05/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7f88816b-2b15-4ae9-b50d-95e4a1914c10",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2d8c7b9d-632c-44a5-99b3-6ad4ed3da3c9",
            "completed": true,
            "last_updated": "2022-08-18T10:31:48.437263-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/2d8c7b9d-632c-44a5-99b3-6ad4ed3da3c9",
            "datetime": "2022-08-17T20:05:00-04:00",
            "cutoff_datetime": "2022-08-17T20:05:00-04:00",
            "name": "OAK (A Oller) v. TEX (C Ragans)",
            "bettypes": [
                {
                    "id": "e3b7eefa-3621-4721-929b-ed7338701409",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7f88816b-2b15-4ae9-b50d-95e4a1914c10/?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 (C Ragans)",
                                "amount": 6101.0
                            },
                            {
                                "team": "OAK (A Oller)",
                                "amount": 3899.0
                            }
                        ],
                        "expected_reward_tokens": 9395.54,
                        "profit_sb": 395.54,
                        "profit_sb_percentage": 4.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "04da3621-f61c-441a-86ea-3a6a5476285c",
                            "gambit_id": "7d8a5fe5-1f9f-422b-b1e3-ab1de2a81b0d",
                            "last_updated": "2022-08-18T10:31:48.439669-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (C Ragans)",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3b7eefa-3621-4721-929b-ed7338701409/?format=api"
                        },
                        {
                            "id": "1662a259-e724-4280-a28b-f30ffb3c4223",
                            "gambit_id": "59320a69-e0b1-46ee-bf97-a94ef93b1b67",
                            "last_updated": "2022-08-18T10:31:48.440130-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (A Oller)",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3b7eefa-3621-4721-929b-ed7338701409/?format=api"
                        }
                    ]
                },
                {
                    "id": "56e7fa1b-9bf6-4b56-a78a-33fec03e8674",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7f88816b-2b15-4ae9-b50d-95e4a1914c10/?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": "OAK",
                                "amount": 5588.0
                            },
                            {
                                "team": "TEX",
                                "amount": 4412.0
                            }
                        ],
                        "expected_reward_tokens": 9220.2,
                        "profit_sb": 220.2,
                        "profit_sb_percentage": 2.45,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4b64e75f-4067-44b1-81db-aec0ff4b83eb",
                            "gambit_id": "0826f260-fefc-4ff6-b1f7-87eca42ab0fa",
                            "last_updated": "2022-08-18T10:31:48.439280-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56e7fa1b-9bf6-4b56-a78a-33fec03e8674/?format=api"
                        },
                        {
                            "id": "985344a9-2297-4399-a6f0-29ea27f1a569",
                            "gambit_id": "01e1af57-c350-45ca-b887-f1027f385a8c",
                            "last_updated": "2022-08-18T10:31:48.438890-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56e7fa1b-9bf6-4b56-a78a-33fec03e8674/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5c57c7ad-373f-49c8-8870-b7cfede72761",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4a8f22bf-c855-4fa9-98e6-5e829f83209a",
            "completed": true,
            "last_updated": "2022-08-18T10:46:54.206493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.02,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/4a8f22bf-c855-4fa9-98e6-5e829f83209a",
            "datetime": "2022-08-17T20:00:00-04:00",
            "cutoff_datetime": "2022-08-17T20:00:00-04:00",
            "name": "New York City FC v. Charlotte FC",
            "bettypes": [
                {
                    "id": "4e033690-cc46-4ceb-8106-8dc8624e901f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5c57c7ad-373f-49c8-8870-b7cfede72761/?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": 7772.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2228.0
                            }
                        ],
                        "expected_reward_tokens": 10336.76,
                        "profit_sb": 1336.76,
                        "profit_sb_percentage": 14.85,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York City FC",
                                "amount": 6700.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1920.0
                            },
                            {
                                "team": "Charlotte FC",
                                "amount": 1379.0
                            }
                        ],
                        "expected_reward_tokens": 8908.34,
                        "profit_sb": -91.66,
                        "profit_sb_percentage": -1.02,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5aceed51-fa78-482e-a0a0-e75df6f7fc08",
                            "gambit_id": "1f1f1d37-e8ac-49ea-89e5-21b7d40ca59b",
                            "last_updated": "2022-08-18T10:46:54.209214-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York City FC",
                            "reward": "1.33000",
                            "odds": "1.36000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e033690-cc46-4ceb-8106-8dc8624e901f/?format=api"
                        },
                        {
                            "id": "569102a6-b76c-41eb-a98a-d88790e6acce",
                            "gambit_id": "c90f2158-c504-4d4d-a4e6-297f1a6fed4d",
                            "last_updated": "2022-08-18T10:46:54.209690-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/4e033690-cc46-4ceb-8106-8dc8624e901f/?format=api"
                        },
                        {
                            "id": "ee17b5b7-6ed1-44dd-b57b-7fce4fe8a56e",
                            "gambit_id": "c2787184-bbe1-49d6-8ed9-6c457f91c99c",
                            "last_updated": "2022-08-18T10:46:54.208758-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charlotte FC",
                            "reward": "6.46000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e033690-cc46-4ceb-8106-8dc8624e901f/?format=api"
                        }
                    ]
                },
                {
                    "id": "c384a1e2-abf5-4fd3-a4a5-4540dd6bab3f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5c57c7ad-373f-49c8-8870-b7cfede72761/?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": 6309.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3691.0
                            }
                        ],
                        "expected_reward_tokens": 8895.31,
                        "profit_sb": -104.69,
                        "profit_sb_percentage": -1.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a37a5da7-42bc-41da-9a21-7e9f57d8879a",
                            "gambit_id": "5e8d6797-14ed-4805-9600-6e0d2129f561",
                            "last_updated": "2022-08-18T10:46:54.208291-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.41000",
                            "odds": "1.45000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c384a1e2-abf5-4fd3-a4a5-4540dd6bab3f/?format=api"
                        },
                        {
                            "id": "528d2f89-8cea-4a36-99a4-8691ed754a8f",
                            "gambit_id": "7bdb2680-e09b-413b-8071-79ace56b267f",
                            "last_updated": "2022-08-18T10:46:54.207786-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c384a1e2-abf5-4fd3-a4a5-4540dd6bab3f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cc264846-f116-4edc-880f-64704d6e6dd6",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "cbfd5117-4f9d-4c62-a52a-2843077029b1",
            "completed": true,
            "last_updated": "2022-08-18T10:31:48.859207-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/cbfd5117-4f9d-4c62-a52a-2843077029b1",
            "datetime": "2022-08-17T19:45:00-04:00",
            "cutoff_datetime": "2022-08-17T19:45:00-04:00",
            "name": "COL (G Marquez) v. STL (J Montgomery)",
            "bettypes": [
                {
                    "id": "c24084b7-c5d1-42c3-8ffc-a91730063244",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc264846-f116-4edc-880f-64704d6e6dd6/?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": 6395.0
                            },
                            {
                                "team": "COL (G Marquez)",
                                "amount": 3605.0
                            }
                        ],
                        "expected_reward_tokens": 9336.7,
                        "profit_sb": 336.7,
                        "profit_sb_percentage": 3.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7c6cdf7a-e30d-43c5-8bf0-607ef922756f",
                            "gambit_id": "1b9d190a-4140-4461-ae29-cfb7e6d04943",
                            "last_updated": "2022-08-18T10:31:48.862228-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (J Montgomery)",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c24084b7-c5d1-42c3-8ffc-a91730063244/?format=api"
                        },
                        {
                            "id": "ce6b9924-72b4-4a01-b0f0-979beab19120",
                            "gambit_id": "93c41c98-3a82-465a-8c9c-e3b2ae0a073b",
                            "last_updated": "2022-08-18T10:31:48.862747-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (G Marquez)",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c24084b7-c5d1-42c3-8ffc-a91730063244/?format=api"
                        }
                    ]
                },
                {
                    "id": "fee4064c-c56b-4d62-b345-e1dfc06a3a5a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc264846-f116-4edc-880f-64704d6e6dd6/?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": 5511.0
                            },
                            {
                                "team": "STL",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c598cc23-5ea2-46b0-881f-02f4a84f020b",
                            "gambit_id": "466651ec-28c4-4fd5-b32b-208c80453e17",
                            "last_updated": "2022-08-18T10:31:48.861198-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee4064c-c56b-4d62-b345-e1dfc06a3a5a/?format=api"
                        },
                        {
                            "id": "4f619634-91ff-4d86-ac70-1f34a37f1073",
                            "gambit_id": "a457dbef-603c-40c1-9007-52579f6682d4",
                            "last_updated": "2022-08-18T10:31:48.861732-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee4064c-c56b-4d62-b345-e1dfc06a3a5a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c42868ce-cab6-46b9-afac-3839651dee2b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "44a79eb5-e008-410e-8035-0ec3416dfec9",
            "completed": true,
            "last_updated": "2022-08-18T10:51:55.137974-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.28,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/44a79eb5-e008-410e-8035-0ec3416dfec9",
            "datetime": "2022-08-17T19:30:00-04:00",
            "cutoff_datetime": "2022-08-17T19:30:00-04:00",
            "name": "Toronto FC v. New England Revolution",
            "bettypes": [
                {
                    "id": "86ede3cb-d581-411b-8b6d-e3f7e1365e70",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c42868ce-cab6-46b9-afac-3839651dee2b/?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": "Toronto FC",
                                "amount": 6996.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3004.0
                            }
                        ],
                        "expected_reward_tokens": 11473.44,
                        "profit_sb": 2473.44,
                        "profit_sb_percentage": 27.48,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto FC",
                                "amount": 5409.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2322.0
                            },
                            {
                                "team": "New England Revolution",
                                "amount": 2269.0
                            }
                        ],
                        "expected_reward_tokens": 8870.04,
                        "profit_sb": -129.96,
                        "profit_sb_percentage": -1.44,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "52125e5b-5cad-436a-b848-a2f3281f787d",
                            "gambit_id": "9d1dae31-332f-4077-982a-22a0716310f8",
                            "last_updated": "2022-08-18T10:51:55.139916-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toronto FC",
                            "reward": "1.64000",
                            "odds": "1.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ede3cb-d581-411b-8b6d-e3f7e1365e70/?format=api"
                        },
                        {
                            "id": "db1604fd-3492-4f51-901f-3163bdb9b959",
                            "gambit_id": "a618be39-39d3-458b-a8fd-47861337dabc",
                            "last_updated": "2022-08-18T10:51:55.140267-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/86ede3cb-d581-411b-8b6d-e3f7e1365e70/?format=api"
                        },
                        {
                            "id": "c2eef41f-a824-4729-8546-740e078f6d21",
                            "gambit_id": "2a3724e6-40d9-422a-99ab-dd74a6d481bc",
                            "last_updated": "2022-08-18T10:51:55.139572-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New England Revolution",
                            "reward": "3.91000",
                            "odds": "4.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86ede3cb-d581-411b-8b6d-e3f7e1365e70/?format=api"
                        }
                    ]
                },
                {
                    "id": "ed1cf815-eaea-4722-a150-ce013f1e12d1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c42868ce-cab6-46b9-afac-3839651dee2b/?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": 6086.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3914.0
                            }
                        ],
                        "expected_reward_tokens": 8884.78,
                        "profit_sb": -115.22,
                        "profit_sb_percentage": -1.28,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c8bac3f7-769f-40ef-a0f0-d005c876b2ba",
                            "gambit_id": "90bf7da4-b32e-4da1-89cc-51c345f775f8",
                            "last_updated": "2022-08-18T10:51:55.138791-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed1cf815-eaea-4722-a150-ce013f1e12d1/?format=api"
                        },
                        {
                            "id": "a6cf3b38-86d5-4a36-b113-f30825a3b707",
                            "gambit_id": "f10091d7-62fa-4ea4-9b41-05c641de9752",
                            "last_updated": "2022-08-18T10:51:55.139199-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed1cf815-eaea-4722-a150-ce013f1e12d1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "50a86002-a23c-4f41-a353-dce999279d34",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2eda4e99-4566-4adf-9fec-7e8b9f002b56",
            "completed": true,
            "last_updated": "2022-08-18T10:51:55.270336-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/2eda4e99-4566-4adf-9fec-7e8b9f002b56",
            "datetime": "2022-08-17T19:30:00-04:00",
            "cutoff_datetime": "2022-08-17T19:30:00-04:00",
            "name": "Atlanta United FC v. New York Red Bulls",
            "bettypes": [
                {
                    "id": "85bb0673-2b5c-4425-abc2-924f702b611e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/50a86002-a23c-4f41-a353-dce999279d34/?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": "Atlanta United FC",
                                "amount": 5560.0
                            },
                            {
                                "team": "New York Red Bulls",
                                "amount": 4440.0
                            }
                        ],
                        "expected_reward_tokens": 12120.8,
                        "profit_sb": 3120.8,
                        "profit_sb_percentage": 34.68,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atlanta United FC",
                                "amount": 4012.0
                            },
                            {
                                "team": "New York Red Bulls",
                                "amount": 3203.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2785.0
                            }
                        ],
                        "expected_reward_tokens": 8744.19,
                        "profit_sb": -255.81,
                        "profit_sb_percentage": -2.84,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b59a3fe0-9028-44a4-a383-6dcc7c2fe5c4",
                            "gambit_id": "3c101057-6fbd-4f4f-906c-81329500bfeb",
                            "last_updated": "2022-08-18T10:51:55.273090-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta United FC",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bb0673-2b5c-4425-abc2-924f702b611e/?format=api"
                        },
                        {
                            "id": "37e62ded-79d4-4b5b-afed-c4c99f3dc5fd",
                            "gambit_id": "ac77cfbd-9d20-4a47-83ed-3b4166f1bff2",
                            "last_updated": "2022-08-18T10:51:55.272242-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Red Bulls",
                            "reward": "2.73000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bb0673-2b5c-4425-abc2-924f702b611e/?format=api"
                        },
                        {
                            "id": "1ec9e446-697d-4661-8f64-1b2e1ba3ca86",
                            "gambit_id": "e3438076-8965-412d-9b48-cd11a74bedbd",
                            "last_updated": "2022-08-18T10:51:55.272672-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.14000",
                            "odds": "3.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bb0673-2b5c-4425-abc2-924f702b611e/?format=api"
                        }
                    ]
                },
                {
                    "id": "5bb06dd6-4776-4e05-990f-ee02d8d9b0c5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/50a86002-a23c-4f41-a353-dce999279d34/?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": "3185c901-686e-4034-95b6-beec4c94787e",
                            "gambit_id": "4335696f-3144-41d7-af3d-bcb171c98049",
                            "last_updated": "2022-08-18T10:51:55.271804-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/5bb06dd6-4776-4e05-990f-ee02d8d9b0c5/?format=api"
                        },
                        {
                            "id": "cb9b66ce-007e-4adf-a3cb-15e7b2ffe9b2",
                            "gambit_id": "9739eb93-78ad-494b-8bd6-0bb16efe9e08",
                            "last_updated": "2022-08-18T10:51:55.271320-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/5bb06dd6-4776-4e05-990f-ee02d8d9b0c5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4de2643f-6b42-4779-a2f5-0dc1caa32e7d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "17079dcf-1ec9-4c2e-8b45-35d315ce2106",
            "completed": true,
            "last_updated": "2022-08-18T10:31:48.296508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.7,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/17079dcf-1ec9-4c2e-8b45-35d315ce2106",
            "datetime": "2022-08-17T19:20:00-04:00",
            "cutoff_datetime": "2022-08-17T19:20:00-04:00",
            "name": "NYM (M Scherzer) v. ATL (J Odorizzi)",
            "bettypes": [
                {
                    "id": "82a8afeb-ba4b-4ab4-bd85-b39e4a6d6427",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4de2643f-6b42-4779-a2f5-0dc1caa32e7d/?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": 5870.0
                            },
                            {
                                "team": "ATL (J Odorizzi)",
                                "amount": 4130.0
                            }
                        ],
                        "expected_reward_tokens": 9333.3,
                        "profit_sb": 333.3,
                        "profit_sb_percentage": 3.7,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cae8c2e4-0fc1-4b92-83df-0943be3eb5fb",
                            "gambit_id": "3bea8c2a-ba39-4b5f-88db-e37c4d106be2",
                            "last_updated": "2022-08-18T10:31:48.299369-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (M Scherzer)",
                            "reward": "1.59000",
                            "odds": "1.65360",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82a8afeb-ba4b-4ab4-bd85-b39e4a6d6427/?format=api"
                        },
                        {
                            "id": "70698f2e-4a69-4143-a71f-b38e98af8d2a",
                            "gambit_id": "f109bf33-742f-41b6-9bba-a3a3acc4e890",
                            "last_updated": "2022-08-18T10:31:48.299820-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (J Odorizzi)",
                            "reward": "2.26000",
                            "odds": "2.38000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82a8afeb-ba4b-4ab4-bd85-b39e4a6d6427/?format=api"
                        }
                    ]
                },
                {
                    "id": "df1e2a11-4c47-4eca-836c-fdc0ae862b3e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4de2643f-6b42-4779-a2f5-0dc1caa32e7d/?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": 5511.0
                            },
                            {
                                "team": "NYM",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "efc778b9-5125-4acd-acfc-368563a76e66",
                            "gambit_id": "ed944062-6eea-49b6-94f2-29c3057943a4",
                            "last_updated": "2022-08-18T10:31:48.298446-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1e2a11-4c47-4eca-836c-fdc0ae862b3e/?format=api"
                        },
                        {
                            "id": "8a41245c-fb76-45ee-96b7-a32335fe6582",
                            "gambit_id": "1168735f-5740-47e9-9952-3f6eeebbedff",
                            "last_updated": "2022-08-18T10:31:48.298906-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1e2a11-4c47-4eca-836c-fdc0ae862b3e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b78dddd6-ea83-47e2-bcc8-79b33aafd71b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0b8e9d1e-4f62-428b-b100-d9a13c073fa7",
            "completed": true,
            "last_updated": "2022-08-18T10:31:49.154722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.52,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/0b8e9d1e-4f62-428b-b100-d9a13c073fa7",
            "datetime": "2022-08-17T19:10:00-04:00",
            "cutoff_datetime": "2022-08-17T19:10:00-04:00",
            "name": "DET (D Norris) v. CLE (C Quantrill)",
            "bettypes": [
                {
                    "id": "2df84f6e-72fb-49cf-9cba-a7651a314f60",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b78dddd6-ea83-47e2-bcc8-79b33aafd71b/?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 (C Quantrill)",
                                "amount": 6471.0
                            },
                            {
                                "team": "DET (D Norris)",
                                "amount": 3529.0
                            }
                        ],
                        "expected_reward_tokens": 9316.56,
                        "profit_sb": 316.56,
                        "profit_sb_percentage": 3.52,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "33a142ac-b82d-41a9-ae5a-5ee41152ac9a",
                            "gambit_id": "ba09c334-47b9-45d7-8b61-34b35a21d533",
                            "last_updated": "2022-08-18T10:31:49.157479-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (C Quantrill)",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2df84f6e-72fb-49cf-9cba-a7651a314f60/?format=api"
                        },
                        {
                            "id": "d9030495-35d3-4aeb-8b07-b413d27f1ed5",
                            "gambit_id": "e665d30e-95e6-4a5c-b11c-a1435af55400",
                            "last_updated": "2022-08-18T10:31:49.157871-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (D Norris)",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2df84f6e-72fb-49cf-9cba-a7651a314f60/?format=api"
                        }
                    ]
                },
                {
                    "id": "c8cdba92-279e-488d-9ed2-9d72367875a7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b78dddd6-ea83-47e2-bcc8-79b33aafd71b/?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": 5000.0
                            },
                            {
                                "team": "CLE",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ad0acb22-e40f-4b2b-bfb1-0b4639f1c117",
                            "gambit_id": "08f791f7-c5c0-4614-ac88-c693680b2c39",
                            "last_updated": "2022-08-18T10:31:49.157094-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8cdba92-279e-488d-9ed2-9d72367875a7/?format=api"
                        },
                        {
                            "id": "f6ffe760-0920-4e57-a567-b04e7fbd62a5",
                            "gambit_id": "32701e27-90ee-4351-b01a-b68c0c0bedcf",
                            "last_updated": "2022-08-18T10:31:49.156705-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8cdba92-279e-488d-9ed2-9d72367875a7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "927dd80c-520e-4cb1-9fab-8cb6a731660c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "36779d00-11ff-419d-bcb6-e68f1abad8a1",
            "completed": true,
            "last_updated": "2022-08-18T10:31:50.535874-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/36779d00-11ff-419d-bcb6-e68f1abad8a1",
            "datetime": "2022-08-17T19:05:00-04:00",
            "cutoff_datetime": "2022-08-17T19:05:00-04:00",
            "name": "TAM (C Kluber) v. NYY (D German)",
            "bettypes": [
                {
                    "id": "be099c64-9018-40e8-9c74-5f5229672809",
                    "match": "https://api-prod.gambitprofit.com/api/matches/927dd80c-520e-4cb1-9fab-8cb6a731660c/?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": 5515.0
                            },
                            {
                                "team": "TAM (C Kluber)",
                                "amount": 4485.0
                            }
                        ],
                        "expected_reward_tokens": 9373.65,
                        "profit_sb": 373.65,
                        "profit_sb_percentage": 4.15,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6003e3b1-7450-4a3d-875c-e5adafe76d81",
                            "gambit_id": "1814b124-965d-408c-995c-972d3bb6313c",
                            "last_updated": "2022-08-18T10:31:50.538721-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (D German)",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be099c64-9018-40e8-9c74-5f5229672809/?format=api"
                        },
                        {
                            "id": "1fa09425-9dc6-409d-8ec5-0bd68fc1c77d",
                            "gambit_id": "fd09e654-46e4-4f8c-bb46-9343ef43c919",
                            "last_updated": "2022-08-18T10:31:50.539177-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM (C Kluber)",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be099c64-9018-40e8-9c74-5f5229672809/?format=api"
                        }
                    ]
                },
                {
                    "id": "7be70eeb-ed96-4755-b344-f7c4305ea81b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/927dd80c-520e-4cb1-9fab-8cb6a731660c/?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": "TAM",
                                "amount": 6132.0
                            },
                            {
                                "team": "NYY",
                                "amount": 3868.0
                            }
                        ],
                        "expected_reward_tokens": 9320.64,
                        "profit_sb": 320.64,
                        "profit_sb_percentage": 3.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "536e4640-a7e0-4b02-b82c-db82e4600d94",
                            "gambit_id": "85105ef2-121a-4855-8bad-b9fd03379b2d",
                            "last_updated": "2022-08-18T10:31:50.538253-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM",
                            "reward": "1.52000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7be70eeb-ed96-4755-b344-f7c4305ea81b/?format=api"
                        },
                        {
                            "id": "f938df1b-d152-4edf-9dbe-80e1803df07a",
                            "gambit_id": "59e2cfb0-e6fa-4b84-8ea3-21815ff7861c",
                            "last_updated": "2022-08-18T10:31:50.537782-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7be70eeb-ed96-4755-b344-f7c4305ea81b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a56572cd-d77f-497f-9e90-12d4eebca03c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "701b0193-6e16-4a4d-bccf-9c5dca2d65d0",
            "completed": true,
            "last_updated": "2022-08-18T10:31:50.308362-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/701b0193-6e16-4a4d-bccf-9c5dca2d65d0",
            "datetime": "2022-08-17T19:05:00-04:00",
            "cutoff_datetime": "2022-08-17T19:05:00-04:00",
            "name": "BOS (R Hill) v. PIT (R Contreras)",
            "bettypes": [
                {
                    "id": "10327914-1ebd-450f-95c8-6f6fa946039e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a56572cd-d77f-497f-9e90-12d4eebca03c/?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 (R Hill)",
                                "amount": 5881.0
                            },
                            {
                                "team": "PIT (R Contreras)",
                                "amount": 4119.0
                            }
                        ],
                        "expected_reward_tokens": 9350.13,
                        "profit_sb": 350.13,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "74af35f9-fb3e-478f-857d-93d1e72bb09b",
                            "gambit_id": "d785e312-fa73-42a9-a864-9f8834e6d6cd",
                            "last_updated": "2022-08-18T10:31:50.311659-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (R Hill)",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10327914-1ebd-450f-95c8-6f6fa946039e/?format=api"
                        },
                        {
                            "id": "cc14e204-026f-43d8-924f-f2ab68075a37",
                            "gambit_id": "6ecaa6ed-d24b-4c55-9a97-e584a3890d0d",
                            "last_updated": "2022-08-18T10:31:50.311187-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (R Contreras)",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10327914-1ebd-450f-95c8-6f6fa946039e/?format=api"
                        }
                    ]
                },
                {
                    "id": "d6a4dbee-0f77-44e1-9b1e-89485dd881a0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a56572cd-d77f-497f-9e90-12d4eebca03c/?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": 5312.0
                            },
                            {
                                "team": "BOS",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dd404025-4741-4987-a1ba-326b15951939",
                            "gambit_id": "0cd2b60b-e81f-4268-b854-8c3c4b05e350",
                            "last_updated": "2022-08-18T10:31:50.310227-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a4dbee-0f77-44e1-9b1e-89485dd881a0/?format=api"
                        },
                        {
                            "id": "72b0b1db-0f75-4342-8c43-7457aea43588",
                            "gambit_id": "e340fa78-c9cd-4af8-9186-0c5bd0710595",
                            "last_updated": "2022-08-18T10:31:50.310714-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6a4dbee-0f77-44e1-9b1e-89485dd881a0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4edd6600-0360-4da5-95a0-88b9d35ab6c2",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7cf372ff-2bd2-46b0-9489-30ce63fe12e5",
            "completed": true,
            "last_updated": "2022-08-18T10:31:51.265821-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/7cf372ff-2bd2-46b0-9489-30ce63fe12e5",
            "datetime": "2022-08-17T16:10:00-04:00",
            "cutoff_datetime": "2022-08-17T16:10:00-04:00",
            "name": "SDG (M Clevinger) v. MIA (P Lopez)",
            "bettypes": [
                {
                    "id": "da02ad99-6e35-413f-be7d-dead32e34a8d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4edd6600-0360-4da5-95a0-88b9d35ab6c2/?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": 5881.0
                            },
                            {
                                "team": "MIA (P Lopez)",
                                "amount": 4119.0
                            }
                        ],
                        "expected_reward_tokens": 9350.13,
                        "profit_sb": 350.13,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2b6cb879-1103-46fe-be2b-cc6d7ac8d693",
                            "gambit_id": "98d2f1c9-69fd-42b3-8065-3de4ec3353ab",
                            "last_updated": "2022-08-18T10:31:51.269093-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (M Clevinger)",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da02ad99-6e35-413f-be7d-dead32e34a8d/?format=api"
                        },
                        {
                            "id": "5231f772-af94-403f-bad9-07f6c0b69ea6",
                            "gambit_id": "ca266716-b545-4b29-b509-32a2e9c73278",
                            "last_updated": "2022-08-18T10:31:51.268717-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (P Lopez)",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da02ad99-6e35-413f-be7d-dead32e34a8d/?format=api"
                        }
                    ]
                },
                {
                    "id": "fa4f7726-9d41-403c-859f-ea507022e138",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4edd6600-0360-4da5-95a0-88b9d35ab6c2/?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": 5511.0
                            },
                            {
                                "team": "SDG",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "40bdc74e-9391-47cf-bca4-23f723b2e190",
                            "gambit_id": "f185ebdb-500f-4b7e-863b-82a2dddc7b0b",
                            "last_updated": "2022-08-18T10:31:51.267936-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4f7726-9d41-403c-859f-ea507022e138/?format=api"
                        },
                        {
                            "id": "cedafc74-5822-4ba0-af88-5e63fb4676ff",
                            "gambit_id": "69cf63be-b6ea-4699-8fe8-38c9f9ff5ed8",
                            "last_updated": "2022-08-18T10:31:51.268330-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4f7726-9d41-403c-859f-ea507022e138/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bf663ad9-80e9-44d7-9ca9-37ecfee4a6ad",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "66bfb031-bfe5-4a02-9bc3-1bf7d7959ecc",
            "completed": true,
            "last_updated": "2022-08-18T10:31:51.553818-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/66bfb031-bfe5-4a02-9bc3-1bf7d7959ecc",
            "datetime": "2022-08-17T16:07:00-04:00",
            "cutoff_datetime": "2022-08-17T16:07:00-04:00",
            "name": "SEA (G Kirby) v. LAA (T Toussaint)",
            "bettypes": [
                {
                    "id": "df79a2a9-e99a-4e96-928c-5d3840c43e11",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bf663ad9-80e9-44d7-9ca9-37ecfee4a6ad/?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": 6101.0
                            },
                            {
                                "team": "LAA (T Toussaint)",
                                "amount": 3899.0
                            }
                        ],
                        "expected_reward_tokens": 9395.54,
                        "profit_sb": 395.54,
                        "profit_sb_percentage": 4.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "19f1e57a-60e4-402c-b65a-1f111784fd3e",
                            "gambit_id": "ff87c20a-b419-4d07-a327-b00dfc053b5a",
                            "last_updated": "2022-08-18T10:31:51.557199-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (G Kirby)",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df79a2a9-e99a-4e96-928c-5d3840c43e11/?format=api"
                        },
                        {
                            "id": "18486c9b-d485-4c64-8481-5b3cec69a21b",
                            "gambit_id": "0d757071-ca4a-440c-aa60-d4e8ab3a5214",
                            "last_updated": "2022-08-18T10:31:51.556742-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (T Toussaint)",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df79a2a9-e99a-4e96-928c-5d3840c43e11/?format=api"
                        }
                    ]
                },
                {
                    "id": "d3824c4c-f44e-4c1e-9b93-74e6392cfd9a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bf663ad9-80e9-44d7-9ca9-37ecfee4a6ad/?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": 5000.0
                            },
                            {
                                "team": "LAA",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a4ab1c20-c472-41cd-a10c-916ec6fed4d3",
                            "gambit_id": "754eb8c8-7fc6-4169-a1e0-68e28f18e3d1",
                            "last_updated": "2022-08-18T10:31:51.556282-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3824c4c-f44e-4c1e-9b93-74e6392cfd9a/?format=api"
                        },
                        {
                            "id": "cb841bdc-aadb-4e3b-a5c3-89b18f9aeb16",
                            "gambit_id": "97df2bb8-13d7-400c-bd5c-6e21ec2946a7",
                            "last_updated": "2022-08-18T10:31:51.555818-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3824c4c-f44e-4c1e-9b93-74e6392cfd9a/?format=api"
                        }
                    ]
                },
                {
                    "id": "36c839d6-cb21-4297-aad8-8e8ec4652cc0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bf663ad9-80e9-44d7-9ca9-37ecfee4a6ad/?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": "2e846f9c-8b85-4acc-9876-d919e9d6d976",
                            "gambit_id": "0ac2c7a4-50d4-4c07-a3fd-9c6eedfc20fe",
                            "last_updated": "2022-08-18T10:31:51.554850-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/36c839d6-cb21-4297-aad8-8e8ec4652cc0/?format=api"
                        },
                        {
                            "id": "297bf253-21b1-466e-a613-25e436b25577",
                            "gambit_id": "ba07bbd4-2dc3-4048-be7a-93d187728773",
                            "last_updated": "2022-08-18T10:31:51.555351-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/36c839d6-cb21-4297-aad8-8e8ec4652cc0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fe5f1f24-520d-4fd7-93a5-411b1cf17011",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ca2fa5c9-bb02-4310-beb8-9acc823c10f5",
            "completed": true,
            "last_updated": "2022-08-18T10:31:50.827368-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/ca2fa5c9-bb02-4310-beb8-9acc823c10f5",
            "datetime": "2022-08-17T15:07:00-04:00",
            "cutoff_datetime": "2022-08-17T15:07:00-04:00",
            "name": "BAL (A Voth) v. TOR (R Stripling)",
            "bettypes": [
                {
                    "id": "8bbb814e-073b-415c-a586-3803ef97a7f7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fe5f1f24-520d-4fd7-93a5-411b1cf17011/?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 (R Stripling)",
                                "amount": 6101.0
                            },
                            {
                                "team": "BAL (A Voth)",
                                "amount": 3899.0
                            }
                        ],
                        "expected_reward_tokens": 9395.54,
                        "profit_sb": 395.54,
                        "profit_sb_percentage": 4.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "00d1e1f3-45a7-431f-982d-5b1dba4ce53a",
                            "gambit_id": "fe9cfd4a-948a-4b57-8830-591fb2e3aa4a",
                            "last_updated": "2022-08-18T10:31:50.830214-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (R Stripling)",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bbb814e-073b-415c-a586-3803ef97a7f7/?format=api"
                        },
                        {
                            "id": "a93dc2b3-37c0-4821-bb84-5b5b2670f909",
                            "gambit_id": "bef9a781-b60d-4e39-9c33-cf0201ea5e15",
                            "last_updated": "2022-08-18T10:31:50.830700-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (A Voth)",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bbb814e-073b-415c-a586-3803ef97a7f7/?format=api"
                        }
                    ]
                },
                {
                    "id": "cb06b726-ad76-4a34-a74c-434847c664c1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fe5f1f24-520d-4fd7-93a5-411b1cf17011/?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": 5511.0
                            },
                            {
                                "team": "TOR",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e80c08c5-7f9d-4646-b16a-405be25984bb",
                            "gambit_id": "4ab27a0c-bc90-4231-93e7-aa15432a8477",
                            "last_updated": "2022-08-18T10:31:50.829749-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb06b726-ad76-4a34-a74c-434847c664c1/?format=api"
                        },
                        {
                            "id": "9f4283d1-755c-408d-9e74-f2735ed043f7",
                            "gambit_id": "f88318e6-4cb8-4d16-886d-eb4e93582d87",
                            "last_updated": "2022-08-18T10:31:50.829259-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb06b726-ad76-4a34-a74c-434847c664c1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "50bc6166-0496-4e9b-82c3-431cca414898",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a2530135-0c5a-4f93-ba74-7f803b024b5f",
            "completed": true,
            "last_updated": "2022-08-18T10:31:48.152109-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.52,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/a2530135-0c5a-4f93-ba74-7f803b024b5f",
            "datetime": "2022-08-17T13:10:00-04:00",
            "cutoff_datetime": "2022-08-17T13:10:00-04:00",
            "name": "KAN (D Lynch) v. MIN (T Mahle)",
            "bettypes": [
                {
                    "id": "b7aa4425-2e05-4ba5-9463-55f8409258c9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/50bc6166-0496-4e9b-82c3-431cca414898/?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": 6471.0
                            },
                            {
                                "team": "KAN (D Lynch)",
                                "amount": 3529.0
                            }
                        ],
                        "expected_reward_tokens": 9316.56,
                        "profit_sb": 316.56,
                        "profit_sb_percentage": 3.52,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8a795725-deea-4d00-a3cb-a08a38276dd9",
                            "gambit_id": "fb03647d-9e25-4ac2-bafe-5b5f7b053502",
                            "last_updated": "2022-08-18T10:31:48.154524-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (T Mahle)",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7aa4425-2e05-4ba5-9463-55f8409258c9/?format=api"
                        },
                        {
                            "id": "d59fe41f-09ed-4dcb-b35e-2368f9380567",
                            "gambit_id": "6e81029a-5aa9-4621-b2df-b2a85710c36d",
                            "last_updated": "2022-08-18T10:31:48.154875-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (D Lynch)",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7aa4425-2e05-4ba5-9463-55f8409258c9/?format=api"
                        }
                    ]
                },
                {
                    "id": "362e72f7-a603-4951-ad9d-a5236a14dfde",
                    "match": "https://api-prod.gambitprofit.com/api/matches/50bc6166-0496-4e9b-82c3-431cca414898/?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": 5204.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5c2bef50-23a9-432c-895c-ed32b6374f33",
                            "gambit_id": "7414dab0-e72e-42cd-9338-a6a246612f86",
                            "last_updated": "2022-08-18T10:31:48.154166-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362e72f7-a603-4951-ad9d-a5236a14dfde/?format=api"
                        },
                        {
                            "id": "e7812a9e-daaa-499c-aad9-92bedcb24d72",
                            "gambit_id": "50306731-9191-45bb-bd0f-a3b11bcab038",
                            "last_updated": "2022-08-18T10:31:48.153775-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362e72f7-a603-4951-ad9d-a5236a14dfde/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4cffd7ee-a73b-47db-a111-36b1cb3d78ea",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "fd695a19-c59b-44a7-9217-45bf32a13550",
            "completed": true,
            "last_updated": "2022-08-18T10:36:50.027905-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.88,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/fd695a19-c59b-44a7-9217-45bf32a13550",
            "datetime": "2022-08-17T13:05:00-04:00",
            "cutoff_datetime": "2022-08-17T13:05:00-04:00",
            "name": "CHC (D Smyly) v. WAS (C Abbott)",
            "bettypes": [
                {
                    "id": "d600682d-9b21-49e1-ad71-ee3ea862d23f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4cffd7ee-a73b-47db-a111-36b1cb3d78ea/?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": "CHC (D Smyly)",
                                "amount": 5807.0
                            },
                            {
                                "team": "WAS (C Abbott)",
                                "amount": 4193.0
                            }
                        ],
                        "expected_reward_tokens": 9349.27,
                        "profit_sb": 349.27,
                        "profit_sb_percentage": 3.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "68164f7c-1c99-4061-9fb2-d41fef26f651",
                            "gambit_id": "29eb2eed-fcb5-4432-af9c-706724514005",
                            "last_updated": "2022-08-18T10:36:50.031069-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (D Smyly)",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d600682d-9b21-49e1-ad71-ee3ea862d23f/?format=api"
                        },
                        {
                            "id": "7e7c82c0-8d9c-441b-9213-f2d99d73c1d3",
                            "gambit_id": "07017959-b7ed-4848-8010-86d47a5415b8",
                            "last_updated": "2022-08-18T10:36:50.030621-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (C Abbott)",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d600682d-9b21-49e1-ad71-ee3ea862d23f/?format=api"
                        }
                    ]
                },
                {
                    "id": "4cb14ccd-2e6a-4f2a-ab60-daa2fe887aed",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4cffd7ee-a73b-47db-a111-36b1cb3d78ea/?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": "WAS",
                                "amount": 5312.0
                            },
                            {
                                "team": "CHC",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0b070523-6dfb-43f8-a77e-1ef7a9c19f59",
                            "gambit_id": "9a3d6ac2-1538-4db6-82fd-a0f2aba7adb6",
                            "last_updated": "2022-08-18T10:36:50.029680-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb14ccd-2e6a-4f2a-ab60-daa2fe887aed/?format=api"
                        },
                        {
                            "id": "869bf6ee-e609-4d19-b7df-d5ace1ee0091",
                            "gambit_id": "009d0eb6-41a1-4d49-9998-52c637ec4bd0",
                            "last_updated": "2022-08-18T10:36:50.030164-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cb14ccd-2e6a-4f2a-ab60-daa2fe887aed/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "db9f9eca-07ce-435e-b812-8ffa0bc28ff9",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b88bb6bd-8d54-4576-8450-0b207f42adb9",
            "completed": true,
            "last_updated": "2022-08-18T10:36:52.344059-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/b88bb6bd-8d54-4576-8450-0b207f42adb9",
            "datetime": "2022-08-17T12:35:00-04:00",
            "cutoff_datetime": "2022-08-17T12:35:00-04:00",
            "name": "PHI (R Suarez) v. CIN (N Lodolo)",
            "bettypes": [
                {
                    "id": "2c371c50-db2e-49f5-ac4e-3c60ce7ff5bb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/db9f9eca-07ce-435e-b812-8ffa0bc28ff9/?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 (R Suarez)",
                                "amount": 5881.0
                            },
                            {
                                "team": "CIN (N Lodolo)",
                                "amount": 4119.0
                            }
                        ],
                        "expected_reward_tokens": 9350.13,
                        "profit_sb": 350.13,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "05da2235-59ca-45d9-948c-2071acfec5b2",
                            "gambit_id": "1ad128b5-f5ae-4508-9df3-bfd54827447c",
                            "last_updated": "2022-08-18T10:36:52.346834-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (R Suarez)",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c371c50-db2e-49f5-ac4e-3c60ce7ff5bb/?format=api"
                        },
                        {
                            "id": "be538246-32b7-47d8-a618-7b51d0921758",
                            "gambit_id": "622ae6c1-ea6e-4ff6-8588-33c8ba254996",
                            "last_updated": "2022-08-18T10:36:52.347257-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (N Lodolo)",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c371c50-db2e-49f5-ac4e-3c60ce7ff5bb/?format=api"
                        }
                    ]
                },
                {
                    "id": "38f72009-8309-45ee-8954-7971ad185929",
                    "match": "https://api-prod.gambitprofit.com/api/matches/db9f9eca-07ce-435e-b812-8ffa0bc28ff9/?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": "CIN",
                                "amount": 5312.0
                            },
                            {
                                "team": "PHI",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4a31935b-8e91-4e86-8baa-79db9d262756",
                            "gambit_id": "0fb0514d-129b-4d16-9df6-b4054bb00183",
                            "last_updated": "2022-08-18T10:36:52.345963-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f72009-8309-45ee-8954-7971ad185929/?format=api"
                        },
                        {
                            "id": "a8f120fb-b14e-46da-99e6-2b33b0dd1c5f",
                            "gambit_id": "fad56bba-81f0-40dd-9b57-0092335238f3",
                            "last_updated": "2022-08-18T10:36:52.346398-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38f72009-8309-45ee-8954-7971ad185929/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3269975d-f90d-4a61-8aec-b25b995d0f45",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e962bb3e-2d3a-417f-830d-31bd22e87bab",
            "completed": true,
            "last_updated": "2022-08-18T10:51:56.366415-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 - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/e962bb3e-2d3a-417f-830d-31bd22e87bab",
            "datetime": "2022-08-17T05:00:00-04:00",
            "cutoff_datetime": "2022-08-17T05:00:00-04:00",
            "name": "LNG Esports v. Bilibili Gaming",
            "bettypes": [
                {
                    "id": "9d3a6ada-1622-47eb-9fe3-b70fc142c2e5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3269975d-f90d-4a61-8aec-b25b995d0f45/?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": "LNG Esports",
                                "amount": 6373.0
                            },
                            {
                                "team": "Bilibili Gaming",
                                "amount": 3627.0
                            }
                        ],
                        "expected_reward_tokens": 8922.2,
                        "profit_sb": -77.8,
                        "profit_sb_percentage": -0.86,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0bd7825c-2300-4b79-8c63-1038ef390397",
                            "gambit_id": "eab9a23b-3e17-4b5d-af21-e96bbedc3ba1",
                            "last_updated": "2022-08-18T10:51:56.367822-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LNG Esports",
                            "reward": "1.40000",
                            "odds": "1.44000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d3a6ada-1622-47eb-9fe3-b70fc142c2e5/?format=api"
                        },
                        {
                            "id": "5eab423b-1ec1-4631-bef6-b15171b55d6e",
                            "gambit_id": "7c57d648-3c7e-462a-84d3-81c047615d95",
                            "last_updated": "2022-08-18T10:51:56.367308-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bilibili Gaming",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d3a6ada-1622-47eb-9fe3-b70fc142c2e5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2365e427-ea69-4cb8-9e59-2395ba40e772",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e7755628-d060-498d-b4bd-7eb820fef1c7",
            "completed": true,
            "last_updated": "2022-08-17T10:07:08.331341-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.96,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/e7755628-d060-498d-b4bd-7eb820fef1c7",
            "datetime": "2022-08-16T22:30:00-04:00",
            "cutoff_datetime": "2022-08-16T22:30:00-04:00",
            "name": "Los Angeles FC v. DC United",
            "bettypes": [
                {
                    "id": "9287aff1-d5eb-4a70-a481-43096fd939b5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2365e427-ea69-4cb8-9e59-2395ba40e772/?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": 8245.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1755.0
                            }
                        ],
                        "expected_reward_tokens": 10141.35,
                        "profit_sb": 1141.35,
                        "profit_sb_percentage": 12.68,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles FC",
                                "amount": 7388.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1572.0
                            },
                            {
                                "team": "DC United",
                                "amount": 1040.0
                            }
                        ],
                        "expected_reward_tokens": 9086.16,
                        "profit_sb": 86.16,
                        "profit_sb_percentage": 0.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9e6c5641-f7dd-4d6a-b7a3-d53b170cf08b",
                            "gambit_id": "64a2e752-be46-4f96-8e86-5bba693d6e3c",
                            "last_updated": "2022-08-17T10:07:08.333304-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles FC",
                            "reward": "1.23000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9287aff1-d5eb-4a70-a481-43096fd939b5/?format=api"
                        },
                        {
                            "id": "3ac25d8a-e864-4e57-933e-a50c90d37579",
                            "gambit_id": "b5d0842c-baaf-46f6-901b-c9f5718e0435",
                            "last_updated": "2022-08-17T10:07:08.334265-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "5.78000",
                            "odds": "6.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9287aff1-d5eb-4a70-a481-43096fd939b5/?format=api"
                        },
                        {
                            "id": "b7064a8d-e6c5-49ad-abc7-79251e61e429",
                            "gambit_id": "055b2906-db0c-4603-8b42-a9e0f01a51b7",
                            "last_updated": "2022-08-17T10:07:08.333783-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DC United",
                            "reward": "8.74000",
                            "odds": "9.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9287aff1-d5eb-4a70-a481-43096fd939b5/?format=api"
                        }
                    ]
                },
                {
                    "id": "143da625-d3b1-4102-9e05-13033e904990",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2365e427-ea69-4cb8-9e59-2395ba40e772/?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": 6845.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3155.0
                            }
                        ],
                        "expected_reward_tokens": 8897.1,
                        "profit_sb": -102.9,
                        "profit_sb_percentage": -1.14,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "64171f6a-a892-4037-ba70-8b89b8213f4c",
                            "gambit_id": "bdd1e55f-21e7-4172-85e9-713e117f77a4",
                            "last_updated": "2022-08-17T10:07:08.332325-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.30000",
                            "odds": "1.33000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143da625-d3b1-4102-9e05-13033e904990/?format=api"
                        },
                        {
                            "id": "7575a0e8-c309-4857-80a3-28f159fcbd54",
                            "gambit_id": "afd39024-50bc-4cf7-b404-079d6d1dadd2",
                            "last_updated": "2022-08-17T10:07:08.332833-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.82000",
                            "odds": "3.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143da625-d3b1-4102-9e05-13033e904990/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cc4ae27a-eef0-45f5-ab50-a0f236391c3c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "661b1f0b-2b2e-49ee-a4e6-987ab7e3570b",
            "completed": true,
            "last_updated": "2022-08-17T09:22:03.611939-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.24,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/661b1f0b-2b2e-49ee-a4e6-987ab7e3570b",
            "datetime": "2022-08-16T21:45:00-04:00",
            "cutoff_datetime": "2022-08-16T21:45:00-04:00",
            "name": "ARI (M Kelly) v. SFO (J Junis)",
            "bettypes": [
                {
                    "id": "05457090-3c03-48f4-b3d5-e507d094edee",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc4ae27a-eef0-45f5-ab50-a0f236391c3c/?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 (J Junis)",
                                "amount": 5423.0
                            },
                            {
                                "team": "ARI (M Kelly)",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": 381.79,
                        "profit_sb_percentage": 4.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c2276fe9-be9b-4e45-9ec2-2b60c9f31feb",
                            "gambit_id": "f7b28f6f-0cd5-42c0-b391-d9c390f7711e",
                            "last_updated": "2022-08-17T09:22:03.614977-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (J Junis)",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05457090-3c03-48f4-b3d5-e507d094edee/?format=api"
                        },
                        {
                            "id": "93f1c359-f239-4111-95b0-6954b658ab44",
                            "gambit_id": "cf43832e-68d8-47d4-93cd-ab0afc25f4bd",
                            "last_updated": "2022-08-17T09:22:03.615418-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (M Kelly)",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05457090-3c03-48f4-b3d5-e507d094edee/?format=api"
                        }
                    ]
                },
                {
                    "id": "85778482-e3e0-4ce6-9e8c-422d3ff530f9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc4ae27a-eef0-45f5-ab50-a0f236391c3c/?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": 6471.0
                            },
                            {
                                "team": "SFO",
                                "amount": 3529.0
                            }
                        ],
                        "expected_reward_tokens": 9316.56,
                        "profit_sb": 316.56,
                        "profit_sb_percentage": 3.52,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "06707487-23f7-4bdf-84d5-438fbba1a614",
                            "gambit_id": "206eaa02-69c9-494d-88a5-a5bd58ff0608",
                            "last_updated": "2022-08-17T09:22:03.614520-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85778482-e3e0-4ce6-9e8c-422d3ff530f9/?format=api"
                        },
                        {
                            "id": "98c8ec7e-f844-4afb-a3e3-39a693f4b6bd",
                            "gambit_id": "d63882a3-1987-41f2-8505-d43dfd8f5b53",
                            "last_updated": "2022-08-17T09:22:03.614006-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85778482-e3e0-4ce6-9e8c-422d3ff530f9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "99db8c5b-520d-4a83-a63f-de3ae34957f9",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e3bb5e29-0948-43da-9840-1c8ff5108282",
            "completed": true,
            "last_updated": "2022-08-17T09:22:03.448823-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/e3bb5e29-0948-43da-9840-1c8ff5108282",
            "datetime": "2022-08-16T21:38:00-04:00",
            "cutoff_datetime": "2022-08-16T21:38:00-04:00",
            "name": "SEA (R Ray) v. LAA (J Suarez)",
            "bettypes": [
                {
                    "id": "8c7b04d6-7a04-42de-a1ca-3813d006e409",
                    "match": "https://api-prod.gambitprofit.com/api/matches/99db8c5b-520d-4a83-a63f-de3ae34957f9/?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 (R Ray)",
                                "amount": 6101.0
                            },
                            {
                                "team": "LAA (J Suarez)",
                                "amount": 3899.0
                            }
                        ],
                        "expected_reward_tokens": 9395.54,
                        "profit_sb": 395.54,
                        "profit_sb_percentage": 4.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "00c35ec1-2745-47a9-a951-f91acd73eb13",
                            "gambit_id": "bc282ead-c806-4cde-bc37-99e4de500018",
                            "last_updated": "2022-08-17T09:22:03.451954-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (R Ray)",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7b04d6-7a04-42de-a1ca-3813d006e409/?format=api"
                        },
                        {
                            "id": "94a02e01-f282-4303-96b9-2884da709c07",
                            "gambit_id": "1f8fb323-477c-4e0c-a6de-45e2104bca6f",
                            "last_updated": "2022-08-17T09:22:03.451522-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (J Suarez)",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c7b04d6-7a04-42de-a1ca-3813d006e409/?format=api"
                        }
                    ]
                },
                {
                    "id": "6e5bcd9b-092e-4b09-9e98-3cc7d6fdaee3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/99db8c5b-520d-4a83-a63f-de3ae34957f9/?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": 5109.0
                            },
                            {
                                "team": "SEA",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1a53ff3e-4057-496a-8a79-ba2c8675150f",
                            "gambit_id": "b2829550-cd12-4cf0-97ca-b43d304c37c8",
                            "last_updated": "2022-08-17T09:22:03.450644-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e5bcd9b-092e-4b09-9e98-3cc7d6fdaee3/?format=api"
                        },
                        {
                            "id": "d0ac4a5a-174e-46ed-a997-6798ed33e5c7",
                            "gambit_id": "67198eed-cba6-4b0a-9963-e64db48a6826",
                            "last_updated": "2022-08-17T09:22:03.451085-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e5bcd9b-092e-4b09-9e98-3cc7d6fdaee3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "294b7494-0ee1-4583-9f17-cd042f6ec16e",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "db280e4a-2db8-40d7-b30e-147dfeeaeaba",
            "completed": true,
            "last_updated": "2022-08-17T09:27:03.670439-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/db280e4a-2db8-40d7-b30e-147dfeeaeaba",
            "datetime": "2022-08-16T20:10:00-04:00",
            "cutoff_datetime": "2022-08-16T20:10:00-04:00",
            "name": "LOS (R Pepiot) v. MIL (B Woodruff)",
            "bettypes": [
                {
                    "id": "f177ad62-9e80-4e87-8c9f-e43496fa462f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/294b7494-0ee1-4583-9f17-cd042f6ec16e/?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 (B Woodruff)",
                                "amount": 5227.0
                            },
                            {
                                "team": "LOS (R Pepiot)",
                                "amount": 4773.0
                            }
                        ],
                        "expected_reward_tokens": 9355.08,
                        "profit_sb": 355.08,
                        "profit_sb_percentage": 3.95,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cc58167d-bbb3-420a-a432-3220f69820a3",
                            "gambit_id": "27734636-489d-4e20-989f-8866fae2a26c",
                            "last_updated": "2022-08-17T09:27:03.673368-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (B Woodruff)",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f177ad62-9e80-4e87-8c9f-e43496fa462f/?format=api"
                        },
                        {
                            "id": "3db4e76e-026f-4a83-ad5d-95d5070da3f1",
                            "gambit_id": "8887a556-e222-47c8-9b7c-eee849b57899",
                            "last_updated": "2022-08-17T09:27:03.673854-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (R Pepiot)",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f177ad62-9e80-4e87-8c9f-e43496fa462f/?format=api"
                        }
                    ]
                },
                {
                    "id": "39a432ac-fb04-4351-8ce3-18ed0ecc7ab8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/294b7494-0ee1-4583-9f17-cd042f6ec16e/?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": 6359.0
                            },
                            {
                                "team": "MIL",
                                "amount": 3641.0
                            }
                        ],
                        "expected_reward_tokens": 9284.14,
                        "profit_sb": 284.14,
                        "profit_sb_percentage": 3.16,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fea939f6-8fa7-4598-9308-60fa4eae88cc",
                            "gambit_id": "786a4cb0-832d-4fcb-8c34-495696427209",
                            "last_updated": "2022-08-17T09:27:03.672896-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39a432ac-fb04-4351-8ce3-18ed0ecc7ab8/?format=api"
                        },
                        {
                            "id": "63a9c4a2-6718-46c1-804c-b8a6712fb4f1",
                            "gambit_id": "b4ae6a47-0043-4297-a9e7-655ac4f964e8",
                            "last_updated": "2022-08-17T09:27:03.672420-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39a432ac-fb04-4351-8ce3-18ed0ecc7ab8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "01fcd747-2b27-4e82-a983-3ee1c5c64406",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "550849e1-beeb-43a2-b036-e9035d418ccd",
            "completed": true,
            "last_updated": "2022-08-17T09:27:03.803922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.14,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/550849e1-beeb-43a2-b036-e9035d418ccd",
            "datetime": "2022-08-16T20:10:00-04:00",
            "cutoff_datetime": "2022-08-16T20:10:00-04:00",
            "name": "HOU (J Verlander) v. CWS (D Cease)",
            "bettypes": [
                {
                    "id": "41a3425f-0e0c-4136-a1f9-618dae213b59",
                    "match": "https://api-prod.gambitprofit.com/api/matches/01fcd747-2b27-4e82-a983-3ee1c5c64406/?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 (J Verlander)",
                                "amount": 5579.0
                            },
                            {
                                "team": "CWS (D Cease)",
                                "amount": 4421.0
                            }
                        ],
                        "expected_reward_tokens": 9372.52,
                        "profit_sb": 372.52,
                        "profit_sb_percentage": 4.14,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "39e69348-d9ff-4e8d-b910-b1f030febecd",
                            "gambit_id": "e47aa330-89c7-4722-91c1-02a155047f50",
                            "last_updated": "2022-08-17T09:27:03.809935-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (J Verlander)",
                            "reward": "1.68000",
                            "odds": "1.75190",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a3425f-0e0c-4136-a1f9-618dae213b59/?format=api"
                        },
                        {
                            "id": "9df16805-cfe9-4ed3-b23c-925610d046aa",
                            "gambit_id": "eb55ce3b-3712-49e3-9c14-09549afb4dd9",
                            "last_updated": "2022-08-17T09:27:03.809529-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (D Cease)",
                            "reward": "2.12000",
                            "odds": "2.23000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a3425f-0e0c-4136-a1f9-618dae213b59/?format=api"
                        }
                    ]
                },
                {
                    "id": "c3db6440-9188-429b-aa96-2b1e7a26b670",
                    "match": "https://api-prod.gambitprofit.com/api/matches/01fcd747-2b27-4e82-a983-3ee1c5c64406/?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": "CWS",
                                "amount": 5838.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9281.26,
                        "profit_sb": 281.26,
                        "profit_sb_percentage": 3.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b5088b6f-a3c8-4aca-9e77-5c596eeb5fe2",
                            "gambit_id": "31114950-194f-4e6b-8e71-ab50babbcedf",
                            "last_updated": "2022-08-17T09:27:03.808758-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3db6440-9188-429b-aa96-2b1e7a26b670/?format=api"
                        },
                        {
                            "id": "c08bec3a-df35-44f3-bbce-ae613e6a55bc",
                            "gambit_id": "ab40d525-de5c-491a-8cf8-ee0a4b5d653e",
                            "last_updated": "2022-08-17T09:27:03.809148-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3db6440-9188-429b-aa96-2b1e7a26b670/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b0869fd7-3b29-4b19-a33d-3725faf84a65",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2477fbde-4c65-4dc7-92a6-c0dd385e9500",
            "completed": true,
            "last_updated": "2022-08-17T09:27:01.358065-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/2477fbde-4c65-4dc7-92a6-c0dd385e9500",
            "datetime": "2022-08-16T20:05:00-04:00",
            "cutoff_datetime": "2022-08-16T20:05:00-04:00",
            "name": "OAK (J Sears) v. TEX (K Arihara)",
            "bettypes": [
                {
                    "id": "79419baa-64eb-4475-b034-43acc80cfd97",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0869fd7-3b29-4b19-a33d-3725faf84a65/?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 (K Arihara)",
                                "amount": 5515.0
                            },
                            {
                                "team": "OAK (J Sears)",
                                "amount": 4485.0
                            }
                        ],
                        "expected_reward_tokens": 9373.65,
                        "profit_sb": 373.65,
                        "profit_sb_percentage": 4.15,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9e65531b-60f1-43e9-b0df-222c359b9d50",
                            "gambit_id": "79ad64bd-2f12-4ca0-aa36-948c441f4ae0",
                            "last_updated": "2022-08-17T09:27:01.360992-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (K Arihara)",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79419baa-64eb-4475-b034-43acc80cfd97/?format=api"
                        },
                        {
                            "id": "686c8756-cbd5-491a-8967-7316dcfffc5c",
                            "gambit_id": "f4952a11-eef0-46d8-b460-a0c1040acca4",
                            "last_updated": "2022-08-17T09:27:01.361458-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (J Sears)",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79419baa-64eb-4475-b034-43acc80cfd97/?format=api"
                        }
                    ]
                },
                {
                    "id": "2f959060-40d3-4fdd-8ba9-bdd970f4a39a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0869fd7-3b29-4b19-a33d-3725faf84a65/?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": "OAK",
                                "amount": 6196.0
                            },
                            {
                                "team": "TEX",
                                "amount": 3804.0
                            }
                        ],
                        "expected_reward_tokens": 9355.96,
                        "profit_sb": 355.96,
                        "profit_sb_percentage": 3.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d96fa845-2c79-4d5d-9b8a-f8e62e70261f",
                            "gambit_id": "7310ef6e-ecce-4342-b1fb-1ff2eb4b94c2",
                            "last_updated": "2022-08-17T09:27:01.360529-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "1.51000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f959060-40d3-4fdd-8ba9-bdd970f4a39a/?format=api"
                        },
                        {
                            "id": "72e340c9-8694-4321-871b-a63cd115a973",
                            "gambit_id": "ee658469-afa6-44de-9584-d684fa7ab115",
                            "last_updated": "2022-08-17T09:27:01.360080-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f959060-40d3-4fdd-8ba9-bdd970f4a39a/?format=api"
                        }
                    ]
                },
                {
                    "id": "7772c8af-657f-4acd-bc5e-37ed27211fb1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0869fd7-3b29-4b19-a33d-3725faf84a65/?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": 5109.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a7491526-5c45-4803-8afb-2036ddb41e7c",
                            "gambit_id": "74442fde-5b0f-4860-96c3-f8b424f41234",
                            "last_updated": "2022-08-17T09:27:01.359603-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7772c8af-657f-4acd-bc5e-37ed27211fb1/?format=api"
                        },
                        {
                            "id": "0ba7773c-2459-44dc-819f-a3ce0dcc37a2",
                            "gambit_id": "e57ed51a-1736-40ba-a8be-6c4780105380",
                            "last_updated": "2022-08-17T09:27:01.359105-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7772c8af-657f-4acd-bc5e-37ed27211fb1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "405cb712-e48f-4865-9aff-b0b88f662afd",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4121adf0-3c1f-4856-b40e-b63f3cb8714a",
            "completed": true,
            "last_updated": "2022-08-17T09:27:03.536857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/4121adf0-3c1f-4856-b40e-b63f3cb8714a",
            "datetime": "2022-08-16T19:45:00-04:00",
            "cutoff_datetime": "2022-08-16T19:45:00-04:00",
            "name": "COL (K Freeland) v. STL (J Quintana)",
            "bettypes": [
                {
                    "id": "ea5984ea-875b-4a82-a489-ef54098b754d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/405cb712-e48f-4865-9aff-b0b88f662afd/?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 Quintana)",
                                "amount": 6594.0
                            },
                            {
                                "team": "COL (K Freeland)",
                                "amount": 3406.0
                            }
                        ],
                        "expected_reward_tokens": 9297.54,
                        "profit_sb": 297.54,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f66bc29f-a358-40c0-b40e-febe9506d7d6",
                            "gambit_id": "e6a14df6-1797-45b6-8545-1e7dccb627d4",
                            "last_updated": "2022-08-17T09:27:03.539582-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (J Quintana)",
                            "reward": "1.41000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5984ea-875b-4a82-a489-ef54098b754d/?format=api"
                        },
                        {
                            "id": "624c5dca-41d6-4f39-8fbf-c4f72dd383ba",
                            "gambit_id": "d69a967e-484f-40d0-81e0-d5248d6d90de",
                            "last_updated": "2022-08-17T09:27:03.540029-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (K Freeland)",
                            "reward": "2.73000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea5984ea-875b-4a82-a489-ef54098b754d/?format=api"
                        }
                    ]
                },
                {
                    "id": "c38607da-a6c3-44ea-b8f9-acb48528b135",
                    "match": "https://api-prod.gambitprofit.com/api/matches/405cb712-e48f-4865-9aff-b0b88f662afd/?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": 5000.0
                            },
                            {
                                "team": "COL",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9743689b-5768-44cd-b1a1-7c105b764934",
                            "gambit_id": "1d83f59b-94da-4abf-89a1-8abe3114325f",
                            "last_updated": "2022-08-17T09:27:03.538669-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38607da-a6c3-44ea-b8f9-acb48528b135/?format=api"
                        },
                        {
                            "id": "85ed8e1e-a57b-4115-9d34-bace51313257",
                            "gambit_id": "147ea8ac-0eff-4e41-834f-41e251c603e5",
                            "last_updated": "2022-08-17T09:27:03.539125-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38607da-a6c3-44ea-b8f9-acb48528b135/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b9b14ff9-49d9-40c0-88d3-714bc8decf88",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bcaf8a38-1c60-4dec-9cab-936990ed9b0c",
            "completed": true,
            "last_updated": "2022-08-17T09:27:03.403099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.04,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/bcaf8a38-1c60-4dec-9cab-936990ed9b0c",
            "datetime": "2022-08-16T19:40:00-04:00",
            "cutoff_datetime": "2022-08-16T19:40:00-04:00",
            "name": "KAN (Z Greinke) v. MIN (S Gray)",
            "bettypes": [
                {
                    "id": "0bbde3b7-5134-4749-a97b-dbd1e17ce237",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b9b14ff9-49d9-40c0-88d3-714bc8decf88/?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 (S Gray)",
                                "amount": 6328.0
                            },
                            {
                                "team": "KAN (Z Greinke)",
                                "amount": 3672.0
                            }
                        ],
                        "expected_reward_tokens": 9363.6,
                        "profit_sb": 363.6,
                        "profit_sb_percentage": 4.04,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d98daccf-ce3c-443b-8fd3-a0eb4c243cc5",
                            "gambit_id": "e5df8a4f-f6db-44dc-bd63-7596141f1aff",
                            "last_updated": "2022-08-17T09:27:03.405942-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (S Gray)",
                            "reward": "1.48000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bbde3b7-5134-4749-a97b-dbd1e17ce237/?format=api"
                        },
                        {
                            "id": "c6fc0a55-b38a-499a-96a5-1398d0d7c732",
                            "gambit_id": "dc8efdb1-6f5f-4dc4-a11a-185786f17a0e",
                            "last_updated": "2022-08-17T09:27:03.406390-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (Z Greinke)",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bbde3b7-5134-4749-a97b-dbd1e17ce237/?format=api"
                        }
                    ]
                },
                {
                    "id": "4da06588-9ea5-4662-8097-9c09ebb04f2e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b9b14ff9-49d9-40c0-88d3-714bc8decf88/?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": 5312.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a0c5d6b1-e4e7-4891-b663-8f460073534b",
                            "gambit_id": "43896543-00f6-44ec-acf9-f0789c14acd1",
                            "last_updated": "2022-08-17T09:27:03.405459-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4da06588-9ea5-4662-8097-9c09ebb04f2e/?format=api"
                        },
                        {
                            "id": "65cfe1c3-32bb-4121-b99c-9e9c549bf87f",
                            "gambit_id": "9bf31788-759e-4384-b522-1e1823385625",
                            "last_updated": "2022-08-17T09:27:03.404990-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4da06588-9ea5-4662-8097-9c09ebb04f2e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d94b213e-ab4a-42b8-99f4-16b1fe8ba0fd",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "24309ad2-c5cb-402b-9507-d59172e0942e",
            "completed": true,
            "last_updated": "2022-08-17T09:27:03.272018-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.04,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/24309ad2-c5cb-402b-9507-d59172e0942e",
            "datetime": "2022-08-16T19:20:00-04:00",
            "cutoff_datetime": "2022-08-16T19:20:00-04:00",
            "name": "NYM (T Walker) v. ATL (C Morton)",
            "bettypes": [
                {
                    "id": "cb544e4b-9784-4360-8ea4-d0180268e0bf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d94b213e-ab4a-42b8-99f4-16b1fe8ba0fd/?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 (C Morton)",
                                "amount": 5964.0
                            },
                            {
                                "team": "NYM (T Walker)",
                                "amount": 4036.0
                            }
                        ],
                        "expected_reward_tokens": 9363.48,
                        "profit_sb": 363.48,
                        "profit_sb_percentage": 4.04,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "298c6551-4e74-4adb-bf29-ac9b94ffa14e",
                            "gambit_id": "875b6828-e8cb-4645-8407-650c289728b5",
                            "last_updated": "2022-08-17T09:27:03.274749-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (C Morton)",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb544e4b-9784-4360-8ea4-d0180268e0bf/?format=api"
                        },
                        {
                            "id": "7e8cf80f-8b76-4887-b3e4-8754ebb9f34b",
                            "gambit_id": "0a6bb85e-2511-4801-b27b-65ba1c5fced5",
                            "last_updated": "2022-08-17T09:27:03.275223-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (T Walker)",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb544e4b-9784-4360-8ea4-d0180268e0bf/?format=api"
                        }
                    ]
                },
                {
                    "id": "40e9510f-2df4-4336-a0b3-9a2c92804493",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d94b213e-ab4a-42b8-99f4-16b1fe8ba0fd/?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": 5676.0
                            },
                            {
                                "team": "ATL",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "26824262-3571-4a76-8815-a70002c6385c",
                            "gambit_id": "40552df4-a463-47ed-95e9-87dd1d41f058",
                            "last_updated": "2022-08-17T09:27:03.274292-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e9510f-2df4-4336-a0b3-9a2c92804493/?format=api"
                        },
                        {
                            "id": "24bfef78-dce1-4eaf-95f9-bce64d822b6c",
                            "gambit_id": "770baf50-0877-4359-a4b6-bbe59fe34aac",
                            "last_updated": "2022-08-17T09:27:03.273836-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e9510f-2df4-4336-a0b3-9a2c92804493/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9a4615b2-58c0-4cd5-bda3-92b4fc6fc68a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9f3ef3e6-fc0d-48d9-8cfc-da7eb0f974ea",
            "completed": true,
            "last_updated": "2022-08-17T09:32:03.670191-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.52,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/9f3ef3e6-fc0d-48d9-8cfc-da7eb0f974ea",
            "datetime": "2022-08-16T19:10:00-04:00",
            "cutoff_datetime": "2022-08-16T19:10:00-04:00",
            "name": "DET (G Hill) v. CLE (Z Plesac)",
            "bettypes": [
                {
                    "id": "304baf11-6c7d-4344-a2fe-7ed73206b710",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9a4615b2-58c0-4cd5-bda3-92b4fc6fc68a/?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": 6471.0
                            },
                            {
                                "team": "DET (G Hill)",
                                "amount": 3529.0
                            }
                        ],
                        "expected_reward_tokens": 9316.56,
                        "profit_sb": 316.56,
                        "profit_sb_percentage": 3.52,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f5f8f902-9e01-4b82-b507-0ffd27d0c7ec",
                            "gambit_id": "1680eae0-d851-45f1-9cd8-ae3f251958ee",
                            "last_updated": "2022-08-17T09:32:03.673023-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (Z Plesac)",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/304baf11-6c7d-4344-a2fe-7ed73206b710/?format=api"
                        },
                        {
                            "id": "3242a2b0-755b-47cd-8781-6a485760efa2",
                            "gambit_id": "6e6414b8-80c7-4d44-9b36-7d38e93d1f51",
                            "last_updated": "2022-08-17T09:32:03.673526-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (G Hill)",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/304baf11-6c7d-4344-a2fe-7ed73206b710/?format=api"
                        }
                    ]
                },
                {
                    "id": "18e1e210-8f33-4311-9070-2c4bbeb2bdf6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9a4615b2-58c0-4cd5-bda3-92b4fc6fc68a/?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": 5204.0
                            },
                            {
                                "team": "CLE",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e7c598bc-fecc-490f-9154-bdcb475a0ba0",
                            "gambit_id": "01d25f4a-3813-4da5-bf29-daabb63f1bb8",
                            "last_updated": "2022-08-17T09:32:03.672529-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e1e210-8f33-4311-9070-2c4bbeb2bdf6/?format=api"
                        },
                        {
                            "id": "ea14acfb-bed4-4966-a551-df8e1b9fcf5c",
                            "gambit_id": "be08309a-2c55-4a8b-97e4-df28629b3058",
                            "last_updated": "2022-08-17T09:32:03.672062-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e1e210-8f33-4311-9070-2c4bbeb2bdf6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "67fdf5a2-d4e0-405d-9e9b-bb801706464b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "673e6a1b-f088-416f-90b2-05ba950aeb5d",
            "completed": true,
            "last_updated": "2022-08-17T09:42:05.189478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.52,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/673e6a1b-f088-416f-90b2-05ba950aeb5d",
            "datetime": "2022-08-16T19:07:00-04:00",
            "cutoff_datetime": "2022-08-16T19:07:00-04:00",
            "name": "BAL (D Kremer) v. TOR (A Manoah)",
            "bettypes": [
                {
                    "id": "845612c6-d4d5-4b5a-8563-6fd00fe7d530",
                    "match": "https://api-prod.gambitprofit.com/api/matches/67fdf5a2-d4e0-405d-9e9b-bb801706464b/?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 (A Manoah)",
                                "amount": 6471.0
                            },
                            {
                                "team": "BAL (D Kremer)",
                                "amount": 3529.0
                            }
                        ],
                        "expected_reward_tokens": 9316.56,
                        "profit_sb": 316.56,
                        "profit_sb_percentage": 3.52,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "276779a4-69c0-4e53-aa56-bbffa0d27dc6",
                            "gambit_id": "93464e8d-0bde-4bbb-a546-5af6b3c44d42",
                            "last_updated": "2022-08-17T09:42:05.192196-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (A Manoah)",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/845612c6-d4d5-4b5a-8563-6fd00fe7d530/?format=api"
                        },
                        {
                            "id": "a690188f-9565-44d0-a72e-3c2f061c749e",
                            "gambit_id": "e4799a19-1632-439e-bf40-c2c5c24ca5a7",
                            "last_updated": "2022-08-17T09:42:05.192645-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (D Kremer)",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/845612c6-d4d5-4b5a-8563-6fd00fe7d530/?format=api"
                        }
                    ]
                },
                {
                    "id": "dbcf2d24-6ffa-4f96-837a-d19f2cb8af83",
                    "match": "https://api-prod.gambitprofit.com/api/matches/67fdf5a2-d4e0-405d-9e9b-bb801706464b/?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": 5204.0
                            },
                            {
                                "team": "TOR",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2001f5da-54f2-49bf-a6e7-7d1b95c65924",
                            "gambit_id": "8d0f6f8b-a050-4d6a-a229-db59873ccd1a",
                            "last_updated": "2022-08-17T09:42:05.191760-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcf2d24-6ffa-4f96-837a-d19f2cb8af83/?format=api"
                        },
                        {
                            "id": "bc91a78e-3e98-4920-a88a-35888d0914b0",
                            "gambit_id": "56a3b47f-9a1e-4984-a6d6-7d1941fd9f04",
                            "last_updated": "2022-08-17T09:42:05.191311-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcf2d24-6ffa-4f96-837a-d19f2cb8af83/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "afa87464-69a0-4be3-b35d-c6461c9ea207",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3147d3b5-e4e2-4573-a72f-05039d58b541",
            "completed": true,
            "last_updated": "2022-08-17T09:47:05.548929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.88,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/3147d3b5-e4e2-4573-a72f-05039d58b541",
            "datetime": "2022-08-16T19:05:00-04:00",
            "cutoff_datetime": "2022-08-16T19:05:00-04:00",
            "name": "CHC (J Steele) v. WAS (P Corbin)",
            "bettypes": [
                {
                    "id": "b8050e9d-d8b9-4ea0-9e30-9d21394ce8a4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/afa87464-69a0-4be3-b35d-c6461c9ea207/?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": "CHC (J Steele)",
                                "amount": 5807.0
                            },
                            {
                                "team": "WAS (P Corbin)",
                                "amount": 4193.0
                            }
                        ],
                        "expected_reward_tokens": 9349.27,
                        "profit_sb": 349.27,
                        "profit_sb_percentage": 3.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "86921ea3-9c09-4571-89bf-33950b629674",
                            "gambit_id": "fa69ceb1-dc3f-468f-9325-749fe6511cf9",
                            "last_updated": "2022-08-17T09:47:05.552127-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (J Steele)",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8050e9d-d8b9-4ea0-9e30-9d21394ce8a4/?format=api"
                        },
                        {
                            "id": "0fe4f245-cecb-460f-9a29-ff2626d0f8fc",
                            "gambit_id": "47fe7a57-8d43-4689-b5ff-3e36a40ad20b",
                            "last_updated": "2022-08-17T09:47:05.551705-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (P Corbin)",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8050e9d-d8b9-4ea0-9e30-9d21394ce8a4/?format=api"
                        }
                    ]
                },
                {
                    "id": "812c94d4-4dc1-41b8-8c36-d86713ffa2c0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/afa87464-69a0-4be3-b35d-c6461c9ea207/?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": "WAS",
                                "amount": 5204.0
                            },
                            {
                                "team": "CHC",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "53eee519-c81d-4721-bd9b-8aff55255510",
                            "gambit_id": "686f2978-ab2c-4c67-ab5e-4c837469dd1c",
                            "last_updated": "2022-08-17T09:47:05.550829-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/812c94d4-4dc1-41b8-8c36-d86713ffa2c0/?format=api"
                        },
                        {
                            "id": "e1c4613a-eec6-4a1c-b5b6-d8f0b7e2bcaa",
                            "gambit_id": "6b7da80e-5a07-49f9-821c-94c628d50e77",
                            "last_updated": "2022-08-17T09:47:05.551274-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/812c94d4-4dc1-41b8-8c36-d86713ffa2c0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3d18ffad-b3a4-44ea-86ed-01ae1e7edc76",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "af39122c-954d-4b69-846b-253a824f9b05",
            "completed": true,
            "last_updated": "2022-08-17T09:42:04.771410-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/af39122c-954d-4b69-846b-253a824f9b05",
            "datetime": "2022-08-16T19:05:00-04:00",
            "cutoff_datetime": "2022-08-16T19:05:00-04:00",
            "name": "TAM (J Springs) v. NYY (N Cortes)",
            "bettypes": [
                {
                    "id": "6ef08577-b173-4f24-94d1-60439bd0dd7c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3d18ffad-b3a4-44ea-86ed-01ae1e7edc76/?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 (N Cortes)",
                                "amount": 5881.0
                            },
                            {
                                "team": "TAM (J Springs)",
                                "amount": 4119.0
                            }
                        ],
                        "expected_reward_tokens": 9350.13,
                        "profit_sb": 350.13,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "01b09fbc-d232-4a04-8af7-c4526a5dad8c",
                            "gambit_id": "e0a2dbcd-74b1-497c-902d-b5929785c7e5",
                            "last_updated": "2022-08-17T09:42:04.774103-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (N Cortes)",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ef08577-b173-4f24-94d1-60439bd0dd7c/?format=api"
                        },
                        {
                            "id": "2ae18e14-556e-44f5-a99f-bf41658538b2",
                            "gambit_id": "671bd58e-f85f-409b-b636-301c8a2e461a",
                            "last_updated": "2022-08-17T09:42:04.774549-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM (J Springs)",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ef08577-b173-4f24-94d1-60439bd0dd7c/?format=api"
                        }
                    ]
                },
                {
                    "id": "e51145f1-9482-48d5-baee-fd4a292f2a74",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3d18ffad-b3a4-44ea-86ed-01ae1e7edc76/?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": "TAM",
                                "amount": 5995.0
                            },
                            {
                                "team": "NYY",
                                "amount": 4005.0
                            }
                        ],
                        "expected_reward_tokens": 9291.6,
                        "profit_sb": 291.6,
                        "profit_sb_percentage": 3.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a4e65fbd-8a50-4e48-b880-c9a6e16f2412",
                            "gambit_id": "54c955f9-e315-4c70-9592-4a572c26f181",
                            "last_updated": "2022-08-17T09:42:04.773651-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e51145f1-9482-48d5-baee-fd4a292f2a74/?format=api"
                        },
                        {
                            "id": "cf35e1d6-ed5a-4f30-9ff0-d2744e66e05a",
                            "gambit_id": "ab6a423f-51e3-4588-b222-6ecb2e694cdd",
                            "last_updated": "2022-08-17T09:42:04.773176-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e51145f1-9482-48d5-baee-fd4a292f2a74/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "310b2d32-f23c-4223-a2cd-40951b15e652",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "92af1ff5-ec9b-4981-bfde-5cb85e67dde5",
            "completed": true,
            "last_updated": "2022-08-17T09:42:04.911133-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.45,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/92af1ff5-ec9b-4981-bfde-5cb85e67dde5",
            "datetime": "2022-08-16T19:05:00-04:00",
            "cutoff_datetime": "2022-08-16T19:05:00-04:00",
            "name": "BOS (N Pivetta) v. PIT (M Keller)",
            "bettypes": [
                {
                    "id": "6c478016-2f28-4864-93d1-4aaf4fc614c1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/310b2d32-f23c-4223-a2cd-40951b15e652/?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 (N Pivetta)",
                                "amount": 5511.0
                            },
                            {
                                "team": "PIT (M Keller)",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3bfda60b-fbce-4244-b55d-ad43b5b536f9",
                            "gambit_id": "d8c08699-c51a-49c8-8407-897d8ee94589",
                            "last_updated": "2022-08-17T09:42:04.913841-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (N Pivetta)",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c478016-2f28-4864-93d1-4aaf4fc614c1/?format=api"
                        },
                        {
                            "id": "73dbe621-de5f-4446-ac6b-99abf403de81",
                            "gambit_id": "4d4b758a-ae19-45d9-b00d-32070e26fe17",
                            "last_updated": "2022-08-17T09:42:04.914274-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (M Keller)",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c478016-2f28-4864-93d1-4aaf4fc614c1/?format=api"
                        }
                    ]
                },
                {
                    "id": "7e7f5dc6-151a-4249-9d3f-6ddf0ba9cc27",
                    "match": "https://api-prod.gambitprofit.com/api/matches/310b2d32-f23c-4223-a2cd-40951b15e652/?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": 5588.0
                            },
                            {
                                "team": "BOS",
                                "amount": 4412.0
                            }
                        ],
                        "expected_reward_tokens": 9220.2,
                        "profit_sb": 220.2,
                        "profit_sb_percentage": 2.45,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ef48d905-8973-41d4-a9c7-437ac26b70e2",
                            "gambit_id": "3b028e93-a3c8-40dd-96b3-3e93ff163a11",
                            "last_updated": "2022-08-17T09:42:04.912941-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7f5dc6-151a-4249-9d3f-6ddf0ba9cc27/?format=api"
                        },
                        {
                            "id": "3b2b029a-55bf-4995-b223-76e1aa6005e5",
                            "gambit_id": "36d183ea-2ed1-4702-b612-a5019ce7cb47",
                            "last_updated": "2022-08-17T09:42:04.913382-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7f5dc6-151a-4249-9d3f-6ddf0ba9cc27/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "11818bd3-de0e-429f-822c-e945ceb595b4",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "62568819-66d1-461b-b422-2f5470d84b1c",
            "completed": true,
            "last_updated": "2022-08-17T09:47:05.979594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.12,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/62568819-66d1-461b-b422-2f5470d84b1c",
            "datetime": "2022-08-16T18:40:00-04:00",
            "cutoff_datetime": "2022-08-16T18:40:00-04:00",
            "name": "PHI (K Gibson) v. CIN (T Zeuch)",
            "bettypes": [
                {
                    "id": "c021b738-40b8-48d8-aa6c-d808592d23bb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/11818bd3-de0e-429f-822c-e945ceb595b4/?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": 6046.0
                            },
                            {
                                "team": "CIN (T Zeuch)",
                                "amount": 3954.0
                            }
                        ],
                        "expected_reward_tokens": 9370.98,
                        "profit_sb": 370.98,
                        "profit_sb_percentage": 4.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "332eed03-14d1-486e-aca6-f502c7d02c27",
                            "gambit_id": "71c04724-d744-478a-9d92-41dd727f7114",
                            "last_updated": "2022-08-17T09:47:05.983233-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (K Gibson)",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c021b738-40b8-48d8-aa6c-d808592d23bb/?format=api"
                        },
                        {
                            "id": "03bbe105-8c2b-4b0d-a5d9-d8820a53c4b2",
                            "gambit_id": "fecca974-a633-4ec8-9e5c-3f994d452b87",
                            "last_updated": "2022-08-17T09:47:05.982759-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (T Zeuch)",
                            "reward": "2.37000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c021b738-40b8-48d8-aa6c-d808592d23bb/?format=api"
                        }
                    ]
                },
                {
                    "id": "f7432d9e-31d8-4f03-8f73-3221c10bdbba",
                    "match": "https://api-prod.gambitprofit.com/api/matches/11818bd3-de0e-429f-822c-e945ceb595b4/?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": "CIN",
                                "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": "eef8d21e-6f85-4f9f-8a16-74719366d826",
                            "gambit_id": "aa02643a-a681-4d0d-8e3f-89f5e0d41cb4",
                            "last_updated": "2022-08-17T09:47:05.981792-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7432d9e-31d8-4f03-8f73-3221c10bdbba/?format=api"
                        },
                        {
                            "id": "8d681071-7188-4221-8efa-2f8a4ef6f882",
                            "gambit_id": "c0033fb0-4767-4646-84d6-0606e678586d",
                            "last_updated": "2022-08-17T09:47:05.982278-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/f7432d9e-31d8-4f03-8f73-3221c10bdbba/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "945cd76d-a747-4fc4-950a-5b306ba9729f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7b055277-c6c8-49ac-b28e-6b648402fd69",
            "completed": true,
            "last_updated": "2022-08-17T10:02:07.771592-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.88,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/7b055277-c6c8-49ac-b28e-6b648402fd69",
            "datetime": "2022-08-16T18:40:00-04:00",
            "cutoff_datetime": "2022-08-16T18:40:00-04:00",
            "name": "SDG (S Manaea) v. MIA (E Cabrera)",
            "bettypes": [
                {
                    "id": "7e2297d1-3dc5-49c6-b5b7-97305f2fbef6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/945cd76d-a747-4fc4-950a-5b306ba9729f/?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 (S Manaea)",
                                "amount": 5807.0
                            },
                            {
                                "team": "MIA (E Cabrera)",
                                "amount": 4193.0
                            }
                        ],
                        "expected_reward_tokens": 9349.27,
                        "profit_sb": 349.27,
                        "profit_sb_percentage": 3.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7d413b66-a508-4077-932d-13ae48e533da",
                            "gambit_id": "6fdb5fd3-8507-4f80-a384-0ca6c59e9065",
                            "last_updated": "2022-08-17T10:02:07.774988-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (S Manaea)",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e2297d1-3dc5-49c6-b5b7-97305f2fbef6/?format=api"
                        },
                        {
                            "id": "c74b4c90-0df6-4a51-a779-4a8f7073040b",
                            "gambit_id": "99ad34e6-6419-4913-94fd-eb94b362062c",
                            "last_updated": "2022-08-17T10:02:07.774536-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (E Cabrera)",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e2297d1-3dc5-49c6-b5b7-97305f2fbef6/?format=api"
                        }
                    ]
                },
                {
                    "id": "5e23ba5b-e604-46a8-acc6-9428c224575a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/945cd76d-a747-4fc4-950a-5b306ba9729f/?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": 5511.0
                            },
                            {
                                "team": "SDG",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1298a6c8-604d-4ad2-9992-b289dbd1b9eb",
                            "gambit_id": "02249995-b755-4647-bca7-a65e3640d7d8",
                            "last_updated": "2022-08-17T10:02:07.773657-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e23ba5b-e604-46a8-acc6-9428c224575a/?format=api"
                        },
                        {
                            "id": "3c146a9c-d7cf-4f49-b360-9b7494819de5",
                            "gambit_id": "88df1a43-0fcd-4252-94d1-26d7fd7526cf",
                            "last_updated": "2022-08-17T10:02:07.774098-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e23ba5b-e604-46a8-acc6-9428c224575a/?format=api"
                        }
                    ]
                },
                {
                    "id": "f975b637-c7c4-4465-9c7c-75272ee4bd5b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/945cd76d-a747-4fc4-950a-5b306ba9729f/?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": 5312.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ceaa0709-0d33-41c5-92e6-9aef0cea1c2e",
                            "gambit_id": "2fb2ea61-34c7-40aa-9048-ead55668d5df",
                            "last_updated": "2022-08-17T10:02:07.773201-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f975b637-c7c4-4465-9c7c-75272ee4bd5b/?format=api"
                        },
                        {
                            "id": "e1d924be-8bd1-4e3b-93fc-4ee375563377",
                            "gambit_id": "3f3edf78-edcb-42b8-b9d7-0a7918240245",
                            "last_updated": "2022-08-17T10:02:07.772669-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f975b637-c7c4-4465-9c7c-75272ee4bd5b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "18afd484-313a-4feb-ac4f-e46c2fd3fe20",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f647d0db-620b-49e4-ae8a-2ee83c7e9477",
            "completed": true,
            "last_updated": "2022-08-17T10:07:10.668202-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.67,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/f647d0db-620b-49e4-ae8a-2ee83c7e9477",
            "datetime": "2022-08-16T05:00:00-04:00",
            "cutoff_datetime": "2022-08-16T05:00:00-04:00",
            "name": "Oh My God v. FunPlus Phoenix",
            "bettypes": [
                {
                    "id": "0f260bc4-1ee3-4f6c-bdf1-d6432f0658ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/18afd484-313a-4feb-ac4f-e46c2fd3fe20/?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": "Oh My God",
                                "amount": 5000.0
                            },
                            {
                                "team": "FunPlus Phoenix",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 8850.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.67,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "20a3fed2-4001-4195-a7e4-0b18a057f054",
                            "gambit_id": "7ebbfdc1-3812-4237-9c57-d005bc703532",
                            "last_updated": "2022-08-17T10:07:10.669599-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Oh My God",
                            "reward": "1.77000",
                            "odds": "1.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f260bc4-1ee3-4f6c-bdf1-d6432f0658ab/?format=api"
                        },
                        {
                            "id": "eb6df90f-2ed6-4573-948c-801388d6a8a4",
                            "gambit_id": "424e014b-8615-443d-9bb5-e00211c69f4a",
                            "last_updated": "2022-08-17T10:07:10.669079-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FunPlus Phoenix",
                            "reward": "1.77000",
                            "odds": "1.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f260bc4-1ee3-4f6c-bdf1-d6432f0658ab/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "93f66945-66d2-4ee8-9a7a-eea1205c47cd",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "912c1df7-2f53-4870-a8e3-b6fcc08d3379",
            "completed": true,
            "last_updated": "2022-08-16T14:07:09.715565-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/912c1df7-2f53-4870-a8e3-b6fcc08d3379",
            "datetime": "2022-08-15T22:59:00-04:00",
            "cutoff_datetime": "2022-08-15T22:59:00-04:00",
            "name": "US Lottery - Powerball: Odd or Even Powerball Number - August 15th 2022",
            "bettypes": [
                {
                    "id": "ff4fdef6-d4b2-4bb7-8066-d4354da2ae16",
                    "match": "https://api-prod.gambitprofit.com/api/matches/93f66945-66d2-4ee8-9a7a-eea1205c47cd/?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": "537b937e-6471-4c4f-b7fb-63572eae3343",
                            "gambit_id": "20abaff0-20b8-404b-ad27-985ddabda70d",
                            "last_updated": "2022-08-16T14:07:09.716859-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/ff4fdef6-d4b2-4bb7-8066-d4354da2ae16/?format=api"
                        },
                        {
                            "id": "7a49ee84-444b-4dc5-a04a-305962a58c23",
                            "gambit_id": "e6ed2fd5-3413-4d8b-9638-2b8f78335e12",
                            "last_updated": "2022-08-16T14:07:09.716387-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/ff4fdef6-d4b2-4bb7-8066-d4354da2ae16/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "deaba002-b83b-4cf5-8eae-dffb017ddfbc",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d968da28-6983-4140-9abd-6bf86bd43a4b",
            "completed": true,
            "last_updated": "2022-08-16T14:07:08.613855-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/d968da28-6983-4140-9abd-6bf86bd43a4b",
            "datetime": "2022-08-15T22:59:00-04:00",
            "cutoff_datetime": "2022-08-15T22:59:00-04:00",
            "name": "US Lottery - Powerball: Pick the Powerball Number - August 15th 2022",
            "bettypes": [
                {
                    "id": "60e80526-a2fb-4343-8aea-d40c64e2b87b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/deaba002-b83b-4cf5-8eae-dffb017ddfbc/?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": "145d6d79-6a1c-45c3-aa1d-6ef2a7f1bf41",
                            "gambit_id": "3038aa24-c652-4c9c-a307-c8b26bf3c706",
                            "last_updated": "2022-08-16T14:07:08.615187-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/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                        },
                        {
                            "id": "1707536e-724b-4b27-802c-3aa056a8a776",
                            "gambit_id": "1b5b1872-58a2-4c5f-859b-0110a68cead1",
                            "last_updated": "2022-08-16T14:07:08.616782-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/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                        },
                        {
                            "id": "24e31973-73c5-4e75-b389-a7c174cb70c5",
                            "gambit_id": "2f0efbde-9eaf-4d3b-b550-5460e06bb091",
                            "last_updated": "2022-08-16T14:07:08.617344-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/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                        },
                        {
                            "id": "a870f578-b5a5-4eec-9a66-ca759b688844",
                            "gambit_id": "f83cd384-84ac-4340-a53a-76dc9839e529",
                            "last_updated": "2022-08-16T14:07:08.616307-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/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                        },
                        {
                            "id": "e03c1734-ac65-49ca-bde2-6e5bde3f1a2a",
                            "gambit_id": "316c01c4-0edc-4da9-b627-fa2b2780072b",
                            "last_updated": "2022-08-16T14:07:08.615837-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/60e80526-a2fb-4343-8aea-d40c64e2b87b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dfeacbea-e12c-470f-b811-38804ae42fe2",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "deef34c6-be6a-4ee0-a5e5-66349fb060f1",
            "completed": true,
            "last_updated": "2022-08-16T13:52:07.853919-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.04,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/deef34c6-be6a-4ee0-a5e5-66349fb060f1",
            "datetime": "2022-08-15T21:45:00-04:00",
            "cutoff_datetime": "2022-08-15T21:45:00-04:00",
            "name": "ARI (M Bumgarner) v. SFO (A Cobb)",
            "bettypes": [
                {
                    "id": "9a7462e6-88fd-4b65-98b6-4ef9e241d074",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dfeacbea-e12c-470f-b811-38804ae42fe2/?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 (A Cobb)",
                                "amount": 6328.0
                            },
                            {
                                "team": "ARI (M Bumgarner)",
                                "amount": 3672.0
                            }
                        ],
                        "expected_reward_tokens": 9363.6,
                        "profit_sb": 363.6,
                        "profit_sb_percentage": 4.04,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1fad70a7-8c8d-42ab-8bd4-6dd32243bef6",
                            "gambit_id": "2d1bcd33-dfec-441a-9ddc-43a2b0275810",
                            "last_updated": "2022-08-16T13:52:07.857524-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (A Cobb)",
                            "reward": "1.48000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a7462e6-88fd-4b65-98b6-4ef9e241d074/?format=api"
                        },
                        {
                            "id": "8deaaf30-134a-4c25-96f1-b4a978a648bf",
                            "gambit_id": "2e6d0f33-67e8-4031-9075-5336b8495623",
                            "last_updated": "2022-08-16T13:52:07.857068-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (M Bumgarner)",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a7462e6-88fd-4b65-98b6-4ef9e241d074/?format=api"
                        }
                    ]
                },
                {
                    "id": "50244724-f65c-4d1d-9344-c09b15541f3a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dfeacbea-e12c-470f-b811-38804ae42fe2/?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": 5405.0
                            },
                            {
                                "team": "SFO",
                                "amount": 4595.0
                            }
                        ],
                        "expected_reward_tokens": 9188.5,
                        "profit_sb": 188.5,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bb3fe16e-ca6d-41d3-918e-13a03c99f155",
                            "gambit_id": "8bba732c-d1b5-4ca0-812c-e08c6749551a",
                            "last_updated": "2022-08-16T13:52:07.856609-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50244724-f65c-4d1d-9344-c09b15541f3a/?format=api"
                        },
                        {
                            "id": "929a55f4-8abf-4029-a59e-e29317b0c739",
                            "gambit_id": "ff95fe36-2b2c-4b1e-a4f3-f3a8ab63e0dc",
                            "last_updated": "2022-08-16T13:52:07.856148-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50244724-f65c-4d1d-9344-c09b15541f3a/?format=api"
                        }
                    ]
                },
                {
                    "id": "2d90dad3-b377-4315-88c1-37ba069b9cb7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dfeacbea-e12c-470f-b811-38804ae42fe2/?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": 5204.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "37d8d582-a46f-41ae-8f09-2ec0d2323652",
                            "gambit_id": "db3bbe4c-1601-46a1-922e-7c5ad651fba9",
                            "last_updated": "2022-08-16T13:52:07.855167-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d90dad3-b377-4315-88c1-37ba069b9cb7/?format=api"
                        },
                        {
                            "id": "eec721de-087c-406b-85e4-6628963789d2",
                            "gambit_id": "a2de46f4-71c2-4054-b5c4-852b5453b820",
                            "last_updated": "2022-08-16T13:52:07.855678-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d90dad3-b377-4315-88c1-37ba069b9cb7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "28f7d761-7b65-4870-ad69-91bd6a21d6de",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2e049598-0ecb-4ec8-83d8-e005950f7a86",
            "completed": true,
            "last_updated": "2022-08-16T13:57:08.072052-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/2e049598-0ecb-4ec8-83d8-e005950f7a86",
            "datetime": "2022-08-15T21:38:00-04:00",
            "cutoff_datetime": "2022-08-15T21:38:00-04:00",
            "name": "SEA (L Castillo) v. LAA (S Ohtani)",
            "bettypes": [
                {
                    "id": "3e91c1e4-9d85-405d-a4e9-e7a6cba18d7b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28f7d761-7b65-4870-ad69-91bd6a21d6de/?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 (L Castillo)",
                                "amount": 5067.0
                            },
                            {
                                "team": "LAA (S Ohtani)",
                                "amount": 4933.0
                            }
                        ],
                        "expected_reward_tokens": 9323.28,
                        "profit_sb": 323.28,
                        "profit_sb_percentage": 3.59,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c0bef903-63dc-44b9-ae05-c9b2fe4a1478",
                            "gambit_id": "2866a8e5-8805-4bab-a93d-9833f2a36ad5",
                            "last_updated": "2022-08-16T13:57:08.075517-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (L Castillo)",
                            "reward": "1.84000",
                            "odds": "1.92590",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e91c1e4-9d85-405d-a4e9-e7a6cba18d7b/?format=api"
                        },
                        {
                            "id": "3d44a764-df80-4d37-bb66-2a20a56a4a1d",
                            "gambit_id": "d46d26a7-c105-45e6-8dca-cdd54ead1e10",
                            "last_updated": "2022-08-16T13:57:08.075048-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (S Ohtani)",
                            "reward": "1.89000",
                            "odds": "1.98040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e91c1e4-9d85-405d-a4e9-e7a6cba18d7b/?format=api"
                        }
                    ]
                },
                {
                    "id": "9a620c67-ed08-44e0-87d5-798aa5518357",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28f7d761-7b65-4870-ad69-91bd6a21d6de/?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": 6519.0
                            },
                            {
                                "team": "LAA",
                                "amount": 3481.0
                            }
                        ],
                        "expected_reward_tokens": 9189.84,
                        "profit_sb": 189.84,
                        "profit_sb_percentage": 2.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bc98a701-742d-48eb-8a5b-f6fce096d0e3",
                            "gambit_id": "71853769-9161-4a65-89fd-0beeb7d28bca",
                            "last_updated": "2022-08-16T13:57:08.074581-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "1.41000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a620c67-ed08-44e0-87d5-798aa5518357/?format=api"
                        },
                        {
                            "id": "5e9eabb0-e921-4efb-9b6c-9930f8dc7ffe",
                            "gambit_id": "eb0a5322-3087-47cf-affa-36f5d0b4666b",
                            "last_updated": "2022-08-16T13:57:08.074090-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a620c67-ed08-44e0-87d5-798aa5518357/?format=api"
                        }
                    ]
                },
                {
                    "id": "9c4d0181-6ad5-4663-8a11-b1298447facc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28f7d761-7b65-4870-ad69-91bd6a21d6de/?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": 5312.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "74525efc-e395-4661-b5b9-a16864daedef",
                            "gambit_id": "e41dae41-9f16-4382-b6a0-a84dfd327027",
                            "last_updated": "2022-08-16T13:57:08.073626-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4d0181-6ad5-4663-8a11-b1298447facc/?format=api"
                        },
                        {
                            "id": "2bc55227-9eeb-442e-8de2-dbf9b9c172ae",
                            "gambit_id": "c7385b92-9ada-42a3-823d-04b2faf5f7fb",
                            "last_updated": "2022-08-16T13:57:08.073110-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c4d0181-6ad5-4663-8a11-b1298447facc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fa562c2f-3443-4e3e-aa83-8d1c1068be34",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ba62e5ae-ed7a-4d0d-8c24-c8c0e77715d3",
            "completed": true,
            "last_updated": "2022-08-16T13:57:08.204709-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.04,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/ba62e5ae-ed7a-4d0d-8c24-c8c0e77715d3",
            "datetime": "2022-08-15T20:10:00-04:00",
            "cutoff_datetime": "2022-08-15T20:10:00-04:00",
            "name": "LOS (J Urias) v. MIL (F Peralta)",
            "bettypes": [
                {
                    "id": "f010e93b-1383-4417-8fbc-c6a9f12b5383",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fa562c2f-3443-4e3e-aa83-8d1c1068be34/?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 (J Urias)",
                                "amount": 5964.0
                            },
                            {
                                "team": "MIL (F Peralta)",
                                "amount": 4036.0
                            }
                        ],
                        "expected_reward_tokens": 9363.48,
                        "profit_sb": 363.48,
                        "profit_sb_percentage": 4.04,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c368ea05-a013-47dc-a581-7e86a3540ad7",
                            "gambit_id": "518b5cc8-847a-4bfa-866d-fbde66bb73d2",
                            "last_updated": "2022-08-16T13:57:08.208059-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (J Urias)",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f010e93b-1383-4417-8fbc-c6a9f12b5383/?format=api"
                        },
                        {
                            "id": "3dd76ccc-06f8-45aa-96df-e5999eb3ed65",
                            "gambit_id": "5778589a-d83f-4509-b766-28b00e4b24ad",
                            "last_updated": "2022-08-16T13:57:08.207612-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (F Peralta)",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f010e93b-1383-4417-8fbc-c6a9f12b5383/?format=api"
                        }
                    ]
                },
                {
                    "id": "dd532805-daf8-4628-ae64-49a4a785b213",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fa562c2f-3443-4e3e-aa83-8d1c1068be34/?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": 5204.0
                            },
                            {
                                "team": "LOS",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4ac29665-c5fb-43f6-b592-9930e9b5d536",
                            "gambit_id": "d96bf408-581a-4c36-b919-22754fa885c5",
                            "last_updated": "2022-08-16T13:57:08.207141-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd532805-daf8-4628-ae64-49a4a785b213/?format=api"
                        },
                        {
                            "id": "e39ff7be-4c24-4916-bcd2-5fd5abd44387",
                            "gambit_id": "9d365506-1461-4319-aae6-1fd08c42b6a3",
                            "last_updated": "2022-08-16T13:57:08.206690-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd532805-daf8-4628-ae64-49a4a785b213/?format=api"
                        }
                    ]
                },
                {
                    "id": "13f886e2-58a5-41cf-bcda-1fc05a080825",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fa562c2f-3443-4e3e-aa83-8d1c1068be34/?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": 5000.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fcf51680-8312-423a-b11c-08b4c04989f5",
                            "gambit_id": "2676ce8f-3eb5-42b7-97e8-649eef5c828b",
                            "last_updated": "2022-08-16T13:57:08.205727-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13f886e2-58a5-41cf-bcda-1fc05a080825/?format=api"
                        },
                        {
                            "id": "11b7dece-ee81-4336-9f53-65b629de9dab",
                            "gambit_id": "2639bf99-2805-4f60-8100-b3db0646eda2",
                            "last_updated": "2022-08-16T13:57:08.206239-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13f886e2-58a5-41cf-bcda-1fc05a080825/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "012fab68-9f65-4eaa-80cd-9b35bee7e79d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "dfa4c9af-bf2c-4201-a56f-c2480095e50b",
            "completed": true,
            "last_updated": "2022-08-16T11:46:49.606091-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/dfa4c9af-bf2c-4201-a56f-c2480095e50b",
            "datetime": "2022-08-15T20:10:00-04:00",
            "cutoff_datetime": "2022-08-15T20:10:00-04:00",
            "name": "HOU (J Urquidy) v. CWS (J Cueto)",
            "bettypes": [
                {
                    "id": "efddc26d-2de8-4b99-b959-426f28024182",
                    "match": "https://api-prod.gambitprofit.com/api/matches/012fab68-9f65-4eaa-80cd-9b35bee7e79d/?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 (J Urquidy)",
                                "amount": 5319.0
                            },
                            {
                                "team": "CWS (J Cueto)",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": 361.44,
                        "profit_sb_percentage": 4.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d78d56b5-2bee-445f-a753-b9f875618d30",
                            "gambit_id": "0148783d-9c0b-4b2b-badb-68d8a9f23785",
                            "last_updated": "2022-08-16T11:46:49.608926-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (J Urquidy)",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efddc26d-2de8-4b99-b959-426f28024182/?format=api"
                        },
                        {
                            "id": "a5d0ebc1-5f7a-4e83-bc65-c33f431b0c48",
                            "gambit_id": "c6427960-bf2e-4652-aa6e-465e233d3f40",
                            "last_updated": "2022-08-16T11:46:49.609367-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (J Cueto)",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efddc26d-2de8-4b99-b959-426f28024182/?format=api"
                        }
                    ]
                },
                {
                    "id": "e4492c56-8e0c-4af3-8eaf-28c7c6149298",
                    "match": "https://api-prod.gambitprofit.com/api/matches/012fab68-9f65-4eaa-80cd-9b35bee7e79d/?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": "CWS",
                                "amount": 5838.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9281.26,
                        "profit_sb": 281.26,
                        "profit_sb_percentage": 3.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "998f9271-a3c4-4a70-89fe-33ac399ab06c",
                            "gambit_id": "f98a9c55-1cb4-4111-8e21-4b8b4927d01a",
                            "last_updated": "2022-08-16T11:46:49.608038-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4492c56-8e0c-4af3-8eaf-28c7c6149298/?format=api"
                        },
                        {
                            "id": "37bb4822-2408-476f-9c7e-36ac21b0652f",
                            "gambit_id": "e7731e07-2bcb-41a9-a15f-282b7bf26bc2",
                            "last_updated": "2022-08-16T11:46:49.608468-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4492c56-8e0c-4af3-8eaf-28c7c6149298/?format=api"
                        }
                    ]
                },
                {
                    "id": "d9c9747f-038e-4f8a-9333-61b3aaec6146",
                    "match": "https://api-prod.gambitprofit.com/api/matches/012fab68-9f65-4eaa-80cd-9b35bee7e79d/?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": 5000.0
                            },
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "00f102c6-0fda-47f1-ad99-168bd0ff977c",
                            "gambit_id": "46e50b05-1cd6-4d76-be14-b3ea0e5d544b",
                            "last_updated": "2022-08-16T11:46:49.607122-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/d9c9747f-038e-4f8a-9333-61b3aaec6146/?format=api"
                        },
                        {
                            "id": "fdb3d71b-a2a9-4eed-b1b0-d9792809a3ec",
                            "gambit_id": "854d629e-78df-45ea-a247-9b281248269e",
                            "last_updated": "2022-08-16T11:46:49.607605-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/d9c9747f-038e-4f8a-9333-61b3aaec6146/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c57480e6-634c-4b2e-8e2f-55ad829789ca",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "5f2d62a5-6545-4aab-b897-e698adb3e2f8",
            "completed": true,
            "last_updated": "2022-08-16T13:57:07.544000-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/5f2d62a5-6545-4aab-b897-e698adb3e2f8",
            "datetime": "2022-08-15T20:05:00-04:00",
            "cutoff_datetime": "2022-08-15T20:05:00-04:00",
            "name": "OAK (J Kaprielian) v. TEX (G Otto)",
            "bettypes": [
                {
                    "id": "c0615921-c5cd-4e51-85ea-284297debb42",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c57480e6-634c-4b2e-8e2f-55ad829789ca/?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 (G Otto)",
                                "amount": 5881.0
                            },
                            {
                                "team": "OAK (J Kaprielian)",
                                "amount": 4119.0
                            }
                        ],
                        "expected_reward_tokens": 9350.13,
                        "profit_sb": 350.13,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bbe7617b-2926-434c-a2c6-514cf83c73bc",
                            "gambit_id": "ad5d2610-6372-4c46-af72-27425f452986",
                            "last_updated": "2022-08-16T13:57:07.546515-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (G Otto)",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0615921-c5cd-4e51-85ea-284297debb42/?format=api"
                        },
                        {
                            "id": "39bcdab8-9d4f-4013-b4da-f3899086237f",
                            "gambit_id": "f6c8d2f1-6920-4fcd-b930-d2216268496f",
                            "last_updated": "2022-08-16T13:57:07.546897-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (J Kaprielian)",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0615921-c5cd-4e51-85ea-284297debb42/?format=api"
                        }
                    ]
                },
                {
                    "id": "94f689fd-59f2-4b28-984e-b04ee2c2b15f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c57480e6-634c-4b2e-8e2f-55ad829789ca/?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": "OAK",
                                "amount": 5752.0
                            },
                            {
                                "team": "TEX",
                                "amount": 4248.0
                            }
                        ],
                        "expected_reward_tokens": 9260.64,
                        "profit_sb": 260.64,
                        "profit_sb_percentage": 2.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fc76bcc4-eb68-41cc-b45c-96f8d0288293",
                            "gambit_id": "0dc36b29-ec40-48c4-bc99-25242fc1836c",
                            "last_updated": "2022-08-16T13:57:07.546124-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f689fd-59f2-4b28-984e-b04ee2c2b15f/?format=api"
                        },
                        {
                            "id": "7deca493-3876-41cf-b101-c6f47fa9e756",
                            "gambit_id": "eb739a39-72f4-4981-a6c7-fc6de801c358",
                            "last_updated": "2022-08-16T13:57:07.545739-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f689fd-59f2-4b28-984e-b04ee2c2b15f/?format=api"
                        }
                    ]
                },
                {
                    "id": "ec205847-3a16-46a7-a272-9bbc49a23d09",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c57480e6-634c-4b2e-8e2f-55ad829789ca/?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": "1629d322-2e6a-4696-a564-3bf90f95abbb",
                            "gambit_id": "a6cc4bbf-232e-41e2-b623-174a0e02c565",
                            "last_updated": "2022-08-16T13:57:07.545334-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/ec205847-3a16-46a7-a272-9bbc49a23d09/?format=api"
                        },
                        {
                            "id": "dea62ae7-1600-4369-9d3b-127ce812ea63",
                            "gambit_id": "8c504a19-5030-4c7e-84cc-f4ee7372c734",
                            "last_updated": "2022-08-16T13:57:07.544908-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/ec205847-3a16-46a7-a272-9bbc49a23d09/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "973d1af1-f95f-4e6e-9086-d32a48f1426c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9a8b8808-636e-4fad-b4fe-218743d1c68d",
            "completed": true,
            "last_updated": "2022-08-16T13:57:07.400787-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/9a8b8808-636e-4fad-b4fe-218743d1c68d",
            "datetime": "2022-08-15T19:40:00-04:00",
            "cutoff_datetime": "2022-08-15T19:40:00-04:00",
            "name": "KAN (K Bubic) v. MIN (J Ryan)",
            "bettypes": [
                {
                    "id": "6ca5377b-6bec-4484-a878-6d5cdf12e551",
                    "match": "https://api-prod.gambitprofit.com/api/matches/973d1af1-f95f-4e6e-9086-d32a48f1426c/?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 (J Ryan)",
                                "amount": 6196.0
                            },
                            {
                                "team": "KAN (K Bubic)",
                                "amount": 3804.0
                            }
                        ],
                        "expected_reward_tokens": 9355.96,
                        "profit_sb": 355.96,
                        "profit_sb_percentage": 3.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c9a35735-08d2-47cc-8c51-659fa8160ef9",
                            "gambit_id": "28b83f71-243d-4f7f-b877-90dae81852c6",
                            "last_updated": "2022-08-16T13:57:07.403744-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (J Ryan)",
                            "reward": "1.51000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca5377b-6bec-4484-a878-6d5cdf12e551/?format=api"
                        },
                        {
                            "id": "e48a1da2-b5e8-4ca3-b8eb-b90710584795",
                            "gambit_id": "607bcf22-d81f-430b-b78a-cef2f855f35c",
                            "last_updated": "2022-08-16T13:57:07.404208-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (K Bubic)",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca5377b-6bec-4484-a878-6d5cdf12e551/?format=api"
                        }
                    ]
                },
                {
                    "id": "7aa9d369-1b9b-411b-ac28-cb99fac20c4c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/973d1af1-f95f-4e6e-9086-d32a48f1426c/?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": 5312.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f412edce-babb-4aec-b0a5-d22bbb165be0",
                            "gambit_id": "529e2063-1ead-4e6c-9885-6d48bb789174",
                            "last_updated": "2022-08-16T13:57:07.403277-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa9d369-1b9b-411b-ac28-cb99fac20c4c/?format=api"
                        },
                        {
                            "id": "9b891f08-000a-4443-830f-2e9274b3104e",
                            "gambit_id": "a2bbf40e-8abc-4d9c-8836-06bc80e21db0",
                            "last_updated": "2022-08-16T13:57:07.402814-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa9d369-1b9b-411b-ac28-cb99fac20c4c/?format=api"
                        }
                    ]
                },
                {
                    "id": "15bfd56b-b7c2-47a8-80a6-de6fea0d78dd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/973d1af1-f95f-4e6e-9086-d32a48f1426c/?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": "bae89b95-1a9d-47df-91ca-0ca6aa0afd33",
                            "gambit_id": "2dd84c7c-1e9b-466b-8072-8502b6163bd3",
                            "last_updated": "2022-08-16T13:57:07.401822-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/15bfd56b-b7c2-47a8-80a6-de6fea0d78dd/?format=api"
                        },
                        {
                            "id": "48431659-ca5c-4414-a48e-175877dabc1f",
                            "gambit_id": "3f96e2bd-3e69-4417-b90d-0f1c77a93c31",
                            "last_updated": "2022-08-16T13:57:07.402346-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/15bfd56b-b7c2-47a8-80a6-de6fea0d78dd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "607ae923-9fb7-4655-930e-f8e07523ad80",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f8e1b889-23ef-489f-8588-0cda28c086b9",
            "completed": true,
            "last_updated": "2022-08-16T14:02:08.056074-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.04,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/f8e1b889-23ef-489f-8588-0cda28c086b9",
            "datetime": "2022-08-15T19:20:00-04:00",
            "cutoff_datetime": "2022-08-15T19:20:00-04:00",
            "name": "NYM (C Carrasco) v. ATL (S Strider)",
            "bettypes": [
                {
                    "id": "960df5bc-aad7-44f0-8c66-0bfa13f6c8d7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/607ae923-9fb7-4655-930e-f8e07523ad80/?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 (S Strider)",
                                "amount": 5964.0
                            },
                            {
                                "team": "NYM (C Carrasco)",
                                "amount": 4036.0
                            }
                        ],
                        "expected_reward_tokens": 9363.48,
                        "profit_sb": 363.48,
                        "profit_sb_percentage": 4.04,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dfefcc86-9fb8-416d-a7e6-2041ff2acb68",
                            "gambit_id": "a6bdc556-9edc-4136-aeea-7ddb5294e559",
                            "last_updated": "2022-08-16T14:02:08.060713-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (S Strider)",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/960df5bc-aad7-44f0-8c66-0bfa13f6c8d7/?format=api"
                        },
                        {
                            "id": "c69e4368-2acd-492f-8b9c-706127f89340",
                            "gambit_id": "205ee7a4-3f36-40e8-832c-59ea2ed66728",
                            "last_updated": "2022-08-16T14:02:08.061171-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (C Carrasco)",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/960df5bc-aad7-44f0-8c66-0bfa13f6c8d7/?format=api"
                        }
                    ]
                },
                {
                    "id": "0a0c64b7-0d5e-4daf-8b4f-b90508d2848c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/607ae923-9fb7-4655-930e-f8e07523ad80/?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": 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": "60d0fa33-f2cb-4b28-be1c-d49984024044",
                            "gambit_id": "7b898996-8d5c-41ed-b4e5-52c8f76b1979",
                            "last_updated": "2022-08-16T14:02:08.060247-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a0c64b7-0d5e-4daf-8b4f-b90508d2848c/?format=api"
                        },
                        {
                            "id": "d3a973db-c28e-4c7f-9a3f-fbf4edbf9f42",
                            "gambit_id": "073ed9f1-089d-4cb7-82f8-079a62e0b285",
                            "last_updated": "2022-08-16T14:02:08.059771-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/0a0c64b7-0d5e-4daf-8b4f-b90508d2848c/?format=api"
                        }
                    ]
                },
                {
                    "id": "a53f9f07-c3a3-4902-a852-85a75df60f7b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/607ae923-9fb7-4655-930e-f8e07523ad80/?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": 5312.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4688.0
                            }
                        ],
                        "expected_reward_tokens": 9188.48,
                        "profit_sb": 188.48,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "061d5b55-1121-4bc7-b5f7-4a60565b9cd6",
                            "gambit_id": "2d700b29-0099-457a-9231-55d90ecc7c0d",
                            "last_updated": "2022-08-16T14:02:08.058415-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a53f9f07-c3a3-4902-a852-85a75df60f7b/?format=api"
                        },
                        {
                            "id": "bdb600a8-3a4b-4b27-a60a-fc94845bf832",
                            "gambit_id": "41c4e7fc-176b-4fad-86e2-39832a0384ef",
                            "last_updated": "2022-08-16T14:02:08.057554-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.96000",
                            "odds": "2.05000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a53f9f07-c3a3-4902-a852-85a75df60f7b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c724e72b-c3b2-47e0-859d-472264824a95",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2afd2c3a-a836-4c28-a53a-0bd85acd4e07",
            "completed": true,
            "last_updated": "2022-08-16T14:02:08.527017-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/2afd2c3a-a836-4c28-a53a-0bd85acd4e07",
            "datetime": "2022-08-15T19:07:00-04:00",
            "cutoff_datetime": "2022-08-15T19:07:00-04:00",
            "name": "BAL (K Bradish) v. TOR (Y Kikuchi)",
            "bettypes": [
                {
                    "id": "de3f666e-cc3d-4537-920b-97006ca36b2c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c724e72b-c3b2-47e0-859d-472264824a95/?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 (Y Kikuchi)",
                                "amount": 5881.0
                            },
                            {
                                "team": "BAL (K Bradish)",
                                "amount": 4119.0
                            }
                        ],
                        "expected_reward_tokens": 9350.13,
                        "profit_sb": 350.13,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "240a6b8e-fa69-49e4-99d5-ae92883085cc",
                            "gambit_id": "f0420480-421f-4ea3-bbe3-ce8b082ecd4f",
                            "last_updated": "2022-08-16T14:02:08.530104-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (Y Kikuchi)",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3f666e-cc3d-4537-920b-97006ca36b2c/?format=api"
                        },
                        {
                            "id": "5bac9ba7-144a-43f5-80da-6a7025811773",
                            "gambit_id": "6ec29472-4dcb-4d12-8f1f-7e1ba8b7d232",
                            "last_updated": "2022-08-16T14:02:08.530567-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (K Bradish)",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3f666e-cc3d-4537-920b-97006ca36b2c/?format=api"
                        }
                    ]
                },
                {
                    "id": "655e9b89-297c-4003-a69e-d13fd4f17774",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c724e72b-c3b2-47e0-859d-472264824a95/?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": 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": "ec314990-392e-4877-a7ca-b874a3b87732",
                            "gambit_id": "288be201-bad8-4065-85fa-009b44894903",
                            "last_updated": "2022-08-16T14:02:08.529633-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655e9b89-297c-4003-a69e-d13fd4f17774/?format=api"
                        },
                        {
                            "id": "c375f788-232f-4abb-bf23-5fbd72eb0a59",
                            "gambit_id": "bcfbf0ad-705c-463d-af9f-473977c6d1b8",
                            "last_updated": "2022-08-16T14:02:08.529147-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/655e9b89-297c-4003-a69e-d13fd4f17774/?format=api"
                        }
                    ]
                },
                {
                    "id": "f6617d38-5e4a-4f66-9136-db5c5f97dc85",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c724e72b-c3b2-47e0-859d-472264824a95/?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": 5109.0
                            },
                            {
                                "team": "Game Total Under 9",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6614f034-5c65-4fff-b8cc-5591668586de",
                            "gambit_id": "28fa859f-d3d0-41d4-aa54-0ebfc3e5a880",
                            "last_updated": "2022-08-16T14:02:08.528667-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6617d38-5e4a-4f66-9136-db5c5f97dc85/?format=api"
                        },
                        {
                            "id": "1b85d7d9-b42e-49d5-82ee-db3094be6934",
                            "gambit_id": "2dde622b-33e8-4ad9-9f9a-a22270498811",
                            "last_updated": "2022-08-16T14:02:08.528153-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6617d38-5e4a-4f66-9136-db5c5f97dc85/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0a15e618-e348-49d6-b0ea-2a34d6ff8b36",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "26c96685-6a83-4d1e-a3cc-3276e2cc1600",
            "completed": true,
            "last_updated": "2022-08-16T11:46:48.681030-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.43,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/26c96685-6a83-4d1e-a3cc-3276e2cc1600",
            "datetime": "2022-08-15T19:05:00-04:00",
            "cutoff_datetime": "2022-08-15T19:05:00-04:00",
            "name": "CHC (M Stroman) v. WAS (J Gray)",
            "bettypes": [
                {
                    "id": "5ffb02d8-066f-47c3-8844-bb8eedbaa954",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0a15e618-e348-49d6-b0ea-2a34d6ff8b36/?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": "CHC (M Stroman)",
                                "amount": 5628.0
                            },
                            {
                                "team": "WAS (J Gray)",
                                "amount": 4372.0
                            }
                        ],
                        "expected_reward_tokens": 9398.76,
                        "profit_sb": 398.76,
                        "profit_sb_percentage": 4.43,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "016cc1c3-23c8-4824-92e3-b80c716c1e16",
                            "gambit_id": "d13d0970-9a88-4239-8e3d-0abb9804b3c2",
                            "last_updated": "2022-08-16T11:46:48.684413-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (M Stroman)",
                            "reward": "1.67000",
                            "odds": "1.73530",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ffb02d8-066f-47c3-8844-bb8eedbaa954/?format=api"
                        },
                        {
                            "id": "d349517b-a1ee-4f8a-b2d0-0025585789c1",
                            "gambit_id": "028f073f-0b9a-409d-a48a-ff9781233628",
                            "last_updated": "2022-08-16T11:46:48.683916-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (J Gray)",
                            "reward": "2.15000",
                            "odds": "2.26000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ffb02d8-066f-47c3-8844-bb8eedbaa954/?format=api"
                        }
                    ]
                },
                {
                    "id": "60f61588-ed30-48e3-9e12-042c1dba42fd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0a15e618-e348-49d6-b0ea-2a34d6ff8b36/?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": "WAS",
                                "amount": 5588.0
                            },
                            {
                                "team": "CHC",
                                "amount": 4412.0
                            }
                        ],
                        "expected_reward_tokens": 9220.2,
                        "profit_sb": 220.2,
                        "profit_sb_percentage": 2.45,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9833465d-835e-4883-a0d3-2fd978cfb790",
                            "gambit_id": "4f462412-f283-498f-9cae-d1fa3d103021",
                            "last_updated": "2022-08-16T11:46:48.683045-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60f61588-ed30-48e3-9e12-042c1dba42fd/?format=api"
                        },
                        {
                            "id": "1d5634eb-de2e-400c-9fe4-4dcc8ca61b66",
                            "gambit_id": "ca94e4d9-bfd8-4ea0-9ea1-a93c517bf4d7",
                            "last_updated": "2022-08-16T11:46:48.683475-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60f61588-ed30-48e3-9e12-042c1dba42fd/?format=api"
                        }
                    ]
                },
                {
                    "id": "735b29ed-d024-4dc4-934b-37538d53007c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0a15e618-e348-49d6-b0ea-2a34d6ff8b36/?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": 5204.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f4d57f61-438b-4487-aabd-024f9c0f4143",
                            "gambit_id": "20055988-ceb4-4e7f-b888-73147efb5b05",
                            "last_updated": "2022-08-16T11:46:48.682101-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/735b29ed-d024-4dc4-934b-37538d53007c/?format=api"
                        },
                        {
                            "id": "cad0b836-abc8-4683-b4fe-5a46bc3fc543",
                            "gambit_id": "06e71f35-cfed-4a45-a4e3-3813adfc1d1a",
                            "last_updated": "2022-08-16T11:46:48.682610-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/735b29ed-d024-4dc4-934b-37538d53007c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5aad486a-eb10-44e1-a880-2fb157f3a57c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2e1dffcb-6020-43b4-a966-ed7307200f1a",
            "completed": true,
            "last_updated": "2022-08-16T14:02:08.385833-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/2e1dffcb-6020-43b4-a966-ed7307200f1a",
            "datetime": "2022-08-15T19:05:00-04:00",
            "cutoff_datetime": "2022-08-15T19:05:00-04:00",
            "name": "Tampa Bay Rays v. New York Yankees",
            "bettypes": [
                {
                    "id": "d273b1de-9385-4297-8a23-e1493fb29791",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5aad486a-eb10-44e1-a880-2fb157f3a57c/?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 Yankees",
                                "amount": 6682.0
                            },
                            {
                                "team": "Tampa Bay Rays",
                                "amount": 3318.0
                            }
                        ],
                        "expected_reward_tokens": 9354.8,
                        "profit_sb": 354.8,
                        "profit_sb_percentage": 3.94,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3f8a0615-8f5f-45b0-9d5e-99556db33896",
                            "gambit_id": "cfb09d60-daa4-4cc1-af98-3d7c5920afd0",
                            "last_updated": "2022-08-16T14:02:08.388713-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Yankees",
                            "reward": "1.40000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d273b1de-9385-4297-8a23-e1493fb29791/?format=api"
                        },
                        {
                            "id": "285eecc5-fe86-485b-9da8-661e086fef92",
                            "gambit_id": "1f5d2bd1-0a99-44f2-8440-840c4c50f2e6",
                            "last_updated": "2022-08-16T14:02:08.389164-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Rays",
                            "reward": "2.82000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d273b1de-9385-4297-8a23-e1493fb29791/?format=api"
                        }
                    ]
                },
                {
                    "id": "13c87e74-5586-45ed-a29a-64228c809344",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5aad486a-eb10-44e1-a880-2fb157f3a57c/?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 Yankees",
                                "amount": 5109.0
                            },
                            {
                                "team": "Tampa Bay Rays",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "494126c2-75a8-49d8-a2f8-08d8852ca678",
                            "gambit_id": "1634fbd7-9eb7-466e-ab98-07e141779503",
                            "last_updated": "2022-08-16T14:02:08.387807-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Yankees",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13c87e74-5586-45ed-a29a-64228c809344/?format=api"
                        },
                        {
                            "id": "2593ed4d-b2d5-48bd-b967-46c14486c2c0",
                            "gambit_id": "06f09794-dfed-4c6b-bcc1-f3ba07de480e",
                            "last_updated": "2022-08-16T14:02:08.388264-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Rays",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13c87e74-5586-45ed-a29a-64228c809344/?format=api"
                        }
                    ]
                },
                {
                    "id": "1b0f679d-c903-40ac-b963-b17e86747c05",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5aad486a-eb10-44e1-a880-2fb157f3a57c/?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": 5000.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3ee27132-3a07-4ad1-a456-8aee097e16c4",
                            "gambit_id": "3a5a5439-31b4-4e38-b929-239e67357e38",
                            "last_updated": "2022-08-16T14:02:08.386863-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b0f679d-c903-40ac-b963-b17e86747c05/?format=api"
                        },
                        {
                            "id": "ae8e730d-4a9d-4086-b44c-abba7477cc39",
                            "gambit_id": "52f42ab1-257f-456d-8765-3d2be035a8d7",
                            "last_updated": "2022-08-16T14:02:08.387353-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b0f679d-c903-40ac-b963-b17e86747c05/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "52b93f60-21e4-465c-be40-b2110e64dcb5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "672f0e18-924f-43e1-af29-f5d3e3b5947c",
            "completed": true,
            "last_updated": "2022-08-16T14:02:08.206032-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/672f0e18-924f-43e1-af29-f5d3e3b5947c",
            "datetime": "2022-08-15T18:40:00-04:00",
            "cutoff_datetime": "2022-08-15T18:40:00-04:00",
            "name": "DET (B Garcia) v. CLE (X Curry) - Game 2",
            "bettypes": [
                {
                    "id": "5846c304-f254-4ddf-825f-127d47cbbafc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/52b93f60-21e4-465c-be40-b2110e64dcb5/?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 (X Curry)",
                                "amount": 6395.0
                            },
                            {
                                "team": "DET (B Garcia)",
                                "amount": 3605.0
                            }
                        ],
                        "expected_reward_tokens": 9336.7,
                        "profit_sb": 336.7,
                        "profit_sb_percentage": 3.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "00e5a3c6-09a6-4104-a38c-ac6040e21f4b",
                            "gambit_id": "acb5b25e-689d-454c-a6ad-e2cf2a2609e0",
                            "last_updated": "2022-08-16T14:02:08.209008-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (X Curry)",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5846c304-f254-4ddf-825f-127d47cbbafc/?format=api"
                        },
                        {
                            "id": "e2299117-485b-4b07-afed-8ef62309dd83",
                            "gambit_id": "2c6a6290-4ed8-4a83-9940-c68954e68370",
                            "last_updated": "2022-08-16T14:02:08.209467-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (B Garcia)",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5846c304-f254-4ddf-825f-127d47cbbafc/?format=api"
                        }
                    ]
                },
                {
                    "id": "9f55bb77-dbf3-4e5d-b1d2-cab4c43a7d7a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/52b93f60-21e4-465c-be40-b2110e64dcb5/?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": 5204.0
                            },
                            {
                                "team": "CLE",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6121ed27-649e-4ad7-841b-8e27ad249bb8",
                            "gambit_id": "aafc9432-6d60-4b67-8282-d342207288bd",
                            "last_updated": "2022-08-16T14:02:08.208499-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f55bb77-dbf3-4e5d-b1d2-cab4c43a7d7a/?format=api"
                        },
                        {
                            "id": "590ffb96-5d22-4416-bbe5-4f8c74ce7218",
                            "gambit_id": "4986f310-ff6d-4d30-b23d-4b0622f55cf3",
                            "last_updated": "2022-08-16T14:02:08.208032-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f55bb77-dbf3-4e5d-b1d2-cab4c43a7d7a/?format=api"
                        }
                    ]
                },
                {
                    "id": "c58c2108-e0af-488b-98b2-eafcd1a546d9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/52b93f60-21e4-465c-be40-b2110e64dcb5/?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": "46c425f7-1923-4d1e-b68f-469e46dd77e6",
                            "gambit_id": "8072d712-ca7a-4bfa-9613-c6f8b2dccec7",
                            "last_updated": "2022-08-16T14:02:08.207059-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/c58c2108-e0af-488b-98b2-eafcd1a546d9/?format=api"
                        },
                        {
                            "id": "800376fd-8ebe-4cd6-9462-e32672a50514",
                            "gambit_id": "12e86c08-58e5-4fe0-9aac-9d6f707e1219",
                            "last_updated": "2022-08-16T14:02:08.207556-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/c58c2108-e0af-488b-98b2-eafcd1a546d9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0a1d4df5-1430-4807-95ad-4673045734b7",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1a7cc3a9-8973-469a-86bc-6269d63c28a3",
            "completed": true,
            "last_updated": "2022-08-16T14:02:17.285624-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/1a7cc3a9-8973-469a-86bc-6269d63c28a3",
            "datetime": "2022-08-15T18:40:00-04:00",
            "cutoff_datetime": "2022-08-15T18:40:00-04:00",
            "name": "PHI (N Syndergaard) v. CIN (M Minor)",
            "bettypes": [
                {
                    "id": "46de2306-d132-4285-8305-44db21e65c27",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0a1d4df5-1430-4807-95ad-4673045734b7/?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 (N Syndergaard)",
                                "amount": 6101.0
                            },
                            {
                                "team": "CIN (M Minor)",
                                "amount": 3899.0
                            }
                        ],
                        "expected_reward_tokens": 9395.54,
                        "profit_sb": 395.54,
                        "profit_sb_percentage": 4.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b9d42912-da45-4a67-afdf-71063dbb46dc",
                            "gambit_id": "fb33ab5c-aa8f-4066-99a8-d46ad681a261",
                            "last_updated": "2022-08-16T14:02:17.290059-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (N Syndergaard)",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46de2306-d132-4285-8305-44db21e65c27/?format=api"
                        },
                        {
                            "id": "d7d5a4af-f454-4b01-88dd-17fc9eeaf1e5",
                            "gambit_id": "dff8842d-9e99-4229-b452-3aed70d690ff",
                            "last_updated": "2022-08-16T14:02:17.289504-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (M Minor)",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46de2306-d132-4285-8305-44db21e65c27/?format=api"
                        }
                    ]
                },
                {
                    "id": "cf7bb08d-3d92-416f-8091-23e2e9475af3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0a1d4df5-1430-4807-95ad-4673045734b7/?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": 5109.0
                            },
                            {
                                "team": "CIN",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9c170bb2-6753-4d44-8b37-1019977fd502",
                            "gambit_id": "adcb7a8d-b745-4529-b38e-d71ead6dd05f",
                            "last_updated": "2022-08-16T14:02:17.288879-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf7bb08d-3d92-416f-8091-23e2e9475af3/?format=api"
                        },
                        {
                            "id": "5aff5857-c73b-4df8-9e51-93f22483c500",
                            "gambit_id": "c2d6be8c-3cf6-40c0-99bc-b0b41a32cc00",
                            "last_updated": "2022-08-16T14:02:17.288284-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf7bb08d-3d92-416f-8091-23e2e9475af3/?format=api"
                        }
                    ]
                },
                {
                    "id": "3291b28c-50c0-45e9-9e73-809638277e17",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0a1d4df5-1430-4807-95ad-4673045734b7/?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": 5109.0
                            },
                            {
                                "team": "Game Total Under 9",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "93454d28-c034-4c21-b5f8-fce63c73a19e",
                            "gambit_id": "d48e337e-6935-407f-9dbe-4684b0522ff6",
                            "last_updated": "2022-08-16T14:02:17.287622-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3291b28c-50c0-45e9-9e73-809638277e17/?format=api"
                        },
                        {
                            "id": "8f9c2b16-7569-48b9-b8e7-1919f0ff0340",
                            "gambit_id": "65a3437b-8c66-417a-9e20-d70d8902a2b8",
                            "last_updated": "2022-08-16T14:02:17.286894-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3291b28c-50c0-45e9-9e73-809638277e17/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4137b797-1e7a-456c-8ed4-ac1a23743266",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0d1e7cf5-cf53-4988-9d4b-e8da25440b7a",
            "completed": true,
            "last_updated": "2022-08-16T11:46:48.272478-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/0d1e7cf5-cf53-4988-9d4b-e8da25440b7a",
            "datetime": "2022-08-15T18:40:00-04:00",
            "cutoff_datetime": "2022-08-15T18:40:00-04:00",
            "name": "SDG (J Musgrove) v. MIA (S Alcantara)",
            "bettypes": [
                {
                    "id": "d37d2518-0238-412d-b8f5-112ee63cedf5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4137b797-1e7a-456c-8ed4-ac1a23743266/?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 (J Musgrove)",
                                "amount": 5692.0
                            },
                            {
                                "team": "MIA (S Alcantara)",
                                "amount": 4308.0
                            }
                        ],
                        "expected_reward_tokens": 9391.44,
                        "profit_sb": 391.44,
                        "profit_sb_percentage": 4.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0063cecf-9e85-4624-b060-a103ea312305",
                            "gambit_id": "40ab0218-aa3b-4b2f-a01f-52775706e6be",
                            "last_updated": "2022-08-16T11:46:48.276251-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (J Musgrove)",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37d2518-0238-412d-b8f5-112ee63cedf5/?format=api"
                        },
                        {
                            "id": "77775785-3577-43f8-8180-717443db69ce",
                            "gambit_id": "bfb4d7a8-bedf-4945-b5a4-b32c31803d41",
                            "last_updated": "2022-08-16T11:46:48.275825-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (S Alcantara)",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d37d2518-0238-412d-b8f5-112ee63cedf5/?format=api"
                        }
                    ]
                },
                {
                    "id": "b55f4d97-a6e4-47b9-9df2-b1d9a2f785a3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4137b797-1e7a-456c-8ed4-ac1a23743266/?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": "SDG",
                                "amount": 4248.0
                            }
                        ],
                        "expected_reward_tokens": 9260.64,
                        "profit_sb": 260.64,
                        "profit_sb_percentage": 2.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "68de0e00-c0c2-4167-8de1-5be123950852",
                            "gambit_id": "d3c58f00-8420-4dcd-99c1-6009ef6b92e7",
                            "last_updated": "2022-08-16T11:46:48.274938-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/b55f4d97-a6e4-47b9-9df2-b1d9a2f785a3/?format=api"
                        },
                        {
                            "id": "a6404650-208d-4137-aaf5-052fbf17da01",
                            "gambit_id": "c2fd1e9f-9e60-4451-87bd-6c983819f6cc",
                            "last_updated": "2022-08-16T11:46:48.275372-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55f4d97-a6e4-47b9-9df2-b1d9a2f785a3/?format=api"
                        }
                    ]
                },
                {
                    "id": "6341b311-968b-46f4-bba9-6b34efe5b825",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4137b797-1e7a-456c-8ed4-ac1a23743266/?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.5",
                                "amount": 5109.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a134f579-a495-4963-98fe-2793d49bac67",
                            "gambit_id": "47ad8306-5824-48f4-aade-e43168c08947",
                            "last_updated": "2022-08-16T11:46:48.273858-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6341b311-968b-46f4-bba9-6b34efe5b825/?format=api"
                        },
                        {
                            "id": "0d3bcece-9ead-475e-b160-1e824e55f1ad",
                            "gambit_id": "f263560e-7e4e-4120-8d40-6d9ab30779b7",
                            "last_updated": "2022-08-16T11:46:48.274493-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6341b311-968b-46f4-bba9-6b34efe5b825/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1a83109c-9364-4d4f-a6b7-975f7fb32971",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "6105cdad-5674-4987-95c3-71b4d9ff048d",
            "completed": true,
            "last_updated": "2022-08-16T14:07:09.593710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/6105cdad-5674-4987-95c3-71b4d9ff048d",
            "datetime": "2022-08-15T15:10:00-04:00",
            "cutoff_datetime": "2022-08-15T15:10:00-04:00",
            "name": "DET (D Hutchison) v. CLE (A Civale) - Game 1",
            "bettypes": [
                {
                    "id": "89edc204-161c-4914-a58c-d21214303a5d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a83109c-9364-4d4f-a6b7-975f7fb32971/?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 (A Civale)",
                                "amount": 6594.0
                            },
                            {
                                "team": "DET (D Hutchison)",
                                "amount": 3406.0
                            }
                        ],
                        "expected_reward_tokens": 9297.54,
                        "profit_sb": 297.54,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f9f1468e-d5af-4a3a-8ad9-ce250b8d3040",
                            "gambit_id": "9b47a4cd-a2bd-48b4-9c46-e36353d9d4f5",
                            "last_updated": "2022-08-16T14:07:09.596723-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (A Civale)",
                            "reward": "1.41000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89edc204-161c-4914-a58c-d21214303a5d/?format=api"
                        },
                        {
                            "id": "6264d6b8-ed4b-4ca9-8d6f-f8997b47ce0e",
                            "gambit_id": "d61e26bc-2c83-46ce-a81c-57a5023906fd",
                            "last_updated": "2022-08-16T14:07:09.597166-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (D Hutchison)",
                            "reward": "2.73000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89edc204-161c-4914-a58c-d21214303a5d/?format=api"
                        }
                    ]
                },
                {
                    "id": "65651b33-4111-4965-9bb5-22a56aa4f31e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a83109c-9364-4d4f-a6b7-975f7fb32971/?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": 5204.0
                            },
                            {
                                "team": "CLE",
                                "amount": 4796.0
                            }
                        ],
                        "expected_reward_tokens": 9159.04,
                        "profit_sb": 159.04,
                        "profit_sb_percentage": 1.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "de1fec44-c29d-40b5-ad1c-fb3186c851f6",
                            "gambit_id": "3dbab163-3a8b-463f-83f5-f88954190290",
                            "last_updated": "2022-08-16T14:07:09.596274-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65651b33-4111-4965-9bb5-22a56aa4f31e/?format=api"
                        },
                        {
                            "id": "4d932475-7712-4e46-bd08-57d3f8e71aed",
                            "gambit_id": "1b288120-6844-4b1a-9958-cec94f19e08b",
                            "last_updated": "2022-08-16T14:07:09.595832-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65651b33-4111-4965-9bb5-22a56aa4f31e/?format=api"
                        }
                    ]
                },
                {
                    "id": "f9ac294d-d5af-4a50-a117-f583ccf6f126",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a83109c-9364-4d4f-a6b7-975f7fb32971/?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": "a3e95eae-e438-4caa-8a1e-34dfdfd4aa95",
                            "gambit_id": "9f45198a-3c01-425f-87dc-54dd18ebb1c5",
                            "last_updated": "2022-08-16T14:07:09.594768-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/f9ac294d-d5af-4a50-a117-f583ccf6f126/?format=api"
                        },
                        {
                            "id": "5926a8c0-f462-498a-8930-fc8fc2d32464",
                            "gambit_id": "1acf9229-97b8-4932-a75a-d18ededaa02c",
                            "last_updated": "2022-08-16T14:07:09.595271-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/f9ac294d-d5af-4a50-a117-f583ccf6f126/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6c270d09-8bbf-470c-803b-31d1b8f998b1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bd4237e3-a283-4f47-8ad6-ba01f8ec58b7",
            "completed": true,
            "last_updated": "2022-08-16T09:37:02.111964-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.27,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/bd4237e3-a283-4f47-8ad6-ba01f8ec58b7",
            "datetime": "2022-08-15T15:00:00-04:00",
            "cutoff_datetime": "2022-08-15T15:00:00-04:00",
            "name": "Liverpool v. Crystal Palace",
            "bettypes": [
                {
                    "id": "34b756ad-61ba-4a3f-8728-55699133e60d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c270d09-8bbf-470c-803b-31d1b8f998b1/?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": "Liverpool",
                                "amount": 8057.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1943.0
                            }
                        ],
                        "expected_reward_tokens": 9909.3,
                        "profit_sb": 909.3,
                        "profit_sb_percentage": 10.1,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Liverpool",
                                "amount": 7337.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1770.0
                            },
                            {
                                "team": "Crystal Palace",
                                "amount": 894.0
                            }
                        ],
                        "expected_reward_tokens": 9024.51,
                        "profit_sb": 24.51,
                        "profit_sb_percentage": 0.27,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "22abdb90-e73a-4e01-b774-bb96d02531b3",
                            "gambit_id": "e151af25-0635-4842-bf59-d13fc7c74833",
                            "last_updated": "2022-08-16T09:37:02.114547-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Liverpool",
                            "reward": "1.23000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b756ad-61ba-4a3f-8728-55699133e60d/?format=api"
                        },
                        {
                            "id": "4e4d81ee-48f7-47ef-b904-ef756690a699",
                            "gambit_id": "2d0b4cc4-bf3f-429c-96c8-1d2269f386ca",
                            "last_updated": "2022-08-16T09:37:02.114993-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "5.10000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b756ad-61ba-4a3f-8728-55699133e60d/?format=api"
                        },
                        {
                            "id": "a7669d67-90aa-42dc-a9a0-0eba0eb33315",
                            "gambit_id": "cf61322a-11e6-4242-9692-b8b71f9c2eff",
                            "last_updated": "2022-08-16T09:37:02.114102-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Crystal Palace",
                            "reward": "10.10000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b756ad-61ba-4a3f-8728-55699133e60d/?format=api"
                        }
                    ]
                },
                {
                    "id": "7881e328-3f79-450e-b070-2b3c2a4061a3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6c270d09-8bbf-470c-803b-31d1b8f998b1/?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": "a7f2d789-b743-49a7-9587-6d9082cefc15",
                            "gambit_id": "2e98374e-d033-4b86-88b4-9764ad143503",
                            "last_updated": "2022-08-16T09:37:02.113634-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/7881e328-3f79-450e-b070-2b3c2a4061a3/?format=api"
                        },
                        {
                            "id": "b3fcf5e4-edbe-4fa1-b218-1ee0bc6b691f",
                            "gambit_id": "35413070-d503-49c7-bd53-b0f8b19add7a",
                            "last_updated": "2022-08-16T09:37:02.113034-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/7881e328-3f79-450e-b070-2b3c2a4061a3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "255232c8-0836-4fff-8c1a-3075aaf77c7e",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c1cd0b9f-ec8c-4363-a082-ee44c042baaf",
            "completed": true,
            "last_updated": "2022-08-15T14:36:55.930636-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/c1cd0b9f-ec8c-4363-a082-ee44c042baaf",
            "datetime": "2022-08-14T22:00:00-04:00",
            "cutoff_datetime": "2022-08-14T22:00:00-04:00",
            "name": "Seattle Sounders v. Real Salt Lake",
            "bettypes": [
                {
                    "id": "8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/255232c8-0836-4fff-8c1a-3075aaf77c7e/?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": "Seattle Sounders",
                                "amount": 6933.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3067.0
                            }
                        ],
                        "expected_reward_tokens": 11162.13,
                        "profit_sb": 2162.13,
                        "profit_sb_percentage": 24.02,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Seattle Sounders",
                                "amount": 5475.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2422.0
                            },
                            {
                                "team": "Real Salt Lake",
                                "amount": 2104.0
                            }
                        ],
                        "expected_reward_tokens": 8814.75,
                        "profit_sb": -185.25,
                        "profit_sb_percentage": -2.06,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "618fac81-9008-4b52-af41-5ec3f22c8f94",
                            "gambit_id": "50ed3a58-9c78-4a86-ab7d-c7608e43e445",
                            "last_updated": "2022-08-15T14:36:55.933172-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Sounders",
                            "reward": "1.61000",
                            "odds": "1.67000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d/?format=api"
                        },
                        {
                            "id": "5e0b2715-55a5-4794-85d1-9c405f5a49f3",
                            "gambit_id": "262929b5-9574-4a7c-8775-cf45e79eb4f4",
                            "last_updated": "2022-08-15T14:36:55.933645-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.64000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d/?format=api"
                        },
                        {
                            "id": "fcf8e418-371f-4485-a4ed-a4c8f46beca5",
                            "gambit_id": "20fc3415-15f8-44d7-a045-c8071424d62d",
                            "last_updated": "2022-08-15T14:36:55.932659-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Real Salt Lake",
                            "reward": "4.19000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f002bcf-af3b-4ce7-8c1e-05ff81a3ca8d/?format=api"
                        }
                    ]
                },
                {
                    "id": "f7a58c97-549e-43b7-8426-c988c2c69098",
                    "match": "https://api-prod.gambitprofit.com/api/matches/255232c8-0836-4fff-8c1a-3075aaf77c7e/?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": "231f6759-43ad-4f98-b590-c99815ef58d5",
                            "gambit_id": "c519bab8-ca69-4e14-9543-53a6ebba3cf9",
                            "last_updated": "2022-08-15T14:36:55.932147-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/f7a58c97-549e-43b7-8426-c988c2c69098/?format=api"
                        },
                        {
                            "id": "edf4990f-2c7c-4a02-93ba-54e8cd3f751d",
                            "gambit_id": "c624b2f2-703c-460b-a413-cf595cd502d3",
                            "last_updated": "2022-08-15T14:36:55.931647-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/f7a58c97-549e-43b7-8426-c988c2c69098/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9ac94e12-1cad-4665-9eb8-f233165fc042",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "fe8a4e11-dfbb-4deb-b35d-ba85e74c002c",
            "completed": true,
            "last_updated": "2022-08-15T14:27:20.131151-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/fe8a4e11-dfbb-4deb-b35d-ba85e74c002c",
            "datetime": "2022-08-14T21:00:00-04:00",
            "cutoff_datetime": "2022-08-14T21:00:00-04:00",
            "name": "Nashville SC v. Minnesota United FC",
            "bettypes": [
                {
                    "id": "e1ecb7b1-6947-4673-93b7-1053fad709d8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9ac94e12-1cad-4665-9eb8-f233165fc042/?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": "Nashville SC",
                                "amount": 6692.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3308.0
                            }
                        ],
                        "expected_reward_tokens": 11577.16,
                        "profit_sb": 2577.16,
                        "profit_sb_percentage": 28.64,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville SC",
                                "amount": 5107.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2524.0
                            },
                            {
                                "team": "Minnesota United FC",
                                "amount": 2369.0
                            }
                        ],
                        "expected_reward_tokens": 8834.0,
                        "profit_sb": -166.0,
                        "profit_sb_percentage": -1.84,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e897da0b-dcfb-4cb5-9d3c-f066855aafd9",
                            "gambit_id": "5e9d244d-27aa-499f-b9f9-1a086ce3d3bc",
                            "last_updated": "2022-08-15T14:27:20.133503-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nashville SC",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ecb7b1-6947-4673-93b7-1053fad709d8/?format=api"
                        },
                        {
                            "id": "c663626b-3819-4ecc-8c92-3ef754ff9203",
                            "gambit_id": "9b281865-f90f-4c37-bd55-cff29887b65f",
                            "last_updated": "2022-08-15T14:27:20.133967-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/e1ecb7b1-6947-4673-93b7-1053fad709d8/?format=api"
                        },
                        {
                            "id": "8c59b5c1-41e4-465b-be66-1cc2a99e2f83",
                            "gambit_id": "556f7a7e-52b5-4a09-b1a9-244fc089ee25",
                            "last_updated": "2022-08-15T14:27:20.133059-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota United FC",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ecb7b1-6947-4673-93b7-1053fad709d8/?format=api"
                        }
                    ]
                },
                {
                    "id": "a4c2e9fd-98d8-45f8-af86-aa061ea11640",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9ac94e12-1cad-4665-9eb8-f233165fc042/?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": "f9cc2081-f794-4f24-92bc-09b57e953f14",
                            "gambit_id": "52e7889c-1ccb-4048-a38a-40daf1f6831e",
                            "last_updated": "2022-08-15T14:27:20.132613-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/a4c2e9fd-98d8-45f8-af86-aa061ea11640/?format=api"
                        },
                        {
                            "id": "149f0925-e523-4422-a1a1-f9d30823c36b",
                            "gambit_id": "435cbefc-d94f-40bf-8365-5f60b3794c69",
                            "last_updated": "2022-08-15T14:27:20.132128-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/a4c2e9fd-98d8-45f8-af86-aa061ea11640/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7458ad6d-642b-41e6-87a4-eb05052e13ce",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4b66d223-1b57-4873-84bc-86ad3cffeeb3",
            "completed": true,
            "last_updated": "2022-08-15T21:37:19.159315-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/4b66d223-1b57-4873-84bc-86ad3cffeeb3",
            "datetime": "2022-08-14T19:45:00-04:00",
            "cutoff_datetime": "2022-08-14T19:45:00-04:00",
            "name": "Team Solomid v. Flyquest",
            "bettypes": [
                {
                    "id": "a81449ba-ed4f-45cc-98b1-7fbd1c0ebda9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7458ad6d-642b-41e6-87a4-eb05052e13ce/?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": 5679.0
                            },
                            {
                                "team": "Team Solomid",
                                "amount": 4321.0
                            }
                        ],
                        "expected_reward_tokens": 8858.05,
                        "profit_sb": -141.95,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c281f03d-1442-4281-b86c-9164ebc91139",
                            "gambit_id": "263792cc-1325-4623-a65d-7f766da3b8cf",
                            "last_updated": "2022-08-15T21:37:19.160264-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Flyquest",
                            "reward": "1.56000",
                            "odds": "1.62000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a81449ba-ed4f-45cc-98b1-7fbd1c0ebda9/?format=api"
                        },
                        {
                            "id": "57778a64-f650-4665-a89b-3710cb666e3b",
                            "gambit_id": "499735dd-3996-4dc6-a2b7-131c4b83c45f",
                            "last_updated": "2022-08-15T21:37:19.160778-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Solomid",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a81449ba-ed4f-45cc-98b1-7fbd1c0ebda9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "aea03290-09c9-4590-b3e7-d5e6720f08aa",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0f28d9a6-91e3-4392-9830-1c785dae7681",
            "completed": true,
            "last_updated": "2022-08-15T14:07:15.095198-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/0f28d9a6-91e3-4392-9830-1c785dae7681",
            "datetime": "2022-08-14T19:08:00-04:00",
            "cutoff_datetime": "2022-08-14T19:08:00-04:00",
            "name": "NYY (J Taillon) v. BOS (M Wacha)",
            "bettypes": [
                {
                    "id": "00a8aca3-3f5d-4b83-ab74-c71d04210aa5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/aea03290-09c9-4590-b3e7-d5e6720f08aa/?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 (J Taillon)",
                                "amount": 5319.0
                            },
                            {
                                "team": "BOS (M Wacha)",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": 361.44,
                        "profit_sb_percentage": 4.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f4b2cc86-21ad-4200-87c2-91e8610e08f8",
                            "gambit_id": "13127eff-bbf9-43f9-8292-f846ba66abc0",
                            "last_updated": "2022-08-15T14:07:15.098047-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (J Taillon)",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a8aca3-3f5d-4b83-ab74-c71d04210aa5/?format=api"
                        },
                        {
                            "id": "09424c6f-e3e7-44e9-891c-f7aba1ba67ac",
                            "gambit_id": "b3aa212a-5429-4cca-8020-3864c9b6a909",
                            "last_updated": "2022-08-15T14:07:15.097673-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (M Wacha)",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a8aca3-3f5d-4b83-ab74-c71d04210aa5/?format=api"
                        }
                    ]
                },
                {
                    "id": "4bc066a9-2ef2-4859-a486-ad77abc4fcf0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/aea03290-09c9-4590-b3e7-d5e6720f08aa/?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": 5676.0
                            },
                            {
                                "team": "NYY",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "31905e4b-e4a2-4cab-8211-f8e8fac38800",
                            "gambit_id": "09552898-efd3-4277-9301-f7bf8c3a364e",
                            "last_updated": "2022-08-15T14:07:15.096929-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc066a9-2ef2-4859-a486-ad77abc4fcf0/?format=api"
                        },
                        {
                            "id": "087f3fcd-ebce-45ca-a328-baaea7fa72bf",
                            "gambit_id": "a5146d8c-8617-4d9a-9e11-062b4b04c50d",
                            "last_updated": "2022-08-15T14:07:15.097302-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc066a9-2ef2-4859-a486-ad77abc4fcf0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c8ec5a9f-35b9-452d-9669-8dc9d53317f8",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1b8c7504-c43b-4c3c-8ba9-cf88c5836ff7",
            "completed": true,
            "last_updated": "2022-08-15T21:37:19.548169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.12,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/1b8c7504-c43b-4c3c-8ba9-cf88c5836ff7",
            "datetime": "2022-08-14T18:45:00-04:00",
            "cutoff_datetime": "2022-08-14T18:45:00-04:00",
            "name": "Golden Guardians v. Team Dignitas",
            "bettypes": [
                {
                    "id": "61f26479-2f14-41d7-a139-cd5263954462",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c8ec5a9f-35b9-452d-9669-8dc9d53317f8/?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": "Golden Guardians",
                                "amount": 5742.0
                            },
                            {
                                "team": "Team Dignitas",
                                "amount": 4258.0
                            }
                        ],
                        "expected_reward_tokens": 8899.22,
                        "profit_sb": -100.78,
                        "profit_sb_percentage": -1.12,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f4bda1e4-1405-4313-9d2e-1adb1edc2602",
                            "gambit_id": "31d2b93e-3907-4e9b-95fa-bbf2bafd9dd1",
                            "last_updated": "2022-08-15T21:37:19.549519-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Golden Guardians",
                            "reward": "1.55000",
                            "odds": "1.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61f26479-2f14-41d7-a139-cd5263954462/?format=api"
                        },
                        {
                            "id": "d93544e2-1836-47ce-b19d-a737c71192cc",
                            "gambit_id": "90f0f4b9-d8ee-4fac-8be8-23c3915e735f",
                            "last_updated": "2022-08-15T21:37:19.549019-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Dignitas",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61f26479-2f14-41d7-a139-cd5263954462/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bce86aaf-e42c-4458-8a0b-de68312fc30c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "accbf7e0-dc94-4b52-ad76-28e4e2b38590",
            "completed": true,
            "last_updated": "2022-08-15T21:37:19.414312-04: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 - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/accbf7e0-dc94-4b52-ad76-28e4e2b38590",
            "datetime": "2022-08-14T17:45:00-04:00",
            "cutoff_datetime": "2022-08-14T17:45:00-04:00",
            "name": "Team Liquid v. 100 Thieves",
            "bettypes": [
                {
                    "id": "f6d41fd3-7102-4051-87b9-be4d389c04f1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bce86aaf-e42c-4458-8a0b-de68312fc30c/?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": 5254.0
                            },
                            {
                                "team": "100 Thieves",
                                "amount": 4746.0
                            }
                        ],
                        "expected_reward_tokens": 8826.72,
                        "profit_sb": -173.28,
                        "profit_sb_percentage": -1.93,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3f01d39f-c726-4806-b915-4fe6cc4b26a8",
                            "gambit_id": "76ba3438-bb8b-407f-9fa2-d57ef7853413",
                            "last_updated": "2022-08-15T21:37:19.415751-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Liquid",
                            "reward": "1.68000",
                            "odds": "1.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6d41fd3-7102-4051-87b9-be4d389c04f1/?format=api"
                        },
                        {
                            "id": "521ae1d1-1e49-4eaa-9778-b6432f6de086",
                            "gambit_id": "03ba7ae2-2a1a-4b49-ade7-415a09acce5f",
                            "last_updated": "2022-08-15T21:37:19.415226-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "100 Thieves",
                            "reward": "1.86000",
                            "odds": "1.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6d41fd3-7102-4051-87b9-be4d389c04f1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8bad1029-abbe-4595-b7bf-2ac167c700d1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "20da549b-d4eb-4fea-862f-2ab9e97c057e",
            "completed": true,
            "last_updated": "2022-08-15T21:42:19.305943-04: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 - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/20da549b-d4eb-4fea-862f-2ab9e97c057e",
            "datetime": "2022-08-14T16:45:00-04:00",
            "cutoff_datetime": "2022-08-14T16:45:00-04:00",
            "name": "Evil Geniuses v. Cloud9",
            "bettypes": [
                {
                    "id": "0f8d64cd-cac4-4f8d-a72f-2fb6d3c68c2a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8bad1029-abbe-4595-b7bf-2ac167c700d1/?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": 6011.0
                            },
                            {
                                "team": "Cloud9",
                                "amount": 3989.0
                            }
                        ],
                        "expected_reward_tokens": 8895.47,
                        "profit_sb": -104.53,
                        "profit_sb_percentage": -1.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "17c22e42-9459-4ae8-8c14-4857fe10a83f",
                            "gambit_id": "105015b5-e906-42c7-9c1b-622115fef813",
                            "last_updated": "2022-08-15T21:42:19.307327-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Evil Geniuses",
                            "reward": "1.48000",
                            "odds": "1.53000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f8d64cd-cac4-4f8d-a72f-2fb6d3c68c2a/?format=api"
                        },
                        {
                            "id": "fb08ae3e-b406-4ac1-a2ee-23c4346033f6",
                            "gambit_id": "0cb0a4f3-6b76-430a-9a02-ad35661c6d10",
                            "last_updated": "2022-08-15T21:42:19.306811-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cloud9",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f8d64cd-cac4-4f8d-a72f-2fb6d3c68c2a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "313c4455-ef42-4de0-8256-358fa638c326",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "52fa5b38-d57f-40ac-b124-4326f9d51479",
            "completed": true,
            "last_updated": "2022-08-15T14:31:54.915142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.73,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/52fa5b38-d57f-40ac-b124-4326f9d51479",
            "datetime": "2022-08-14T16:25:00-04:00",
            "cutoff_datetime": "2022-08-14T16:25:00-04:00",
            "name": "Minnesota Vikings v. Las Vegas Raiders",
            "bettypes": [
                {
                    "id": "fbb9bea6-5abe-4fc9-a979-4eebd51ea0ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/313c4455-ef42-4de0-8256-358fa638c326/?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": "Las Vegas Raiders",
                                "amount": 6511.0
                            },
                            {
                                "team": "Minnesota Vikings",
                                "amount": 3489.0
                            }
                        ],
                        "expected_reward_tokens": 9245.62,
                        "profit_sb": 245.62,
                        "profit_sb_percentage": 2.73,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "436a8e00-3849-4feb-a441-23bf63f50e61",
                            "gambit_id": "9960ade7-fb1b-4149-b759-e661d889c573",
                            "last_updated": "2022-08-15T14:31:54.918008-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Las Vegas Raiders",
                            "reward": "1.42000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb9bea6-5abe-4fc9-a979-4eebd51ea0ab/?format=api"
                        },
                        {
                            "id": "bf2423a3-f556-4bd0-ad84-974ca7d01bf5",
                            "gambit_id": "0aa0217b-a83a-4907-85ff-9d421a9e8ee1",
                            "last_updated": "2022-08-15T14:31:54.918427-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Vikings",
                            "reward": "2.65000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb9bea6-5abe-4fc9-a979-4eebd51ea0ab/?format=api"
                        }
                    ]
                },
                {
                    "id": "65c0149c-d4f2-4738-aa74-69d09a4dc17c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/313c4455-ef42-4de0-8256-358fa638c326/?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": "Las Vegas Raiders",
                                "amount": 5095.0
                            },
                            {
                                "team": "Minnesota Vikings",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": 171.0,
                        "profit_sb_percentage": 1.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "09f03346-c6e1-40fd-a04f-9895a98bed54",
                            "gambit_id": "cfa4474d-edba-4c78-b4e0-5dbd16d8975b",
                            "last_updated": "2022-08-15T14:31:54.917125-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Las Vegas Raiders",
                            "reward": "1.80000",
                            "odds": "1.86960",
                            "spread": "-5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65c0149c-d4f2-4738-aa74-69d09a4dc17c/?format=api"
                        },
                        {
                            "id": "5230d8f9-72af-4ddc-a673-0865c98a6b48",
                            "gambit_id": "df5acea2-0f49-46b7-acd0-49032ffbeb84",
                            "last_updated": "2022-08-15T14:31:54.917577-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Vikings",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65c0149c-d4f2-4738-aa74-69d09a4dc17c/?format=api"
                        }
                    ]
                },
                {
                    "id": "5912c231-3b7a-4547-afcb-ad7efc2059ef",
                    "match": "https://api-prod.gambitprofit.com/api/matches/313c4455-ef42-4de0-8256-358fa638c326/?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 39.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 39.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "de19bfef-5b19-4420-8210-c34f923dc8f2",
                            "gambit_id": "6cd2e1dc-633f-4d45-9d09-3804be97b868",
                            "last_updated": "2022-08-15T14:31:54.916661-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 39.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "39.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5912c231-3b7a-4547-afcb-ad7efc2059ef/?format=api"
                        },
                        {
                            "id": "f0d3e829-acbf-4860-ad9c-d582d25ce0ac",
                            "gambit_id": "f56776c4-b230-4b9c-8ec4-1ef1d472cda6",
                            "last_updated": "2022-08-15T14:31:54.916181-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 39.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "39.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5912c231-3b7a-4547-afcb-ad7efc2059ef/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e02b565f-36c7-4433-9506-0dd63be3a802",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a120ced7-caa7-489e-b715-6caf1197d663",
            "completed": true,
            "last_updated": "2022-08-15T14:12:15.139075-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.26,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/a120ced7-caa7-489e-b715-6caf1197d663",
            "datetime": "2022-08-14T16:07:00-04:00",
            "cutoff_datetime": "2022-08-14T16:07:00-04:00",
            "name": "MIN (C Archer) v. LAA (T Davidson)",
            "bettypes": [
                {
                    "id": "eb1372c3-ce79-48b6-bdcf-252f3bff6dde",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e02b565f-36c7-4433-9506-0dd63be3a802/?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 (C Archer)",
                                "amount": 5553.0
                            },
                            {
                                "team": "LAA (T Davidson)",
                                "amount": 4447.0
                            }
                        ],
                        "expected_reward_tokens": 9383.17,
                        "profit_sb": 383.17,
                        "profit_sb_percentage": 4.26,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a85c20b5-2b88-4d0d-9050-c2afa99ac460",
                            "gambit_id": "3e8e3944-4421-4c1b-a098-43e5ad50310c",
                            "last_updated": "2022-08-15T14:12:15.142198-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (C Archer)",
                            "reward": "1.69000",
                            "odds": "1.75760",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb1372c3-ce79-48b6-bdcf-252f3bff6dde/?format=api"
                        },
                        {
                            "id": "64ee38da-1fec-4400-aea2-50f7fddac32e",
                            "gambit_id": "2d9154de-8763-4202-bfb8-caaa717b36b9",
                            "last_updated": "2022-08-15T14:12:15.141776-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (T Davidson)",
                            "reward": "2.11000",
                            "odds": "2.22000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb1372c3-ce79-48b6-bdcf-252f3bff6dde/?format=api"
                        }
                    ]
                },
                {
                    "id": "2463cf65-2657-4071-a050-04f37283fe73",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e02b565f-36c7-4433-9506-0dd63be3a802/?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": 5588.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4412.0
                            }
                        ],
                        "expected_reward_tokens": 9220.2,
                        "profit_sb": 220.2,
                        "profit_sb_percentage": 2.45,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ff69cf57-2e85-417f-aa7f-cf2985f82c59",
                            "gambit_id": "714d72f7-676e-477b-bece-13be7945977c",
                            "last_updated": "2022-08-15T14:12:15.140860-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2463cf65-2657-4071-a050-04f37283fe73/?format=api"
                        },
                        {
                            "id": "e2539e14-6968-4ee4-a575-5d3cb12f97ff",
                            "gambit_id": "415b104c-07df-44d2-9292-4f1b2ab6da9b",
                            "last_updated": "2022-08-15T14:12:15.141323-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2463cf65-2657-4071-a050-04f37283fe73/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5958ab1f-4505-4854-948e-75929909f5bd",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9bc51e3d-ea08-413b-92d6-d82f463dbd27",
            "completed": true,
            "last_updated": "2022-08-15T14:12:15.949257-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/9bc51e3d-ea08-413b-92d6-d82f463dbd27",
            "datetime": "2022-08-14T16:05:00-04:00",
            "cutoff_datetime": "2022-08-14T16:05:00-04:00",
            "name": "PIT (Z Thompson) v. SFO (A Wood)",
            "bettypes": [
                {
                    "id": "51c1a3af-e225-4b0c-a86e-707ffd8d3739",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5958ab1f-4505-4854-948e-75929909f5bd/?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 (A Wood)",
                                "amount": 6881.0
                            },
                            {
                                "team": "PIT (Z Thompson)",
                                "amount": 3119.0
                            }
                        ],
                        "expected_reward_tokens": 9357.0,
                        "profit_sb": 357.0,
                        "profit_sb_percentage": 3.97,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ec773da4-6ad9-4993-a7bc-dc9213e65913",
                            "gambit_id": "5f5175ab-c8f1-44d5-8d19-a50762228dcf",
                            "last_updated": "2022-08-15T14:12:15.952022-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (A Wood)",
                            "reward": "1.36000",
                            "odds": "1.39220",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51c1a3af-e225-4b0c-a86e-707ffd8d3739/?format=api"
                        },
                        {
                            "id": "f552c9e9-52b9-42b6-927a-bfead641cc33",
                            "gambit_id": "8532e1fc-1868-49eb-9c2f-b09ff75aeadc",
                            "last_updated": "2022-08-15T14:12:15.952464-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (Z Thompson)",
                            "reward": "3.00000",
                            "odds": "3.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51c1a3af-e225-4b0c-a86e-707ffd8d3739/?format=api"
                        }
                    ]
                },
                {
                    "id": "2abd6d74-f596-4e16-88d3-322aed450f5a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5958ab1f-4505-4854-948e-75929909f5bd/?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": 5405.0
                            },
                            {
                                "team": "PIT",
                                "amount": 4595.0
                            }
                        ],
                        "expected_reward_tokens": 9188.5,
                        "profit_sb": 188.5,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0be2f9e7-b757-4e3a-9a99-018e5c2ee1d8",
                            "gambit_id": "e091f90a-1e7b-47f0-aea5-753d6d7b9f93",
                            "last_updated": "2022-08-15T14:12:15.951123-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2abd6d74-f596-4e16-88d3-322aed450f5a/?format=api"
                        },
                        {
                            "id": "41a24173-2aac-4010-893a-17485bba8b20",
                            "gambit_id": "ee599d2b-0145-44ef-ad71-da1a8ccfd8c7",
                            "last_updated": "2022-08-15T14:12:15.951580-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2abd6d74-f596-4e16-88d3-322aed450f5a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a12f4101-8512-416c-ac6f-8309da492ce3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "fc04b596-d324-4869-b7cc-12d237b417de",
            "completed": false,
            "last_updated": "2022-12-24T17:12:23.692740-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 - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/fc04b596-d324-4869-b7cc-12d237b417de",
            "datetime": "2022-08-14T15:45:00-04:00",
            "cutoff_datetime": "2022-08-14T15:45:00-04:00",
            "name": "Immortals v. Counter Logic Gaming",
            "bettypes": [
                {
                    "id": "175c3c75-1ad6-42e2-b509-ef50a8653a0d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a12f4101-8512-416c-ac6f-8309da492ce3/?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": 6309.0
                            },
                            {
                                "team": "Immortals",
                                "amount": 3691.0
                            }
                        ],
                        "expected_reward_tokens": 8895.31,
                        "profit_sb": -104.69,
                        "profit_sb_percentage": -1.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2c6588cd-902d-4d07-9bf1-4f244a758328",
                            "gambit_id": "157ca96f-08de-4d3d-8230-1164cfc4084a",
                            "last_updated": "2022-12-24T17:12:23.695422-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Counter Logic Gaming",
                            "reward": "1.41000",
                            "odds": "1.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/175c3c75-1ad6-42e2-b509-ef50a8653a0d/?format=api"
                        },
                        {
                            "id": "b85805a9-5ff4-4f76-a019-42ccb52848f0",
                            "gambit_id": "7599fc85-ad02-4f2b-bf72-b88d2aa521c0",
                            "last_updated": "2022-12-24T17:12:23.696582-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Immortals",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/175c3c75-1ad6-42e2-b509-ef50a8653a0d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "eb059064-e6a3-41e5-8f17-0922887abffa",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "78617093-90ed-42f9-9a33-4f1e8b26736c",
            "completed": true,
            "last_updated": "2022-08-15T14:12:16.206380-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/78617093-90ed-42f9-9a33-4f1e8b26736c",
            "datetime": "2022-08-14T15:10:00-04:00",
            "cutoff_datetime": "2022-08-14T15:10:00-04:00",
            "name": "ARI (T Henry) v. COL (R Feltner)",
            "bettypes": [
                {
                    "id": "0ac59840-665c-40e1-ae90-abcd18b14633",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eb059064-e6a3-41e5-8f17-0922887abffa/?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 (R Feltner)",
                                "amount": 5319.0
                            },
                            {
                                "team": "ARI (T Henry)",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": 361.44,
                        "profit_sb_percentage": 4.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2eba8734-562e-445b-a346-09c2b0115433",
                            "gambit_id": "881e651b-1dd9-4029-880d-f4d4bbd4d8f4",
                            "last_updated": "2022-08-15T14:12:16.209578-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (R Feltner)",
                            "reward": "1.76000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ac59840-665c-40e1-ae90-abcd18b14633/?format=api"
                        },
                        {
                            "id": "2cd41ca9-dec6-4d64-b07c-550b1fcb02f4",
                            "gambit_id": "ef86595a-422d-4121-9785-05d67469ca9b",
                            "last_updated": "2022-08-15T14:12:16.209131-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (T Henry)",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ac59840-665c-40e1-ae90-abcd18b14633/?format=api"
                        }
                    ]
                },
                {
                    "id": "6b93919b-073c-4693-aec2-8f24e150b422",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eb059064-e6a3-41e5-8f17-0922887abffa/?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": "f6c1a842-b316-4639-ae0c-639b4ea82cb0",
                            "gambit_id": "d23695bf-90fc-4d13-958e-4f8866b7b79e",
                            "last_updated": "2022-08-15T14:12:16.208693-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/6b93919b-073c-4693-aec2-8f24e150b422/?format=api"
                        },
                        {
                            "id": "fa47254f-500c-410a-b072-28960ecd16b6",
                            "gambit_id": "2cd49cb1-1a20-46dd-9ef9-991a7826bc1f",
                            "last_updated": "2022-08-15T14:12:16.208245-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/6b93919b-073c-4693-aec2-8f24e150b422/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0ac6dba9-5c87-47a9-a6b8-0aab963fbb36",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3f8c3015-b984-4bc7-9c24-80e369ada6ab",
            "completed": true,
            "last_updated": "2022-08-15T14:12:14.285660-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/3f8c3015-b984-4bc7-9c24-80e369ada6ab",
            "datetime": "2022-08-14T14:35:00-04:00",
            "cutoff_datetime": "2022-08-14T14:35:00-04:00",
            "name": "SEA (L Gilbert) v. TEX (M Perez)",
            "bettypes": [
                {
                    "id": "264f0d23-bad9-4165-b7b9-37b8e24ca780",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ac6dba9-5c87-47a9-a6b8-0aab963fbb36/?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 (L Gilbert)",
                                "amount": 5280.0
                            },
                            {
                                "team": "TEX (M Perez)",
                                "amount": 4720.0
                            }
                        ],
                        "expected_reward_tokens": 9345.6,
                        "profit_sb": 345.6,
                        "profit_sb_percentage": 3.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bdf18647-672b-49b6-a4f8-1c476ed26590",
                            "gambit_id": "c64ced7c-3032-4c52-a19c-1e93704f2380",
                            "last_updated": "2022-08-15T14:12:14.288958-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (L Gilbert)",
                            "reward": "1.77000",
                            "odds": "1.84750",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/264f0d23-bad9-4165-b7b9-37b8e24ca780/?format=api"
                        },
                        {
                            "id": "4ee229a7-bbdc-435b-945a-ec4576871e6f",
                            "gambit_id": "e4a5e0f6-65fc-4857-8d67-4b808fa49cb7",
                            "last_updated": "2022-08-15T14:12:14.288494-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (M Perez)",
                            "reward": "1.98000",
                            "odds": "2.08000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/264f0d23-bad9-4165-b7b9-37b8e24ca780/?format=api"
                        }
                    ]
                },
                {
                    "id": "077b271d-5dae-4cf8-94f9-2682b505a80c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ac6dba9-5c87-47a9-a6b8-0aab963fbb36/?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": 5911.0
                            },
                            {
                                "team": "SEA",
                                "amount": 4089.0
                            }
                        ],
                        "expected_reward_tokens": 9280.27,
                        "profit_sb": 280.27,
                        "profit_sb_percentage": 3.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "37fb8f10-2d1e-4109-ae8c-2721fdf0ec83",
                            "gambit_id": "462c0b50-59ba-484b-98fb-e430a9435174",
                            "last_updated": "2022-08-15T14:12:14.287551-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/077b271d-5dae-4cf8-94f9-2682b505a80c/?format=api"
                        },
                        {
                            "id": "755bcd3c-92a6-40c2-906c-4b322198fb9e",
                            "gambit_id": "67c845d2-b9f2-4f96-aea7-5c3e48125cd2",
                            "last_updated": "2022-08-15T14:12:14.288022-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/077b271d-5dae-4cf8-94f9-2682b505a80c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d1f6c55f-2c65-4c5e-855e-c78785e91c99",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2b4c0828-2e81-449f-89f8-af9dc287aae9",
            "completed": true,
            "last_updated": "2022-08-15T14:12:14.139606-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/2b4c0828-2e81-449f-89f8-af9dc287aae9",
            "datetime": "2022-08-14T14:15:00-04:00",
            "cutoff_datetime": "2022-08-14T14:15:00-04:00",
            "name": "MIL (A Ashby) v. STL (M Mikolas)",
            "bettypes": [
                {
                    "id": "1d6c7ff4-b427-49de-a7a4-016644c12f14",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d1f6c55f-2c65-4c5e-855e-c78785e91c99/?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 (M Mikolas)",
                                "amount": 5755.0
                            },
                            {
                                "team": "MIL (A Ashby)",
                                "amount": 4245.0
                            }
                        ],
                        "expected_reward_tokens": 9380.65,
                        "profit_sb": 380.65,
                        "profit_sb_percentage": 4.23,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5279c6be-e70e-4535-968e-d91a84f8eae4",
                            "gambit_id": "4a726bfb-fa6a-4d01-9bc7-682916f6686e",
                            "last_updated": "2022-08-15T14:12:14.142405-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (M Mikolas)",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d6c7ff4-b427-49de-a7a4-016644c12f14/?format=api"
                        },
                        {
                            "id": "e4463995-5d19-4a41-b4cb-aa392456fbd3",
                            "gambit_id": "b68870b7-537c-4d8c-b2ea-ab035a332774",
                            "last_updated": "2022-08-15T14:12:14.142868-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (A Ashby)",
                            "reward": "2.21000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d6c7ff4-b427-49de-a7a4-016644c12f14/?format=api"
                        }
                    ]
                },
                {
                    "id": "1fc1329c-4fa2-4380-b269-352637fe4a1a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d1f6c55f-2c65-4c5e-855e-c78785e91c99/?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": 5995.0
                            },
                            {
                                "team": "STL",
                                "amount": 4005.0
                            }
                        ],
                        "expected_reward_tokens": 9291.6,
                        "profit_sb": 291.6,
                        "profit_sb_percentage": 3.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "63f29ae4-6ac7-44d5-bdf1-011cfe204366",
                            "gambit_id": "7bea9c9d-dc1e-4140-ad17-da8e9ca719be",
                            "last_updated": "2022-08-15T14:12:14.141942-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc1329c-4fa2-4380-b269-352637fe4a1a/?format=api"
                        },
                        {
                            "id": "89215241-18d5-4448-8ab6-ed4f35f02e61",
                            "gambit_id": "fdcc549d-3883-4c7e-ab3b-6da73f0251a8",
                            "last_updated": "2022-08-15T14:12:14.141448-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc1329c-4fa2-4380-b269-352637fe4a1a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8ddb8b01-aae1-4d87-89f7-c8c64c0b79e3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c9f4a829-ca74-47fc-8ed1-388812961b1a",
            "completed": true,
            "last_updated": "2022-08-15T14:17:18.482903-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/c9f4a829-ca74-47fc-8ed1-388812961b1a",
            "datetime": "2022-08-14T14:10:00-04:00",
            "cutoff_datetime": "2022-08-14T14:10:00-04:00",
            "name": "DET (T Alexander) v. CWS (L Lynn)",
            "bettypes": [
                {
                    "id": "56f64927-7dcb-4de7-922f-a1d275eb62ee",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8ddb8b01-aae1-4d87-89f7-c8c64c0b79e3/?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 Lynn)",
                                "amount": 6395.0
                            },
                            {
                                "team": "DET (T Alexander)",
                                "amount": 3605.0
                            }
                        ],
                        "expected_reward_tokens": 9336.7,
                        "profit_sb": 336.7,
                        "profit_sb_percentage": 3.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "59fd7edb-9798-4e6a-84bf-23ab156159e1",
                            "gambit_id": "576acab9-2997-4a9a-9180-e58c77e1a2c7",
                            "last_updated": "2022-08-15T14:17:18.485669-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (L Lynn)",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f64927-7dcb-4de7-922f-a1d275eb62ee/?format=api"
                        },
                        {
                            "id": "074acde9-75ad-4a41-883f-82a83ccb4719",
                            "gambit_id": "bc7d0e91-a045-4d09-83b6-a7a7fb083959",
                            "last_updated": "2022-08-15T14:17:18.486116-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (T Alexander)",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f64927-7dcb-4de7-922f-a1d275eb62ee/?format=api"
                        }
                    ]
                },
                {
                    "id": "c19da6f4-65b3-499b-8e9e-023990d07884",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8ddb8b01-aae1-4d87-89f7-c8c64c0b79e3/?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": "b5a249c4-37d7-4d91-b684-f60d56851226",
                            "gambit_id": "2b61471a-951b-46ce-afd5-ad45186fa546",
                            "last_updated": "2022-08-15T14:17:18.485173-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/c19da6f4-65b3-499b-8e9e-023990d07884/?format=api"
                        },
                        {
                            "id": "d8b012a2-76ed-4da9-9666-baad7b4a077e",
                            "gambit_id": "f06a8052-b994-4ddc-b6df-a562e23bd90a",
                            "last_updated": "2022-08-15T14:17:18.484728-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/c19da6f4-65b3-499b-8e9e-023990d07884/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5115357e-d8f8-4c28-b7d5-e0c124952e80",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e3681a83-5aba-4c5f-a309-8bbade684dd4",
            "completed": true,
            "last_updated": "2022-08-15T14:17:14.670138-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/e3681a83-5aba-4c5f-a309-8bbade684dd4",
            "datetime": "2022-08-14T14:10:00-04:00",
            "cutoff_datetime": "2022-08-14T14:10:00-04:00",
            "name": "OAK (C Irvin) v. HOU (C Javier)",
            "bettypes": [
                {
                    "id": "0cf082c9-75a6-4415-970d-aa6e53282242",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5115357e-d8f8-4c28-b7d5-e0c124952e80/?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 (C Javier)",
                                "amount": 6975.0
                            },
                            {
                                "team": "OAK (C Irvin)",
                                "amount": 3025.0
                            }
                        ],
                        "expected_reward_tokens": 9346.5,
                        "profit_sb": 346.5,
                        "profit_sb_percentage": 3.85,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5806e050-98cc-47a2-bbb5-3abe8e8fb421",
                            "gambit_id": "e0faef06-fd9b-43cd-b66e-e52d15ef87b9",
                            "last_updated": "2022-08-15T14:17:14.673024-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (C Javier)",
                            "reward": "1.34000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cf082c9-75a6-4415-970d-aa6e53282242/?format=api"
                        },
                        {
                            "id": "7cc4f4f1-9de7-4fee-911c-e1f6651ce485",
                            "gambit_id": "b83e41f5-5772-449e-93f2-c43656f96158",
                            "last_updated": "2022-08-15T14:17:14.673505-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (C Irvin)",
                            "reward": "3.09000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cf082c9-75a6-4415-970d-aa6e53282242/?format=api"
                        }
                    ]
                },
                {
                    "id": "722f90cb-1b80-4422-aac3-02a65fcf21bf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5115357e-d8f8-4c28-b7d5-e0c124952e80/?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": 5511.0
                            },
                            {
                                "team": "OAK",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e7c94fce-be95-470f-8989-55c8a0c3bd8a",
                            "gambit_id": "5f481ff7-4393-4663-aaa5-1b8ce1b45807",
                            "last_updated": "2022-08-15T14:17:14.671989-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/722f90cb-1b80-4422-aac3-02a65fcf21bf/?format=api"
                        },
                        {
                            "id": "b6e5f9d0-6e6d-400d-926e-fc80161659c6",
                            "gambit_id": "563d5ad7-7dcd-47d7-b23b-d56e94ec989a",
                            "last_updated": "2022-08-15T14:17:14.672534-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/722f90cb-1b80-4422-aac3-02a65fcf21bf/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b7bb1be7-9b2c-4d69-89b2-28d4b2fae4d4",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4a4fc8dc-2610-4c1d-9b90-d2b78665354b",
            "completed": true,
            "last_updated": "2022-08-15T14:17:14.950640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.31,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/4a4fc8dc-2610-4c1d-9b90-d2b78665354b",
            "datetime": "2022-08-14T14:10:00-04:00",
            "cutoff_datetime": "2022-08-14T14:10:00-04:00",
            "name": "LOS (T Anderson) v. KAN (B Singer)",
            "bettypes": [
                {
                    "id": "9e0f977f-ae6d-4f49-9068-ffeccc10628b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b7bb1be7-9b2c-4d69-89b2-28d4b2fae4d4/?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 Anderson)",
                                "amount": 6594.0
                            },
                            {
                                "team": "KAN (B Singer)",
                                "amount": 3406.0
                            }
                        ],
                        "expected_reward_tokens": 9297.54,
                        "profit_sb": 297.54,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4d07c51c-ca7a-496c-ad6b-6134ec893746",
                            "gambit_id": "24344cc2-6d2e-486f-81ad-c25f5a0ec283",
                            "last_updated": "2022-08-15T14:17:14.953973-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (T Anderson)",
                            "reward": "1.41000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0f977f-ae6d-4f49-9068-ffeccc10628b/?format=api"
                        },
                        {
                            "id": "a7e707f6-7333-44e9-b93b-675be6b3f401",
                            "gambit_id": "95e9fbf4-b3e4-42ba-ba98-fa9982965cc7",
                            "last_updated": "2022-08-15T14:17:14.953486-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (B Singer)",
                            "reward": "2.73000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e0f977f-ae6d-4f49-9068-ffeccc10628b/?format=api"
                        }
                    ]
                },
                {
                    "id": "a49f915c-f857-4123-bab6-a634a08ce26e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b7bb1be7-9b2c-4d69-89b2-28d4b2fae4d4/?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": 5676.0
                            },
                            {
                                "team": "KAN",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2a992b96-e0eb-4369-9084-3dcbe821e9a5",
                            "gambit_id": "187632a7-7671-4c6b-8ce8-98ac5ee23609",
                            "last_updated": "2022-08-15T14:17:14.952996-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a49f915c-f857-4123-bab6-a634a08ce26e/?format=api"
                        },
                        {
                            "id": "25379a33-7842-451f-acd6-76a4f3dd3d10",
                            "gambit_id": "442ace98-0ab6-4ef8-a695-4d4f1f81f5b8",
                            "last_updated": "2022-08-15T14:17:14.952498-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a49f915c-f857-4123-bab6-a634a08ce26e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "119242a1-e33d-47fb-99eb-0a803289acaa",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b6c73a03-69b7-4d20-959d-becd79b8a438",
            "completed": true,
            "last_updated": "2022-08-15T14:17:15.533384-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/b6c73a03-69b7-4d20-959d-becd79b8a438",
            "datetime": "2022-08-14T13:40:00-04:00",
            "cutoff_datetime": "2022-08-14T13:40:00-04:00",
            "name": "PHI (Z Wheeler) v. NYM (C Bassitt)",
            "bettypes": [
                {
                    "id": "91455d4a-f4f2-49f1-a79b-adcb6f92e478",
                    "match": "https://api-prod.gambitprofit.com/api/matches/119242a1-e33d-47fb-99eb-0a803289acaa/?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 (C Bassitt)",
                                "amount": 5515.0
                            },
                            {
                                "team": "PHI (Z Wheeler)",
                                "amount": 4485.0
                            }
                        ],
                        "expected_reward_tokens": 9373.65,
                        "profit_sb": 373.65,
                        "profit_sb_percentage": 4.15,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9d30aff1-2992-45e3-85ea-f1b00979f1fd",
                            "gambit_id": "48c82bec-fb25-4583-aca4-9a1ef8454159",
                            "last_updated": "2022-08-15T14:17:15.536201-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (C Bassitt)",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91455d4a-f4f2-49f1-a79b-adcb6f92e478/?format=api"
                        },
                        {
                            "id": "aad626ef-0ac5-4e4f-a56d-c56c26b66cb9",
                            "gambit_id": "ac969d70-798d-4cb7-a1fd-28df429d4fa1",
                            "last_updated": "2022-08-15T14:17:15.536661-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (Z Wheeler)",
                            "reward": "2.09000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91455d4a-f4f2-49f1-a79b-adcb6f92e478/?format=api"
                        }
                    ]
                },
                {
                    "id": "3739203e-6ebb-4aeb-b89b-d68e69816a25",
                    "match": "https://api-prod.gambitprofit.com/api/matches/119242a1-e33d-47fb-99eb-0a803289acaa/?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": 6281.0
                            },
                            {
                                "team": "NYM",
                                "amount": 3719.0
                            }
                        ],
                        "expected_reward_tokens": 9295.88,
                        "profit_sb": 295.88,
                        "profit_sb_percentage": 3.29,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bf2464b5-294c-48c7-9517-e6dddabc58ed",
                            "gambit_id": "48d8a7b8-bef3-4c57-b1f3-0f0c58855654",
                            "last_updated": "2022-08-15T14:17:15.535738-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.48000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3739203e-6ebb-4aeb-b89b-d68e69816a25/?format=api"
                        },
                        {
                            "id": "479a5d08-3c24-49a2-a683-30864061f4b7",
                            "gambit_id": "be7f137a-26d3-4629-8887-bdc3d6c68395",
                            "last_updated": "2022-08-15T14:17:15.535264-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "2.50000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3739203e-6ebb-4aeb-b89b-d68e69816a25/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cf45d155-ce8d-4f7a-886b-11748766591b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "61b53954-0103-418d-9f66-0d5ddd0972a0",
            "completed": true,
            "last_updated": "2022-08-15T14:17:15.392132-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/61b53954-0103-418d-9f66-0d5ddd0972a0",
            "datetime": "2022-08-14T13:40:00-04:00",
            "cutoff_datetime": "2022-08-14T13:40:00-04:00",
            "name": "ATL (B Elder) v. MIA (B Garrett)",
            "bettypes": [
                {
                    "id": "2c85f9cd-9bad-400d-8f92-376de3020c1c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cf45d155-ce8d-4f7a-886b-11748766591b/?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 (B Elder)",
                                "amount": 5385.0
                            },
                            {
                                "team": "MIA (B Garrett)",
                                "amount": 4615.0
                            }
                        ],
                        "expected_reward_tokens": 9368.45,
                        "profit_sb": 368.45,
                        "profit_sb_percentage": 4.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "14a144f2-74f5-4f01-ac12-58a61bb9d10a",
                            "gambit_id": "0589c8e3-62ed-48f4-b616-0fc354a94b08",
                            "last_updated": "2022-08-15T14:17:15.395548-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (B Elder)",
                            "reward": "1.74000",
                            "odds": "1.81300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c85f9cd-9bad-400d-8f92-376de3020c1c/?format=api"
                        },
                        {
                            "id": "0e643f51-c81d-4ccb-a08f-0ed6c984f2ad",
                            "gambit_id": "ae8c356c-00ef-43ed-9b32-7fbadd929001",
                            "last_updated": "2022-08-15T14:17:15.395084-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (B Garrett)",
                            "reward": "2.03000",
                            "odds": "2.13000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c85f9cd-9bad-400d-8f92-376de3020c1c/?format=api"
                        }
                    ]
                },
                {
                    "id": "0b0b9c3d-0024-4b26-9fc8-f61b596d871c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cf45d155-ce8d-4f7a-886b-11748766591b/?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": 5911.0
                            },
                            {
                                "team": "ATL",
                                "amount": 4089.0
                            }
                        ],
                        "expected_reward_tokens": 9280.27,
                        "profit_sb": 280.27,
                        "profit_sb_percentage": 3.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a09912c1-8448-4caa-8588-7f2fcd7b12a5",
                            "gambit_id": "5bdae9e1-9e8a-4129-bc65-5a301a3c6284",
                            "last_updated": "2022-08-15T14:17:15.394125-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "1.57000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0b9c3d-0024-4b26-9fc8-f61b596d871c/?format=api"
                        },
                        {
                            "id": "b9799763-6979-4f40-b089-b3f05f4b70b2",
                            "gambit_id": "d3f65ce2-33d9-4a5f-be4e-2cfcc80ded84",
                            "last_updated": "2022-08-15T14:17:15.394601-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "2.27000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0b9c3d-0024-4b26-9fc8-f61b596d871c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "75aff7d5-9010-442b-ae9a-eb1c2dfef8e5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2402f08a-5d80-43b7-9bdd-3b556613b8d3",
            "completed": true,
            "last_updated": "2022-08-15T14:22:15.675369-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/2402f08a-5d80-43b7-9bdd-3b556613b8d3",
            "datetime": "2022-08-14T13:40:00-04:00",
            "cutoff_datetime": "2022-08-14T13:40:00-04:00",
            "name": "CHC (K Thompson) v. CIN (J Dunn)",
            "bettypes": [
                {
                    "id": "b36dfb38-3ddc-4809-8508-8a6a57e8d887",
                    "match": "https://api-prod.gambitprofit.com/api/matches/75aff7d5-9010-442b-ae9a-eb1c2dfef8e5/?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": "CHC (K Thompson)",
                                "amount": 5755.0
                            },
                            {
                                "team": "CIN (J Dunn)",
                                "amount": 4245.0
                            }
                        ],
                        "expected_reward_tokens": 9380.65,
                        "profit_sb": 380.65,
                        "profit_sb_percentage": 4.23,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3872d69c-6575-428d-9e48-4c2fea582f4e",
                            "gambit_id": "73acd776-1344-4352-8363-89d90044e92b",
                            "last_updated": "2022-08-15T14:22:15.678531-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (K Thompson)",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b36dfb38-3ddc-4809-8508-8a6a57e8d887/?format=api"
                        },
                        {
                            "id": "01e23089-5877-4a50-a8ba-53c764db7446",
                            "gambit_id": "fda547a2-f9e9-4fdd-bc14-145586dbe94a",
                            "last_updated": "2022-08-15T14:22:15.678097-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (J Dunn)",
                            "reward": "2.21000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b36dfb38-3ddc-4809-8508-8a6a57e8d887/?format=api"
                        }
                    ]
                },
                {
                    "id": "e9330107-8e87-4c07-83ef-cf23aa8af7fd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/75aff7d5-9010-442b-ae9a-eb1c2dfef8e5/?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": "CIN",
                                "amount": 5405.0
                            },
                            {
                                "team": "CHC",
                                "amount": 4595.0
                            }
                        ],
                        "expected_reward_tokens": 9188.5,
                        "profit_sb": 188.5,
                        "profit_sb_percentage": 2.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b3c6b043-f189-42a0-8e37-691aa1889f2c",
                            "gambit_id": "bf4cd099-45cc-4e34-8124-d9500fe07d95",
                            "last_updated": "2022-08-15T14:22:15.677173-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "1.70000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9330107-8e87-4c07-83ef-cf23aa8af7fd/?format=api"
                        },
                        {
                            "id": "62a929e1-d9bb-4cbb-9f02-2de9d3061900",
                            "gambit_id": "9a26b7e6-9c78-431d-a7ce-e1a124d977db",
                            "last_updated": "2022-08-15T14:22:15.677625-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9330107-8e87-4c07-83ef-cf23aa8af7fd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "73d44481-e572-438a-8523-fe15f29efd32",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0797cf87-051e-44a7-a951-87996362c6f2",
            "completed": true,
            "last_updated": "2022-08-15T14:22:15.536142-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/0797cf87-051e-44a7-a951-87996362c6f2",
            "datetime": "2022-08-14T13:40:00-04:00",
            "cutoff_datetime": "2022-08-14T13:40:00-04:00",
            "name": "BAL (J Lyles) v. TAM (D Rasmussen)",
            "bettypes": [
                {
                    "id": "d7a34e62-5fcb-4cf7-af3c-617167858f5e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/73d44481-e572-438a-8523-fe15f29efd32/?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 (D Rasmussen)",
                                "amount": 6101.0
                            },
                            {
                                "team": "BAL (J Lyles)",
                                "amount": 3899.0
                            }
                        ],
                        "expected_reward_tokens": 9395.54,
                        "profit_sb": 395.54,
                        "profit_sb_percentage": 4.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "07092dd2-08e3-44cd-9ada-c5acddc64a7a",
                            "gambit_id": "54e7469b-ad13-450c-9065-8b6b82672e88",
                            "last_updated": "2022-08-15T14:22:15.538771-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM (D Rasmussen)",
                            "reward": "1.54000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7a34e62-5fcb-4cf7-af3c-617167858f5e/?format=api"
                        },
                        {
                            "id": "ed65c1e3-34e2-49a7-9b96-dcbd642d9d06",
                            "gambit_id": "3e403660-26fb-4efa-9eb5-b2cdcab18930",
                            "last_updated": "2022-08-15T14:22:15.539196-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (J Lyles)",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7a34e62-5fcb-4cf7-af3c-617167858f5e/?format=api"
                        }
                    ]
                },
                {
                    "id": "5f7966a1-1bc1-4157-be0c-80f5f0e0cab2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/73d44481-e572-438a-8523-fe15f29efd32/?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": 5676.0
                            },
                            {
                                "team": "TAM",
                                "amount": 4324.0
                            }
                        ],
                        "expected_reward_tokens": 9251.88,
                        "profit_sb": 251.88,
                        "profit_sb_percentage": 2.8,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "94045165-b6c4-4cfb-9fd0-49d55eeeb854",
                            "gambit_id": "324f5c71-ca59-427d-9f29-370e632facdf",
                            "last_updated": "2022-08-15T14:22:15.538319-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f7966a1-1bc1-4157-be0c-80f5f0e0cab2/?format=api"
                        },
                        {
                            "id": "8167e8e8-0590-402e-a420-77e75ea7b1b3",
                            "gambit_id": "6fdc2728-6aeb-423d-b2e1-6b88d8eda299",
                            "last_updated": "2022-08-15T14:22:15.537866-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f7966a1-1bc1-4157-be0c-80f5f0e0cab2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "84a576a1-c639-4426-9dbd-5694945c52c5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "6120a91d-2e25-4f51-97e5-d04645944217",
            "completed": true,
            "last_updated": "2022-08-15T14:22:15.011696-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/6120a91d-2e25-4f51-97e5-d04645944217",
            "datetime": "2022-08-14T13:37:00-04:00",
            "cutoff_datetime": "2022-08-14T13:37:00-04:00",
            "name": "CLE (S Bieber) v. TOR (K Gausman)",
            "bettypes": [
                {
                    "id": "e9e8bb8c-6b64-4bdf-811e-0656ea4b936e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/84a576a1-c639-4426-9dbd-5694945c52c5/?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 (K Gausman)",
                                "amount": 5755.0
                            },
                            {
                                "team": "CLE (S Bieber)",
                                "amount": 4245.0
                            }
                        ],
                        "expected_reward_tokens": 9380.65,
                        "profit_sb": 380.65,
                        "profit_sb_percentage": 4.23,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "02a10908-38fd-44f9-82ea-08b0cff0dce6",
                            "gambit_id": "b54f6c4b-6a14-49d9-bb8e-cee168d973c7",
                            "last_updated": "2022-08-15T14:22:15.014914-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (K Gausman)",
                            "reward": "1.63000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e8bb8c-6b64-4bdf-811e-0656ea4b936e/?format=api"
                        },
                        {
                            "id": "79ff247d-48ad-4ee2-8124-209443a32516",
                            "gambit_id": "6b0f0603-8968-46a8-8dd7-5203d9fb047f",
                            "last_updated": "2022-08-15T14:22:15.015370-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (S Bieber)",
                            "reward": "2.21000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e8bb8c-6b64-4bdf-811e-0656ea4b936e/?format=api"
                        }
                    ]
                },
                {
                    "id": "253dc2ea-16a3-477e-90b8-6a226abe4d00",
                    "match": "https://api-prod.gambitprofit.com/api/matches/84a576a1-c639-4426-9dbd-5694945c52c5/?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": 5995.0
                            },
                            {
                                "team": "TOR",
                                "amount": 4005.0
                            }
                        ],
                        "expected_reward_tokens": 9291.6,
                        "profit_sb": 291.6,
                        "profit_sb_percentage": 3.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4fa1d90a-5dfa-4676-bf17-6f70f6708131",
                            "gambit_id": "6cf6614f-a180-4a57-96d4-8406b0f94b2d",
                            "last_updated": "2022-08-15T14:22:15.014469-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253dc2ea-16a3-477e-90b8-6a226abe4d00/?format=api"
                        },
                        {
                            "id": "481e1575-320a-44dd-aa1b-244c12d95fa9",
                            "gambit_id": "2343c7ca-514d-4f61-ae74-842549c6fd8b",
                            "last_updated": "2022-08-15T14:22:15.013977-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/253dc2ea-16a3-477e-90b8-6a226abe4d00/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "670b59c0-484e-441e-892b-6c174d5871f3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3e371348-c1a0-4cfe-b429-828d306f0e82",
            "completed": true,
            "last_updated": "2022-08-15T14:22:17.922765-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/3e371348-c1a0-4cfe-b429-828d306f0e82",
            "datetime": "2022-08-14T12:05:00-04:00",
            "cutoff_datetime": "2022-08-14T12:05:00-04:00",
            "name": "SDG (B Snell) v. WAS (P Espino)",
            "bettypes": [
                {
                    "id": "25a0768d-31ce-454b-ac5d-584cca19b874",
                    "match": "https://api-prod.gambitprofit.com/api/matches/670b59c0-484e-441e-892b-6c174d5871f3/?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 (B Snell)",
                                "amount": 6975.0
                            },
                            {
                                "team": "WAS (P Espino)",
                                "amount": 3025.0
                            }
                        ],
                        "expected_reward_tokens": 9346.5,
                        "profit_sb": 346.5,
                        "profit_sb_percentage": 3.85,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3bc26c77-cbca-43ba-b2ea-0d7260d23d6b",
                            "gambit_id": "415e341b-92fc-45d6-98b8-fb4cfa4579f1",
                            "last_updated": "2022-08-15T14:22:17.926026-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (B Snell)",
                            "reward": "1.34000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25a0768d-31ce-454b-ac5d-584cca19b874/?format=api"
                        },
                        {
                            "id": "ab8ad965-0907-4f77-a1d6-a9e3871b4a38",
                            "gambit_id": "aab7d231-1dc2-42af-9d15-ba857f7d0396",
                            "last_updated": "2022-08-15T14:22:17.925565-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (P Espino)",
                            "reward": "3.09000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25a0768d-31ce-454b-ac5d-584cca19b874/?format=api"
                        }
                    ]
                },
                {
                    "id": "0317a658-675f-4f26-a078-cf1616e0dcd0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/670b59c0-484e-441e-892b-6c174d5871f3/?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": 5995.0
                            },
                            {
                                "team": "WAS",
                                "amount": 4005.0
                            }
                        ],
                        "expected_reward_tokens": 9291.6,
                        "profit_sb": 291.6,
                        "profit_sb_percentage": 3.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e1388dd8-fffc-4c1b-a13b-c2efcdbbe958",
                            "gambit_id": "34ea0aaf-0330-4227-b7f5-344d30e6ffb5",
                            "last_updated": "2022-08-15T14:22:17.925089-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0317a658-675f-4f26-a078-cf1616e0dcd0/?format=api"
                        },
                        {
                            "id": "361c4ea7-0ea4-40f2-9afc-ec03405e75c0",
                            "gambit_id": "6a5503a1-91cf-4650-928f-d905d443329d",
                            "last_updated": "2022-08-15T14:22:17.924628-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0317a658-675f-4f26-a078-cf1616e0dcd0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7b562c25-6963-4436-8508-e58ab1a88772",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ee029a89-89c8-488d-858e-bf557c014b23",
            "completed": true,
            "last_updated": "2022-08-15T14:27:20.257945-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.67,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/ee029a89-89c8-488d-858e-bf557c014b23",
            "datetime": "2022-08-14T11:30:00-04:00",
            "cutoff_datetime": "2022-08-14T11:30:00-04:00",
            "name": "Chelsea v. Tottenham",
            "bettypes": [
                {
                    "id": "6f059d6e-7f71-4198-8a05-546abf19d06f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7b562c25-6963-4436-8508-e58ab1a88772/?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": "Chelsea",
                                "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": "Chelsea",
                                "amount": 4393.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2844.0
                            },
                            {
                                "team": "Tottenham",
                                "amount": 2763.0
                            }
                        ],
                        "expected_reward_tokens": 8786.0,
                        "profit_sb": -214.0,
                        "profit_sb_percentage": -2.38,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e55aab79-86bf-45a8-8929-a2540236a218",
                            "gambit_id": "a07bb65b-2f58-4956-8e85-1667ba3f3098",
                            "last_updated": "2022-08-15T14:27:20.260669-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chelsea",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f059d6e-7f71-4198-8a05-546abf19d06f/?format=api"
                        },
                        {
                            "id": "b270de4f-1892-4c4a-837f-131832da61fa",
                            "gambit_id": "0ee28795-41f8-40dc-a3cf-9f98e09579d3",
                            "last_updated": "2022-08-15T14:27:20.259804-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/6f059d6e-7f71-4198-8a05-546abf19d06f/?format=api"
                        },
                        {
                            "id": "bef6861e-3cd9-4837-8650-ff4d8e3b3df9",
                            "gambit_id": "e2f68f48-2c4c-4605-81c8-6691697d9c44",
                            "last_updated": "2022-08-15T14:27:20.260238-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tottenham",
                            "reward": "3.18000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f059d6e-7f71-4198-8a05-546abf19d06f/?format=api"
                        }
                    ]
                },
                {
                    "id": "bec5a9f5-3ca0-4422-8580-3ca4aeaee81b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7b562c25-6963-4436-8508-e58ab1a88772/?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": 5000.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 8850.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.67,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "191be01e-dd21-4411-93da-34f3b79c6d75",
                            "gambit_id": "e5dd8a8a-bf6b-47c7-8e49-db6ad8819911",
                            "last_updated": "2022-08-15T14:27:20.259363-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.77000",
                            "odds": "1.85000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bec5a9f5-3ca0-4422-8580-3ca4aeaee81b/?format=api"
                        },
                        {
                            "id": "4555e220-063f-4972-ad43-b0bcfd53e93c",
                            "gambit_id": "82b70686-ef98-433e-bd0a-72f6b5da42b3",
                            "last_updated": "2022-08-15T14:27:20.258883-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.77000",
                            "odds": "1.85000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bec5a9f5-3ca0-4422-8580-3ca4aeaee81b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c72ee26a-0bf6-4bdf-b47f-60effe6a89e3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "10505919-364f-47ab-9263-08d0f6c1c120",
            "completed": true,
            "last_updated": "2022-08-15T14:27:20.006196-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/10505919-364f-47ab-9263-08d0f6c1c120",
            "datetime": "2022-08-14T09:00:00-04:00",
            "cutoff_datetime": "2022-08-14T09:00:00-04:00",
            "name": "Nottingham Forest v. West Ham United",
            "bettypes": [
                {
                    "id": "d714f98c-ce17-4b87-bd7f-f4ec4485db3e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c72ee26a-0bf6-4bdf-b47f-60effe6a89e3/?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": "West Ham United",
                                "amount": 6383.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3617.0
                            }
                        ],
                        "expected_reward_tokens": 11680.89,
                        "profit_sb": 2680.89,
                        "profit_sb_percentage": 29.79,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "West Ham United",
                                "amount": 4786.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2712.0
                            },
                            {
                                "team": "Nottingham Forest",
                                "amount": 2502.0
                            }
                        ],
                        "expected_reward_tokens": 8757.0,
                        "profit_sb": -243.0,
                        "profit_sb_percentage": -2.7,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2c1bb26e-72b8-460f-8467-d3b458b6cb1e",
                            "gambit_id": "df317658-2a66-4e48-b37b-72ee3860057a",
                            "last_updated": "2022-08-15T14:27:20.008094-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "West Ham United",
                            "reward": "1.83000",
                            "odds": "1.91000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d714f98c-ce17-4b87-bd7f-f4ec4485db3e/?format=api"
                        },
                        {
                            "id": "9c5d624e-6f24-4d0d-a952-5689e47d14a3",
                            "gambit_id": "1d1c73a5-f272-4ec6-b1b3-01c2f29df6da",
                            "last_updated": "2022-08-15T14:27:20.008960-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/d714f98c-ce17-4b87-bd7f-f4ec4485db3e/?format=api"
                        },
                        {
                            "id": "6f3294c6-19df-4649-855c-930d39fcb13d",
                            "gambit_id": "dde6dd6e-a99a-4b42-8769-d9c8dffc54e4",
                            "last_updated": "2022-08-15T14:27:20.008531-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nottingham Forest",
                            "reward": "3.50000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d714f98c-ce17-4b87-bd7f-f4ec4485db3e/?format=api"
                        }
                    ]
                },
                {
                    "id": "717ad66c-79ce-48b4-b764-de59d41a5ff7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c72ee26a-0bf6-4bdf-b47f-60effe6a89e3/?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": 5127.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4873.0
                            }
                        ],
                        "expected_reward_tokens": 8868.86,
                        "profit_sb": -131.14,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "96ddc86d-a833-415f-ad5d-ad1ff1abb0d5",
                            "gambit_id": "f0ba376e-b272-48c8-80ca-f632ddac9463",
                            "last_updated": "2022-08-15T14:27:20.007655-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/717ad66c-79ce-48b4-b764-de59d41a5ff7/?format=api"
                        },
                        {
                            "id": "88a91aea-8da7-4da1-8a63-b8eccf30f2a1",
                            "gambit_id": "3ea446b5-0ca8-4922-9cab-c0bf632b434f",
                            "last_updated": "2022-08-15T14:27:20.007172-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.82000",
                            "odds": "1.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/717ad66c-79ce-48b4-b764-de59d41a5ff7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1e4d8e0b-32f0-4762-ad56-0ab94531993d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3c7cb208-e06a-4cbe-92d6-cd7a5d732722",
            "completed": true,
            "last_updated": "2022-08-15T15:37:10.777427-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.75,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/3c7cb208-e06a-4cbe-92d6-cd7a5d732722",
            "datetime": "2022-08-14T07:15:00-04:00",
            "cutoff_datetime": "2022-08-14T07:15:00-04:00",
            "name": "Royal Never Give Up v. LGD Gaming",
            "bettypes": [
                {
                    "id": "74eb29ac-8bd4-4b7b-b20d-0c248eb210fe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1e4d8e0b-32f0-4762-ad56-0ab94531993d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": true,
                        "name": "High Risk",
                        "bet": [
                            {
                                "team": "Royal Never Give Up",
                                "amount": 10000
                            }
                        ],
                        "expected_reward_tokens": 10300.0,
                        "profit_sb": 1300.0,
                        "profit_sb_percentage": 14.44,
                        "recommended": true
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Royal Never Give Up",
                                "amount": 8894.0
                            },
                            {
                                "team": "LGD Gaming",
                                "amount": 1106.0
                            }
                        ],
                        "expected_reward_tokens": 9157.68,
                        "profit_sb": 157.68,
                        "profit_sb_percentage": 1.75,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "62d22fb3-0339-4152-9274-4efc87cab6c7",
                            "gambit_id": "d2be8b3b-0260-48db-99d9-baaf69954705",
                            "last_updated": "2022-08-15T15:37:10.778329-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Royal Never Give Up",
                            "reward": "1.03000",
                            "odds": "1.03000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74eb29ac-8bd4-4b7b-b20d-0c248eb210fe/?format=api"
                        },
                        {
                            "id": "886bfa57-065a-468d-a412-e7e0c719f383",
                            "gambit_id": "56ea6958-b2b5-4417-b25b-176a1fbb4a7e",
                            "last_updated": "2022-08-15T15:37:10.778831-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LGD Gaming",
                            "reward": "8.28000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74eb29ac-8bd4-4b7b-b20d-0c248eb210fe/?format=api"
                        }
                    ]
                }
            ]
        }
    ]
}