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=10200
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=10300",
    "previous": "https://api-prod.gambitprofit.com/api/matches/?format=api&limit=100&offset=10100",
    "results": [
        {
            "id": "500dab18-ef84-458c-91d0-840bf8836dc6",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "8509f977-ea93-4fe4-b8e8-295fd45d9b20",
            "completed": true,
            "last_updated": "2022-08-23T09:36:58.691314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.14,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/8509f977-ea93-4fe4-b8e8-295fd45d9b20",
            "datetime": "2022-08-22T19:10:00-04:00",
            "cutoff_datetime": "2022-08-22T19:10:00-04:00",
            "name": "TEX (C Ragans) v. MIN (S Gray)",
            "bettypes": [
                {
                    "id": "e355a8fb-5879-4059-8bb4-56f5ccaa1982",
                    "match": "https://api-prod.gambitprofit.com/api/matches/500dab18-ef84-458c-91d0-840bf8836dc6/?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": 6402.0
                            },
                            {
                                "team": "TEX (C Ragans)",
                                "amount": 3598.0
                            }
                        ],
                        "expected_reward_tokens": 9282.84,
                        "profit_sb": 282.84,
                        "profit_sb_percentage": 3.14,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d60d4071-2582-497a-afce-7ff1d86a252a",
                            "gambit_id": "fc489aed-be99-4b78-95d1-9369611a841b",
                            "last_updated": "2022-08-23T09:36:58.694442-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (S Gray)",
                            "reward": "1.45000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e355a8fb-5879-4059-8bb4-56f5ccaa1982/?format=api"
                        },
                        {
                            "id": "c673cccb-5468-45ca-848a-96d17b52c683",
                            "gambit_id": "0816e45a-7e10-4aa4-9bb6-0af25286d520",
                            "last_updated": "2022-08-23T09:36:58.694912-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (C Ragans)",
                            "reward": "2.58000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e355a8fb-5879-4059-8bb4-56f5ccaa1982/?format=api"
                        }
                    ]
                },
                {
                    "id": "a1ed8b75-0f44-4b5d-a4a8-90d655e3a5cf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/500dab18-ef84-458c-91d0-840bf8836dc6/?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": 5205.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ebd886eb-4ca6-4b3d-80fc-b4702aa4c3ab",
                            "gambit_id": "6b546386-cf52-4367-9cff-4d06e207d442",
                            "last_updated": "2022-08-23T09:36:58.693973-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1ed8b75-0f44-4b5d-a4a8-90d655e3a5cf/?format=api"
                        },
                        {
                            "id": "22bc547e-3d67-42e8-b77d-3ce1733d2690",
                            "gambit_id": "7db464f9-076c-4ab9-b220-edfa9ffa693e",
                            "last_updated": "2022-08-23T09:36:58.693479-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1ed8b75-0f44-4b5d-a4a8-90d655e3a5cf/?format=api"
                        }
                    ]
                },
                {
                    "id": "535da501-b784-4d18-8930-d0a25efb3352",
                    "match": "https://api-prod.gambitprofit.com/api/matches/500dab18-ef84-458c-91d0-840bf8836dc6/?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": 5110.0
                            },
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4d50f0f2-ec58-48a2-947a-fb3c9292a2e1",
                            "gambit_id": "71bd5746-f8e5-4b91-af28-d64e05ee5369",
                            "last_updated": "2022-08-23T09:36:58.692422-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/535da501-b784-4d18-8930-d0a25efb3352/?format=api"
                        },
                        {
                            "id": "3cbe654b-02fe-49dc-84a6-50e011ecbab1",
                            "gambit_id": "4985b007-fe99-4b23-a059-aee2a6c3e61b",
                            "last_updated": "2022-08-23T09:36:58.693002-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/535da501-b784-4d18-8930-d0a25efb3352/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f5959773-864a-44ff-a0ab-76ca6b6eb4d0",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1113d410-9e64-4b1c-ae8b-37e47f0cef31",
            "completed": true,
            "last_updated": "2022-08-23T09:41:58.381093-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/1113d410-9e64-4b1c-ae8b-37e47f0cef31",
            "datetime": "2022-08-22T19:05:00-04:00",
            "cutoff_datetime": "2022-08-22T19:05:00-04:00",
            "name": "NYM (M Scherzer) v. NYY (D German)",
            "bettypes": [
                {
                    "id": "92665038-bb10-4be1-8e8a-6e6b44c06b9d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f5959773-864a-44ff-a0ab-76ca6b6eb4d0/?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": 5969.0
                            },
                            {
                                "team": "NYY (D German)",
                                "amount": 4031.0
                            }
                        ],
                        "expected_reward_tokens": 9311.61,
                        "profit_sb": 311.61,
                        "profit_sb_percentage": 3.46,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "482f3d85-746c-415c-8a8a-44fdccd749c1",
                            "gambit_id": "7c3ada67-3e66-4760-a5bf-e31778b98bfd",
                            "last_updated": "2022-08-23T09:41:58.387297-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (M Scherzer)",
                            "reward": "1.56000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92665038-bb10-4be1-8e8a-6e6b44c06b9d/?format=api"
                        },
                        {
                            "id": "c43f6d3f-4722-45df-93e0-fc654be6c938",
                            "gambit_id": "23de2504-1b57-4c12-97cc-de3127977537",
                            "last_updated": "2022-08-23T09:41:58.386697-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (D German)",
                            "reward": "2.31000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92665038-bb10-4be1-8e8a-6e6b44c06b9d/?format=api"
                        }
                    ]
                },
                {
                    "id": "83c35158-b209-4a14-85ea-c879c3a9858f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f5959773-864a-44ff-a0ab-76ca6b6eb4d0/?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": "NYY",
                                "amount": 5313.0
                            },
                            {
                                "team": "NYM",
                                "amount": 4687.0
                            }
                        ],
                        "expected_reward_tokens": 9138.36,
                        "profit_sb": 138.36,
                        "profit_sb_percentage": 1.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f2d751a4-fcb3-4179-b839-f0fc6888178e",
                            "gambit_id": "6b58e850-c78e-40fb-ac9e-690ec8091cff",
                            "last_updated": "2022-08-23T09:41:58.383476-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c35158-b209-4a14-85ea-c879c3a9858f/?format=api"
                        },
                        {
                            "id": "4b78357e-bbcc-48ca-92c2-65970a72b0fe",
                            "gambit_id": "236279d0-f3d2-4577-9df0-55f82a697e78",
                            "last_updated": "2022-08-23T09:41:58.386290-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c35158-b209-4a14-85ea-c879c3a9858f/?format=api"
                        }
                    ]
                },
                {
                    "id": "9a00c843-7ec9-4565-8bc0-859249adffa8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f5959773-864a-44ff-a0ab-76ca6b6eb4d0/?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": 5110.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3a888b22-e598-4b64-a2bc-ba11138d2df0",
                            "gambit_id": "c9aa105f-3522-4056-99b8-13db0d172bba",
                            "last_updated": "2022-08-23T09:41:58.382028-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a00c843-7ec9-4565-8bc0-859249adffa8/?format=api"
                        },
                        {
                            "id": "df586a2d-f009-4eaf-86c5-24f5e7897763",
                            "gambit_id": "3a4c6675-53cc-48b7-853e-ee30cb9e9889",
                            "last_updated": "2022-08-23T09:41:58.382738-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a00c843-7ec9-4565-8bc0-859249adffa8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "66f8e54e-50d2-4c05-b911-243c2e4539a8",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2da93474-d7bc-4350-a751-a6ece9e14609",
            "completed": true,
            "last_updated": "2022-08-23T09:41:57.982535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.2,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/2da93474-d7bc-4350-a751-a6ece9e14609",
            "datetime": "2022-08-22T19:05:00-04:00",
            "cutoff_datetime": "2022-08-22T19:05:00-04:00",
            "name": "CIN (L Cessa) v. PHI (N Syndergaard)",
            "bettypes": [
                {
                    "id": "5fa28a41-c712-44f0-80e5-06e75e7dbdd7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/66f8e54e-50d2-4c05-b911-243c2e4539a8/?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": 6683.0
                            },
                            {
                                "team": "CIN (L Cessa)",
                                "amount": 3317.0
                            }
                        ],
                        "expected_reward_tokens": 9287.6,
                        "profit_sb": 287.6,
                        "profit_sb_percentage": 3.2,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "aff6c7f8-f6fe-491f-a791-5232f103c981",
                            "gambit_id": "f6298ccf-f0ea-4bfc-8e6e-720adb723797",
                            "last_updated": "2022-08-23T09:41:57.986357-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (N Syndergaard)",
                            "reward": "1.39000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fa28a41-c712-44f0-80e5-06e75e7dbdd7/?format=api"
                        },
                        {
                            "id": "6b252346-c746-462d-8ba3-3128528c3741",
                            "gambit_id": "79e10591-5fcc-4df4-a139-771a0582aff2",
                            "last_updated": "2022-08-23T09:41:57.986834-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (L Cessa)",
                            "reward": "2.80000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fa28a41-c712-44f0-80e5-06e75e7dbdd7/?format=api"
                        }
                    ]
                },
                {
                    "id": "8178c783-5faf-42da-abfa-1c53f8cc2d64",
                    "match": "https://api-prod.gambitprofit.com/api/matches/66f8e54e-50d2-4c05-b911-243c2e4539a8/?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": 5110.0
                            },
                            {
                                "team": "CIN",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1b6dbd56-db0b-44b9-b36e-1bc250386ea4",
                            "gambit_id": "8ad717c1-49a9-4e1a-a7b2-84d4f8865ee2",
                            "last_updated": "2022-08-23T09:41:57.985384-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8178c783-5faf-42da-abfa-1c53f8cc2d64/?format=api"
                        },
                        {
                            "id": "b5261d36-df8e-48c5-979b-78b136f7ae86",
                            "gambit_id": "b56b7232-24b2-4773-8366-ea3cb9682feb",
                            "last_updated": "2022-08-23T09:41:57.985880-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8178c783-5faf-42da-abfa-1c53f8cc2d64/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "79aaf91a-7a07-43dd-a732-742864327ace",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "462aa7a8-a16a-4681-ad81-f59bc05115eb",
            "completed": true,
            "last_updated": "2022-08-23T09:36:52.246744-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/462aa7a8-a16a-4681-ad81-f59bc05115eb",
            "datetime": "2022-08-22T19:05:00-04:00",
            "cutoff_datetime": "2022-08-22T19:05:00-04:00",
            "name": "ATL (J Odorizzi) v. PIT (R Contreras)",
            "bettypes": [
                {
                    "id": "44f564bf-d892-43c1-b585-4185176da351",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79aaf91a-7a07-43dd-a732-742864327ace/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "ATL (J Odorizzi)",
                                "amount": 6325.0
                            },
                            {
                                "team": "PIT (R Contreras)",
                                "amount": 3675.0
                            }
                        ],
                        "expected_reward_tokens": 9297.75,
                        "profit_sb": 297.75,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a27cb4bd-0378-4d85-8550-c4ba17c27f5f",
                            "gambit_id": "a91057e8-180d-4e58-ab5d-d1dff373805a",
                            "last_updated": "2022-08-23T09:36:52.253017-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (J Odorizzi)",
                            "reward": "1.47000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44f564bf-d892-43c1-b585-4185176da351/?format=api"
                        },
                        {
                            "id": "dcb6e74d-e2aa-4026-9ead-259984c44b35",
                            "gambit_id": "9f654bac-a8e9-440d-a6a1-140be2adbd62",
                            "last_updated": "2022-08-23T09:36:52.252638-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (R Contreras)",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44f564bf-d892-43c1-b585-4185176da351/?format=api"
                        }
                    ]
                },
                {
                    "id": "571f024a-354c-4436-a4e9-e4ab2aba1ff8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79aaf91a-7a07-43dd-a732-742864327ace/?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": 5313.0
                            },
                            {
                                "team": "PIT",
                                "amount": 4687.0
                            }
                        ],
                        "expected_reward_tokens": 9138.36,
                        "profit_sb": 138.36,
                        "profit_sb_percentage": 1.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "476d09db-b933-4f21-b60c-939925bb8023",
                            "gambit_id": "1c3ca098-04cb-40ce-aa5f-78756ffa4eff",
                            "last_updated": "2022-08-23T09:36:52.252244-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/571f024a-354c-4436-a4e9-e4ab2aba1ff8/?format=api"
                        },
                        {
                            "id": "48f58ea8-aeb6-4a4d-96dd-9b0ca1517fa6",
                            "gambit_id": "099c73ad-4ef4-4cb0-81f1-d77a32b49054",
                            "last_updated": "2022-08-23T09:36:52.251833-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/571f024a-354c-4436-a4e9-e4ab2aba1ff8/?format=api"
                        }
                    ]
                },
                {
                    "id": "ef16d53e-421b-4411-a097-63b41cb8f942",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79aaf91a-7a07-43dd-a732-742864327ace/?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": "261312ca-01a4-4ac6-a11c-a6bd73f69f29",
                            "gambit_id": "8bdb810f-c62f-4aec-96c4-3a59ff9fb36e",
                            "last_updated": "2022-08-23T09:36:52.250856-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/ef16d53e-421b-4411-a097-63b41cb8f942/?format=api"
                        },
                        {
                            "id": "9f7e3319-4baa-4ffb-84b4-3798dc1730b2",
                            "gambit_id": "7580a3d4-7689-426f-9763-ad7352e2c4a7",
                            "last_updated": "2022-08-23T09:36:52.251431-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/ef16d53e-421b-4411-a097-63b41cb8f942/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a43fb9b8-365d-4f2e-8a4e-d1e035766ce5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "28b7a5cd-e6e9-41c2-b3f0-5495b073db7f",
            "completed": true,
            "last_updated": "2022-08-24T10:37:16.732540-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.16,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/28b7a5cd-e6e9-41c2-b3f0-5495b073db7f",
            "datetime": "2022-08-22T15:00:00-04:00",
            "cutoff_datetime": "2022-08-22T15:00:00-04:00",
            "name": "Manchester United v. Liverpool",
            "bettypes": [
                {
                    "id": "7417f5fc-fc62-4a96-8b09-e57b50003cd7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a43fb9b8-365d-4f2e-8a4e-d1e035766ce5/?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": 7061.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2939.0
                            }
                        ],
                        "expected_reward_tokens": 11226.98,
                        "profit_sb": 2226.98,
                        "profit_sb_percentage": 24.74,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Liverpool",
                                "amount": 5594.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2328.0
                            },
                            {
                                "team": "Manchester United",
                                "amount": 2078.0
                            }
                        ],
                        "expected_reward_tokens": 8892.96,
                        "profit_sb": -107.04,
                        "profit_sb_percentage": -1.19,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0d021e92-d883-490c-bc98-2db70be8d3bd",
                            "gambit_id": "5e70ebaa-7c0e-42e9-b2bc-1dd6a5082dc9",
                            "last_updated": "2022-08-24T10:37:16.734607-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Liverpool",
                            "reward": "1.59000",
                            "odds": "1.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7417f5fc-fc62-4a96-8b09-e57b50003cd7/?format=api"
                        },
                        {
                            "id": "24f7e36b-345d-43cd-bfb8-ce33606a5c06",
                            "gambit_id": "c13799f2-af4f-4cc2-b694-de4571702935",
                            "last_updated": "2022-08-24T10:37:16.735534-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/7417f5fc-fc62-4a96-8b09-e57b50003cd7/?format=api"
                        },
                        {
                            "id": "bced1edd-02fd-4d1c-b545-49a06534d569",
                            "gambit_id": "9bb4477c-9470-4cb4-8ff6-2a1c42f9ca89",
                            "last_updated": "2022-08-24T10:37:16.735072-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Manchester United",
                            "reward": "4.28000",
                            "odds": "4.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7417f5fc-fc62-4a96-8b09-e57b50003cd7/?format=api"
                        }
                    ]
                },
                {
                    "id": "fae6fbb5-3295-45dc-b87d-1367edbc0896",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a43fb9b8-365d-4f2e-8a4e-d1e035766ce5/?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": "67a94634-95e1-4970-8702-e6fc1d151bd5",
                            "gambit_id": "2f1b3e68-48ee-48ac-92dc-95a3a3f74901",
                            "last_updated": "2022-08-24T10:37:16.733604-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/fae6fbb5-3295-45dc-b87d-1367edbc0896/?format=api"
                        },
                        {
                            "id": "dbaa0eef-a3cc-46aa-aa18-75b3505796ff",
                            "gambit_id": "b9cc63ea-b9c8-4baa-88e2-c6ddb2cc8281",
                            "last_updated": "2022-08-24T10:37:16.734134-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/fae6fbb5-3295-45dc-b87d-1367edbc0896/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bcabc933-b55d-496b-8102-97fcf5a09581",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e79a0470-fd95-4da1-951f-283ccbee6745",
            "completed": true,
            "last_updated": "2022-08-23T09:46:58.416646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.3,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/e79a0470-fd95-4da1-951f-283ccbee6745",
            "datetime": "2022-08-22T14:10:00-04:00",
            "cutoff_datetime": "2022-08-22T14:10:00-04:00",
            "name": "CWS (M Kopech) v. KAN (D Lynch)",
            "bettypes": [
                {
                    "id": "c545da6c-bdf6-40ed-ab63-9e43a0fa355d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcabc933-b55d-496b-8102-97fcf5a09581/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CWS (M Kopech)",
                                "amount": 5812.0
                            },
                            {
                                "team": "KAN (D Lynch)",
                                "amount": 4188.0
                            }
                        ],
                        "expected_reward_tokens": 9297.36,
                        "profit_sb": 297.36,
                        "profit_sb_percentage": 3.3,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2329e65d-0b23-4dfd-9aa6-e2cd5d4beec3",
                            "gambit_id": "95b10dbf-8a91-4439-bb23-5d67935c9fd3",
                            "last_updated": "2022-08-23T09:46:58.420053-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (M Kopech)",
                            "reward": "1.60000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c545da6c-bdf6-40ed-ab63-9e43a0fa355d/?format=api"
                        },
                        {
                            "id": "06b1fbf9-6cb4-4460-904d-72085f564b8d",
                            "gambit_id": "b0379a80-2b74-48a0-8e35-23c4ba4c8206",
                            "last_updated": "2022-08-23T09:46:58.419594-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (D Lynch)",
                            "reward": "2.22000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c545da6c-bdf6-40ed-ab63-9e43a0fa355d/?format=api"
                        }
                    ]
                },
                {
                    "id": "22727f01-8f95-4a4e-83e5-0ed093de0fd2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcabc933-b55d-496b-8102-97fcf5a09581/?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": 5408.0
                            },
                            {
                                "team": "CWS",
                                "amount": 4592.0
                            }
                        ],
                        "expected_reward_tokens": 9138.08,
                        "profit_sb": 138.08,
                        "profit_sb_percentage": 1.53,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bb274f76-7b63-46d1-9043-a94d2b621ebd",
                            "gambit_id": "4d86b887-3cab-42e4-ae42-0552a3676981",
                            "last_updated": "2022-08-23T09:46:58.418668-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "1.69000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22727f01-8f95-4a4e-83e5-0ed093de0fd2/?format=api"
                        },
                        {
                            "id": "db2a5c05-8dd4-460c-b7ab-a6e99906cd37",
                            "gambit_id": "9fc48f96-a011-4951-b8df-7dc352e07d6e",
                            "last_updated": "2022-08-23T09:46:58.419134-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.99000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22727f01-8f95-4a4e-83e5-0ed093de0fd2/?format=api"
                        }
                    ]
                },
                {
                    "id": "c71fef17-8c55-4350-b684-cf86f7d637a7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcabc933-b55d-496b-8102-97fcf5a09581/?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": "dcaa9e19-7d55-4285-891a-2118c9ce61b7",
                            "gambit_id": "ddf75b4d-bd84-4e4c-b429-8f6de5b563a5",
                            "last_updated": "2022-08-23T09:46:58.418199-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/c71fef17-8c55-4350-b684-cf86f7d637a7/?format=api"
                        },
                        {
                            "id": "0e989d50-3153-4733-9f06-f6a36c1f57c1",
                            "gambit_id": "3ab0992d-f1b6-4748-b424-bcf48dc131ed",
                            "last_updated": "2022-08-23T09:46:58.417692-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/c71fef17-8c55-4350-b684-cf86f7d637a7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d45bf426-bda3-4913-aa7d-a9de7c9904e4",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "53f23b6a-87e6-44f5-bacd-0e75f92374a9",
            "completed": true,
            "last_updated": "2022-08-23T10:07:02.136344-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.53,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/53f23b6a-87e6-44f5-bacd-0e75f92374a9",
            "datetime": "2022-08-22T05:15:00-04:00",
            "cutoff_datetime": "2022-08-22T05:15:00-04:00",
            "name": "Top Esports v. EDward Gaming",
            "bettypes": [
                {
                    "id": "e24195cf-0e75-4359-899a-8e7f92e7c464",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d45bf426-bda3-4913-aa7d-a9de7c9904e4/?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": "Top Esports",
                                "amount": 5382.0
                            },
                            {
                                "team": "EDward Gaming",
                                "amount": 4618.0
                            }
                        ],
                        "expected_reward_tokens": 8772.66,
                        "profit_sb": -227.34,
                        "profit_sb_percentage": -2.53,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "edf4a63b-5647-40ec-8742-e1531c5f71b9",
                            "gambit_id": "66830813-39ff-47d6-83b1-e9057849bd8d",
                            "last_updated": "2022-08-23T10:07:02.137896-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Top Esports",
                            "reward": "1.63000",
                            "odds": "1.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e24195cf-0e75-4359-899a-8e7f92e7c464/?format=api"
                        },
                        {
                            "id": "4c18cc0b-3e8e-4469-9f0e-0c6b8c95572d",
                            "gambit_id": "52e2c189-0e0f-45a7-9d0c-5607b34f81cc",
                            "last_updated": "2022-08-23T10:07:02.137365-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "EDward Gaming",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e24195cf-0e75-4359-899a-8e7f92e7c464/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c4db6768-90b2-4343-a662-91f3fba47c6a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "58fc8885-a4f2-4a1c-9965-196433edabca",
            "completed": true,
            "last_updated": "2022-08-22T15:47:12.566458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.45,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/58fc8885-a4f2-4a1c-9965-196433edabca",
            "datetime": "2022-08-21T20:30:00-04:00",
            "cutoff_datetime": "2022-08-21T20:30:00-04:00",
            "name": "Nashville SC v. FC Dallas",
            "bettypes": [
                {
                    "id": "0248de93-82b5-43da-8335-34591c1f9161",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c4db6768-90b2-4343-a662-91f3fba47c6a/?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": 6547.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3453.0
                            }
                        ],
                        "expected_reward_tokens": 11325.84,
                        "profit_sb": 2325.84,
                        "profit_sb_percentage": 25.84,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville SC",
                                "amount": 5127.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2704.0
                            },
                            {
                                "team": "FC Dallas",
                                "amount": 2169.0
                            }
                        ],
                        "expected_reward_tokens": 8869.12,
                        "profit_sb": -130.88,
                        "profit_sb_percentage": -1.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f6daba06-2b77-4261-96c0-bca77932ed9e",
                            "gambit_id": "81e104d1-f433-4042-bf67-7ccdf4acdd7a",
                            "last_updated": "2022-08-22T15:47:12.568858-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/0248de93-82b5-43da-8335-34591c1f9161/?format=api"
                        },
                        {
                            "id": "431faa2d-e0d0-4c46-a7e2-81dacf2e47d8",
                            "gambit_id": "78ca9c66-2a3d-48c9-baaf-f73704a15ad4",
                            "last_updated": "2022-08-22T15:47:12.569303-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/0248de93-82b5-43da-8335-34591c1f9161/?format=api"
                        },
                        {
                            "id": "6f6308d4-a58a-4aa9-b78a-bb76accdeb47",
                            "gambit_id": "e92d7b9b-7abd-4f31-bc93-b51eca6b3719",
                            "last_updated": "2022-08-22T15:47:12.568404-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Dallas",
                            "reward": "4.09000",
                            "odds": "4.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0248de93-82b5-43da-8335-34591c1f9161/?format=api"
                        }
                    ]
                },
                {
                    "id": "6c73c690-83df-48e3-bfd1-cbb9c043d832",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c4db6768-90b2-4343-a662-91f3fba47c6a/?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": 5254.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4746.0
                            }
                        ],
                        "expected_reward_tokens": 8826.72,
                        "profit_sb": -173.28,
                        "profit_sb_percentage": -1.93,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "58fdb04f-0719-48cc-8a43-287d9c61cc9d",
                            "gambit_id": "4c145095-1f43-4c7e-90ea-840f782fac02",
                            "last_updated": "2022-08-22T15:47:12.567448-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.68000",
                            "odds": "1.75000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c73c690-83df-48e3-bfd1-cbb9c043d832/?format=api"
                        },
                        {
                            "id": "1abdb8be-192d-4539-8424-0f2fb235422f",
                            "gambit_id": "62a68e98-ed6b-438e-b125-533f424af6bf",
                            "last_updated": "2022-08-22T15:47:12.567948-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.86000",
                            "odds": "1.95000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c73c690-83df-48e3-bfd1-cbb9c043d832/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0ea29f3a-0daf-4dee-a09c-c1bf0bac4f1e",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "557e4964-c19f-4c71-b76a-8de0bd07492e",
            "completed": true,
            "last_updated": "2022-08-22T11:12:14.818914-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.11,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/557e4964-c19f-4c71-b76a-8de0bd07492e",
            "datetime": "2022-08-21T20:00:00-04:00",
            "cutoff_datetime": "2022-08-21T20:00:00-04:00",
            "name": "Baltimore Ravens v. Arizona Cardinals",
            "bettypes": [
                {
                    "id": "d827912e-60cb-436d-870a-81bce582cf3c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ea29f3a-0daf-4dee-a09c-c1bf0bac4f1e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Baltimore Ravens",
                                "amount": 6519.0
                            },
                            {
                                "team": "Arizona Cardinals",
                                "amount": 3481.0
                            }
                        ],
                        "expected_reward_tokens": 9189.84,
                        "profit_sb": 189.84,
                        "profit_sb_percentage": 2.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "866ae0c5-0fd9-40f6-849e-de9f9f6cf767",
                            "gambit_id": "962018bd-b1ea-4b48-ba1e-d21609ddd22c",
                            "last_updated": "2022-08-22T11:12:14.821463-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Baltimore Ravens",
                            "reward": "1.41000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d827912e-60cb-436d-870a-81bce582cf3c/?format=api"
                        },
                        {
                            "id": "f33f74d9-09ba-4bcd-aed2-abffc035bca5",
                            "gambit_id": "79cefb26-221e-4dfa-9f43-16bdc6923e93",
                            "last_updated": "2022-08-22T11:12:14.820997-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arizona Cardinals",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d827912e-60cb-436d-870a-81bce582cf3c/?format=api"
                        }
                    ]
                },
                {
                    "id": "1567c82d-864b-419c-8368-6f0f0c69f62c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ea29f3a-0daf-4dee-a09c-c1bf0bac4f1e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arizona Cardinals",
                                "amount": 5000.0
                            },
                            {
                                "team": "Baltimore Ravens",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "521f6d3b-7f74-4879-a83f-6e949ef8edd9",
                            "gambit_id": "c63557af-ecd9-4477-82b8-da10474d723a",
                            "last_updated": "2022-08-22T11:12:14.821945-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arizona Cardinals",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1567c82d-864b-419c-8368-6f0f0c69f62c/?format=api"
                        },
                        {
                            "id": "888de6fc-15d3-4d00-868f-621299c4f712",
                            "gambit_id": "cb183f02-ab1f-44d7-a35b-27f3a3ddb8db",
                            "last_updated": "2022-08-22T11:12:14.822421-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Baltimore Ravens",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1567c82d-864b-419c-8368-6f0f0c69f62c/?format=api"
                        }
                    ]
                },
                {
                    "id": "853fc86d-62b5-4bd3-bb4f-b4738fd11055",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ea29f3a-0daf-4dee-a09c-c1bf0bac4f1e/?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 37.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 37.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f11eb2c4-ec16-464d-8f93-7dc9c61dbc5c",
                            "gambit_id": "3e2b723e-3033-44c7-8ea5-2ebd7f68a3eb",
                            "last_updated": "2022-08-22T11:12:14.820487-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 37.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/853fc86d-62b5-4bd3-bb4f-b4738fd11055/?format=api"
                        },
                        {
                            "id": "1b47d07c-729e-4865-a8e0-a7d4b936554c",
                            "gambit_id": "b619b1a8-a1b7-4702-9500-900eca5e0f32",
                            "last_updated": "2022-08-22T11:12:14.819969-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 37.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/853fc86d-62b5-4bd3-bb4f-b4738fd11055/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f117ac5e-8959-40ae-a0af-9d64142a6cb0",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "5a8c469e-6694-46ae-8722-b5b4faf54c23",
            "completed": true,
            "last_updated": "2022-08-22T15:47:12.425339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.27,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/5a8c469e-6694-46ae-8722-b5b4faf54c23",
            "datetime": "2022-08-21T19:30:00-04:00",
            "cutoff_datetime": "2022-08-21T19:30:00-04:00",
            "name": "Sporting Kansas City v. Portland Timbers",
            "bettypes": [
                {
                    "id": "2a7d35cc-0d25-4dee-81f9-a3dc42dea474",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f117ac5e-8959-40ae-a0af-9d64142a6cb0/?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": "Sporting Kansas City",
                                "amount": 6180.0
                            },
                            {
                                "team": "Portland Timbers",
                                "amount": 3820.0
                            }
                        ],
                        "expected_reward_tokens": 11803.8,
                        "profit_sb": 2803.8,
                        "profit_sb_percentage": 31.15,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Sporting Kansas City",
                                "amount": 4591.0
                            },
                            {
                                "team": "Portland Timbers",
                                "amount": 2838.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2571.0
                            }
                        ],
                        "expected_reward_tokens": 8767.11,
                        "profit_sb": -232.89,
                        "profit_sb_percentage": -2.59,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "107ce3e1-c375-4232-88a3-5de2659277da",
                            "gambit_id": "6262aff5-8d06-46af-8d32-0524cdd4a215",
                            "last_updated": "2022-08-22T15:47:12.427886-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sporting Kansas City",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7d35cc-0d25-4dee-81f9-a3dc42dea474/?format=api"
                        },
                        {
                            "id": "6f095351-d3dd-421a-a77b-cb1025713ed2",
                            "gambit_id": "9f4ccefc-c5e5-44ef-a9f3-ef43642875d4",
                            "last_updated": "2022-08-22T15:47:12.427434-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Portland Timbers",
                            "reward": "3.09000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7d35cc-0d25-4dee-81f9-a3dc42dea474/?format=api"
                        },
                        {
                            "id": "a716b900-3a2f-48df-9098-076943ae0bc9",
                            "gambit_id": "065359c4-f597-4dca-9a40-0b29e2ffc293",
                            "last_updated": "2022-08-22T15:47:12.428330-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.41000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7d35cc-0d25-4dee-81f9-a3dc42dea474/?format=api"
                        }
                    ]
                },
                {
                    "id": "a14791a1-a185-4e54-b2b2-9ae5baf53060",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f117ac5e-8959-40ae-a0af-9d64142a6cb0/?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": "dbe69464-873b-41e6-a346-0c04a092fb81",
                            "gambit_id": "d914ce67-bc87-479c-a418-3dd105125e13",
                            "last_updated": "2022-08-22T15:47:12.426973-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/a14791a1-a185-4e54-b2b2-9ae5baf53060/?format=api"
                        },
                        {
                            "id": "77325105-398c-4378-9192-c164adb83875",
                            "gambit_id": "16720f70-2117-4d10-9d82-cff9e7c501df",
                            "last_updated": "2022-08-22T15:47:12.426439-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/a14791a1-a185-4e54-b2b2-9ae5baf53060/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "05dcfacf-849b-4558-8e3a-ab9f625030cb",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3af772c9-d731-488c-904d-8a1dee383162",
            "completed": true,
            "last_updated": "2022-08-22T09:41:59.763169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.03,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/3af772c9-d731-488c-904d-8a1dee383162",
            "datetime": "2022-08-21T19:10:00-04:00",
            "cutoff_datetime": "2022-08-21T19:10:00-04:00",
            "name": "BOS (N Pivetta) v. BAL (D Kremer)",
            "bettypes": [
                {
                    "id": "928afe28-a353-48f9-8589-25c34ec6e2f1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/05dcfacf-849b-4558-8e3a-ab9f625030cb/?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": 5067.0
                            },
                            {
                                "team": "BAL (D Kremer)",
                                "amount": 4933.0
                            }
                        ],
                        "expected_reward_tokens": 9272.61,
                        "profit_sb": 272.61,
                        "profit_sb_percentage": 3.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8fd2d51e-8835-41f5-a700-50c6183d306e",
                            "gambit_id": "5767fc82-afec-4a10-9454-a9a24cefbec2",
                            "last_updated": "2022-08-22T09:41:59.766365-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (N Pivetta)",
                            "reward": "1.83000",
                            "odds": "1.92590",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928afe28-a353-48f9-8589-25c34ec6e2f1/?format=api"
                        },
                        {
                            "id": "7dd85ae9-3d6b-4204-9cad-4c189ae27f67",
                            "gambit_id": "03f70cbb-6b2a-41ac-ab57-18a8f9ac5bfc",
                            "last_updated": "2022-08-22T09:41:59.765908-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (D Kremer)",
                            "reward": "1.88000",
                            "odds": "1.98040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928afe28-a353-48f9-8589-25c34ec6e2f1/?format=api"
                        }
                    ]
                },
                {
                    "id": "a8b1405a-dc7a-4270-b66a-39b3825438c4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/05dcfacf-849b-4558-8e3a-ab9f625030cb/?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": 5916.0
                            },
                            {
                                "team": "BOS",
                                "amount": 4084.0
                            }
                        ],
                        "expected_reward_tokens": 9228.96,
                        "profit_sb": 228.96,
                        "profit_sb_percentage": 2.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e01f7c82-d432-4814-9a59-0b24d3e584f4",
                            "gambit_id": "fde72f1c-cf37-4c98-9157-bc92743ca9c4",
                            "last_updated": "2022-08-22T09:41:59.764962-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.56000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8b1405a-dc7a-4270-b66a-39b3825438c4/?format=api"
                        },
                        {
                            "id": "c08dc547-be28-40f6-8111-5a2883e2ecb7",
                            "gambit_id": "9a1f8b08-c93d-4e0b-86c6-efcfe28b8366",
                            "last_updated": "2022-08-22T09:41:59.765429-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "2.26000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8b1405a-dc7a-4270-b66a-39b3825438c4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4761f6b4-ac6a-47df-a428-4dc074f38f64",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b3e9d8e4-143a-41c1-a6e2-8678acb53cd6",
            "completed": true,
            "last_updated": "2022-08-22T11:12:14.536048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.95,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/b3e9d8e4-143a-41c1-a6e2-8678acb53cd6",
            "datetime": "2022-08-21T19:00:00-04:00",
            "cutoff_datetime": "2022-08-21T19:00:00-04:00",
            "name": "Cincinnati Bengals v. New York Giants",
            "bettypes": [
                {
                    "id": "f827c4cb-89ee-42cf-963a-65fab06c5719",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4761f6b4-ac6a-47df-a428-4dc074f38f64/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Giants",
                                "amount": 6714.0
                            },
                            {
                                "team": "Cincinnati Bengals",
                                "amount": 3286.0
                            }
                        ],
                        "expected_reward_tokens": 9265.32,
                        "profit_sb": 265.32,
                        "profit_sb_percentage": 2.95,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "986e0c27-18bf-42fd-b196-cc7bd31afa19",
                            "gambit_id": "4ff77ad1-3177-4fa3-8d55-b30b316d1dbb",
                            "last_updated": "2022-08-22T11:12:14.538132-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Giants",
                            "reward": "1.38000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f827c4cb-89ee-42cf-963a-65fab06c5719/?format=api"
                        },
                        {
                            "id": "21ddad82-dda0-4945-9c89-1adc53117ea5",
                            "gambit_id": "083996cb-d699-48c9-bcab-e1a049217a2d",
                            "last_updated": "2022-08-22T11:12:14.538599-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cincinnati Bengals",
                            "reward": "2.82000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f827c4cb-89ee-42cf-963a-65fab06c5719/?format=api"
                        }
                    ]
                },
                {
                    "id": "1193d30c-1b7a-4774-93e4-44871cc30398",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4761f6b4-ac6a-47df-a428-4dc074f38f64/?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": "Cincinnati Bengals",
                                "amount": 5000.0
                            },
                            {
                                "team": "New York Giants",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b4accaf0-27c7-4556-9bdd-b80378097a7c",
                            "gambit_id": "6441397f-6dda-4da3-99eb-ea30b786d414",
                            "last_updated": "2022-08-22T11:12:14.539061-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cincinnati Bengals",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1193d30c-1b7a-4774-93e4-44871cc30398/?format=api"
                        },
                        {
                            "id": "9f4e616b-9633-4f6a-823b-36a0582d1767",
                            "gambit_id": "b986d7b3-648c-414b-b659-45b82f9f082a",
                            "last_updated": "2022-08-22T11:12:14.539614-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Giants",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1193d30c-1b7a-4774-93e4-44871cc30398/?format=api"
                        }
                    ]
                },
                {
                    "id": "8cdc24bd-b200-42d1-91b8-114702c0429a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4761f6b4-ac6a-47df-a428-4dc074f38f64/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 36.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 36.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0325f286-4b54-4a33-a8e3-b0ecc76d48f0",
                            "gambit_id": "423fbab4-b75e-4e55-bb68-b587cae76c11",
                            "last_updated": "2022-08-22T11:12:14.537660-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 36.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cdc24bd-b200-42d1-91b8-114702c0429a/?format=api"
                        },
                        {
                            "id": "8a1c327c-fc7a-42c2-9125-12321130ef5a",
                            "gambit_id": "77adb245-7507-4239-b7ab-de4a61e338ff",
                            "last_updated": "2022-08-22T11:12:14.537125-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 36.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cdc24bd-b200-42d1-91b8-114702c0429a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "69f345d7-94ea-42af-a98d-dad2fe5c4403",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "5dcc3a41-2d6b-4b7d-8db1-4927d19b00f3",
            "completed": true,
            "last_updated": "2022-08-22T15:47:12.284029-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.67,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/5dcc3a41-2d6b-4b7d-8db1-4927d19b00f3",
            "datetime": "2022-08-21T19:00:00-04:00",
            "cutoff_datetime": "2022-08-21T19:00:00-04:00",
            "name": "Charlotte FC v. Orlando City SC",
            "bettypes": [
                {
                    "id": "e1164094-6e01-4cf2-9847-28840f7bee7f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/69f345d7-94ea-42af-a98d-dad2fe5c4403/?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": "Charlotte FC",
                                "amount": 5640.0
                            },
                            {
                                "team": "Orlando City SC",
                                "amount": 4360.0
                            }
                        ],
                        "expected_reward_tokens": 12295.2,
                        "profit_sb": 3295.2,
                        "profit_sb_percentage": 36.61,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Charlotte FC",
                                "amount": 4035.0
                            },
                            {
                                "team": "Orlando City SC",
                                "amount": 3119.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2846.0
                            }
                        ],
                        "expected_reward_tokens": 8794.14,
                        "profit_sb": -205.86,
                        "profit_sb_percentage": -2.29,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "661405fd-516a-4d32-b04a-2f416e6628cb",
                            "gambit_id": "73296d2f-2caf-417d-8973-2c2ba45a1e7a",
                            "last_updated": "2022-08-22T15:47:12.286566-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charlotte FC",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1164094-6e01-4cf2-9847-28840f7bee7f/?format=api"
                        },
                        {
                            "id": "9956ebf8-056d-4734-b075-e953dcbcc867",
                            "gambit_id": "31c517af-945b-4fc4-976a-5eb8de1b362d",
                            "last_updated": "2022-08-22T15:47:12.286081-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Orlando City SC",
                            "reward": "2.82000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1164094-6e01-4cf2-9847-28840f7bee7f/?format=api"
                        },
                        {
                            "id": "3fb972f0-9cf2-4a80-aec5-c5dbc9951117",
                            "gambit_id": "d043b6e3-ec8d-4db3-92ac-b4c061a2c2bc",
                            "last_updated": "2022-08-22T15:47:12.287042-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/e1164094-6e01-4cf2-9847-28840f7bee7f/?format=api"
                        }
                    ]
                },
                {
                    "id": "f160388f-e772-4f74-955c-a6dd35882bd3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/69f345d7-94ea-42af-a98d-dad2fe5c4403/?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": 5000.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 8850.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.67,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d5bde81b-e19c-48cf-8ab5-a5d5e6325620",
                            "gambit_id": "197c0aba-8c2a-4aeb-8b4c-a4bbe12bfa76",
                            "last_updated": "2022-08-22T15:47:12.285595-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/f160388f-e772-4f74-955c-a6dd35882bd3/?format=api"
                        },
                        {
                            "id": "f6a360c2-0a58-430d-a7f8-77790e98735d",
                            "gambit_id": "738b1388-d0fb-4cf0-895b-525ff05487c5",
                            "last_updated": "2022-08-22T15:47:12.285054-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/f160388f-e772-4f74-955c-a6dd35882bd3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "210cb23c-34d4-4e92-8710-bcf81146916c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c89c82a6-dfab-4933-a762-381e7c38d389",
            "completed": true,
            "last_updated": "2022-08-22T15:47:11.828214-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/c89c82a6-dfab-4933-a762-381e7c38d389",
            "datetime": "2022-08-21T18:00:00-04:00",
            "cutoff_datetime": "2022-08-21T18:00:00-04:00",
            "name": "Chicago Fire v. New York City FC",
            "bettypes": [
                {
                    "id": "90f08e12-29b0-4764-a591-3bf60092c3ed",
                    "match": "https://api-prod.gambitprofit.com/api/matches/210cb23c-34d4-4e92-8710-bcf81146916c/?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": "Chicago Fire",
                                "amount": 5893.0
                            },
                            {
                                "team": "New York City FC",
                                "amount": 4107.0
                            }
                        ],
                        "expected_reward_tokens": 11786.0,
                        "profit_sb": 2786.0,
                        "profit_sb_percentage": 30.96,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Fire",
                                "amount": 4379.0
                            },
                            {
                                "team": "New York City FC",
                                "amount": 3052.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2569.0
                            }
                        ],
                        "expected_reward_tokens": 8758.0,
                        "profit_sb": -242.0,
                        "profit_sb_percentage": -2.69,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "291b780c-deb2-430e-ac11-2215ae7e7d4b",
                            "gambit_id": "22398fbb-c24f-4705-80a3-be2bfa7bc247",
                            "last_updated": "2022-08-22T15:47:11.830831-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Fire",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f08e12-29b0-4764-a591-3bf60092c3ed/?format=api"
                        },
                        {
                            "id": "7e146918-05e8-4867-b53b-9edf9338ecd1",
                            "gambit_id": "04c50c46-8de4-4804-85ea-34e8893748e1",
                            "last_updated": "2022-08-22T15:47:11.830323-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York City FC",
                            "reward": "2.87000",
                            "odds": "3.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f08e12-29b0-4764-a591-3bf60092c3ed/?format=api"
                        },
                        {
                            "id": "15654ac7-8ebc-467c-9d4a-66feefd2ff4f",
                            "gambit_id": "d9a5ced7-aa0d-458e-ac84-165dd389836e",
                            "last_updated": "2022-08-22T15:47:11.831308-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.41000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f08e12-29b0-4764-a591-3bf60092c3ed/?format=api"
                        }
                    ]
                },
                {
                    "id": "df1f96ad-e7dc-4b56-a315-a78cbecc6e6c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/210cb23c-34d4-4e92-8710-bcf81146916c/?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": "5d0b6df6-2810-4ac1-af69-e8cd71a3768b",
                            "gambit_id": "60dea895-2187-4e21-b030-fc431755a931",
                            "last_updated": "2022-08-22T15:47:11.829844-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/df1f96ad-e7dc-4b56-a315-a78cbecc6e6c/?format=api"
                        },
                        {
                            "id": "c14d99ef-5894-4c8c-806d-5eb2bfe69c9d",
                            "gambit_id": "d497aa08-0104-4b4a-a82a-af84ec0152e7",
                            "last_updated": "2022-08-22T15:47:11.829294-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/df1f96ad-e7dc-4b56-a315-a78cbecc6e6c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "58173d2e-f548-4f94-b48b-11eb862bbe8f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "8a72b11f-07ba-48a1-9025-50ce0e1523c5",
            "completed": true,
            "last_updated": "2022-08-22T15:47:12.702633-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/8a72b11f-07ba-48a1-9025-50ce0e1523c5",
            "datetime": "2022-08-21T17:30:00-04:00",
            "cutoff_datetime": "2022-08-21T17:30:00-04:00",
            "name": "Columbus Crew v. Atlanta United FC",
            "bettypes": [
                {
                    "id": "26c88f87-593a-4198-8449-5769da1ae31b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/58173d2e-f548-4f94-b48b-11eb862bbe8f/?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": "Columbus Crew",
                                "amount": 6842.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3158.0
                            }
                        ],
                        "expected_reward_tokens": 11494.56,
                        "profit_sb": 2494.56,
                        "profit_sb_percentage": 27.72,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Columbus Crew",
                                "amount": 5230.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2414.0
                            },
                            {
                                "team": "Atlanta United FC",
                                "amount": 2356.0
                            }
                        ],
                        "expected_reward_tokens": 8786.4,
                        "profit_sb": -213.6,
                        "profit_sb_percentage": -2.37,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b85ad81a-134f-4d4c-ba30-dde3dec1b3ce",
                            "gambit_id": "da40c6ae-05d1-4814-afe5-b4c5a97fffc9",
                            "last_updated": "2022-08-22T15:47:12.705018-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Columbus Crew",
                            "reward": "1.68000",
                            "odds": "1.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26c88f87-593a-4198-8449-5769da1ae31b/?format=api"
                        },
                        {
                            "id": "ef41a05f-76b0-4f08-b144-be8011930509",
                            "gambit_id": "4f961b98-140e-4b89-a0ae-69ae5ee12c6b",
                            "last_updated": "2022-08-22T15:47:12.705461-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/26c88f87-593a-4198-8449-5769da1ae31b/?format=api"
                        },
                        {
                            "id": "01bc1db4-958f-4f89-9dc8-58b03dd62bf1",
                            "gambit_id": "a0a3c2ea-9e16-4a46-abe1-522d9a889ad9",
                            "last_updated": "2022-08-22T15:47:12.704574-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta United FC",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26c88f87-593a-4198-8449-5769da1ae31b/?format=api"
                        }
                    ]
                },
                {
                    "id": "a054633d-7f0f-40a7-846d-95b289ff6efd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/58173d2e-f548-4f94-b48b-11eb862bbe8f/?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": "6c0dbc8a-58a3-47ee-86e2-5728e13cf681",
                            "gambit_id": "73063676-863b-4bb9-af4a-f6acb8e7d172",
                            "last_updated": "2022-08-22T15:47:12.704122-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/a054633d-7f0f-40a7-846d-95b289ff6efd/?format=api"
                        },
                        {
                            "id": "734396ce-a3ac-4a62-92d8-f3d226a9a983",
                            "gambit_id": "eb238841-9f9c-4821-bf90-2163b3b86d12",
                            "last_updated": "2022-08-22T15:47:12.703617-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/a054633d-7f0f-40a7-846d-95b289ff6efd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a19b49f0-2ffe-4bc3-b6cf-6a54421739bd",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "dca24869-67bb-4705-a4b2-b76ad21c89e9",
            "completed": true,
            "last_updated": "2022-08-22T09:41:59.490606-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.68,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/dca24869-67bb-4705-a4b2-b76ad21c89e9",
            "datetime": "2022-08-21T16:10:00-04:00",
            "cutoff_datetime": "2022-08-21T16:10:00-04:00",
            "name": "STL (J Quintana) v. ARI (M Kelly)",
            "bettypes": [
                {
                    "id": "10baedbc-7e4d-4f35-9f7c-d48a61418a23",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a19b49f0-2ffe-4bc3-b6cf-6a54421739bd/?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": 5426.0
                            },
                            {
                                "team": "ARI (M Kelly)",
                                "amount": 4574.0
                            }
                        ],
                        "expected_reward_tokens": 9330.96,
                        "profit_sb": 330.96,
                        "profit_sb_percentage": 3.68,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e8326d45-1ea0-4095-97c6-a85d4076f176",
                            "gambit_id": "cabea252-e13e-4e4a-b06f-152da9b79983",
                            "last_updated": "2022-08-22T09:41:59.493917-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (J Quintana)",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10baedbc-7e4d-4f35-9f7c-d48a61418a23/?format=api"
                        },
                        {
                            "id": "1bda1bce-499d-4dae-ba2a-6b5bcb4c6fa2",
                            "gambit_id": "86aa0297-c3e9-415f-943c-26adc23bf883",
                            "last_updated": "2022-08-22T09:41:59.493434-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (M Kelly)",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10baedbc-7e4d-4f35-9f7c-d48a61418a23/?format=api"
                        }
                    ]
                },
                {
                    "id": "729f4e44-6904-4bf7-ab47-3754d2fff162",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a19b49f0-2ffe-4bc3-b6cf-6a54421739bd/?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": 5842.0
                            },
                            {
                                "team": "STL",
                                "amount": 4158.0
                            }
                        ],
                        "expected_reward_tokens": 9230.36,
                        "profit_sb": 230.36,
                        "profit_sb_percentage": 2.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "eb9b83e0-8d4e-4a35-914d-3034c91265f3",
                            "gambit_id": "2c53a10b-0f4f-4c99-bcd9-8b0609c74b78",
                            "last_updated": "2022-08-22T09:41:59.492977-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.58000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/729f4e44-6904-4bf7-ab47-3754d2fff162/?format=api"
                        },
                        {
                            "id": "926fcb2d-8824-4c2b-83bc-ae813ad6ad52",
                            "gambit_id": "bc100278-5f15-4845-86a5-8fb3510a7145",
                            "last_updated": "2022-08-22T09:41:59.492507-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "2.22000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/729f4e44-6904-4bf7-ab47-3754d2fff162/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1b94d857-671f-4fa8-8fd5-1afc8cc50251",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4446ea98-7c9f-45bb-9466-18e8fc16c50f",
            "completed": true,
            "last_updated": "2022-08-22T09:41:59.902941-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/4446ea98-7c9f-45bb-9466-18e8fc16c50f",
            "datetime": "2022-08-21T16:10:00-04:00",
            "cutoff_datetime": "2022-08-21T16:10:00-04:00",
            "name": "MIA (S Alcantara) v. LOS (R Pepiot)",
            "bettypes": [
                {
                    "id": "f44e7742-fd0f-4463-988f-4b694e0b1a83",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1b94d857-671f-4fa8-8fd5-1afc8cc50251/?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 (R Pepiot)",
                                "amount": 5933.0
                            },
                            {
                                "team": "MIA (S Alcantara)",
                                "amount": 4067.0
                            }
                        ],
                        "expected_reward_tokens": 9313.43,
                        "profit_sb": 313.43,
                        "profit_sb_percentage": 3.48,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "567c90a1-a8ef-45ac-95ae-73874cc76387",
                            "gambit_id": "a6217724-7961-46e3-a14a-619624eeff70",
                            "last_updated": "2022-08-22T09:41:59.905677-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (R Pepiot)",
                            "reward": "1.57000",
                            "odds": "1.63290",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f44e7742-fd0f-4463-988f-4b694e0b1a83/?format=api"
                        },
                        {
                            "id": "127a2100-919a-4ca7-aa77-ecc1a55a170c",
                            "gambit_id": "bea9e20e-e41c-4354-9a00-4f1214973a59",
                            "last_updated": "2022-08-22T09:41:59.906129-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (S Alcantara)",
                            "reward": "2.29000",
                            "odds": "2.43000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f44e7742-fd0f-4463-988f-4b694e0b1a83/?format=api"
                        }
                    ]
                },
                {
                    "id": "83f5ed14-5e0e-4e90-91aa-c8c185a42573",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1b94d857-671f-4fa8-8fd5-1afc8cc50251/?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": 5680.0
                            },
                            {
                                "team": "LOS",
                                "amount": 4320.0
                            }
                        ],
                        "expected_reward_tokens": 9201.6,
                        "profit_sb": 201.6,
                        "profit_sb_percentage": 2.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8a907617-c5f7-42b5-a0d1-31ed71cd3830",
                            "gambit_id": "a17b0f43-5f98-43a5-a54b-f116706520d7",
                            "last_updated": "2022-08-22T09:41:59.905208-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "1.62000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f5ed14-5e0e-4e90-91aa-c8c185a42573/?format=api"
                        },
                        {
                            "id": "a62376ce-38f5-4e33-abae-038c591cc576",
                            "gambit_id": "3b78ca94-9566-4965-906c-c29c0ba76f07",
                            "last_updated": "2022-08-22T09:41:59.904739-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "2.13000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f5ed14-5e0e-4e90-91aa-c8c185a42573/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f2ca4d0c-cd5a-45e9-b297-ada6baed5717",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a8db5d5d-2f7f-49aa-9ca7-722334d6aa9b",
            "completed": true,
            "last_updated": "2022-08-22T09:41:59.627295-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.61,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/a8db5d5d-2f7f-49aa-9ca7-722334d6aa9b",
            "datetime": "2022-08-21T16:10:00-04:00",
            "cutoff_datetime": "2022-08-21T16:10:00-04:00",
            "name": "WAS (P Corbin) v. SDG (S Manaea)",
            "bettypes": [
                {
                    "id": "f8c0cb2f-3929-4e61-a5b6-8b5da5e36e88",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f2ca4d0c-cd5a-45e9-b297-ada6baed5717/?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": 7011.0
                            },
                            {
                                "team": "WAS (P Corbin)",
                                "amount": 2989.0
                            }
                        ],
                        "expected_reward_tokens": 9324.63,
                        "profit_sb": 324.63,
                        "profit_sb_percentage": 3.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a8477024-42b4-4391-848c-116c40d9f72b",
                            "gambit_id": "c93e8649-fd1c-46ce-9297-1cdba78b5f85",
                            "last_updated": "2022-08-22T09:41:59.630100-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (S Manaea)",
                            "reward": "1.33000",
                            "odds": "1.36360",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c0cb2f-3929-4e61-a5b6-8b5da5e36e88/?format=api"
                        },
                        {
                            "id": "3dcb0c7f-e974-45e6-af24-be17d9977044",
                            "gambit_id": "aeb276dd-ae80-4ef1-8d28-5598f60a4369",
                            "last_updated": "2022-08-22T09:41:59.630557-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (P Corbin)",
                            "reward": "3.12000",
                            "odds": "3.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c0cb2f-3929-4e61-a5b6-8b5da5e36e88/?format=api"
                        }
                    ]
                },
                {
                    "id": "fb082c7c-1e88-45ff-b634-cbeed6ea3557",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f2ca4d0c-cd5a-45e9-b297-ada6baed5717/?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": 5499.0
                            },
                            {
                                "team": "WAS",
                                "amount": 4501.0
                            }
                        ],
                        "expected_reward_tokens": 9182.04,
                        "profit_sb": 182.04,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "98cb11c0-e237-4130-b1e7-ba386bcc4f3b",
                            "gambit_id": "16ce8ddd-0aae-4e3a-8129-44bb70282241",
                            "last_updated": "2022-08-22T09:41:59.629149-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb082c7c-1e88-45ff-b634-cbeed6ea3557/?format=api"
                        },
                        {
                            "id": "a18aa631-0350-4bc2-a7f7-1277269e4515",
                            "gambit_id": "87acab2e-7b6b-4f3a-8d47-e0ffc36892f2",
                            "last_updated": "2022-08-22T09:41:59.629632-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb082c7c-1e88-45ff-b634-cbeed6ea3557/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "af807aed-2117-4aed-ac28-5ba9102e25ca",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "8c8e9b0c-2c3d-497e-ac2a-94d0e00938da",
            "completed": true,
            "last_updated": "2022-08-22T09:41:59.355752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.04,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/8c8e9b0c-2c3d-497e-ac2a-94d0e00938da",
            "datetime": "2022-08-21T16:07:00-04:00",
            "cutoff_datetime": "2022-08-21T16:07:00-04:00",
            "name": "SEA (L Castillo) v. OAK (J Sears)",
            "bettypes": [
                {
                    "id": "84efc2e5-020d-4d41-b35c-e60ba974e731",
                    "match": "https://api-prod.gambitprofit.com/api/matches/af807aed-2117-4aed-ac28-5ba9102e25ca/?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": 6578.0
                            },
                            {
                                "team": "OAK (J Sears)",
                                "amount": 3422.0
                            }
                        ],
                        "expected_reward_tokens": 9273.62,
                        "profit_sb": 273.62,
                        "profit_sb_percentage": 3.04,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a5627915-a473-4ebb-ba4b-57be20b17ff9",
                            "gambit_id": "3cd41604-61e4-42f9-bb42-7401e819450a",
                            "last_updated": "2022-08-22T09:41:59.358952-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (L Castillo)",
                            "reward": "1.41000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84efc2e5-020d-4d41-b35c-e60ba974e731/?format=api"
                        },
                        {
                            "id": "09c1e04c-c26e-4b89-8f4d-4107fbb00246",
                            "gambit_id": "760aaa1f-f25f-4baf-b13b-c0ea189d1c77",
                            "last_updated": "2022-08-22T09:41:59.358497-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (J Sears)",
                            "reward": "2.71000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84efc2e5-020d-4d41-b35c-e60ba974e731/?format=api"
                        }
                    ]
                },
                {
                    "id": "04bb682b-7c20-41c9-8799-aab251e72f46",
                    "match": "https://api-prod.gambitprofit.com/api/matches/af807aed-2117-4aed-ac28-5ba9102e25ca/?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": 5205.0
                            },
                            {
                                "team": "OAK",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4292e689-471c-447e-9b8a-c4046549c504",
                            "gambit_id": "bfc3a06d-34c2-4be0-acfa-161e0315ec0a",
                            "last_updated": "2022-08-22T09:41:59.358059-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04bb682b-7c20-41c9-8799-aab251e72f46/?format=api"
                        },
                        {
                            "id": "54cf72ab-2c2b-481e-9953-955ad8912b03",
                            "gambit_id": "b9acec28-2d26-48d3-9f00-ef0aa3ad4310",
                            "last_updated": "2022-08-22T09:41:59.357606-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04bb682b-7c20-41c9-8799-aab251e72f46/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0bd7524b-bbea-474d-b45c-ac58684c167c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1b9cb352-ef1e-4998-9b61-2fe6352aaada",
            "completed": true,
            "last_updated": "2022-08-22T09:41:58.952701-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.91,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/1b9cb352-ef1e-4998-9b61-2fe6352aaada",
            "datetime": "2022-08-21T15:10:00-04:00",
            "cutoff_datetime": "2022-08-21T15:10:00-04:00",
            "name": "SFO (J Junis) v. COL (K Freeland)",
            "bettypes": [
                {
                    "id": "a0c63323-4cc1-463e-9b92-c26771d112c1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0bd7524b-bbea-474d-b45c-ac58684c167c/?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": 5438.0
                            },
                            {
                                "team": "COL (K Freeland)",
                                "amount": 4562.0
                            }
                        ],
                        "expected_reward_tokens": 9352.1,
                        "profit_sb": 352.1,
                        "profit_sb_percentage": 3.91,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bed78ec0-b728-41b0-acd1-5cab3aef024a",
                            "gambit_id": "434fa126-628a-41a7-aceb-79dd52bdc09d",
                            "last_updated": "2022-08-22T09:41:58.955794-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (J Junis)",
                            "reward": "1.72000",
                            "odds": "1.79370",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0c63323-4cc1-463e-9b92-c26771d112c1/?format=api"
                        },
                        {
                            "id": "29c49f01-4dc0-4868-858a-112d4345455c",
                            "gambit_id": "988a1e2f-1219-4923-b370-f43398492088",
                            "last_updated": "2022-08-22T09:41:58.955380-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (K Freeland)",
                            "reward": "2.05000",
                            "odds": "2.16000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0c63323-4cc1-463e-9b92-c26771d112c1/?format=api"
                        }
                    ]
                },
                {
                    "id": "e0a31023-6e3d-44b3-a6c6-7dc526b395dc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0bd7524b-bbea-474d-b45c-ac58684c167c/?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": 5499.0
                            },
                            {
                                "team": "SFO",
                                "amount": 4501.0
                            }
                        ],
                        "expected_reward_tokens": 9182.04,
                        "profit_sb": 182.04,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2f9c90be-6ecc-4ea2-bc9a-234991744ecb",
                            "gambit_id": "4ceca735-c43c-439e-9191-696ecc760b78",
                            "last_updated": "2022-08-22T09:41:58.954508-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/e0a31023-6e3d-44b3-a6c6-7dc526b395dc/?format=api"
                        },
                        {
                            "id": "8da90a55-2e4a-4df3-a77c-c4bea317ce79",
                            "gambit_id": "69b7124f-8dd6-46db-a696-bd0c470104e4",
                            "last_updated": "2022-08-22T09:41:58.954954-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a31023-6e3d-44b3-a6c6-7dc526b395dc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e95fb4fb-231f-482b-ba79-fa6a69443c1b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b68ab30e-91f9-43dc-861e-92117de9aabb",
            "completed": true,
            "last_updated": "2022-08-22T12:47:06.754388-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Nascar Go Bowling at The Glen",
            "sport": "Motor Sports",
            "url": "https://app.gambitrewards.com/match/b68ab30e-91f9-43dc-861e-92117de9aabb",
            "datetime": "2022-08-21T15:00:00-04:00",
            "cutoff_datetime": "2022-08-21T15:00:00-04:00",
            "name": "Nascar Go Bowling at The Glen: To Win Outright",
            "bettypes": [
                {
                    "id": "e1fd3815-4ca8-4393-93dc-4b0501c7160a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e95fb4fb-231f-482b-ba79-fa6a69443c1b/?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": "71b5cd97-f411-49d8-b99e-969f97573488",
                            "gambit_id": "4ee20be9-e539-4f76-8010-4eabc9e1179d",
                            "last_updated": "2022-08-22T12:47:06.772586-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chase Elliott",
                            "reward": "6.01000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "a6fd2508-e072-4068-9b35-688eb1b25a86",
                            "gambit_id": "d294880c-62d8-43b8-92c9-29c487ab19a5",
                            "last_updated": "2022-08-22T12:47:06.772195-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyler Reddick",
                            "reward": "6.01000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "877b1d50-2d97-4a63-ad8b-c235eb231865",
                            "gambit_id": "f1180c40-a8e3-4e72-9592-8080cc13e04e",
                            "last_updated": "2022-08-22T12:47:06.771765-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kyle Larson",
                            "reward": "8.74000",
                            "odds": "9.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "055fb683-3258-41ed-81e1-2846ab699444",
                            "gambit_id": "8e98efeb-21c4-4b5c-ba8a-96bbee5f6b9f",
                            "last_updated": "2022-08-22T12:47:06.770944-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin Cindric",
                            "reward": "9.19000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "8d2efc2e-2bdb-4143-b02a-af21c8194ab2",
                            "gambit_id": "b6bfdfd6-ce84-43ca-8f91-fb85a5399207",
                            "last_updated": "2022-08-22T12:47:06.771378-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ross Chastain",
                            "reward": "10.10000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "f36b196c-82ed-46c7-9bf6-cc40925c9cee",
                            "gambit_id": "253dfeba-48cf-448f-a90e-7cf70ac818aa",
                            "last_updated": "2022-08-22T12:47:06.770007-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Daniel Suarez",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "5e608dd7-3781-4849-8f54-2f857278f9cb",
                            "gambit_id": "36b470d7-f720-4afe-bcea-b6a6455a5d16",
                            "last_updated": "2022-08-22T12:47:06.770384-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ryan Blaney",
                            "reward": "11.92000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "81106d71-f01f-4883-a82b-a8a1d1d883c3",
                            "gambit_id": "93704780-67d5-4978-bfbd-9c874f40c3a7",
                            "last_updated": "2022-08-22T12:47:06.769626-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chase Briscoe",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "e3fd145f-0d18-4e20-a380-194c3239cbfe",
                            "gambit_id": "f6fbd630-2ba1-4c8e-933b-bfae3171a595",
                            "last_updated": "2022-08-22T12:47:06.769231-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "AJ Allmendinger",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "58aa11d7-85ab-4af1-879e-afcfcb489b74",
                            "gambit_id": "08cb26f6-0cb6-4e90-ad2b-3fce830ac6a1",
                            "last_updated": "2022-08-22T12:47:06.768854-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Christopher Bell",
                            "reward": "15.56000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "ab9fa2e3-76d1-4bab-bdb5-f6988857311e",
                            "gambit_id": "29a7e3ef-2810-4478-80a5-31f87c4977cc",
                            "last_updated": "2022-08-22T12:47:06.768463-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Martin Truex Jr",
                            "reward": "19.20000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "a4bdbfa8-243f-4df7-8881-0e09b5b6a5c0",
                            "gambit_id": "6f09865a-d0a1-46d5-9449-91d8876b9f46",
                            "last_updated": "2022-08-22T12:47:06.768075-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Harvick",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "d9f219b1-ee83-4260-8a6a-95fa29df9ca8",
                            "gambit_id": "2c7e4776-ec2b-44a7-800f-7564249f0c19",
                            "last_updated": "2022-08-22T12:47:06.767321-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denny Hamlin",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "22b01df2-9e0d-4a75-88bf-5d8e3b53d710",
                            "gambit_id": "a0b45c66-f2d4-4046-b165-9a41dc3af93e",
                            "last_updated": "2022-08-22T12:47:06.766946-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chris Buescher",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "a2c02dcc-daf0-4e1c-a67e-028e40b725e6",
                            "gambit_id": "776a5b6a-1fbb-4b2a-aa53-fc36531593cf",
                            "last_updated": "2022-08-22T12:47:06.767700-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kyle Busch",
                            "reward": "23.75000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "0bc738e5-acdf-4cfb-8a69-22914535ea9b",
                            "gambit_id": "80ed26b9-1b6a-4feb-a39c-c6196db6efba",
                            "last_updated": "2022-08-22T12:47:06.765372-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brad Keselowski",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "2fbdff02-966b-4ff5-8d3d-3d9d1728ecfc",
                            "gambit_id": "1120a6f5-cfd9-4e6a-80ec-e70e07be2dc6",
                            "last_updated": "2022-08-22T12:47:06.766530-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "William Byron",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "b798548b-4595-4cf8-b5d2-5522a6380828",
                            "gambit_id": "dfbfc52e-9116-4fcf-9881-6ceb66d53fa5",
                            "last_updated": "2022-08-22T12:47:06.766153-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joey Logano",
                            "reward": "31.03000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "f1285fb1-bd6e-46b5-8ab6-cf7e321e1169",
                            "gambit_id": "056ff8db-f64d-4d78-819e-d0b8b64940ae",
                            "last_updated": "2022-08-22T12:47:06.764988-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Bowman",
                            "reward": "37.40000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "0a286abd-2216-4371-b173-d4c68a682ea6",
                            "gambit_id": "3a62df1c-4827-40df-bbba-40f8f4de883e",
                            "last_updated": "2022-08-22T12:47:06.765775-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Michael McDowell",
                            "reward": "37.40000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "fdcb50f0-4320-4349-8e2b-d5666d6db9c9",
                            "gambit_id": "9746ba9e-7294-43cf-b232-294a1b36f7ad",
                            "last_updated": "2022-08-22T12:47:06.764183-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kimi Räikkönen",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "ff896a87-52e3-4c87-8d1f-e81a227462ae",
                            "gambit_id": "529138c5-149b-4759-9410-ee4bc7c55b4f",
                            "last_updated": "2022-08-22T12:47:06.764577-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ty Gibbs",
                            "reward": "46.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "a8ea18bc-1546-46ff-a0ab-5e3882499f8e",
                            "gambit_id": "eb423be4-2787-4ec1-a573-e662c717344b",
                            "last_updated": "2022-08-22T12:47:06.763406-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cole Custer",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "43b9a678-560b-4327-b864-33daa158fea2",
                            "gambit_id": "36a331bc-cfe6-462c-a818-17cb8aa9a5a3",
                            "last_updated": "2022-08-22T12:47:06.762639-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin Dillon",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "e67f932c-2d00-40b4-9fee-5c6a5075a3b9",
                            "gambit_id": "b4c06b95-03b3-4502-afd5-18300c667ea0",
                            "last_updated": "2022-08-22T12:47:06.763023-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Darrell Wallace Jr.",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "339732dc-0b23-4577-ae80-0e19fa7a8144",
                            "gambit_id": "56a15111-3d14-4fa9-b5ef-4255d8f294e3",
                            "last_updated": "2022-08-22T12:47:06.763797-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Erik Jones",
                            "reward": "92.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "ca2274e2-daf9-4277-84e1-c6316313e4d8",
                            "gambit_id": "867a0c92-9484-4576-b966-a8d4f13d1d60",
                            "last_updated": "2022-08-22T12:47:06.761803-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Justin Haley",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "c8d20440-017a-47ce-9f74-0bcb56606aa5",
                            "gambit_id": "cbf1352b-e403-4e0c-b0f8-8657e9423fcf",
                            "last_updated": "2022-08-22T12:47:06.761346-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harrison Burton",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "348afbaa-959e-445a-a837-e61ac1c4b876",
                            "gambit_id": "2ac63f29-64c0-4b69-aa83-b07eafe7cbc8",
                            "last_updated": "2022-08-22T12:47:06.762248-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Todd Gilliland",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "3d571aef-9a25-4197-8017-b2d56127c337",
                            "gambit_id": "9e5eefd9-3cac-4645-be94-cf894cf1fdfc",
                            "last_updated": "2022-08-22T12:47:06.760965-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aric Almirola",
                            "reward": "228.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "7268ce0c-b532-4b00-af18-38951f0e99bb",
                            "gambit_id": "dce21243-74eb-4abc-a430-bc44c3bae89c",
                            "last_updated": "2022-08-22T12:47:06.759667-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joey Hand",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "d1d5ea4a-5183-4f61-a7e6-c6f0b1072ad0",
                            "gambit_id": "3136bada-d311-4508-ac64-eeb0d9f187cb",
                            "last_updated": "2022-08-22T12:47:06.760130-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ricky Stenhouse Jr",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "a0c4ebbb-e008-4bb9-92d4-da0006ce49d7",
                            "gambit_id": "d009c495-4338-465e-8b85-a6903a6b14fd",
                            "last_updated": "2022-08-22T12:47:06.760573-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ty Dillon",
                            "reward": "456.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "37b4279a-9e04-4958-a40d-93ce54f6e741",
                            "gambit_id": "a79bbed4-3396-4606-ac5c-59281737b0a9",
                            "last_updated": "2022-08-22T12:47:06.758263-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kyle Tilley",
                            "reward": "911.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "358dd0d9-3311-44c5-8b69-5fbac83c6d09",
                            "gambit_id": "d3246336-308a-4ccd-93e1-16951bda7d82",
                            "last_updated": "2022-08-22T12:47:06.757785-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Daniil Kvyat",
                            "reward": "911.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "6ecac5ee-e16f-4253-b482-61950d405bfe",
                            "gambit_id": "4a2622dc-afeb-49cf-945c-f1d55dc8f842",
                            "last_updated": "2022-08-22T12:47:06.758734-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Loris Hezemans",
                            "reward": "911.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "5f128d60-6e42-4cef-aeff-241b2ea7dce5",
                            "gambit_id": "4900d76a-6599-499a-bb32-2b5c48486c03",
                            "last_updated": "2022-08-22T12:47:06.757262-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Corey Lajoie",
                            "reward": "911.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "fd82e9b1-256f-434f-9e3b-b0d99fdd4fbc",
                            "gambit_id": "4dacaaa5-a505-4b10-9be9-adc63b633f8d",
                            "last_updated": "2022-08-22T12:47:06.756062-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cody Ware",
                            "reward": "911.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        },
                        {
                            "id": "b7939463-f01e-40d2-874a-29206ad70b49",
                            "gambit_id": "09f83e37-36bb-410f-8ac7-f42e61e02764",
                            "last_updated": "2022-08-22T12:47:06.759196-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mike Rockenfeller",
                            "reward": "911.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1fd3815-4ca8-4393-93dc-4b0501c7160a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "37cf2a42-9b39-4cd9-be16-d4102c6ecd26",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "43552723-f064-4004-9635-68b44f0c9c99",
            "completed": true,
            "last_updated": "2022-08-22T09:41:58.818636-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.3,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/43552723-f064-4004-9635-68b44f0c9c99",
            "datetime": "2022-08-21T14:20:00-04:00",
            "cutoff_datetime": "2022-08-21T14:20:00-04:00",
            "name": "MIL (B Woodruff) v. CHC (J Steele)",
            "bettypes": [
                {
                    "id": "9e30113d-1e57-4411-97f9-1c548b546d3d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/37cf2a42-9b39-4cd9-be16-d4102c6ecd26/?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": 5812.0
                            },
                            {
                                "team": "CHC (J Steele)",
                                "amount": 4188.0
                            }
                        ],
                        "expected_reward_tokens": 9297.36,
                        "profit_sb": 297.36,
                        "profit_sb_percentage": 3.3,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "47bd2ccd-9b69-4f25-9fa9-1fe011eee38b",
                            "gambit_id": "c9d685d6-b58b-4dc1-9e77-66633e64ea5f",
                            "last_updated": "2022-08-22T09:41:58.821761-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (B Woodruff)",
                            "reward": "1.60000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e30113d-1e57-4411-97f9-1c548b546d3d/?format=api"
                        },
                        {
                            "id": "c78f5337-6de9-4571-a7e6-05eff20d222a",
                            "gambit_id": "440b49fa-6ce5-409d-bee9-88b005b3a30b",
                            "last_updated": "2022-08-22T09:41:58.821324-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (J Steele)",
                            "reward": "2.22000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e30113d-1e57-4411-97f9-1c548b546d3d/?format=api"
                        }
                    ]
                },
                {
                    "id": "5685fdc0-1f26-4cc5-be5f-045444647a62",
                    "match": "https://api-prod.gambitprofit.com/api/matches/37cf2a42-9b39-4cd9-be16-d4102c6ecd26/?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": 5591.0
                            },
                            {
                                "team": "MIL",
                                "amount": 4409.0
                            }
                        ],
                        "expected_reward_tokens": 9169.24,
                        "profit_sb": 169.24,
                        "profit_sb_percentage": 1.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c3ddc33a-20dc-4a94-a4ce-347b7cb03cc5",
                            "gambit_id": "e758f0b1-bea5-4c1a-a4ed-f78bc5ae4db9",
                            "last_updated": "2022-08-22T09:41:58.820450-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "1.64000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5685fdc0-1f26-4cc5-be5f-045444647a62/?format=api"
                        },
                        {
                            "id": "a55ba50e-b4d0-4f2c-810c-b5278a940447",
                            "gambit_id": "9000503f-9ac0-4cbc-9c58-3e7f6151dc44",
                            "last_updated": "2022-08-22T09:41:58.820892-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "2.08000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5685fdc0-1f26-4cc5-be5f-045444647a62/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ce07520f-ae03-41aa-a2fc-b8a461a2b01a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3ebb8b87-34c9-4bbf-a3a5-5e4e30c6689e",
            "completed": true,
            "last_updated": "2022-08-22T09:41:58.684436-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.15,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/3ebb8b87-34c9-4bbf-a3a5-5e4e30c6689e",
            "datetime": "2022-08-21T14:10:00-04:00",
            "cutoff_datetime": "2022-08-21T14:10:00-04:00",
            "name": "TEX (K Arihara) v. MIN (J Ryan)",
            "bettypes": [
                {
                    "id": "5bd1bc71-170b-4dbc-92ec-3a86127d5c35",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ce07520f-ae03-41aa-a2fc-b8a461a2b01a/?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": 6148.0
                            },
                            {
                                "team": "TEX (K Arihara)",
                                "amount": 3852.0
                            }
                        ],
                        "expected_reward_tokens": 9283.32,
                        "profit_sb": 283.32,
                        "profit_sb_percentage": 3.15,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "de457e87-248c-4032-b5e7-70120c3c4a2b",
                            "gambit_id": "7a11a377-6746-4f7e-afbe-02ae3b1b8e24",
                            "last_updated": "2022-08-22T09:41:58.687270-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (J Ryan)",
                            "reward": "1.51000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bd1bc71-170b-4dbc-92ec-3a86127d5c35/?format=api"
                        },
                        {
                            "id": "f4081e10-d7de-4f98-a532-a0022486377a",
                            "gambit_id": "fa1b95a3-0698-4822-9c3f-88c987d89f67",
                            "last_updated": "2022-08-22T09:41:58.687701-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (K Arihara)",
                            "reward": "2.41000",
                            "odds": "2.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bd1bc71-170b-4dbc-92ec-3a86127d5c35/?format=api"
                        }
                    ]
                },
                {
                    "id": "83c7dc9a-adcd-450f-950f-0f18cf1f45a7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ce07520f-ae03-41aa-a2fc-b8a461a2b01a/?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": 5499.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4501.0
                            }
                        ],
                        "expected_reward_tokens": 9182.04,
                        "profit_sb": 182.04,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d5fa81e2-7ce8-4160-9d1e-656e8ff3212f",
                            "gambit_id": "5593fd81-0bbf-4011-846c-a848a59bced6",
                            "last_updated": "2022-08-22T09:41:58.686819-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c7dc9a-adcd-450f-950f-0f18cf1f45a7/?format=api"
                        },
                        {
                            "id": "5f1a73ae-d65e-46f9-952b-525a150a80f3",
                            "gambit_id": "6e82087a-a6d3-49ec-839d-21f512a16552",
                            "last_updated": "2022-08-22T09:41:58.686342-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c7dc9a-adcd-450f-950f-0f18cf1f45a7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "16f2363f-489f-4ca2-8bc9-98ba377723b1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c829fdec-5926-4560-9787-5689d7cea79d",
            "completed": true,
            "last_updated": "2022-08-22T09:41:59.085229-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/c829fdec-5926-4560-9787-5689d7cea79d",
            "datetime": "2022-08-21T13:40:00-04:00",
            "cutoff_datetime": "2022-08-21T13:40:00-04:00",
            "name": "LAA (S Ohtani) v. DET (EL Rodriguez)",
            "bettypes": [
                {
                    "id": "bc172cc3-894b-4ead-ba82-d382b17d79a9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/16f2363f-489f-4ca2-8bc9-98ba377723b1/?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": "LAA (S Ohtani)",
                                "amount": 6193.0
                            },
                            {
                                "team": "DET (EL Rodriguez)",
                                "amount": 3807.0
                            }
                        ],
                        "expected_reward_tokens": 9289.08,
                        "profit_sb": 289.08,
                        "profit_sb_percentage": 3.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3da70c0b-d86b-400f-b3ba-51ecb1967752",
                            "gambit_id": "8536430e-cde4-4d9e-9c74-969f87101583",
                            "last_updated": "2022-08-22T09:41:59.088379-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (S Ohtani)",
                            "reward": "1.50000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc172cc3-894b-4ead-ba82-d382b17d79a9/?format=api"
                        },
                        {
                            "id": "afcd7b60-c0b8-4628-8d4d-31346001c50c",
                            "gambit_id": "b5293be3-e641-4870-9d90-61dddb9b1277",
                            "last_updated": "2022-08-22T09:41:59.087943-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (EL Rodriguez)",
                            "reward": "2.44000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc172cc3-894b-4ead-ba82-d382b17d79a9/?format=api"
                        }
                    ]
                },
                {
                    "id": "925c4954-a547-41d4-bb57-e37770c4db52",
                    "match": "https://api-prod.gambitprofit.com/api/matches/16f2363f-489f-4ca2-8bc9-98ba377723b1/?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": 5110.0
                            },
                            {
                                "team": "LAA",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9621a200-6fae-44ae-82d2-684057728d13",
                            "gambit_id": "70440257-8b00-4a16-b6a6-e3a95c5872da",
                            "last_updated": "2022-08-22T09:41:59.087066-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925c4954-a547-41d4-bb57-e37770c4db52/?format=api"
                        },
                        {
                            "id": "99035096-92b8-4f6a-8d65-af0c8e77d9f6",
                            "gambit_id": "b954e034-b99a-4bf7-b57b-553439a92c76",
                            "last_updated": "2022-08-22T09:41:59.087502-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925c4954-a547-41d4-bb57-e37770c4db52/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "26673913-2f29-42d0-904e-e01223029b0c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b76d74f3-84ce-46b4-a2b1-7433873cba9b",
            "completed": true,
            "last_updated": "2022-08-22T09:42:00.844439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.15,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/b76d74f3-84ce-46b4-a2b1-7433873cba9b",
            "datetime": "2022-08-21T13:40:00-04:00",
            "cutoff_datetime": "2022-08-21T13:40:00-04:00",
            "name": "KAN (Z Greinke) v. TAM (R Yarbrough)",
            "bettypes": [
                {
                    "id": "ca4ceebb-7fb0-436a-89aa-1eec72b50282",
                    "match": "https://api-prod.gambitprofit.com/api/matches/26673913-2f29-42d0-904e-e01223029b0c/?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 (R Yarbrough)",
                                "amount": 6148.0
                            },
                            {
                                "team": "KAN (Z Greinke)",
                                "amount": 3852.0
                            }
                        ],
                        "expected_reward_tokens": 9283.32,
                        "profit_sb": 283.32,
                        "profit_sb_percentage": 3.15,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2e1c7836-0d9b-469d-86a5-6a0f0cc7274f",
                            "gambit_id": "2e7d6f80-e7e5-4ab6-94c5-b53bc9ee0e3a",
                            "last_updated": "2022-08-22T09:42:00.847190-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM (R Yarbrough)",
                            "reward": "1.51000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca4ceebb-7fb0-436a-89aa-1eec72b50282/?format=api"
                        },
                        {
                            "id": "7805fe0c-cca1-4e48-922d-f1997861f9a8",
                            "gambit_id": "c5badd4d-f84a-496d-bf64-8071f853b63a",
                            "last_updated": "2022-08-22T09:42:00.847650-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (Z Greinke)",
                            "reward": "2.41000",
                            "odds": "2.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca4ceebb-7fb0-436a-89aa-1eec72b50282/?format=api"
                        }
                    ]
                },
                {
                    "id": "bdcc8277-ebb1-4ec5-8cd7-1b3a0e02e191",
                    "match": "https://api-prod.gambitprofit.com/api/matches/26673913-2f29-42d0-904e-e01223029b0c/?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": 5591.0
                            },
                            {
                                "team": "TAM",
                                "amount": 4409.0
                            }
                        ],
                        "expected_reward_tokens": 9169.24,
                        "profit_sb": 169.24,
                        "profit_sb_percentage": 1.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f999ff50-be15-4776-86ea-9632a8407685",
                            "gambit_id": "38b9bcde-d713-4293-9e31-cf91142d0e3b",
                            "last_updated": "2022-08-22T09:42:00.846731-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "1.64000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdcc8277-ebb1-4ec5-8cd7-1b3a0e02e191/?format=api"
                        },
                        {
                            "id": "da955e39-d65c-4ff4-ba2b-a23724d4707f",
                            "gambit_id": "2591f40f-e6cf-479c-a2ad-b2f5866bdf79",
                            "last_updated": "2022-08-22T09:42:00.846266-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM",
                            "reward": "2.08000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdcc8277-ebb1-4ec5-8cd7-1b3a0e02e191/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "09ec7cf8-e0af-4b11-88f1-b78306e0e9b5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4c1b9f32-da41-4c29-bfda-cd4e40307367",
            "completed": true,
            "last_updated": "2022-08-22T09:42:01.247181-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/4c1b9f32-da41-4c29-bfda-cd4e40307367",
            "datetime": "2022-08-21T13:35:00-04:00",
            "cutoff_datetime": "2022-08-21T13:35:00-04:00",
            "name": "HOU (J Urquidy) v. ATL (C Morton)",
            "bettypes": [
                {
                    "id": "76666a8e-42eb-4d89-92b3-0c2e2c14a1ec",
                    "match": "https://api-prod.gambitprofit.com/api/matches/09ec7cf8-e0af-4b11-88f1-b78306e0e9b5/?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": 5933.0
                            },
                            {
                                "team": "HOU (J Urquidy)",
                                "amount": 4067.0
                            }
                        ],
                        "expected_reward_tokens": 9313.43,
                        "profit_sb": 313.43,
                        "profit_sb_percentage": 3.48,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "00283b20-4fb2-482a-a1fa-bdf4ba807e43",
                            "gambit_id": "c71b1382-9345-4433-90ae-d8ff94f12120",
                            "last_updated": "2022-08-22T09:42:01.249910-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (C Morton)",
                            "reward": "1.57000",
                            "odds": "1.63290",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76666a8e-42eb-4d89-92b3-0c2e2c14a1ec/?format=api"
                        },
                        {
                            "id": "b905f1f4-b4c0-434b-83f4-735c20d751be",
                            "gambit_id": "70b95dc4-f77c-402e-88ee-40d8a75f5b8c",
                            "last_updated": "2022-08-22T09:42:01.250336-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (J Urquidy)",
                            "reward": "2.29000",
                            "odds": "2.43000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76666a8e-42eb-4d89-92b3-0c2e2c14a1ec/?format=api"
                        }
                    ]
                },
                {
                    "id": "9e5cdf9a-b731-4433-9f55-e943a416d1bf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/09ec7cf8-e0af-4b11-88f1-b78306e0e9b5/?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": 5756.0
                            },
                            {
                                "team": "ATL",
                                "amount": 4244.0
                            }
                        ],
                        "expected_reward_tokens": 9209.48,
                        "profit_sb": 209.48,
                        "profit_sb_percentage": 2.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6d1cfe17-5a25-4ea3-860e-fddf743d5e39",
                            "gambit_id": "e40f8c4b-4a09-46dc-84b0-e422f1262f9b",
                            "last_updated": "2022-08-22T09:42:01.249458-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "1.60000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e5cdf9a-b731-4433-9f55-e943a416d1bf/?format=api"
                        },
                        {
                            "id": "436c56dc-bb5d-4140-b0be-b7e5149d0dfd",
                            "gambit_id": "93d55e36-0c9f-44df-ad73-5007ee16821f",
                            "last_updated": "2022-08-22T09:42:01.249008-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "2.17000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e5cdf9a-b731-4433-9f55-e943a416d1bf/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3dda498f-c2f5-4df6-a642-33059023046f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c54edeac-84ac-4fbe-8b67-d2627121fd2a",
            "completed": true,
            "last_updated": "2022-08-22T09:42:00.576421-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.27,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/c54edeac-84ac-4fbe-8b67-d2627121fd2a",
            "datetime": "2022-08-21T13:35:00-04:00",
            "cutoff_datetime": "2022-08-21T13:35:00-04:00",
            "name": "NYM (J Butto) v. PHI (K Gibson)",
            "bettypes": [
                {
                    "id": "6fd541b1-fd01-4589-9122-1d5e1fed0acc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3dda498f-c2f5-4df6-a642-33059023046f/?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": 5282.0
                            },
                            {
                                "team": "NYM (J Butto)",
                                "amount": 4718.0
                            }
                        ],
                        "expected_reward_tokens": 9294.46,
                        "profit_sb": 294.46,
                        "profit_sb_percentage": 3.27,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3e6c7bff-2c88-49e8-9db8-c38e9400928c",
                            "gambit_id": "4994d249-2db7-4445-8eee-5876733b6e0b",
                            "last_updated": "2022-08-22T09:42:00.579188-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (K Gibson)",
                            "reward": "1.76000",
                            "odds": "1.84750",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fd541b1-fd01-4589-9122-1d5e1fed0acc/?format=api"
                        },
                        {
                            "id": "a9f09fac-fb51-408a-b29c-f50e110c7c65",
                            "gambit_id": "cd8fb24f-3784-4235-8272-7224ed9aeb2c",
                            "last_updated": "2022-08-22T09:42:00.579638-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (J Butto)",
                            "reward": "1.97000",
                            "odds": "2.08000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fd541b1-fd01-4589-9122-1d5e1fed0acc/?format=api"
                        }
                    ]
                },
                {
                    "id": "49780ade-f9f2-4c1f-aec2-a2e990cbd6ce",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3dda498f-c2f5-4df6-a642-33059023046f/?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": 6138.0
                            },
                            {
                                "team": "PHI",
                                "amount": 3862.0
                            }
                        ],
                        "expected_reward_tokens": 9268.38,
                        "profit_sb": 268.38,
                        "profit_sb_percentage": 2.98,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6e81cabc-c55f-4569-88da-780e12724d0a",
                            "gambit_id": "5b83bfa4-9fcc-4aa1-ab32-e3d8c5e49810",
                            "last_updated": "2022-08-22T09:42:00.578729-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "1.51000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49780ade-f9f2-4c1f-aec2-a2e990cbd6ce/?format=api"
                        },
                        {
                            "id": "0e2a4522-8c11-47fa-90db-816c02f31ec6",
                            "gambit_id": "79f38c25-ecf9-47cb-a0f8-694a839aaa39",
                            "last_updated": "2022-08-22T09:42:00.578263-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "2.40000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49780ade-f9f2-4c1f-aec2-a2e990cbd6ce/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bb075b66-a26d-476a-9f10-00bd981313b5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "15fc6088-8dc9-4700-9726-08e92109f160",
            "completed": true,
            "last_updated": "2022-08-22T09:42:00.307225-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.27,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/15fc6088-8dc9-4700-9726-08e92109f160",
            "datetime": "2022-08-21T13:35:00-04:00",
            "cutoff_datetime": "2022-08-21T13:35:00-04:00",
            "name": "TOR (A Manoah) v. NYY (N Cortes)",
            "bettypes": [
                {
                    "id": "fedf4a0e-deb7-4d1a-aa02-c05b55b7f2e3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bb075b66-a26d-476a-9f10-00bd981313b5/?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": 5282.0
                            },
                            {
                                "team": "TOR (A Manoah)",
                                "amount": 4718.0
                            }
                        ],
                        "expected_reward_tokens": 9294.46,
                        "profit_sb": 294.46,
                        "profit_sb_percentage": 3.27,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7e6a5ddc-66c0-4254-84ed-7c34efe3d845",
                            "gambit_id": "8e95bf48-b250-4ba2-ae1f-dc77bd55803b",
                            "last_updated": "2022-08-22T09:42:00.310494-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (N Cortes)",
                            "reward": "1.76000",
                            "odds": "1.84750",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fedf4a0e-deb7-4d1a-aa02-c05b55b7f2e3/?format=api"
                        },
                        {
                            "id": "cfc281ce-b70b-4c78-812c-dd43744cc96d",
                            "gambit_id": "79b74163-c52a-452c-b142-938f25601d53",
                            "last_updated": "2022-08-22T09:42:00.310044-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (A Manoah)",
                            "reward": "1.97000",
                            "odds": "2.08000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fedf4a0e-deb7-4d1a-aa02-c05b55b7f2e3/?format=api"
                        }
                    ]
                },
                {
                    "id": "91313ad0-4368-4517-b8ab-05f6b41e7356",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bb075b66-a26d-476a-9f10-00bd981313b5/?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": 6418.0
                            },
                            {
                                "team": "NYY",
                                "amount": 3582.0
                            }
                        ],
                        "expected_reward_tokens": 9241.56,
                        "profit_sb": 241.56,
                        "profit_sb_percentage": 2.68,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dc944b93-2676-48a9-a3b1-3401782aec1c",
                            "gambit_id": "355925a0-2565-4d8d-974b-d17eca1be511",
                            "last_updated": "2022-08-22T09:42:00.309584-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91313ad0-4368-4517-b8ab-05f6b41e7356/?format=api"
                        },
                        {
                            "id": "d648ba53-5252-448f-8df3-55baa40c398e",
                            "gambit_id": "26cb426d-9003-4fb2-909f-1e4bbb00a56b",
                            "last_updated": "2022-08-22T09:42:00.309103-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "2.58000",
                            "odds": "2.75000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91313ad0-4368-4517-b8ab-05f6b41e7356/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4f338c61-bfc4-4729-9dfe-9f3f1cc54a97",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f13359f3-829a-4794-84e0-cf82d561ed4a",
            "completed": true,
            "last_updated": "2022-08-22T09:42:00.981274-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.39,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/f13359f3-829a-4794-84e0-cf82d561ed4a",
            "datetime": "2022-08-21T13:35:00-04:00",
            "cutoff_datetime": "2022-08-21T13:35:00-04:00",
            "name": "CIN (M Minor) v. PIT (Z Thompson)",
            "bettypes": [
                {
                    "id": "3343899c-4fcd-4ab9-9b0b-70b7f241df1c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4f338c61-bfc4-4729-9dfe-9f3f1cc54a97/?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": "PIT (Z Thompson)",
                                "amount": 5228.0
                            },
                            {
                                "team": "CIN (M Minor)",
                                "amount": 4772.0
                            }
                        ],
                        "expected_reward_tokens": 9305.4,
                        "profit_sb": 305.4,
                        "profit_sb_percentage": 3.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "44976674-83b9-49bb-9aa3-74acc29c0835",
                            "gambit_id": "9d7cabe8-5d37-4755-9107-0dad6d95a229",
                            "last_updated": "2022-08-22T09:42:00.984145-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (Z Thompson)",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3343899c-4fcd-4ab9-9b0b-70b7f241df1c/?format=api"
                        },
                        {
                            "id": "5016ae4a-dcba-4dff-af14-b3dda9dd08ac",
                            "gambit_id": "4beedb13-1025-489e-9445-bbd8373f138d",
                            "last_updated": "2022-08-22T09:42:00.984602-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (M Minor)",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3343899c-4fcd-4ab9-9b0b-70b7f241df1c/?format=api"
                        }
                    ]
                },
                {
                    "id": "f924ec73-5e0b-4e48-8f4b-145d04d52c13",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4f338c61-bfc4-4729-9dfe-9f3f1cc54a97/?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": 6357.0
                            },
                            {
                                "team": "PIT",
                                "amount": 3643.0
                            }
                        ],
                        "expected_reward_tokens": 9216.79,
                        "profit_sb": 216.79,
                        "profit_sb_percentage": 2.41,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6353920d-0827-436c-b921-b946394f1f84",
                            "gambit_id": "02a4f2d6-75eb-410c-a1e1-f43f1b6307c2",
                            "last_updated": "2022-08-22T09:42:00.983642-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "1.45000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f924ec73-5e0b-4e48-8f4b-145d04d52c13/?format=api"
                        },
                        {
                            "id": "83ccb892-d576-46de-bb62-270515245068",
                            "gambit_id": "b500d2c3-8f5a-462f-86bd-0cf9dd5882df",
                            "last_updated": "2022-08-22T09:42:00.983147-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f924ec73-5e0b-4e48-8f4b-145d04d52c13/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8595bbe1-c4a6-4f1a-b8b0-94f55c48381b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "6f189c8a-4025-402b-9dfd-bac2dff2f5d3",
            "completed": true,
            "last_updated": "2022-08-22T11:17:15.131802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.67,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/6f189c8a-4025-402b-9dfd-bac2dff2f5d3",
            "datetime": "2022-08-21T13:00:00-04:00",
            "cutoff_datetime": "2022-08-21T13:00:00-04:00",
            "name": "Philadelphia Eagles v. Cleveland Browns",
            "bettypes": [
                {
                    "id": "65649a4c-1fc7-467f-a9cf-7afea36ec5a1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8595bbe1-c4a6-4f1a-b8b0-94f55c48381b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia Eagles",
                                "amount": 5109.0
                            },
                            {
                                "team": "Cleveland Browns",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a7e877ee-b1bf-4a5a-9f6d-50fbc9b84e4e",
                            "gambit_id": "32591b6a-ac21-43df-9bf9-b734b2032f54",
                            "last_updated": "2022-08-22T11:17:15.134023-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Eagles",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65649a4c-1fc7-467f-a9cf-7afea36ec5a1/?format=api"
                        },
                        {
                            "id": "bb3021d3-2e06-47f0-8509-e816ee8720de",
                            "gambit_id": "7ac157ac-0e23-4d21-af05-83a9f1b6d368",
                            "last_updated": "2022-08-22T11:17:15.133623-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cleveland Browns",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65649a4c-1fc7-467f-a9cf-7afea36ec5a1/?format=api"
                        }
                    ]
                },
                {
                    "id": "c7a88ec8-24ec-48f7-84a4-e0b97d43ba48",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8595bbe1-c4a6-4f1a-b8b0-94f55c48381b/?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": "Philadelphia Eagles",
                                "amount": 5109.0
                            },
                            {
                                "team": "Cleveland Browns",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2af509ee-06f6-4094-9ff4-32bf47a4f951",
                            "gambit_id": "4e46ef04-1418-46c3-a091-b959ab11e5d1",
                            "last_updated": "2022-08-22T11:17:15.134916-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Eagles",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7a88ec8-24ec-48f7-84a4-e0b97d43ba48/?format=api"
                        },
                        {
                            "id": "7eb0ff4c-18ac-4b41-8cb6-b07b39282f07",
                            "gambit_id": "a5608740-dbed-4551-964c-de9cecb7a4cf",
                            "last_updated": "2022-08-22T11:17:15.134410-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cleveland Browns",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7a88ec8-24ec-48f7-84a4-e0b97d43ba48/?format=api"
                        }
                    ]
                },
                {
                    "id": "5625aabb-d1bf-42e4-90b5-e6f05b85eb98",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8595bbe1-c4a6-4f1a-b8b0-94f55c48381b/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 36",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 36",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "687a5334-bb58-49a6-be3c-21b763c52b4f",
                            "gambit_id": "36f4f9f4-e00a-4fd7-84b9-1432e3dfb7b3",
                            "last_updated": "2022-08-22T11:17:15.133195-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 36",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5625aabb-d1bf-42e4-90b5-e6f05b85eb98/?format=api"
                        },
                        {
                            "id": "936573f2-956f-46b2-80b4-e0120239481b",
                            "gambit_id": "153463ce-9c9b-42fe-8dce-b2880c46bf23",
                            "last_updated": "2022-08-22T11:17:15.132741-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 36",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "36.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5625aabb-d1bf-42e4-90b5-e6f05b85eb98/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ea22a419-d4ff-4da2-95ee-fce0c49b6646",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f2f647a2-17f5-41c6-8c71-965abba87600",
            "completed": false,
            "last_updated": "2022-12-24T17:12:11.748843-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.64,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/f2f647a2-17f5-41c6-8c71-965abba87600",
            "datetime": "2022-08-21T12:05:00-04:00",
            "cutoff_datetime": "2022-08-21T12:05:00-04:00",
            "name": "CWS (D Cease) v. CLE (A Civale)",
            "bettypes": [
                {
                    "id": "c468302e-309b-4485-97f9-bfdda3c5c8c3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ea22a419-d4ff-4da2-95ee-fce0c49b6646/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CWS (D Cease)",
                                "amount": 5241.0
                            },
                            {
                                "team": "CLE (A Civale)",
                                "amount": 4759.0
                            }
                        ],
                        "expected_reward_tokens": 9327.64,
                        "profit_sb": 327.64,
                        "profit_sb_percentage": 3.64,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ed4244c3-bc72-49fd-8ff0-6cb7d48524e9",
                            "gambit_id": "716a96a1-f458-4eea-b4c8-f23ba17c1b86",
                            "last_updated": "2022-12-24T17:12:11.759698-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (D Cease)",
                            "reward": "1.78000",
                            "odds": "1.86210",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c468302e-309b-4485-97f9-bfdda3c5c8c3/?format=api"
                        },
                        {
                            "id": "ca93b3e5-34f4-43b5-a261-68110df33cd8",
                            "gambit_id": "606ebf2e-2689-4048-96b0-40b02a152e49",
                            "last_updated": "2022-12-24T17:12:11.758544-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (A Civale)",
                            "reward": "1.96000",
                            "odds": "2.06000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c468302e-309b-4485-97f9-bfdda3c5c8c3/?format=api"
                        }
                    ]
                },
                {
                    "id": "f7542139-bd1d-458c-84e9-65b8ca03bca0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ea22a419-d4ff-4da2-95ee-fce0c49b6646/?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": 5916.0
                            },
                            {
                                "team": "CWS",
                                "amount": 4084.0
                            }
                        ],
                        "expected_reward_tokens": 9228.96,
                        "profit_sb": 228.96,
                        "profit_sb_percentage": 2.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "391f2882-a26d-484c-b7d0-70772b27559b",
                            "gambit_id": "a13dd471-2c4d-4ceb-8c6e-eb9ff90dfc47",
                            "last_updated": "2022-12-24T17:12:11.755053-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "1.56000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7542139-bd1d-458c-84e9-65b8ca03bca0/?format=api"
                        },
                        {
                            "id": "87a23e37-3231-4998-8907-9499f086531f",
                            "gambit_id": "4cddb03a-6baa-4267-a08e-8a82886571ce",
                            "last_updated": "2022-12-24T17:12:11.756197-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "2.26000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7542139-bd1d-458c-84e9-65b8ca03bca0/?format=api"
                        }
                    ]
                },
                {
                    "id": "6a42684a-58fc-4d38-8f79-6ac40c12e912",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ea22a419-d4ff-4da2-95ee-fce0c49b6646/?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": "1396bf6d-3bb5-4490-9114-0d89b5cf643c",
                            "gambit_id": "049c9ad5-bbea-4cb8-abcf-6e94cfa1d5f3",
                            "last_updated": "2022-12-24T17:12:11.751612-05: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/6a42684a-58fc-4d38-8f79-6ac40c12e912/?format=api"
                        },
                        {
                            "id": "9e32e366-4df3-48e5-9c39-c1dc17004fde",
                            "gambit_id": "ad665dd6-3eb3-456a-8066-db430da24ace",
                            "last_updated": "2022-12-24T17:12:11.752774-05: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/6a42684a-58fc-4d38-8f79-6ac40c12e912/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "eca78d3d-0673-4b02-a410-c43e19350d5c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c1f684b1-244e-48ff-9ce4-f9006daf2a72",
            "completed": true,
            "last_updated": "2022-08-22T13:02:05.201665-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.12,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/c1f684b1-244e-48ff-9ce4-f9006daf2a72",
            "datetime": "2022-08-21T11:30:00-04:00",
            "cutoff_datetime": "2022-08-21T11:30:00-04:00",
            "name": "Newcastle United v. Manchester City",
            "bettypes": [
                {
                    "id": "e2e633da-5fe7-47cb-8b7e-b49b05245190",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eca78d3d-0673-4b02-a410-c43e19350d5c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 7589.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2411.0
                            }
                        ],
                        "expected_reward_tokens": 10319.08,
                        "profit_sb": 1319.08,
                        "profit_sb_percentage": 14.66,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 6476.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2058.0
                            },
                            {
                                "team": "Newcastle United",
                                "amount": 1466.0
                            }
                        ],
                        "expected_reward_tokens": 8807.36,
                        "profit_sb": -192.64,
                        "profit_sb_percentage": -2.14,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5978aa6a-74be-4699-ba3f-71d6a52440b4",
                            "gambit_id": "f9405325-bd28-4c20-81f4-7feee3cc8e68",
                            "last_updated": "2022-08-22T13:02:05.203643-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Manchester City",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e633da-5fe7-47cb-8b7e-b49b05245190/?format=api"
                        },
                        {
                            "id": "aebaa373-bd46-414e-8ded-eb95c1c0e5a9",
                            "gambit_id": "aa0cbefd-4e96-4cac-b61f-303e2b8cc368",
                            "last_updated": "2022-08-22T13:02:05.204559-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.28000",
                            "odds": "4.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e633da-5fe7-47cb-8b7e-b49b05245190/?format=api"
                        },
                        {
                            "id": "bffa9f5b-e1bb-4396-a6a8-58e1ebb9eb9c",
                            "gambit_id": "36e675a5-897d-4d84-b4e8-076b866b91ff",
                            "last_updated": "2022-08-22T13:02:05.204102-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Newcastle United",
                            "reward": "6.01000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e633da-5fe7-47cb-8b7e-b49b05245190/?format=api"
                        }
                    ]
                },
                {
                    "id": "a6450b14-610c-4d62-989f-111f30eb3ff6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/eca78d3d-0673-4b02-a410-c43e19350d5c/?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": "e0d50a4a-8cd9-4358-9ac0-2bc95713006a",
                            "gambit_id": "8eeedcbb-b233-474f-8400-cb4d70cdc8aa",
                            "last_updated": "2022-08-22T13:02:05.203160-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/a6450b14-610c-4d62-989f-111f30eb3ff6/?format=api"
                        },
                        {
                            "id": "d216dce6-0cbc-4314-a85b-235312294a02",
                            "gambit_id": "4cdef7c0-653d-4873-b5a0-13baf2e9a6f4",
                            "last_updated": "2022-08-22T13:02:05.202640-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/a6450b14-610c-4d62-989f-111f30eb3ff6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e9dc64bc-70f5-4e72-bbe6-7efa29626b90",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "97b40628-b7ae-44bd-95f8-897e0438b752",
            "completed": true,
            "last_updated": "2022-08-22T15:47:09.797264-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/97b40628-b7ae-44bd-95f8-897e0438b752",
            "datetime": "2022-08-21T09:00:00-04:00",
            "cutoff_datetime": "2022-08-21T09:00:00-04:00",
            "name": "West Ham United v. Brighton & Hove Albion",
            "bettypes": [
                {
                    "id": "005b76ce-b67b-455d-a5ad-1670109f50d6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e9dc64bc-70f5-4e72-bbe6-7efa29626b90/?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": 5323.0
                            },
                            {
                                "team": "Brighton & Hove Albion",
                                "amount": 4677.0
                            }
                        ],
                        "expected_reward_tokens": 12347.28,
                        "profit_sb": 3347.28,
                        "profit_sb_percentage": 37.19,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "West Ham United",
                                "amount": 3771.0
                            },
                            {
                                "team": "Brighton & Hove Albion",
                                "amount": 3314.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2916.0
                            }
                        ],
                        "expected_reward_tokens": 8748.0,
                        "profit_sb": -252.0,
                        "profit_sb_percentage": -2.8,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0b0b6b92-c5d4-4f13-9364-3d94f4711475",
                            "gambit_id": "428286ba-097c-4e50-a7f4-b7b5730476a8",
                            "last_updated": "2022-08-22T15:47:09.799795-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "West Ham United",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005b76ce-b67b-455d-a5ad-1670109f50d6/?format=api"
                        },
                        {
                            "id": "30696f8b-d904-4863-bb38-d4050cc9c028",
                            "gambit_id": "ee2e5c02-3180-4b7c-ad42-8f1580411b83",
                            "last_updated": "2022-08-22T15:47:09.799360-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brighton & Hove Albion",
                            "reward": "2.64000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005b76ce-b67b-455d-a5ad-1670109f50d6/?format=api"
                        },
                        {
                            "id": "d7fa1819-7ad5-4ca3-9f7a-fd2684e7e0bf",
                            "gambit_id": "67b53ff2-0df6-4639-b3a5-d9fd94dd4fe4",
                            "last_updated": "2022-08-22T15:47:09.800231-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.00000",
                            "odds": "3.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005b76ce-b67b-455d-a5ad-1670109f50d6/?format=api"
                        }
                    ]
                },
                {
                    "id": "8279ff95-f3f1-4a7d-9daf-8ff504a999e3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e9dc64bc-70f5-4e72-bbe6-7efa29626b90/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5127.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4873.0
                            }
                        ],
                        "expected_reward_tokens": 8868.86,
                        "profit_sb": -131.14,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "798a5def-3abe-46ea-9099-87d8e2de3b7d",
                            "gambit_id": "8d0e0520-b908-4261-87da-75bda37c6889",
                            "last_updated": "2022-08-22T15:47:09.798404-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8279ff95-f3f1-4a7d-9daf-8ff504a999e3/?format=api"
                        },
                        {
                            "id": "3261c665-1402-49ae-819a-eb040e61c1cc",
                            "gambit_id": "243a8787-f9c4-4e53-ab9c-bc0ed8bd8d93",
                            "last_updated": "2022-08-22T15:47:09.798912-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.82000",
                            "odds": "1.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8279ff95-f3f1-4a7d-9daf-8ff504a999e3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ba42e4d9-82af-438e-9479-041f78d3dee5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4dc92ed1-2300-4c93-99fe-690d4331308a",
            "completed": true,
            "last_updated": "2022-08-22T15:47:09.938924-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.91,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/4dc92ed1-2300-4c93-99fe-690d4331308a",
            "datetime": "2022-08-21T09:00:00-04:00",
            "cutoff_datetime": "2022-08-21T09:00:00-04:00",
            "name": "Leeds United v. Chelsea",
            "bettypes": [
                {
                    "id": "d91d6142-c9bc-472b-be1b-77ee5c31c979",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ba42e4d9-82af-438e-9479-041f78d3dee5/?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": 7341.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2659.0
                            }
                        ],
                        "expected_reward_tokens": 10715.77,
                        "profit_sb": 1715.77,
                        "profit_sb_percentage": 19.06,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chelsea",
                                "amount": 6110.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2213.0
                            },
                            {
                                "team": "Leeds United",
                                "amount": 1677.0
                            }
                        ],
                        "expected_reward_tokens": 8918.39,
                        "profit_sb": -81.61,
                        "profit_sb_percentage": -0.91,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "40ff79d9-6512-4455-b889-53a07476448a",
                            "gambit_id": "cee1769b-1fa4-4d76-9098-d6525420e356",
                            "last_updated": "2022-08-22T15:47:09.940999-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chelsea",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d91d6142-c9bc-472b-be1b-77ee5c31c979/?format=api"
                        },
                        {
                            "id": "8dc356ea-7d5c-4988-b2b8-09ebbe9e0a0b",
                            "gambit_id": "2578c9b5-f780-4de8-ac7d-8c8280dd53fb",
                            "last_updated": "2022-08-22T15:47:09.942286-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.03000",
                            "odds": "4.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d91d6142-c9bc-472b-be1b-77ee5c31c979/?format=api"
                        },
                        {
                            "id": "bad22148-b922-4636-ac9e-7210746d6604",
                            "gambit_id": "62e7a6d3-8655-48df-a1e3-99c8894a9e13",
                            "last_updated": "2022-08-22T15:47:09.941695-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Leeds United",
                            "reward": "5.32000",
                            "odds": "5.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d91d6142-c9bc-472b-be1b-77ee5c31c979/?format=api"
                        }
                    ]
                },
                {
                    "id": "9a017868-f45c-423b-97ba-f1b9bb8fb124",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ba42e4d9-82af-438e-9479-041f78d3dee5/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5847.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4153.0
                            }
                        ],
                        "expected_reward_tokens": 8887.42,
                        "profit_sb": -112.58,
                        "profit_sb_percentage": -1.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "578a3186-bc78-458c-a8b3-a4cb21dd90b6",
                            "gambit_id": "39684994-1dca-412d-ba74-71ad014c7303",
                            "last_updated": "2022-08-22T15:47:09.939984-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.52000",
                            "odds": "1.57000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a017868-f45c-423b-97ba-f1b9bb8fb124/?format=api"
                        },
                        {
                            "id": "a32dd40a-2095-4a3f-95f5-7c783920c672",
                            "gambit_id": "cfe338dc-21eb-4156-8f95-03bf7398af6a",
                            "last_updated": "2022-08-22T15:47:09.940522-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.14000",
                            "odds": "2.25000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a017868-f45c-423b-97ba-f1b9bb8fb124/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "56b2a79d-cfa0-4e84-b0e9-b7fe4b9e1015",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0af76e9b-8e29-4ffa-90b7-6f60d944dc3e",
            "completed": true,
            "last_updated": "2022-08-22T15:47:10.070856-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.87,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/0af76e9b-8e29-4ffa-90b7-6f60d944dc3e",
            "datetime": "2022-08-21T05:15:00-04:00",
            "cutoff_datetime": "2022-08-21T05:15:00-04:00",
            "name": "Victory Five v. LNG Esports",
            "bettypes": [
                {
                    "id": "72a355cd-06eb-4615-afca-69af200cd45e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56b2a79d-cfa0-4e84-b0e9-b7fe4b9e1015/?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": "Victory Five",
                                "amount": 6092.0
                            },
                            {
                                "team": "LNG Esports",
                                "amount": 3908.0
                            }
                        ],
                        "expected_reward_tokens": 8832.08,
                        "profit_sb": -167.92,
                        "profit_sb_percentage": -1.87,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1f6d6dd7-f880-4ec3-950a-4358396fd9e3",
                            "gambit_id": "ebc68ec1-4bad-4b8b-823f-77bd43d1689b",
                            "last_updated": "2022-08-22T15:47:10.072257-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Victory Five",
                            "reward": "1.45000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a355cd-06eb-4615-afca-69af200cd45e/?format=api"
                        },
                        {
                            "id": "ae3e7bf0-3428-488f-9e02-f716c4230702",
                            "gambit_id": "c2c4d339-8965-420c-ba6d-e66ddc91ce1b",
                            "last_updated": "2022-08-22T15:47:10.071752-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LNG Esports",
                            "reward": "2.26000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a355cd-06eb-4615-afca-69af200cd45e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c0b33921-db75-400f-8503-5407638cd285",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c4fbeafa-f7a1-4e2f-804b-09772a779a5d",
            "completed": true,
            "last_updated": "2022-08-21T19:27:05.932889-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.13,
            "sport_category": "UFC 278",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/c4fbeafa-f7a1-4e2f-804b-09772a779a5d",
            "datetime": "2022-08-20T23:00:00-04:00",
            "cutoff_datetime": "2022-08-20T23:00:00-04:00",
            "name": "Leon Edwards v. Kamaru Usman",
            "bettypes": [
                {
                    "id": "4b4bfa3f-73c6-4abf-a627-7cccd6dfc0d6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c0b33921-db75-400f-8503-5407638cd285/?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": "Kamaru Usman",
                                "amount": 7225.0
                            },
                            {
                                "team": "Leon Edwards",
                                "amount": 2775.0
                            }
                        ],
                        "expected_reward_tokens": 9102.0,
                        "profit_sb": 102.0,
                        "profit_sb_percentage": 1.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2e0cb8f3-3745-4dc0-a127-845021f74e5a",
                            "gambit_id": "27f42be0-5062-4d69-a994-6cb89e3d74f8",
                            "last_updated": "2022-08-21T19:27:05.936120-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kamaru Usman",
                            "reward": "1.26000",
                            "odds": "1.28570",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b4bfa3f-73c6-4abf-a627-7cccd6dfc0d6/?format=api"
                        },
                        {
                            "id": "40d6bb8a-2e7a-4a56-98b8-13939019e7fe",
                            "gambit_id": "3326c96c-7395-4a1f-a55b-51bc620c0c8e",
                            "last_updated": "2022-08-21T19:27:05.936658-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Leon Edwards",
                            "reward": "3.28000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b4bfa3f-73c6-4abf-a627-7cccd6dfc0d6/?format=api"
                        }
                    ]
                },
                {
                    "id": "f06d3c63-7269-43ba-8e11-ac419377549d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c0b33921-db75-400f-8503-5407638cd285/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 4.5",
                                "amount": 5845.0
                            },
                            {
                                "team": "Total Rounds Under 4.5",
                                "amount": 4155.0
                            }
                        ],
                        "expected_reward_tokens": 9057.9,
                        "profit_sb": 57.9,
                        "profit_sb_percentage": 0.64,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0b0af3bc-ef03-489d-92cb-0f2dc0043291",
                            "gambit_id": "db84d0ed-13e9-4c8c-9d9d-4f3d68b7f684",
                            "last_updated": "2022-08-21T19:27:05.934957-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 4.5",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f06d3c63-7269-43ba-8e11-ac419377549d/?format=api"
                        },
                        {
                            "id": "ed6d3047-74c6-4367-a8d7-4d49ba766d40",
                            "gambit_id": "d7aa4511-4058-4f8d-97b0-4a5467cd3ef9",
                            "last_updated": "2022-08-21T19:27:05.934293-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 4.5",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f06d3c63-7269-43ba-8e11-ac419377549d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "303f1d53-4530-457f-82e7-2ab36ba14677",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2ffaa3e3-ddf9-46b6-a6ee-8515230b41e3",
            "completed": true,
            "last_updated": "2022-08-21T19:32:06.178792-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.79,
            "sport_category": "UFC 278",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/2ffaa3e3-ddf9-46b6-a6ee-8515230b41e3",
            "datetime": "2022-08-20T23:00:00-04:00",
            "cutoff_datetime": "2022-08-20T23:00:00-04:00",
            "name": "Luke Rockhold v. Paulo Costa",
            "bettypes": [
                {
                    "id": "3d53fa4d-3645-495e-b772-caa60989d1b3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/303f1d53-4530-457f-82e7-2ab36ba14677/?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": "Paulo Costa",
                                "amount": 7448.0
                            },
                            {
                                "team": "Luke Rockhold",
                                "amount": 2552.0
                            }
                        ],
                        "expected_reward_tokens": 9161.04,
                        "profit_sb": 161.04,
                        "profit_sb_percentage": 1.79,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "abbc44ac-acd8-4b92-8679-541b60d6b5a4",
                            "gambit_id": "4f4bda4c-1013-4499-ae5d-42d9275e89db",
                            "last_updated": "2022-08-21T19:32:06.181227-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Paulo Costa",
                            "reward": "1.23000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d53fa4d-3645-495e-b772-caa60989d1b3/?format=api"
                        },
                        {
                            "id": "050fa534-e7b3-44b4-98ad-b8403c212d08",
                            "gambit_id": "401099bd-36a6-459c-bc2e-443e9fc2f3c9",
                            "last_updated": "2022-08-21T19:32:06.181762-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Luke Rockhold",
                            "reward": "3.59000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d53fa4d-3645-495e-b772-caa60989d1b3/?format=api"
                        }
                    ]
                },
                {
                    "id": "2f958ead-668c-4e67-9f9d-fa23892fb724",
                    "match": "https://api-prod.gambitprofit.com/api/matches/303f1d53-4530-457f-82e7-2ab36ba14677/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 1.5",
                                "amount": 5194.0
                            },
                            {
                                "team": "Total Rounds Under 1.5",
                                "amount": 4806.0
                            }
                        ],
                        "expected_reward_tokens": 8985.62,
                        "profit_sb": -14.38,
                        "profit_sb_percentage": -0.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "706555c3-3d36-4506-bd45-6ee056303630",
                            "gambit_id": "7c871349-d434-4d81-8c89-02a2259344db",
                            "last_updated": "2022-08-21T19:32:06.180668-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 1.5",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f958ead-668c-4e67-9f9d-fa23892fb724/?format=api"
                        },
                        {
                            "id": "03f67b43-7a02-4867-bd55-56e72c37e8cd",
                            "gambit_id": "59c1d018-c6e0-425f-b5d5-5b96eec3f837",
                            "last_updated": "2022-08-21T19:32:06.180123-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 1.5",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f958ead-668c-4e67-9f9d-fa23892fb724/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "89aaf1df-9963-4b3b-8f24-390be73deb7b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "757eee4e-0ffa-40fd-a3b4-9b333128661b",
            "completed": true,
            "last_updated": "2022-08-21T19:32:06.536702-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/757eee4e-0ffa-40fd-a3b4-9b333128661b",
            "datetime": "2022-08-20T22:59:00-04:00",
            "cutoff_datetime": "2022-08-20T22:59:00-04:00",
            "name": "US Lottery - Powerball: Pick the Powerball Number - August 20th 2022",
            "bettypes": [
                {
                    "id": "8fe0c941-c3b0-4cfe-8dac-18e5f673caf3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/89aaf1df-9963-4b3b-8f24-390be73deb7b/?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": "de0c716c-4e6a-4235-a1c8-c0faac86d2af",
                            "gambit_id": "dfd463b2-a8d7-40bf-9e8c-ca6f56491f89",
                            "last_updated": "2022-08-21T19:32:06.537763-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "21 to 26",
                            "reward": "3.70000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fe0c941-c3b0-4cfe-8dac-18e5f673caf3/?format=api"
                        },
                        {
                            "id": "30f4541b-8202-4a48-99db-2715f6cb63a1",
                            "gambit_id": "ce70695c-777d-4524-a5f1-b0eda26d5b11",
                            "last_updated": "2022-08-21T19:32:06.538796-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "11 to 15",
                            "reward": "4.38000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fe0c941-c3b0-4cfe-8dac-18e5f673caf3/?format=api"
                        },
                        {
                            "id": "0a3176ea-155c-41ae-9f52-ca2132a10043",
                            "gambit_id": "ff16260e-89d2-40f1-bc90-bf5d2ec037af",
                            "last_updated": "2022-08-21T19:32:06.540170-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "1 to 5",
                            "reward": "4.38000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fe0c941-c3b0-4cfe-8dac-18e5f673caf3/?format=api"
                        },
                        {
                            "id": "9dcd6902-9ec3-440c-998f-df7c22eb7de6",
                            "gambit_id": "a63fe390-73d9-4a84-b694-32e1ac07bcac",
                            "last_updated": "2022-08-21T19:32:06.539466-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "6 to 10",
                            "reward": "4.38000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fe0c941-c3b0-4cfe-8dac-18e5f673caf3/?format=api"
                        },
                        {
                            "id": "c1389c5c-79c0-423e-a39e-06c0b9c66362",
                            "gambit_id": "07da0280-f8c7-42e9-8565-5dc2c622b3a9",
                            "last_updated": "2022-08-21T19:32:06.538226-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "16 to 20",
                            "reward": "4.38000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fe0c941-c3b0-4cfe-8dac-18e5f673caf3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7a2d9330-cf0c-4d1f-b7e7-e3241df57609",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "33a903b2-ee2a-40bf-a1c8-e1a89bfca359",
            "completed": true,
            "last_updated": "2022-08-21T19:32:07.722769-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "Powerball Betting",
            "sport": "Non Sporting",
            "url": "https://app.gambitrewards.com/match/33a903b2-ee2a-40bf-a1c8-e1a89bfca359",
            "datetime": "2022-08-20T22:59:00-04:00",
            "cutoff_datetime": "2022-08-20T22:59:00-04:00",
            "name": "US Lottery - Powerball: Odd or Even Powerball Number - August 20th 2022",
            "bettypes": [
                {
                    "id": "27424054-3b51-4893-bd15-8c7d11250913",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7a2d9330-cf0c-4d1f-b7e7-e3241df57609/?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": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c79105c1-46b4-4e78-91aa-94faf45e8d13",
                            "gambit_id": "812c3011-ada6-40eb-81d3-d22bf332dac9",
                            "last_updated": "2022-08-21T19:32:07.724629-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Odd",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27424054-3b51-4893-bd15-8c7d11250913/?format=api"
                        },
                        {
                            "id": "8cb01d3e-b6d8-45f4-bc0f-e4f0902af3cd",
                            "gambit_id": "5ae09fe1-1eba-403d-949e-87adc0bba92b",
                            "last_updated": "2022-08-21T19:32:07.723956-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Even",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27424054-3b51-4893-bd15-8c7d11250913/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5c202ae9-1893-4c7d-a2c3-8a0e54ad5646",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0c2f2bb1-72b6-4edb-956c-9b7ff867e949",
            "completed": true,
            "last_updated": "2022-08-21T19:32:05.258573-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "UFC 278",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/0c2f2bb1-72b6-4edb-956c-9b7ff867e949",
            "datetime": "2022-08-20T22:00:00-04:00",
            "cutoff_datetime": "2022-08-20T22:00:00-04:00",
            "name": "Merab Dvalishvili v. Jose Aldo",
            "bettypes": [
                {
                    "id": "28affbab-00e2-4f87-810f-97606481bb0f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5c202ae9-1893-4c7d-a2c3-8a0e54ad5646/?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": "Merab Dvalishvili",
                                "amount": 5479.0
                            },
                            {
                                "team": "Jose Aldo",
                                "amount": 4521.0
                            }
                        ],
                        "expected_reward_tokens": 9040.35,
                        "profit_sb": 40.35,
                        "profit_sb_percentage": 0.45,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a1eb8a07-3f12-4ba8-bdb4-815b1126afbc",
                            "gambit_id": "6d215387-8e91-41df-a06c-8753ea3d2eb0",
                            "last_updated": "2022-08-21T19:32:05.261632-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Merab Dvalishvili",
                            "reward": "1.65000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28affbab-00e2-4f87-810f-97606481bb0f/?format=api"
                        },
                        {
                            "id": "684163ea-e225-4d82-b7fb-a7d0a08cd234",
                            "gambit_id": "36d52490-4bc9-4c3f-928e-7cad4277d010",
                            "last_updated": "2022-08-21T19:32:05.261101-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jose Aldo",
                            "reward": "2.00000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28affbab-00e2-4f87-810f-97606481bb0f/?format=api"
                        }
                    ]
                },
                {
                    "id": "d27a4108-3875-4b45-8d94-de624628de7a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5c202ae9-1893-4c7d-a2c3-8a0e54ad5646/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 2.5",
                                "amount": 6439.0
                            },
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 3561.0
                            }
                        ],
                        "expected_reward_tokens": 9078.99,
                        "profit_sb": 78.99,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ac98924a-a00d-4549-965f-95351ef5f8d2",
                            "gambit_id": "e7855a1c-78ab-4d95-a74a-c1e01d4c6b1b",
                            "last_updated": "2022-08-21T19:32:05.260544-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "1.41000",
                            "odds": "1.45450",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d27a4108-3875-4b45-8d94-de624628de7a/?format=api"
                        },
                        {
                            "id": "4baccc84-25fd-43c8-bc7e-66cb93119688",
                            "gambit_id": "2be9c1f6-1570-4484-b750-fac3523c3165",
                            "last_updated": "2022-08-21T19:32:05.259772-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "2.55000",
                            "odds": "2.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d27a4108-3875-4b45-8d94-de624628de7a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3c741a59-dcfe-4f06-80a3-a5bfb333323d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a929a17a-4d6d-44ff-bfe8-bc4e5b692f3d",
            "completed": true,
            "last_updated": "2022-08-21T12:57:10.212827-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.17,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/a929a17a-4d6d-44ff-bfe8-bc4e5b692f3d",
            "datetime": "2022-08-20T22:00:00-04:00",
            "cutoff_datetime": "2022-08-20T22:00:00-04:00",
            "name": "Dallas Cowboys v. Los Angeles Chargers",
            "bettypes": [
                {
                    "id": "7a975983-d19e-4988-a6c1-c731235ffe6b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3c741a59-dcfe-4f06-80a3-a5bfb333323d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Chargers",
                                "amount": 6569.0
                            },
                            {
                                "team": "Dallas Cowboys",
                                "amount": 3431.0
                            }
                        ],
                        "expected_reward_tokens": 9195.08,
                        "profit_sb": 195.08,
                        "profit_sb_percentage": 2.17,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8a68b138-7e3c-4411-85f6-2e3a2dd51387",
                            "gambit_id": "23cb25e8-1980-49b8-8f8d-ac4ffd77aa1b",
                            "last_updated": "2022-08-21T12:57:10.214864-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Chargers",
                            "reward": "1.40000",
                            "odds": "1.44440",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a975983-d19e-4988-a6c1-c731235ffe6b/?format=api"
                        },
                        {
                            "id": "ce2ccbf6-8e41-4f26-ba38-de8040104dbc",
                            "gambit_id": "9ebb970f-6b00-40fb-b26c-2bd128f52ba9",
                            "last_updated": "2022-08-21T12:57:10.215331-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Cowboys",
                            "reward": "2.68000",
                            "odds": "2.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a975983-d19e-4988-a6c1-c731235ffe6b/?format=api"
                        }
                    ]
                },
                {
                    "id": "bc706b06-362c-44c1-8f38-f6eaca2ed3fe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3c741a59-dcfe-4f06-80a3-a5bfb333323d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Chargers",
                                "amount": 5109.0
                            },
                            {
                                "team": "Dallas Cowboys",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3ff09b19-e736-4aff-9df3-0c9f71131d82",
                            "gambit_id": "55254895-ce8d-4588-9aea-7588885b757f",
                            "last_updated": "2022-08-21T12:57:10.215820-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Chargers",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "-5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc706b06-362c-44c1-8f38-f6eaca2ed3fe/?format=api"
                        },
                        {
                            "id": "f9df2b87-f16c-4ae6-a653-0e0f404b3ba3",
                            "gambit_id": "7bc61acb-a9d1-4fd6-acf1-eec8014ee6b4",
                            "last_updated": "2022-08-21T12:57:10.216362-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Cowboys",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc706b06-362c-44c1-8f38-f6eaca2ed3fe/?format=api"
                        }
                    ]
                },
                {
                    "id": "ab291a8b-cad8-429e-8bb5-e8dff5dff084",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3c741a59-dcfe-4f06-80a3-a5bfb333323d/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 37",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 37",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "31ac3028-2fc7-4ce6-9d91-dc25f4613f69",
                            "gambit_id": "00627799-d4f0-4a59-92a7-d1f2d2e3d2c4",
                            "last_updated": "2022-08-21T12:57:10.213887-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 37",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab291a8b-cad8-429e-8bb5-e8dff5dff084/?format=api"
                        },
                        {
                            "id": "950ed9bb-2b2b-4a63-a2bd-0d4161164e3c",
                            "gambit_id": "519bc7cb-8817-4a2e-a5e0-73dbe12021b2",
                            "last_updated": "2022-08-21T12:57:10.214393-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 37",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab291a8b-cad8-429e-8bb5-e8dff5dff084/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "30bd47ee-77cf-42f3-8b38-922afb291330",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "fb9dd172-23d6-45ab-adaa-d42efcb68181",
            "completed": true,
            "last_updated": "2022-08-21T19:32:05.859850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.13,
            "sport_category": "UFC 278",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/fb9dd172-23d6-45ab-adaa-d42efcb68181",
            "datetime": "2022-08-20T22:00:00-04:00",
            "cutoff_datetime": "2022-08-20T22:00:00-04:00",
            "name": "Yanan Wu v. Lucie Pudilova",
            "bettypes": [
                {
                    "id": "1b60e09e-63c5-45f4-8afc-d3d533a3df5c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/30bd47ee-77cf-42f3-8b38-922afb291330/?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": "Lucie Pudilova",
                                "amount": 5194.0
                            },
                            {
                                "team": "Yanan Wu",
                                "amount": 4806.0
                            }
                        ],
                        "expected_reward_tokens": 8985.62,
                        "profit_sb": -14.38,
                        "profit_sb_percentage": -0.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fdf099a4-d9e9-424f-9336-8e508d07f128",
                            "gambit_id": "a17ba7c4-8969-45f3-a08d-cfb1fa348c1c",
                            "last_updated": "2022-08-21T19:32:05.863255-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucie Pudilova",
                            "reward": "1.73000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b60e09e-63c5-45f4-8afc-d3d533a3df5c/?format=api"
                        },
                        {
                            "id": "89a31c7d-b04a-4b4f-8649-572b5a204a07",
                            "gambit_id": "6b7cf736-6e25-409e-af13-fbe3652438ce",
                            "last_updated": "2022-08-21T19:32:05.863684-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Yanan Wu",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b60e09e-63c5-45f4-8afc-d3d533a3df5c/?format=api"
                        }
                    ]
                },
                {
                    "id": "e6baee1e-ea1d-45bb-9710-c570930bd352",
                    "match": "https://api-prod.gambitprofit.com/api/matches/30bd47ee-77cf-42f3-8b38-922afb291330/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 2.5",
                                "amount": 7225.0
                            },
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 2775.0
                            }
                        ],
                        "expected_reward_tokens": 9102.0,
                        "profit_sb": 102.0,
                        "profit_sb_percentage": 1.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e21e3b5e-74f4-4ccd-b4c6-2e8eebd6c2b6",
                            "gambit_id": "2bc54ec3-fd88-4e71-a3dd-77dff24dd8d2",
                            "last_updated": "2022-08-21T19:32:05.862806-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "1.26000",
                            "odds": "1.28570",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6baee1e-ea1d-45bb-9710-c570930bd352/?format=api"
                        },
                        {
                            "id": "01e69a6b-65f2-4477-b1e7-9e34b2c4f357",
                            "gambit_id": "5db1d569-c193-4bec-8f5c-24838406e811",
                            "last_updated": "2022-08-21T19:32:05.862136-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "3.28000",
                            "odds": "3.50000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6baee1e-ea1d-45bb-9710-c570930bd352/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f20ca261-8921-496a-96a3-03a7b061a5e4",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "24ea4103-fa8d-44c8-8c93-4b9c5c7585f7",
            "completed": true,
            "last_updated": "2022-08-21T19:32:05.400074-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.77,
            "sport_category": "UFC 278",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/24ea4103-fa8d-44c8-8c93-4b9c5c7585f7",
            "datetime": "2022-08-20T22:00:00-04:00",
            "cutoff_datetime": "2022-08-20T22:00:00-04:00",
            "name": "Harry Hunsucker v. Tyson Pedro",
            "bettypes": [
                {
                    "id": "3755611d-6af9-43ae-b4ed-62e16a3f1970",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f20ca261-8921-496a-96a3-03a7b061a5e4/?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": "Tyson Pedro",
                                "amount": 8333.0
                            },
                            {
                                "team": "Harry Hunsucker",
                                "amount": 1667.0
                            }
                        ],
                        "expected_reward_tokens": 9249.63,
                        "profit_sb": 249.63,
                        "profit_sb_percentage": 2.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a2b81617-404b-467f-805c-e94571b7b8b2",
                            "gambit_id": "e93bbd8d-6d60-46d0-b7b4-2d93a5dd9de6",
                            "last_updated": "2022-08-21T19:32:05.402996-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyson Pedro",
                            "reward": "1.11000",
                            "odds": "1.12500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3755611d-6af9-43ae-b4ed-62e16a3f1970/?format=api"
                        },
                        {
                            "id": "2bfe6a91-c01f-4f3b-a4b0-8b72ce7ec9b9",
                            "gambit_id": "541bec84-60b7-42a2-baa9-1d9fa9492707",
                            "last_updated": "2022-08-21T19:32:05.403645-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harry Hunsucker",
                            "reward": "5.55000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3755611d-6af9-43ae-b4ed-62e16a3f1970/?format=api"
                        }
                    ]
                },
                {
                    "id": "c798bf09-4894-4488-afd9-0a3350b7eee5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f20ca261-8921-496a-96a3-03a7b061a5e4/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Under 1.5",
                                "amount": 7448.0
                            },
                            {
                                "team": "Total Rounds Over 1.5",
                                "amount": 2552.0
                            }
                        ],
                        "expected_reward_tokens": 9161.04,
                        "profit_sb": 161.04,
                        "profit_sb_percentage": 1.79,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ebd4496a-6944-4a8a-a6ce-e2103038e9fe",
                            "gambit_id": "a14933c9-4f7a-4c72-85c1-289820aca68e",
                            "last_updated": "2022-08-21T19:32:05.401339-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Under 1.5",
                            "reward": "1.23000",
                            "odds": "1.25000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c798bf09-4894-4488-afd9-0a3350b7eee5/?format=api"
                        },
                        {
                            "id": "84b1d6c7-4113-431e-abaa-9820aee8a1c4",
                            "gambit_id": "9da70835-268c-4b51-aee6-b06e832a65bf",
                            "last_updated": "2022-08-21T19:32:05.402322-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Total Rounds Over 1.5",
                            "reward": "3.59000",
                            "odds": "3.85000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c798bf09-4894-4488-afd9-0a3350b7eee5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "38928b56-1bbb-4150-98dc-a1fd858ccc92",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "99c9e35e-267c-4d64-9123-30c0a0a9e674",
            "completed": true,
            "last_updated": "2022-08-21T18:36:58.581181-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.92,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/99c9e35e-267c-4d64-9123-30c0a0a9e674",
            "datetime": "2022-08-20T22:00:00-04:00",
            "cutoff_datetime": "2022-08-20T22:00:00-04:00",
            "name": "San Jose Earthquakes v. Los Angeles FC",
            "bettypes": [
                {
                    "id": "9866268f-9ace-4e50-8f90-6bcc4c093d09",
                    "match": "https://api-prod.gambitprofit.com/api/matches/38928b56-1bbb-4150-98dc-a1fd858ccc92/?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": 6318.0
                            },
                            {
                                "team": "San Jose Earthquakes",
                                "amount": 3682.0
                            }
                        ],
                        "expected_reward_tokens": 11561.48,
                        "profit_sb": 2561.48,
                        "profit_sb_percentage": 28.46,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles FC",
                                "amount": 4795.0
                            },
                            {
                                "team": "San Jose Earthquakes",
                                "amount": 2794.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2411.0
                            }
                        ],
                        "expected_reward_tokens": 8773.16,
                        "profit_sb": -226.84,
                        "profit_sb_percentage": -2.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bc133d25-5b3a-4000-b86c-2b02965ea943",
                            "gambit_id": "e532badd-296d-49e8-9f56-bada43d45a75",
                            "last_updated": "2022-08-21T18:36:58.583786-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles FC",
                            "reward": "1.83000",
                            "odds": "1.91000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9866268f-9ace-4e50-8f90-6bcc4c093d09/?format=api"
                        },
                        {
                            "id": "90addaa9-68ba-4268-b4c4-c2a997338919",
                            "gambit_id": "35b89ac4-1efb-452f-826d-c5ef72f2e991",
                            "last_updated": "2022-08-21T18:36:58.584237-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Jose Earthquakes",
                            "reward": "3.14000",
                            "odds": "3.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9866268f-9ace-4e50-8f90-6bcc4c093d09/?format=api"
                        },
                        {
                            "id": "a628b4c8-8ec0-4e67-ae8e-0393eefa8009",
                            "gambit_id": "3136ebd0-cf7a-4728-8180-9745919600fb",
                            "last_updated": "2022-08-21T18:36:58.584649-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/9866268f-9ace-4e50-8f90-6bcc4c093d09/?format=api"
                        }
                    ]
                },
                {
                    "id": "f2a7aca3-e38f-404f-b11b-c190a5cd469c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/38928b56-1bbb-4150-98dc-a1fd858ccc92/?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": 6557.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3443.0
                            }
                        ],
                        "expected_reward_tokens": 8917.37,
                        "profit_sb": -82.63,
                        "profit_sb_percentage": -0.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e86cba50-5487-4be2-8211-cc635f290812",
                            "gambit_id": "23559631-5687-4469-9347-05d9c4cce0e2",
                            "last_updated": "2022-08-21T18:36:58.583145-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a7aca3-e38f-404f-b11b-c190a5cd469c/?format=api"
                        },
                        {
                            "id": "951d79ed-8b07-4285-9698-b3573d672757",
                            "gambit_id": "1ac072d0-0ad3-4155-a552-f96bacdfe6b9",
                            "last_updated": "2022-08-21T18:36:58.582385-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a7aca3-e38f-404f-b11b-c190a5cd469c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "053115df-3fc1-4a29-af58-4940481d721f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b5957d1d-720a-4057-ab2f-3cfd9fc9f836",
            "completed": true,
            "last_updated": "2022-08-21T18:36:58.430054-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/b5957d1d-720a-4057-ab2f-3cfd9fc9f836",
            "datetime": "2022-08-20T22:00:00-04:00",
            "cutoff_datetime": "2022-08-20T22:00:00-04:00",
            "name": "Real Salt Lake v. Vancouver Whitecaps FC",
            "bettypes": [
                {
                    "id": "e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/053115df-3fc1-4a29-af58-4940481d721f/?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": "Real Salt Lake",
                                "amount": 7011.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2989.0
                            }
                        ],
                        "expected_reward_tokens": 11147.49,
                        "profit_sb": 2147.49,
                        "profit_sb_percentage": 23.86,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Real Salt Lake",
                                "amount": 5562.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2371.0
                            },
                            {
                                "team": "Vancouver Whitecaps FC",
                                "amount": 2066.0
                            }
                        ],
                        "expected_reward_tokens": 8842.48,
                        "profit_sb": -157.52,
                        "profit_sb_percentage": -1.75,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "478874d9-efd1-48d4-b5e3-40846bd0ff05",
                            "gambit_id": "1b0f6249-08de-450b-9392-7f397a304a5e",
                            "last_updated": "2022-08-21T18:36:58.434117-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Real Salt Lake",
                            "reward": "1.59000",
                            "odds": "1.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d/?format=api"
                        },
                        {
                            "id": "e17d8927-2558-4811-ae89-b491b0098903",
                            "gambit_id": "76c931c3-589b-4e0d-87fd-6acf9c9c95fd",
                            "last_updated": "2022-08-21T18:36:58.433582-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d/?format=api"
                        },
                        {
                            "id": "f1800f7f-5768-4e03-a16d-38e0363794dd",
                            "gambit_id": "bc641f41-f05a-4344-be9e-3ea121a8fa2b",
                            "last_updated": "2022-08-21T18:36:58.432723-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vancouver Whitecaps FC",
                            "reward": "4.28000",
                            "odds": "4.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d/?format=api"
                        }
                    ]
                },
                {
                    "id": "8c530411-8c9a-41d4-83ec-e2a997a1c18f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/053115df-3fc1-4a29-af58-4940481d721f/?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": "3070b4d4-5dae-4f24-be57-d1b6fcbeac65",
                            "gambit_id": "0dbfbd8e-ae4b-4afa-8206-c44f06146604",
                            "last_updated": "2022-08-21T18:36:58.431868-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/8c530411-8c9a-41d4-83ec-e2a997a1c18f/?format=api"
                        },
                        {
                            "id": "93b317a6-f75d-4815-8118-f6b1b6bc277a",
                            "gambit_id": "4a3bb489-96a8-46e8-b960-847e03b437c5",
                            "last_updated": "2022-08-21T18:36:58.431175-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/8c530411-8c9a-41d4-83ec-e2a997a1c18f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "666d7791-5905-4c23-be99-fdf369b6b28f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "07a8ae77-4b57-4e2d-b39e-9fc4883c3ba0",
            "completed": false,
            "last_updated": "2022-12-24T17:12:15.880921-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.1,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/07a8ae77-4b57-4e2d-b39e-9fc4883c3ba0",
            "datetime": "2022-08-20T21:10:00-04:00",
            "cutoff_datetime": "2022-08-20T21:10:00-04:00",
            "name": "MIA (B Garrett) v. LOS (D May)",
            "bettypes": [
                {
                    "id": "ce511347-a645-4bf5-8e17-1a7fb6445711",
                    "match": "https://api-prod.gambitprofit.com/api/matches/666d7791-5905-4c23-be99-fdf369b6b28f/?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 (D May)",
                                "amount": 6977.0
                            },
                            {
                                "team": "MIA (B Garrett)",
                                "amount": 3023.0
                            }
                        ],
                        "expected_reward_tokens": 9279.41,
                        "profit_sb": 279.41,
                        "profit_sb_percentage": 3.1,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6e3e6d8c-06e7-4e45-9d74-9cce1a6762a5",
                            "gambit_id": "e8cb8b13-c739-4a3a-a679-559fec37239f",
                            "last_updated": "2022-12-24T17:12:15.890317-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (D May)",
                            "reward": "1.33000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce511347-a645-4bf5-8e17-1a7fb6445711/?format=api"
                        },
                        {
                            "id": "b765bc73-ae7b-4256-9afd-4ce41bfa4b08",
                            "gambit_id": "eb16ff2b-915a-4c89-a1b6-2a1d6d82030a",
                            "last_updated": "2022-12-24T17:12:15.891420-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (B Garrett)",
                            "reward": "3.07000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce511347-a645-4bf5-8e17-1a7fb6445711/?format=api"
                        }
                    ]
                },
                {
                    "id": "500c5e45-a687-4e7e-b7f1-da2769150508",
                    "match": "https://api-prod.gambitprofit.com/api/matches/666d7791-5905-4c23-be99-fdf369b6b28f/?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": 5499.0
                            },
                            {
                                "team": "MIA",
                                "amount": 4501.0
                            }
                        ],
                        "expected_reward_tokens": 9182.04,
                        "profit_sb": 182.04,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "591da5be-0a84-4888-aa47-23393aec493b",
                            "gambit_id": "217810d0-73fb-4e5d-b57f-38f8a3595940",
                            "last_updated": "2022-12-24T17:12:15.886983-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500c5e45-a687-4e7e-b7f1-da2769150508/?format=api"
                        },
                        {
                            "id": "9a336f6a-7db6-4611-b164-778a69ea4320",
                            "gambit_id": "4c66440e-1461-4d8c-ab15-c6f8d8e3ea86",
                            "last_updated": "2022-12-24T17:12:15.888081-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500c5e45-a687-4e7e-b7f1-da2769150508/?format=api"
                        }
                    ]
                },
                {
                    "id": "12944da2-92b1-4ce8-becb-7064dbc7b123",
                    "match": "https://api-prod.gambitprofit.com/api/matches/666d7791-5905-4c23-be99-fdf369b6b28f/?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": "f91fefcc-25b5-4f3c-a18b-60efb1d68ca9",
                            "gambit_id": "b33feac5-0b10-49c0-8f0f-28ac36a83b98",
                            "last_updated": "2022-12-24T17:12:15.883635-05: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/12944da2-92b1-4ce8-becb-7064dbc7b123/?format=api"
                        },
                        {
                            "id": "24f3d210-f974-4d0c-b82f-6c837ba5233f",
                            "gambit_id": "eb426d4a-1a80-4a9d-8367-8830cb5e7c5e",
                            "last_updated": "2022-12-24T17:12:15.884754-05: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/12944da2-92b1-4ce8-becb-7064dbc7b123/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e03360da-ed82-4980-b705-e6442ca57ddd",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c721708f-77dd-463b-a97c-479252b6e522",
            "completed": true,
            "last_updated": "2022-08-21T18:47:01.198005-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.16,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/c721708f-77dd-463b-a97c-479252b6e522",
            "datetime": "2022-08-20T21:00:00-04:00",
            "cutoff_datetime": "2022-08-20T21:00:00-04:00",
            "name": "Colorado Rapids v. Houston Dynamo",
            "bettypes": [
                {
                    "id": "573f32d5-b38a-4272-8e8f-9a5c1ee28685",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e03360da-ed82-4980-b705-e6442ca57ddd/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Colorado Rapids",
                                "amount": 6868.0
                            },
                            {
                                "team": "Houston Dynamo",
                                "amount": 3132.0
                            }
                        ],
                        "expected_reward_tokens": 11400.48,
                        "profit_sb": 2400.48,
                        "profit_sb_percentage": 26.67,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Colorado Rapids",
                                "amount": 5260.0
                            },
                            {
                                "team": "Houston Dynamo",
                                "amount": 2399.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2341.0
                            }
                        ],
                        "expected_reward_tokens": 8731.6,
                        "profit_sb": -268.4,
                        "profit_sb_percentage": -2.98,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d71fe326-661d-4932-b142-940969de987f",
                            "gambit_id": "a30f3782-a501-4713-aca2-5b7534345237",
                            "last_updated": "2022-08-21T18:47:01.200252-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Colorado Rapids",
                            "reward": "1.66000",
                            "odds": "1.73000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/573f32d5-b38a-4272-8e8f-9a5c1ee28685/?format=api"
                        },
                        {
                            "id": "4ab86df3-3601-4226-af46-598bd157ce0f",
                            "gambit_id": "9506f1ba-09fe-437d-8d82-e54b57efb53e",
                            "last_updated": "2022-08-21T18:47:01.199856-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Dynamo",
                            "reward": "3.64000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/573f32d5-b38a-4272-8e8f-9a5c1ee28685/?format=api"
                        },
                        {
                            "id": "a08473d2-f752-41c8-ae7e-3bb90d3f3ace",
                            "gambit_id": "31c5c844-a933-40e2-be27-369e67930d62",
                            "last_updated": "2022-08-21T18:47:01.200644-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.73000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/573f32d5-b38a-4272-8e8f-9a5c1ee28685/?format=api"
                        }
                    ]
                },
                {
                    "id": "67b93d94-010f-4ef9-bcbe-ab9a50fa7db5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e03360da-ed82-4980-b705-e6442ca57ddd/?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": 6011.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3989.0
                            }
                        ],
                        "expected_reward_tokens": 8895.47,
                        "profit_sb": -104.53,
                        "profit_sb_percentage": -1.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a3c58b29-e8a8-4ef5-990c-20dd09102ea5",
                            "gambit_id": "1221cdb0-0c0a-4e16-8894-addeb634352a",
                            "last_updated": "2022-08-21T18:47:01.199456-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.48000",
                            "odds": "1.53000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b93d94-010f-4ef9-bcbe-ab9a50fa7db5/?format=api"
                        },
                        {
                            "id": "6170ce72-5bc3-4140-ace5-38546cb4bbef",
                            "gambit_id": "eb3aa0ad-82fd-4a8c-8d5c-a8befdf4babf",
                            "last_updated": "2022-08-21T18:47:01.198990-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b93d94-010f-4ef9-bcbe-ab9a50fa7db5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "285c8452-49dc-47d4-b2bd-8531c5222151",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "88f27a23-34dc-4ad6-a59e-82b35f653534",
            "completed": true,
            "last_updated": "2022-08-21T12:47:07.110603-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.17,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/88f27a23-34dc-4ad6-a59e-82b35f653534",
            "datetime": "2022-08-20T20:40:00-04:00",
            "cutoff_datetime": "2022-08-20T20:40:00-04:00",
            "name": "WAS (J Gray) v. SDG (J Musgrove)",
            "bettypes": [
                {
                    "id": "c0acbfaa-7e91-4c7b-87e6-24d698ebf84a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/285c8452-49dc-47d4-b2bd-8531c5222151/?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": 7143.0
                            },
                            {
                                "team": "WAS (J Gray)",
                                "amount": 2857.0
                            }
                        ],
                        "expected_reward_tokens": 9285.25,
                        "profit_sb": 285.25,
                        "profit_sb_percentage": 3.17,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dfea82a3-3f8e-4e92-b3d1-dafacba9c117",
                            "gambit_id": "b38b61d3-c8b1-4180-8cec-9b5e8b37b3d3",
                            "last_updated": "2022-08-21T12:47:07.113912-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (J Musgrove)",
                            "reward": "1.30000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0acbfaa-7e91-4c7b-87e6-24d698ebf84a/?format=api"
                        },
                        {
                            "id": "043783a5-2365-4739-a678-55173c9b0cbd",
                            "gambit_id": "92534005-9d42-402e-bfef-55dc4ba1ea4d",
                            "last_updated": "2022-08-21T12:47:07.114391-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (J Gray)",
                            "reward": "3.25000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0acbfaa-7e91-4c7b-87e6-24d698ebf84a/?format=api"
                        }
                    ]
                },
                {
                    "id": "306a48ee-7170-4da0-bbf3-68ab96fe7d0f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/285c8452-49dc-47d4-b2bd-8531c5222151/?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": 5680.0
                            },
                            {
                                "team": "WAS",
                                "amount": 4320.0
                            }
                        ],
                        "expected_reward_tokens": 9201.6,
                        "profit_sb": 201.6,
                        "profit_sb_percentage": 2.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "581f0275-4ab1-4e5d-8e9b-8c510f7ba16d",
                            "gambit_id": "539b56df-414a-471c-ab5e-d3b401e1bfaf",
                            "last_updated": "2022-08-21T12:47:07.112926-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "1.62000",
                            "odds": "1.68970",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306a48ee-7170-4da0-bbf3-68ab96fe7d0f/?format=api"
                        },
                        {
                            "id": "0e3ceccf-7668-47fb-8a2b-c045a7b0922e",
                            "gambit_id": "26269829-f26b-4725-bc44-69722a8dcf71",
                            "last_updated": "2022-08-21T12:47:07.113408-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "2.13000",
                            "odds": "2.25000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306a48ee-7170-4da0-bbf3-68ab96fe7d0f/?format=api"
                        }
                    ]
                },
                {
                    "id": "37d5f433-4856-4f0a-b48b-9d2a9aa9cf67",
                    "match": "https://api-prod.gambitprofit.com/api/matches/285c8452-49dc-47d4-b2bd-8531c5222151/?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": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5c55f250-b858-4574-9272-7d4e10732a1e",
                            "gambit_id": "f637c8d5-2513-49fc-a7b6-b8cfdbbe81be",
                            "last_updated": "2022-08-21T12:47:07.111862-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/37d5f433-4856-4f0a-b48b-9d2a9aa9cf67/?format=api"
                        },
                        {
                            "id": "603cc798-c912-4267-8b22-3de79920992b",
                            "gambit_id": "7a3f0c6e-7d19-4603-b2b7-aafcdae44437",
                            "last_updated": "2022-08-21T12:47:07.112442-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/37d5f433-4856-4f0a-b48b-9d2a9aa9cf67/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3f613d3e-1180-4e1f-a8b1-99e25c15d383",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "de1318a9-025c-47af-83aa-7de4d4c1d59c",
            "completed": true,
            "last_updated": "2022-08-21T12:47:06.964356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.3,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/de1318a9-025c-47af-83aa-7de4d4c1d59c",
            "datetime": "2022-08-20T20:10:00-04:00",
            "cutoff_datetime": "2022-08-20T20:10:00-04:00",
            "name": "STL (D Hudson) v. ARI (M Bumgarner)",
            "bettypes": [
                {
                    "id": "a27a3f3c-f2be-4f2c-b8e2-1e0ed3f18f14",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3f613d3e-1180-4e1f-a8b1-99e25c15d383/?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 (D Hudson)",
                                "amount": 5812.0
                            },
                            {
                                "team": "ARI (M Bumgarner)",
                                "amount": 4188.0
                            }
                        ],
                        "expected_reward_tokens": 9297.36,
                        "profit_sb": 297.36,
                        "profit_sb_percentage": 3.3,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e6d6fe49-03e4-4b6c-baf0-83c4bb5b0e46",
                            "gambit_id": "bff633c5-e038-424e-9a09-b387c335a70f",
                            "last_updated": "2022-08-21T12:47:06.967708-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (D Hudson)",
                            "reward": "1.60000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27a3f3c-f2be-4f2c-b8e2-1e0ed3f18f14/?format=api"
                        },
                        {
                            "id": "e80466ca-813e-413c-a3de-2298b9f0e822",
                            "gambit_id": "afcca747-5f75-4c01-976b-932265560219",
                            "last_updated": "2022-08-21T12:47:06.967338-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (M Bumgarner)",
                            "reward": "2.22000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27a3f3c-f2be-4f2c-b8e2-1e0ed3f18f14/?format=api"
                        }
                    ]
                },
                {
                    "id": "3be95835-cf22-4597-bd4b-0215cd7d5b21",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3f613d3e-1180-4e1f-a8b1-99e25c15d383/?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": 5313.0
                            },
                            {
                                "team": "STL",
                                "amount": 4687.0
                            }
                        ],
                        "expected_reward_tokens": 9138.36,
                        "profit_sb": 138.36,
                        "profit_sb_percentage": 1.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c26fb7c3-0fad-4bf9-8d45-b965172b9f81",
                            "gambit_id": "b53acbd6-0e3f-4594-b24d-c0dc24e7f53c",
                            "last_updated": "2022-08-21T12:47:06.966590-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3be95835-cf22-4597-bd4b-0215cd7d5b21/?format=api"
                        },
                        {
                            "id": "c12266e0-8cc8-41cb-9bf8-b42f8912ec94",
                            "gambit_id": "fd8e940f-91e2-4b6d-b4b0-daf1c2dba863",
                            "last_updated": "2022-08-21T12:47:06.966968-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3be95835-cf22-4597-bd4b-0215cd7d5b21/?format=api"
                        }
                    ]
                },
                {
                    "id": "0247c4fd-a5e8-4c07-bca7-64fd2a626c99",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3f613d3e-1180-4e1f-a8b1-99e25c15d383/?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": 5313.0
                            },
                            {
                                "team": "Game Total Under 9",
                                "amount": 4687.0
                            }
                        ],
                        "expected_reward_tokens": 9138.36,
                        "profit_sb": 138.36,
                        "profit_sb_percentage": 1.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dfa1ead8-af8a-4ccd-a339-6d2654c98c26",
                            "gambit_id": "ffd491df-de37-472d-9565-ebda04a1ac60",
                            "last_updated": "2022-08-21T12:47:06.966200-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0247c4fd-a5e8-4c07-bca7-64fd2a626c99/?format=api"
                        },
                        {
                            "id": "ba3cbd47-b73b-4f6f-acdb-db5f9a4d3c15",
                            "gambit_id": "b61cbef1-84f1-43cf-8137-eecfe3f8f567",
                            "last_updated": "2022-08-21T12:47:06.965664-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0247c4fd-a5e8-4c07-bca7-64fd2a626c99/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ae35115c-4bf8-4d8f-807d-3a6ea86b23cb",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bc40d64b-538d-47fa-901a-c5c584d9c25c",
            "completed": true,
            "last_updated": "2022-08-21T12:47:07.273358-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.77,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/bc40d64b-538d-47fa-901a-c5c584d9c25c",
            "datetime": "2022-08-20T20:10:00-04:00",
            "cutoff_datetime": "2022-08-20T20:10:00-04:00",
            "name": "SFO (A Cobb) v. COL (R Feltner)",
            "bettypes": [
                {
                    "id": "10870671-db4b-4d1b-85cb-d5b8939cede3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ae35115c-4bf8-4d8f-807d-3a6ea86b23cb/?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": 6026.0
                            },
                            {
                                "team": "COL (R Feltner)",
                                "amount": 3974.0
                            }
                        ],
                        "expected_reward_tokens": 9338.9,
                        "profit_sb": 338.9,
                        "profit_sb_percentage": 3.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e2093252-23a1-4695-a604-4fd72ac008b6",
                            "gambit_id": "e69d595c-61f7-4847-9494-15af5b1a56f0",
                            "last_updated": "2022-08-21T12:47:07.276420-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (A Cobb)",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10870671-db4b-4d1b-85cb-d5b8939cede3/?format=api"
                        },
                        {
                            "id": "7c178a0c-8cc2-43d8-9af5-1feb588439e1",
                            "gambit_id": "3482814f-b74e-4ab1-8569-c557b9c4079e",
                            "last_updated": "2022-08-21T12:47:07.276054-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (R Feltner)",
                            "reward": "2.35000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10870671-db4b-4d1b-85cb-d5b8939cede3/?format=api"
                        }
                    ]
                },
                {
                    "id": "e4d8eabb-b39b-4a65-b05b-64c63954565b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ae35115c-4bf8-4d8f-807d-3a6ea86b23cb/?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": 5110.0
                            },
                            {
                                "team": "COL",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e151990e-35b5-45f9-8fe3-4b7ac160bafa",
                            "gambit_id": "293874cc-a66e-49db-b634-6ff88d499c1b",
                            "last_updated": "2022-08-21T12:47:07.275675-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4d8eabb-b39b-4a65-b05b-64c63954565b/?format=api"
                        },
                        {
                            "id": "7605a3bb-3817-4602-94c8-229dc751c1d5",
                            "gambit_id": "439b5e7d-0346-4344-80df-a8100033d053",
                            "last_updated": "2022-08-21T12:47:07.275263-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4d8eabb-b39b-4a65-b05b-64c63954565b/?format=api"
                        }
                    ]
                },
                {
                    "id": "2e02f983-554c-46df-9c2f-4fa69790c5ee",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ae35115c-4bf8-4d8f-807d-3a6ea86b23cb/?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 11",
                                "amount": 5110.0
                            },
                            {
                                "team": "Game Total Over 11",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7e3470bc-f99a-4d0a-b3ef-a6e39dde8510",
                            "gambit_id": "9515932e-32f7-4974-8016-b348aa8229ae",
                            "last_updated": "2022-08-21T12:47:07.274369-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 11",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e02f983-554c-46df-9c2f-4fa69790c5ee/?format=api"
                        },
                        {
                            "id": "66f358f9-fdd9-4abe-875d-75c3aa3494b9",
                            "gambit_id": "d35dfc61-fbbb-4c48-ba88-8e829a7f3737",
                            "last_updated": "2022-08-21T12:47:07.274838-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 11",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e02f983-554c-46df-9c2f-4fa69790c5ee/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "44f73a75-6b12-4adc-a610-d7c49740cf22",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ed3031f6-b473-40d4-a569-c9cf88a2d86f",
            "completed": true,
            "last_updated": "2022-08-21T18:47:01.060975-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.86,
            "sport_category": "US MLS",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/ed3031f6-b473-40d4-a569-c9cf88a2d86f",
            "datetime": "2022-08-20T20:00:00-04:00",
            "cutoff_datetime": "2022-08-20T20:00:00-04:00",
            "name": "Inter Miami CF v. Toronto FC",
            "bettypes": [
                {
                    "id": "3a6b77e3-bab9-44b2-a984-64750d97c2d6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/44f73a75-6b12-4adc-a610-d7c49740cf22/?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": "Inter Miami CF",
                                "amount": 5302.0
                            },
                            {
                                "team": "Toronto FC",
                                "amount": 4698.0
                            }
                        ],
                        "expected_reward_tokens": 11557.08,
                        "profit_sb": 2557.08,
                        "profit_sb_percentage": 28.41,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Inter Miami CF",
                                "amount": 4011.0
                            },
                            {
                                "team": "Toronto FC",
                                "amount": 3554.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2435.0
                            }
                        ],
                        "expected_reward_tokens": 8741.65,
                        "profit_sb": -258.35,
                        "profit_sb_percentage": -2.87,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "22acd30b-4ee1-41aa-83b3-d4ec68137837",
                            "gambit_id": "8d8e8be3-d762-41d8-b44e-d8e260ae22d4",
                            "last_updated": "2022-08-21T18:47:01.063963-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Inter Miami CF",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6b77e3-bab9-44b2-a984-64750d97c2d6/?format=api"
                        },
                        {
                            "id": "6dbb5404-1cab-48af-8c0d-2d88ae55fc45",
                            "gambit_id": "89e13d61-a06f-4545-a03c-45e766ad264e",
                            "last_updated": "2022-08-21T18:47:01.063376-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toronto FC",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6b77e3-bab9-44b2-a984-64750d97c2d6/?format=api"
                        },
                        {
                            "id": "de83eada-aa78-4d06-bd5a-08cfb5deb02f",
                            "gambit_id": "b94d99a0-4ff1-43d7-bccd-9cc0edb18d95",
                            "last_updated": "2022-08-21T18:47:01.064460-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.59000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6b77e3-bab9-44b2-a984-64750d97c2d6/?format=api"
                        }
                    ]
                },
                {
                    "id": "e397f0ab-c01f-49be-ad3c-51849d2a84e0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/44f73a75-6b12-4adc-a610-d7c49740cf22/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 6373.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3627.0
                            }
                        ],
                        "expected_reward_tokens": 8922.2,
                        "profit_sb": -77.8,
                        "profit_sb_percentage": -0.86,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5f8e4e88-8e6e-4e3d-82c5-a3e8269b6172",
                            "gambit_id": "a3b0a8a0-ae85-4f88-b856-459b7136e864",
                            "last_updated": "2022-08-21T18:47:01.062846-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.40000",
                            "odds": "1.44000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e397f0ab-c01f-49be-ad3c-51849d2a84e0/?format=api"
                        },
                        {
                            "id": "2638de89-e357-47b0-b0f1-f46654ce780f",
                            "gambit_id": "d7d00af1-1d72-4ffa-8bea-9be030b6bfb0",
                            "last_updated": "2022-08-21T18:47:01.062332-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.46000",
                            "odds": "2.60000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e397f0ab-c01f-49be-ad3c-51849d2a84e0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3ef7faef-4683-4595-b9df-16412ba89e52",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a13f26ff-fe7c-435f-8dfa-5c925d4a598c",
            "completed": true,
            "last_updated": "2022-08-21T19:27:09.171480-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/a13f26ff-fe7c-435f-8dfa-5c925d4a598c",
            "datetime": "2022-08-20T19:30:00-04:00",
            "cutoff_datetime": "2022-08-20T19:30:00-04:00",
            "name": "DC United v. Philadelphia Union",
            "bettypes": [
                {
                    "id": "feba0e54-2d0b-4207-9e6a-fed06991120e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3ef7faef-4683-4595-b9df-16412ba89e52/?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": "Philadelphia Union",
                                "amount": 6346.0
                            },
                            {
                                "team": "DC United",
                                "amount": 3654.0
                            }
                        ],
                        "expected_reward_tokens": 11802.42,
                        "profit_sb": 2802.42,
                        "profit_sb_percentage": 31.14,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia Union",
                                "amount": 4714.0
                            },
                            {
                                "team": "DC United",
                                "amount": 2715.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2571.0
                            }
                        ],
                        "expected_reward_tokens": 8767.11,
                        "profit_sb": -232.89,
                        "profit_sb_percentage": -2.59,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fc73981f-24f5-4d9e-8447-bd8d9c21228b",
                            "gambit_id": "9a341bd7-52e7-46ac-acf5-8b3832241362",
                            "last_updated": "2022-08-21T19:27:09.173465-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Union",
                            "reward": "1.86000",
                            "odds": "1.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/feba0e54-2d0b-4207-9e6a-fed06991120e/?format=api"
                        },
                        {
                            "id": "16667f58-f920-4140-b671-94750a9a42b0",
                            "gambit_id": "47397461-4c91-45e8-9237-c52eda428cf1",
                            "last_updated": "2022-08-21T19:27:09.174136-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DC United",
                            "reward": "3.23000",
                            "odds": "3.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/feba0e54-2d0b-4207-9e6a-fed06991120e/?format=api"
                        },
                        {
                            "id": "934bbed2-ba0b-4bef-9573-d7dc5fc288fd",
                            "gambit_id": "1397ad60-d41f-46d1-a47f-b8ad74d5047c",
                            "last_updated": "2022-08-21T19:27:09.175051-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.41000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/feba0e54-2d0b-4207-9e6a-fed06991120e/?format=api"
                        }
                    ]
                },
                {
                    "id": "d0fc0c4f-db46-4cb4-a3c7-832effcaefff",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3ef7faef-4683-4595-b9df-16412ba89e52/?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": "991ea53f-1d1c-426b-a704-dad5481667d5",
                            "gambit_id": "4d5345a7-80b4-4a12-8d38-1d883df4a714",
                            "last_updated": "2022-08-21T19:27:09.172418-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/d0fc0c4f-db46-4cb4-a3c7-832effcaefff/?format=api"
                        },
                        {
                            "id": "d8d63c09-2aba-4fd4-b4a3-a9f1fc1d3158",
                            "gambit_id": "90cfdaac-d539-45c4-a87d-636e1d7aefc0",
                            "last_updated": "2022-08-21T19:27:09.172901-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/d0fc0c4f-db46-4cb4-a3c7-832effcaefff/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5f72bfb8-cc84-4777-b7ea-9897cd7f7c46",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ac21a2da-654b-414c-877e-3d04c322ac7e",
            "completed": true,
            "last_updated": "2022-08-21T18:47:04.226625-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/ac21a2da-654b-414c-877e-3d04c322ac7e",
            "datetime": "2022-08-20T19:30:00-04:00",
            "cutoff_datetime": "2022-08-20T19:30:00-04:00",
            "name": "CF Montréal v. New England Revolution",
            "bettypes": [
                {
                    "id": "a12b3e4c-8533-40c4-b51e-0ae4d100a1bd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5f72bfb8-cc84-4777-b7ea-9897cd7f7c46/?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": "CF Montréal",
                                "amount": 6894.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3106.0
                            }
                        ],
                        "expected_reward_tokens": 11305.84,
                        "profit_sb": 2305.84,
                        "profit_sb_percentage": 25.62,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CF Montréal",
                                "amount": 5384.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2426.0
                            },
                            {
                                "team": "New England Revolution",
                                "amount": 2191.0
                            }
                        ],
                        "expected_reward_tokens": 8829.73,
                        "profit_sb": -170.27,
                        "profit_sb_percentage": -1.89,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7d5f29fe-a26c-45ab-94e4-66f9e92e929d",
                            "gambit_id": "e4ab5d14-7c9b-4ce0-817d-0bbe130c98cc",
                            "last_updated": "2022-08-21T18:47:04.228929-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CF Montréal",
                            "reward": "1.64000",
                            "odds": "1.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12b3e4c-8533-40c4-b51e-0ae4d100a1bd/?format=api"
                        },
                        {
                            "id": "5e87c6a6-061d-4f9c-98a4-47b9eabab8f2",
                            "gambit_id": "b9975597-20a4-43a1-9f42-b419592c95e0",
                            "last_updated": "2022-08-21T18:47:04.229322-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/a12b3e4c-8533-40c4-b51e-0ae4d100a1bd/?format=api"
                        },
                        {
                            "id": "640d842f-675d-4f03-af64-7c61d208b892",
                            "gambit_id": "2a8d045a-45ab-4198-a00e-78c3c7f544f8",
                            "last_updated": "2022-08-21T18:47:04.228529-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New England Revolution",
                            "reward": "4.03000",
                            "odds": "4.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12b3e4c-8533-40c4-b51e-0ae4d100a1bd/?format=api"
                        }
                    ]
                },
                {
                    "id": "b0b923c4-6694-410f-8308-861664c7ca6b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5f72bfb8-cc84-4777-b7ea-9897cd7f7c46/?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": "6a047323-afcd-4bcb-a3d6-25f421db9634",
                            "gambit_id": "cbdf5133-d9fe-4733-a70f-26f0f7b6046d",
                            "last_updated": "2022-08-21T18:47:04.228131-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/b0b923c4-6694-410f-8308-861664c7ca6b/?format=api"
                        },
                        {
                            "id": "677fe5c2-32cd-41c4-b27a-2804c9944fd7",
                            "gambit_id": "7d906824-589b-45b0-aca0-deec6025053c",
                            "last_updated": "2022-08-21T18:47:04.227652-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/b0b923c4-6694-410f-8308-861664c7ca6b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ad1e8eba-8e08-4825-9c99-2bf474019d8f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ce8723f7-6143-4dc6-8c4a-b3fdbbbf4dbf",
            "completed": true,
            "last_updated": "2022-08-21T12:52:08.226252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.42,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/ce8723f7-6143-4dc6-8c4a-b3fdbbbf4dbf",
            "datetime": "2022-08-20T19:15:00-04:00",
            "cutoff_datetime": "2022-08-20T19:15:00-04:00",
            "name": "HOU (C Javier) v. ATL (S Strider)",
            "bettypes": [
                {
                    "id": "b03d13dd-ec84-4edb-8185-3d8c69cec2ac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ad1e8eba-8e08-4825-9c99-2bf474019d8f/?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": 6005.0
                            },
                            {
                                "team": "HOU (C Javier)",
                                "amount": 3995.0
                            }
                        ],
                        "expected_reward_tokens": 9307.75,
                        "profit_sb": 307.75,
                        "profit_sb_percentage": 3.42,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "444433fb-27e7-49c3-9dcb-fc0bc6197d18",
                            "gambit_id": "8021be31-de5d-4595-ab40-68ca0523928e",
                            "last_updated": "2022-08-21T12:52:08.229453-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (S Strider)",
                            "reward": "1.55000",
                            "odds": "1.61350",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03d13dd-ec84-4edb-8185-3d8c69cec2ac/?format=api"
                        },
                        {
                            "id": "61199ba4-2156-4813-ab91-4d6ca6902199",
                            "gambit_id": "cd6ca7d1-3f07-45ba-a45e-17e36ced672c",
                            "last_updated": "2022-08-21T12:52:08.229062-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (C Javier)",
                            "reward": "2.33000",
                            "odds": "2.48000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b03d13dd-ec84-4edb-8185-3d8c69cec2ac/?format=api"
                        }
                    ]
                },
                {
                    "id": "52939813-e790-4121-80bb-085c7a02004e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ad1e8eba-8e08-4825-9c99-2bf474019d8f/?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": 5756.0
                            },
                            {
                                "team": "ATL",
                                "amount": 4244.0
                            }
                        ],
                        "expected_reward_tokens": 9209.48,
                        "profit_sb": 209.48,
                        "profit_sb_percentage": 2.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9d386e36-2500-43fa-bb1a-7e4e13c72dfc",
                            "gambit_id": "e787c291-4774-4265-a965-f98d164e9812",
                            "last_updated": "2022-08-21T12:52:08.228264-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "1.60000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52939813-e790-4121-80bb-085c7a02004e/?format=api"
                        },
                        {
                            "id": "bb596360-c233-4130-8224-1f0205dce670",
                            "gambit_id": "b42b0324-edc0-495d-8ce0-72a06b108ab4",
                            "last_updated": "2022-08-21T12:52:08.228667-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "2.17000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52939813-e790-4121-80bb-085c7a02004e/?format=api"
                        }
                    ]
                },
                {
                    "id": "72f0ff34-101b-4e10-bb2f-d785811fd5e0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ad1e8eba-8e08-4825-9c99-2bf474019d8f/?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": "70dcbc22-1026-40da-9145-8a6da36b642a",
                            "gambit_id": "78a77b4e-0eb5-438b-b9cc-a4bf66e44535",
                            "last_updated": "2022-08-21T12:52:08.227265-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/72f0ff34-101b-4e10-bb2f-d785811fd5e0/?format=api"
                        },
                        {
                            "id": "fe1fe71d-dc7a-4c77-a7f0-a44ae75b5bb6",
                            "gambit_id": "c71bb25d-9f52-4041-a60c-9c2ee9e81857",
                            "last_updated": "2022-08-21T12:52:08.227785-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/72f0ff34-101b-4e10-bb2f-d785811fd5e0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1a666756-4110-4dd8-a718-3216afa2ea73",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "72ccff70-de99-47cb-9205-3fc77ed02453",
            "completed": true,
            "last_updated": "2022-08-21T12:52:06.747099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.57,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/72ccff70-de99-47cb-9205-3fc77ed02453",
            "datetime": "2022-08-20T19:15:00-04:00",
            "cutoff_datetime": "2022-08-20T19:15:00-04:00",
            "name": "SEA (L Gilbert) v. OAK (J Kaprielian)",
            "bettypes": [
                {
                    "id": "4b3a202f-96aa-480e-9db5-a8c091eb9155",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a666756-4110-4dd8-a718-3216afa2ea73/?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": 6256.0
                            },
                            {
                                "team": "OAK (J Kaprielian)",
                                "amount": 3744.0
                            }
                        ],
                        "expected_reward_tokens": 9321.44,
                        "profit_sb": 321.44,
                        "profit_sb_percentage": 3.57,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cd7b2d57-3989-4ee9-a98e-7b5c591920b3",
                            "gambit_id": "36a06fa3-a176-4820-9b3b-3f4f815e250c",
                            "last_updated": "2022-08-21T12:52:06.750308-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (L Gilbert)",
                            "reward": "1.49000",
                            "odds": "1.54050",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b3a202f-96aa-480e-9db5-a8c091eb9155/?format=api"
                        },
                        {
                            "id": "46eff73c-b068-4291-a141-f4d7a8a8c7ef",
                            "gambit_id": "65189866-3a40-4726-bf84-e4b086800934",
                            "last_updated": "2022-08-21T12:52:06.749909-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (J Kaprielian)",
                            "reward": "2.49000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b3a202f-96aa-480e-9db5-a8c091eb9155/?format=api"
                        }
                    ]
                },
                {
                    "id": "7c02c509-55fc-4d6b-a0b4-2bebe67b6f30",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a666756-4110-4dd8-a718-3216afa2ea73/?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": "OAK",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "572d633d-5359-4d54-973e-511c79d89ccd",
                            "gambit_id": "c2fac603-9039-4c84-a2fd-a930f92bec89",
                            "last_updated": "2022-08-21T12:52:06.749495-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c02c509-55fc-4d6b-a0b4-2bebe67b6f30/?format=api"
                        },
                        {
                            "id": "60b48da6-5b4d-4643-a45c-4054e1c21ccf",
                            "gambit_id": "89c43cf6-5c28-40a4-a646-fc4cb30f4f73",
                            "last_updated": "2022-08-21T12:52:06.749087-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c02c509-55fc-4d6b-a0b4-2bebe67b6f30/?format=api"
                        }
                    ]
                },
                {
                    "id": "e060353c-cd4a-4d79-b27a-a1b853e9f6a6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a666756-4110-4dd8-a718-3216afa2ea73/?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": 5110.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3819444f-7ad5-4b8e-9e3f-880f82a2fe19",
                            "gambit_id": "e55e6573-31ae-484b-b13f-a6420f3d75ae",
                            "last_updated": "2022-08-21T12:52:06.748080-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e060353c-cd4a-4d79-b27a-a1b853e9f6a6/?format=api"
                        },
                        {
                            "id": "34bdcec9-d34d-4c57-a6c3-9860915de617",
                            "gambit_id": "2b5a52a5-0b7f-45c9-a4a4-605bc61d57ba",
                            "last_updated": "2022-08-21T12:52:06.748656-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e060353c-cd4a-4d79-b27a-a1b853e9f6a6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "195f8966-7f51-46b9-baa6-04cbaf0d6e41",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9e6659ad-d574-45c7-905b-1ab1194d4d98",
            "completed": true,
            "last_updated": "2022-08-21T12:52:08.545766-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.68,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/9e6659ad-d574-45c7-905b-1ab1194d4d98",
            "datetime": "2022-08-20T19:15:00-04:00",
            "cutoff_datetime": "2022-08-20T19:15:00-04:00",
            "name": "NYM (D Peterson) v. PHI (B Falter) - Game 2",
            "bettypes": [
                {
                    "id": "a82f0cba-e835-41d3-b204-04ebf8262e8e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/195f8966-7f51-46b9-baa6-04cbaf0d6e41/?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 (D Peterson)",
                                "amount": 5426.0
                            },
                            {
                                "team": "PHI (B Falter)",
                                "amount": 4574.0
                            }
                        ],
                        "expected_reward_tokens": 9330.96,
                        "profit_sb": 330.96,
                        "profit_sb_percentage": 3.68,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fab97709-4192-49d2-b677-8fd35ec86736",
                            "gambit_id": "3bf46018-6d45-427d-8084-00ff13c3ad10",
                            "last_updated": "2022-08-21T12:52:08.549200-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (D Peterson)",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a82f0cba-e835-41d3-b204-04ebf8262e8e/?format=api"
                        },
                        {
                            "id": "a7687a22-ea8d-4d0c-9203-11a5a672323e",
                            "gambit_id": "ba164483-2e8f-414c-99a2-f228b4c7a1a2",
                            "last_updated": "2022-08-21T12:52:08.548725-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (B Falter)",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a82f0cba-e835-41d3-b204-04ebf8262e8e/?format=api"
                        }
                    ]
                },
                {
                    "id": "591516f9-df90-424d-87de-9e4dadde1756",
                    "match": "https://api-prod.gambitprofit.com/api/matches/195f8966-7f51-46b9-baa6-04cbaf0d6e41/?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": 5680.0
                            },
                            {
                                "team": "NYM",
                                "amount": 4320.0
                            }
                        ],
                        "expected_reward_tokens": 9201.6,
                        "profit_sb": 201.6,
                        "profit_sb_percentage": 2.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a86e6ed1-1465-457a-bb27-baeb63f35c7e",
                            "gambit_id": "40980c3d-034e-4344-95d1-f0c014d377d0",
                            "last_updated": "2022-08-21T12:52:08.547764-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.62000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591516f9-df90-424d-87de-9e4dadde1756/?format=api"
                        },
                        {
                            "id": "12e19c12-37ce-49cb-a733-5d26c0e0c614",
                            "gambit_id": "35e41077-1ef0-491e-9312-0c6cdf4e4439",
                            "last_updated": "2022-08-21T12:52:08.548253-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "2.13000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591516f9-df90-424d-87de-9e4dadde1756/?format=api"
                        }
                    ]
                },
                {
                    "id": "ecb6af28-897d-4997-b304-5d471ccf108f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/195f8966-7f51-46b9-baa6-04cbaf0d6e41/?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": 5110.0
                            },
                            {
                                "team": "Game Total Under 9",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4046a91d-62d1-4ba3-903f-1c98d3f2b7cd",
                            "gambit_id": "cf872220-d14a-4558-b81c-f7a0b3dc6466",
                            "last_updated": "2022-08-21T12:52:08.547269-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb6af28-897d-4997-b304-5d471ccf108f/?format=api"
                        },
                        {
                            "id": "309ef597-7fcb-488a-9049-582c6795a0cb",
                            "gambit_id": "b7c85382-c535-484f-90ef-aa9320cc3cc4",
                            "last_updated": "2022-08-21T12:52:08.546716-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb6af28-897d-4997-b304-5d471ccf108f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "94409ada-107d-4b1e-91d6-f0283a3b91d2",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b9c3fa70-e544-473a-b9a1-9200cb3bfaae",
            "completed": true,
            "last_updated": "2022-08-21T12:52:07.922831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.81,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/b9c3fa70-e544-473a-b9a1-9200cb3bfaae",
            "datetime": "2022-08-20T19:10:00-04:00",
            "cutoff_datetime": "2022-08-20T19:10:00-04:00",
            "name": "TEX (G Otto) v. MIN (C Archer)",
            "bettypes": [
                {
                    "id": "3ff6c91b-9a3e-40ad-ac84-f0cc30074d4b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94409ada-107d-4b1e-91d6-f0283a3b91d2/?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": 6107.0
                            },
                            {
                                "team": "TEX (G Otto)",
                                "amount": 3893.0
                            }
                        ],
                        "expected_reward_tokens": 9343.2,
                        "profit_sb": 343.2,
                        "profit_sb_percentage": 3.81,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "52ded21b-d83b-415a-9030-80a77e6453a0",
                            "gambit_id": "59a5ed70-9374-4608-ab02-ef4b4042d776",
                            "last_updated": "2022-08-21T12:52:07.925442-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (C Archer)",
                            "reward": "1.53000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff6c91b-9a3e-40ad-ac84-f0cc30074d4b/?format=api"
                        },
                        {
                            "id": "0d6d6d7e-9292-4d8f-a3a4-2971fea289fa",
                            "gambit_id": "eeb7e037-8c5e-4bed-8f77-1f5bfc4abcfd",
                            "last_updated": "2022-08-21T12:52:07.925972-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (G Otto)",
                            "reward": "2.40000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff6c91b-9a3e-40ad-ac84-f0cc30074d4b/?format=api"
                        }
                    ]
                },
                {
                    "id": "d54e4f73-07d4-4715-98bc-1ed6ade01a45",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94409ada-107d-4b1e-91d6-f0283a3b91d2/?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": 5591.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4409.0
                            }
                        ],
                        "expected_reward_tokens": 9169.24,
                        "profit_sb": 169.24,
                        "profit_sb_percentage": 1.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "041a134f-38e6-4c47-82dc-8753b0e8a1fa",
                            "gambit_id": "19c56aef-8a9c-4c89-bc40-a0ea57a51f63",
                            "last_updated": "2022-08-21T12:52:07.924977-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "1.64000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54e4f73-07d4-4715-98bc-1ed6ade01a45/?format=api"
                        },
                        {
                            "id": "14961cc8-0ede-4d29-95bd-eb897cd9b055",
                            "gambit_id": "76b331df-c981-4924-9ad2-b95d90a67792",
                            "last_updated": "2022-08-21T12:52:07.924581-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "2.08000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d54e4f73-07d4-4715-98bc-1ed6ade01a45/?format=api"
                        }
                    ]
                },
                {
                    "id": "675986a0-3a25-496b-bab8-a694a0260618",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94409ada-107d-4b1e-91d6-f0283a3b91d2/?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": 5110.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a3ed3d2f-eeb8-4280-b0c9-5f89de41d531",
                            "gambit_id": "006ee847-4749-4c3e-93b5-0e3724b3070f",
                            "last_updated": "2022-08-21T12:52:07.924189-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/675986a0-3a25-496b-bab8-a694a0260618/?format=api"
                        },
                        {
                            "id": "8daa4360-9a7d-478f-97b9-07c1e02924d7",
                            "gambit_id": "5cd5e36e-308a-4a29-92d0-4f67784051dd",
                            "last_updated": "2022-08-21T12:52:07.923759-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/675986a0-3a25-496b-bab8-a694a0260618/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "73038dd3-8b64-4458-a86d-3a754fe09626",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "accb4d73-90fe-4298-8a53-35506694b8b2",
            "completed": true,
            "last_updated": "2022-08-21T12:52:07.773737-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/accb4d73-90fe-4298-8a53-35506694b8b2",
            "datetime": "2022-08-20T19:05:00-04:00",
            "cutoff_datetime": "2022-08-20T19:05:00-04:00",
            "name": "CIN (J Dunn) v. PIT (T Beede)",
            "bettypes": [
                {
                    "id": "432da5fa-a595-49a0-9f84-619cfcf57362",
                    "match": "https://api-prod.gambitprofit.com/api/matches/73038dd3-8b64-4458-a86d-3a754fe09626/?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": "PIT (T Beede)",
                                "amount": 5759.0
                            },
                            {
                                "team": "CIN (J Dunn)",
                                "amount": 4241.0
                            }
                        ],
                        "expected_reward_tokens": 9329.58,
                        "profit_sb": 329.58,
                        "profit_sb_percentage": 3.66,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "19575e8d-df92-4c02-847d-c150bb97ac6a",
                            "gambit_id": "b97de9ef-ae02-4d42-ba1d-7f3863f5b7b8",
                            "last_updated": "2022-08-21T12:52:07.776539-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (T Beede)",
                            "reward": "1.62000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/432da5fa-a595-49a0-9f84-619cfcf57362/?format=api"
                        },
                        {
                            "id": "f8590f8d-f107-4c0b-904d-6fcd67bd5cb1",
                            "gambit_id": "80e91d0d-acad-4548-8fb2-1a325e402da6",
                            "last_updated": "2022-08-21T12:52:07.776924-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (J Dunn)",
                            "reward": "2.20000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/432da5fa-a595-49a0-9f84-619cfcf57362/?format=api"
                        }
                    ]
                },
                {
                    "id": "a7d3aa10-c3a6-4d3a-b938-dde98a2548c0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/73038dd3-8b64-4458-a86d-3a754fe09626/?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": 6057.0
                            },
                            {
                                "team": "PIT",
                                "amount": 3943.0
                            }
                        ],
                        "expected_reward_tokens": 9266.05,
                        "profit_sb": 266.05,
                        "profit_sb_percentage": 2.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "aae87925-f871-4ffc-a650-d5fa36d3e405",
                            "gambit_id": "82629e69-8726-4855-8a47-15a80fc1b6ee",
                            "last_updated": "2022-08-21T12:52:07.776142-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "1.53000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d3aa10-c3a6-4d3a-b938-dde98a2548c0/?format=api"
                        },
                        {
                            "id": "c4118336-1d47-4f50-9b6a-c028db36c98c",
                            "gambit_id": "6eee3acd-f7bd-4701-bdd1-40c48b1dae59",
                            "last_updated": "2022-08-21T12:52:07.775664-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "2.35000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d3aa10-c3a6-4d3a-b938-dde98a2548c0/?format=api"
                        }
                    ]
                },
                {
                    "id": "eabb5605-d003-4a3a-b746-18aa40a5e8a2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/73038dd3-8b64-4458-a86d-3a754fe09626/?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": "6ee12ad7-e6e0-485e-8c24-3329315a139a",
                            "gambit_id": "d3715d25-3d3e-4d51-8a79-d883d86a227e",
                            "last_updated": "2022-08-21T12:52:07.774659-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/eabb5605-d003-4a3a-b746-18aa40a5e8a2/?format=api"
                        },
                        {
                            "id": "77d7c64f-b445-4a28-97df-90c616ca088c",
                            "gambit_id": "399da3b5-4452-42fe-b7b1-edc7c2284202",
                            "last_updated": "2022-08-21T12:52:07.775121-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/eabb5605-d003-4a3a-b746-18aa40a5e8a2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f77afdf3-9b58-4e58-b0ff-7630fdee4da6",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ad9f76c1-f2f7-43c6-82e2-712ee1275fa5",
            "completed": true,
            "last_updated": "2022-08-21T12:57:09.150618-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.25,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/ad9f76c1-f2f7-43c6-82e2-712ee1275fa5",
            "datetime": "2022-08-20T19:00:00-04:00",
            "cutoff_datetime": "2022-08-20T19:00:00-04:00",
            "name": "Pittsburgh Steelers v. Jacksonville Jaguars",
            "bettypes": [
                {
                    "id": "b9ddfe74-6013-44c3-bd80-a5f98ff684fd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f77afdf3-9b58-4e58-b0ff-7630fdee4da6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Jacksonville Jaguars",
                                "amount": 5511.0
                            },
                            {
                                "team": "Pittsburgh Steelers",
                                "amount": 4489.0
                            }
                        ],
                        "expected_reward_tokens": 9202.45,
                        "profit_sb": 202.45,
                        "profit_sb_percentage": 2.25,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f9b96841-9fe7-482b-af9d-68f8c289cf73",
                            "gambit_id": "7349d218-e317-4103-991d-38db2379c169",
                            "last_updated": "2022-08-21T12:57:09.153158-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jacksonville Jaguars",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9ddfe74-6013-44c3-bd80-a5f98ff684fd/?format=api"
                        },
                        {
                            "id": "0a445547-bbcf-490b-80fd-ebb9c1c45ca6",
                            "gambit_id": "4a0cda3c-7af6-419e-990b-5543700e34a0",
                            "last_updated": "2022-08-21T12:57:09.153670-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pittsburgh Steelers",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9ddfe74-6013-44c3-bd80-a5f98ff684fd/?format=api"
                        }
                    ]
                },
                {
                    "id": "2df8b18b-54ba-4982-aa8c-6507e28e5656",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f77afdf3-9b58-4e58-b0ff-7630fdee4da6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Pittsburgh Steelers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Jacksonville Jaguars",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9db7273f-1d0f-498a-8114-4f3dc1c69d2b",
                            "gambit_id": "d7c4674b-8f96-4a9b-a8c8-181638895736",
                            "last_updated": "2022-08-21T12:57:09.154671-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pittsburgh Steelers",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2df8b18b-54ba-4982-aa8c-6507e28e5656/?format=api"
                        },
                        {
                            "id": "e561497e-f0bf-49ae-ad86-7ddcbc7ea4c3",
                            "gambit_id": "5634a934-233d-42cd-9104-996fdb1bc5ea",
                            "last_updated": "2022-08-21T12:57:09.154175-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jacksonville Jaguars",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2df8b18b-54ba-4982-aa8c-6507e28e5656/?format=api"
                        }
                    ]
                },
                {
                    "id": "70455457-72e4-473d-837e-7704ae79c14c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f77afdf3-9b58-4e58-b0ff-7630fdee4da6/?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 41.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 41.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f6262ecc-311c-419c-addb-e6a37587fe35",
                            "gambit_id": "36dfc0ac-41a5-4ddf-84c7-0547800bdd45",
                            "last_updated": "2022-08-21T12:57:09.152624-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 41.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "41.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70455457-72e4-473d-837e-7704ae79c14c/?format=api"
                        },
                        {
                            "id": "bab1f32a-7c36-47db-a2c7-63100276f939",
                            "gambit_id": "c90bae6b-4704-4b48-bf1b-e863c9e52776",
                            "last_updated": "2022-08-21T12:57:09.151991-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 41.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "41.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70455457-72e4-473d-837e-7704ae79c14c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "51db3d27-ffe4-4809-a10c-7244e575f91d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "02e309f2-7909-453b-9fbf-3b4e1788f895",
            "completed": true,
            "last_updated": "2022-08-21T12:57:10.062944-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.13,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/02e309f2-7909-453b-9fbf-3b4e1788f895",
            "datetime": "2022-08-20T19:00:00-04:00",
            "cutoff_datetime": "2022-08-20T19:00:00-04:00",
            "name": "Tampa Bay Buccaneers v. Tennessee Titans",
            "bettypes": [
                {
                    "id": "8abf2b64-0e23-4031-a097-f3d1a8a1ea19",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51db3d27-ffe4-4809-a10c-7244e575f91d/?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": "Tennessee Titans",
                                "amount": 5838.0
                            },
                            {
                                "team": "Tampa Bay Buccaneers",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9281.26,
                        "profit_sb": 281.26,
                        "profit_sb_percentage": 3.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d6da283d-2eec-4fe0-882f-0909aaff2d89",
                            "gambit_id": "6e6b51ad-44cf-42a8-9127-fab2499e1f2f",
                            "last_updated": "2022-08-21T12:57:10.064949-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tennessee Titans",
                            "reward": "1.59000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8abf2b64-0e23-4031-a097-f3d1a8a1ea19/?format=api"
                        },
                        {
                            "id": "7438001d-32f3-46cb-a820-8c27cb707284",
                            "gambit_id": "e455c0e7-329f-4973-a082-3fd0846270cf",
                            "last_updated": "2022-08-21T12:57:10.065431-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Buccaneers",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8abf2b64-0e23-4031-a097-f3d1a8a1ea19/?format=api"
                        }
                    ]
                },
                {
                    "id": "b8742143-5fec-46c3-a17c-14643591feed",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51db3d27-ffe4-4809-a10c-7244e575f91d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tennessee Titans",
                                "amount": 5000.0
                            },
                            {
                                "team": "Tampa Bay Buccaneers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "27e06046-70f5-49e0-be0e-7afb890be568",
                            "gambit_id": "6b6add39-94af-4497-996a-2d9ac2e33c4f",
                            "last_updated": "2022-08-21T12:57:10.065926-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tennessee Titans",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8742143-5fec-46c3-a17c-14643591feed/?format=api"
                        },
                        {
                            "id": "4815b6ab-57e3-43c3-b7b7-f9e5ee187de4",
                            "gambit_id": "ddcb32fd-8a68-4e33-84aa-7cd6db5d84e4",
                            "last_updated": "2022-08-21T12:57:10.066437-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Buccaneers",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8742143-5fec-46c3-a17c-14643591feed/?format=api"
                        }
                    ]
                },
                {
                    "id": "e02eb3fb-8b2c-43c6-a1c8-1f78858478cd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51db3d27-ffe4-4809-a10c-7244e575f91d/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 38",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 38",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "97ddb77e-2b07-42cd-8dcd-ba5b0f28f698",
                            "gambit_id": "e2be0793-41b1-45df-8f1a-87e31f8161b2",
                            "last_updated": "2022-08-21T12:57:10.063919-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 38",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "38.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e02eb3fb-8b2c-43c6-a1c8-1f78858478cd/?format=api"
                        },
                        {
                            "id": "eb57549e-7a14-4f7c-9ffd-ac66f52f858f",
                            "gambit_id": "0cbb2ff5-7f48-4cbe-a91b-195746a8b0ac",
                            "last_updated": "2022-08-21T12:57:10.064456-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 38",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "38.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e02eb3fb-8b2c-43c6-a1c8-1f78858478cd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f4542e67-ded2-47b5-835c-8b9a83efa72b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7716d250-113b-4234-8ade-4f1e644923d9",
            "completed": true,
            "last_updated": "2022-08-21T12:57:09.884100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.74,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/7716d250-113b-4234-8ade-4f1e644923d9",
            "datetime": "2022-08-20T19:00:00-04:00",
            "cutoff_datetime": "2022-08-20T19:00:00-04:00",
            "name": "San Francisco 49ers v. Minnesota Vikings",
            "bettypes": [
                {
                    "id": "010e9b6f-e34b-48e8-ac18-cce78a4b9765",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f4542e67-ded2-47b5-835c-8b9a83efa72b/?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": "Minnesota Vikings",
                                "amount": 6395.0
                            },
                            {
                                "team": "San Francisco 49ers",
                                "amount": 3605.0
                            }
                        ],
                        "expected_reward_tokens": 9336.7,
                        "profit_sb": 336.7,
                        "profit_sb_percentage": 3.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7792a819-612f-44eb-a57d-915d86622c15",
                            "gambit_id": "153fdb91-dc53-42c0-9ae1-1b9f05884e81",
                            "last_updated": "2022-08-21T12:57:09.886630-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Vikings",
                            "reward": "1.46000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010e9b6f-e34b-48e8-ac18-cce78a4b9765/?format=api"
                        },
                        {
                            "id": "aa769474-40fc-4e57-b9cd-31c8d26c825b",
                            "gambit_id": "0cfffef9-301d-4971-be50-7b8c6e134264",
                            "last_updated": "2022-08-21T12:57:09.887180-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Francisco 49ers",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010e9b6f-e34b-48e8-ac18-cce78a4b9765/?format=api"
                        }
                    ]
                },
                {
                    "id": "e1c0dc60-3175-423a-b001-8bb5c485e18b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f4542e67-ded2-47b5-835c-8b9a83efa72b/?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": "Minnesota Vikings",
                                "amount": 5000.0
                            },
                            {
                                "team": "San Francisco 49ers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e75958cf-714d-4af6-a6df-f13ccac9a811",
                            "gambit_id": "f02ec99a-a88f-437f-97fc-b2b0de247605",
                            "last_updated": "2022-08-21T12:57:09.887764-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Vikings",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1c0dc60-3175-423a-b001-8bb5c485e18b/?format=api"
                        },
                        {
                            "id": "92af1e6e-f219-428e-b2b8-624dcceca0b8",
                            "gambit_id": "715ccd7b-7daf-4c9e-8ad5-122ca3fac5bb",
                            "last_updated": "2022-08-21T12:57:09.888325-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Francisco 49ers",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1c0dc60-3175-423a-b001-8bb5c485e18b/?format=api"
                        }
                    ]
                },
                {
                    "id": "4ed34ca1-6b9f-40d0-9e48-eaad817013eb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f4542e67-ded2-47b5-835c-8b9a83efa72b/?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 39",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 39",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "daa771e8-2e58-431a-a022-f14eabe8e069",
                            "gambit_id": "2cc80b35-5cd1-467a-998b-c543368b5d87",
                            "last_updated": "2022-08-21T12:57:09.885404-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 39",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "39.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ed34ca1-6b9f-40d0-9e48-eaad817013eb/?format=api"
                        },
                        {
                            "id": "3a175440-c5af-422c-a453-1e108f959ed3",
                            "gambit_id": "b0859e6d-9507-4f12-8d8e-e654103c0701",
                            "last_updated": "2022-08-21T12:57:09.886051-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 39",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "39.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ed34ca1-6b9f-40d0-9e48-eaad817013eb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c0d0a5a3-4a14-487e-a7ea-c13c4ef6cc1a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "35a78069-0887-464b-b96b-3d5e944a5c0d",
            "completed": true,
            "last_updated": "2022-08-21T12:57:09.306952-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/35a78069-0887-464b-b96b-3d5e944a5c0d",
            "datetime": "2022-08-20T19:00:00-04:00",
            "cutoff_datetime": "2022-08-20T19:00:00-04:00",
            "name": "Las Vegas Raiders v. Miami Dolphins",
            "bettypes": [
                {
                    "id": "2e6dd30b-c162-41a7-83e8-67fbe7c7bd0c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c0d0a5a3-4a14-487e-a7ea-c13c4ef6cc1a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Miami Dolphins",
                                "amount": 6132.0
                            },
                            {
                                "team": "Las Vegas Raiders",
                                "amount": 3868.0
                            }
                        ],
                        "expected_reward_tokens": 9320.64,
                        "profit_sb": 320.64,
                        "profit_sb_percentage": 3.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2fa0a5e5-69f1-4131-8988-4b93e44c2a3c",
                            "gambit_id": "a2803904-239a-4629-b105-091b28bb8ff1",
                            "last_updated": "2022-08-21T12:57:09.309219-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Dolphins",
                            "reward": "1.52000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e6dd30b-c162-41a7-83e8-67fbe7c7bd0c/?format=api"
                        },
                        {
                            "id": "e9a8e636-e17d-46e4-8569-29183e6192d1",
                            "gambit_id": "9225d23c-f756-4d91-ba62-e4bdf8e44712",
                            "last_updated": "2022-08-21T12:57:09.308827-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Las Vegas Raiders",
                            "reward": "2.41000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e6dd30b-c162-41a7-83e8-67fbe7c7bd0c/?format=api"
                        }
                    ]
                },
                {
                    "id": "1ad2f964-45a4-4134-b2f5-9a09baaa7e9f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c0d0a5a3-4a14-487e-a7ea-c13c4ef6cc1a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Miami Dolphins",
                                "amount": 5000.0
                            },
                            {
                                "team": "Las Vegas Raiders",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ead3e5c4-8da0-4569-8330-dc3edae9cfee",
                            "gambit_id": "e2dc627f-e79d-47aa-8662-790d7adab6a1",
                            "last_updated": "2022-08-21T12:57:09.309626-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Dolphins",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad2f964-45a4-4134-b2f5-9a09baaa7e9f/?format=api"
                        },
                        {
                            "id": "f5fbc32a-54e4-4bf6-ae5b-c2ccbba06951",
                            "gambit_id": "964fec04-802b-40e2-9b73-86856ae9ce39",
                            "last_updated": "2022-08-21T12:57:09.310027-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Las Vegas Raiders",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad2f964-45a4-4134-b2f5-9a09baaa7e9f/?format=api"
                        }
                    ]
                },
                {
                    "id": "70ea6c74-f06d-42ad-9ba3-7e0c6128deb7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c0d0a5a3-4a14-487e-a7ea-c13c4ef6cc1a/?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 41.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 41.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "29ba91e2-2c0a-4eed-aece-807031f18ba1",
                            "gambit_id": "fd2a7f66-e05b-41d5-9aa7-8e2311f4c5a2",
                            "last_updated": "2022-08-21T12:57:09.307967-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 41.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "41.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ea6c74-f06d-42ad-9ba3-7e0c6128deb7/?format=api"
                        },
                        {
                            "id": "c51957a2-d7f6-40c8-9104-4e08e80128fb",
                            "gambit_id": "85a8419f-6d28-4c15-ba6b-89bcf68e4916",
                            "last_updated": "2022-08-21T12:57:09.308427-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 41.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "41.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ea6c74-f06d-42ad-9ba3-7e0c6128deb7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e8c2e0b8-77a4-4049-adf2-90f6c468796d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7c2506c4-c25f-49ad-9295-2e69f762795c",
            "completed": true,
            "last_updated": "2022-08-21T12:52:07.603316-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.81,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/7c2506c4-c25f-49ad-9295-2e69f762795c",
            "datetime": "2022-08-20T18:10:00-04:00",
            "cutoff_datetime": "2022-08-20T18:10:00-04:00",
            "name": "CWS (J Cueto) v. CLE (S Bieber)",
            "bettypes": [
                {
                    "id": "5a71f527-d987-4607-acf6-a4390d19792e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e8c2e0b8-77a4-4049-adf2-90f6c468796d/?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 (S Bieber)",
                                "amount": 6107.0
                            },
                            {
                                "team": "CWS (J Cueto)",
                                "amount": 3893.0
                            }
                        ],
                        "expected_reward_tokens": 9343.2,
                        "profit_sb": 343.2,
                        "profit_sb_percentage": 3.81,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c0b74c17-e344-46be-a6e0-e7b99178cca8",
                            "gambit_id": "9bb5aef3-d557-4571-b700-9500eed09a78",
                            "last_updated": "2022-08-21T12:52:07.605958-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (S Bieber)",
                            "reward": "1.53000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a71f527-d987-4607-acf6-a4390d19792e/?format=api"
                        },
                        {
                            "id": "26997a7b-8b99-4069-aebb-3d6b0c00dff9",
                            "gambit_id": "033623a5-5760-4011-b815-ae5638ddaae2",
                            "last_updated": "2022-08-21T12:52:07.606359-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (J Cueto)",
                            "reward": "2.40000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a71f527-d987-4607-acf6-a4390d19792e/?format=api"
                        }
                    ]
                },
                {
                    "id": "f6757e98-ae19-4951-a31e-b28fb90533b3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e8c2e0b8-77a4-4049-adf2-90f6c468796d/?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": 5916.0
                            },
                            {
                                "team": "CLE",
                                "amount": 4084.0
                            }
                        ],
                        "expected_reward_tokens": 9228.96,
                        "profit_sb": 228.96,
                        "profit_sb_percentage": 2.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1c9f2fbf-dc13-43e5-9ad6-9ceefe6f63cc",
                            "gambit_id": "694232d8-743c-446b-80c8-7c25af01c38a",
                            "last_updated": "2022-08-21T12:52:07.605556-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.56000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6757e98-ae19-4951-a31e-b28fb90533b3/?format=api"
                        },
                        {
                            "id": "1a8e889d-f26d-40fa-a293-d8a5785ed12a",
                            "gambit_id": "e81c1872-7d52-4e53-af30-2f2980ab6325",
                            "last_updated": "2022-08-21T12:52:07.605139-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "2.26000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6757e98-ae19-4951-a31e-b28fb90533b3/?format=api"
                        }
                    ]
                },
                {
                    "id": "44ebe644-7d34-42f0-ba1f-bdb23e5ded16",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e8c2e0b8-77a4-4049-adf2-90f6c468796d/?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": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "acab3cf3-bff2-459a-8c83-c731158db37f",
                            "gambit_id": "01a800d1-a244-46fa-875c-95c2d34b715a",
                            "last_updated": "2022-08-21T12:52:07.604279-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/44ebe644-7d34-42f0-ba1f-bdb23e5ded16/?format=api"
                        },
                        {
                            "id": "23183fad-322a-4dfd-abb3-8f081a998990",
                            "gambit_id": "2faca8f1-5c0e-4d4b-9a44-edeacca97b45",
                            "last_updated": "2022-08-21T12:52:07.604734-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/44ebe644-7d34-42f0-ba1f-bdb23e5ded16/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2f27794b-f09c-499f-a39b-98d7bae96d0a",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c88d1282-3b54-4949-830d-81febc9809c5",
            "completed": true,
            "last_updated": "2022-08-21T19:27:09.041721-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/c88d1282-3b54-4949-830d-81febc9809c5",
            "datetime": "2022-08-20T18:00:00-04:00",
            "cutoff_datetime": "2022-08-20T18:00:00-04:00",
            "name": "New York Red Bulls v. FC Cincinnati",
            "bettypes": [
                {
                    "id": "6aa7f464-e7eb-4847-9863-3bdca91c239c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2f27794b-f09c-499f-a39b-98d7bae96d0a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "New York Red Bulls",
                                "amount": 6838.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3162.0
                            }
                        ],
                        "expected_reward_tokens": 11351.08,
                        "profit_sb": 2351.08,
                        "profit_sb_percentage": 26.12,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Red Bulls",
                                "amount": 5335.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2467.0
                            },
                            {
                                "team": "FC Cincinnati",
                                "amount": 2198.0
                            }
                        ],
                        "expected_reward_tokens": 8856.1,
                        "profit_sb": -143.9,
                        "profit_sb_percentage": -1.6,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "22017ef8-2d6f-44a7-bc9d-23605d582b57",
                            "gambit_id": "534de244-6905-4de3-a869-9831f928383b",
                            "last_updated": "2022-08-21T19:27:09.044244-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Red Bulls",
                            "reward": "1.66000",
                            "odds": "1.73000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aa7f464-e7eb-4847-9863-3bdca91c239c/?format=api"
                        },
                        {
                            "id": "442c4505-519c-4d0b-b269-afaf775d86fd",
                            "gambit_id": "2089334d-fda7-4165-94cb-893a8afa267d",
                            "last_updated": "2022-08-21T19:27:09.044753-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.59000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aa7f464-e7eb-4847-9863-3bdca91c239c/?format=api"
                        },
                        {
                            "id": "35f5db67-a17c-462c-b8b7-41deab8ab6c1",
                            "gambit_id": "44f7819c-ac2b-496f-af4c-2caf8024a738",
                            "last_updated": "2022-08-21T19:27:09.043725-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Cincinnati",
                            "reward": "4.03000",
                            "odds": "4.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aa7f464-e7eb-4847-9863-3bdca91c239c/?format=api"
                        }
                    ]
                },
                {
                    "id": "2025ba12-c61a-40e8-90a5-130d11f65342",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2f27794b-f09c-499f-a39b-98d7bae96d0a/?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": "61e6fde2-7f97-46fe-b992-3a6e6e3ba38a",
                            "gambit_id": "816cda50-a463-4124-9cc1-5250fd312144",
                            "last_updated": "2022-08-21T19:27:09.043255-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/2025ba12-c61a-40e8-90a5-130d11f65342/?format=api"
                        },
                        {
                            "id": "daaf0746-dc0e-4992-9dde-f50dd5d15330",
                            "gambit_id": "17234cdd-c126-4a36-aa3f-415e5a7686c3",
                            "last_updated": "2022-08-21T19:27:09.042742-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/2025ba12-c61a-40e8-90a5-130d11f65342/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "387b279e-2e41-469d-96db-a4645a4ed089",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c6df0ab7-1dad-4d6d-b1a0-d366a6e4f5b9",
            "completed": true,
            "last_updated": "2022-08-21T20:02:15.007851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.09,
            "sport_category": "League of Legends - LCS Summer",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/c6df0ab7-1dad-4d6d-b1a0-d366a6e4f5b9",
            "datetime": "2022-08-20T16:30:00-04:00",
            "cutoff_datetime": "2022-08-20T16:30:00-04:00",
            "name": "Team Liquid v. Flyquest",
            "bettypes": [
                {
                    "id": "eefc09a2-aa97-4c63-87ad-6caa4d275fe6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/387b279e-2e41-469d-96db-a4645a4ed089/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Team Liquid",
                                "amount": 7752.0
                            },
                            {
                                "team": "Flyquest",
                                "amount": 2248.0
                            }
                        ],
                        "expected_reward_tokens": 8992.0,
                        "profit_sb": -8.0,
                        "profit_sb_percentage": -0.09,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "da03a802-9b02-4449-8a72-a9c758707004",
                            "gambit_id": "b9ec631e-0eca-4eaa-bb6a-38c35692dd29",
                            "last_updated": "2022-08-21T20:02:15.009532-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Team Liquid",
                            "reward": "1.16000",
                            "odds": "1.18000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eefc09a2-aa97-4c63-87ad-6caa4d275fe6/?format=api"
                        },
                        {
                            "id": "48548339-65f7-4994-9317-a8b2da7f5b8f",
                            "gambit_id": "265ce7fa-cd61-43c8-bc19-79db4e1f7868",
                            "last_updated": "2022-08-21T20:02:15.008929-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Flyquest",
                            "reward": "4.00000",
                            "odds": "4.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eefc09a2-aa97-4c63-87ad-6caa4d275fe6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2c7a4887-d126-49c6-8bd6-a10a10c11881",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "e03df9e1-db93-4bb4-86de-d332d59aeb31",
            "completed": true,
            "last_updated": "2022-08-21T12:52:07.446884-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/e03df9e1-db93-4bb4-86de-d332d59aeb31",
            "datetime": "2022-08-20T16:10:00-04:00",
            "cutoff_datetime": "2022-08-20T16:10:00-04:00",
            "name": "KAN (K Bubic) v. TAM (D Rasmussen)",
            "bettypes": [
                {
                    "id": "bf6d45d6-6c7b-45ad-bfdc-df4285df1790",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2c7a4887-d126-49c6-8bd6-a10a10c11881/?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": 6325.0
                            },
                            {
                                "team": "KAN (K Bubic)",
                                "amount": 3675.0
                            }
                        ],
                        "expected_reward_tokens": 9297.75,
                        "profit_sb": 297.75,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "190c51db-4d4a-404b-9ef0-c7591e4b77c0",
                            "gambit_id": "49a09cc3-8641-4ad5-b18d-fae3d383602f",
                            "last_updated": "2022-08-21T12:52:07.450553-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM (D Rasmussen)",
                            "reward": "1.47000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf6d45d6-6c7b-45ad-bfdc-df4285df1790/?format=api"
                        },
                        {
                            "id": "7f83e601-7315-41a2-b45a-68c813bf8f16",
                            "gambit_id": "b52e036a-ecd1-4aaa-a968-b90e23f6b527",
                            "last_updated": "2022-08-21T12:52:07.451049-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (K Bubic)",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf6d45d6-6c7b-45ad-bfdc-df4285df1790/?format=api"
                        }
                    ]
                },
                {
                    "id": "454eddd5-8b10-44db-8fb1-386110ee3dd6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2c7a4887-d126-49c6-8bd6-a10a10c11881/?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": 5313.0
                            },
                            {
                                "team": "TAM",
                                "amount": 4687.0
                            }
                        ],
                        "expected_reward_tokens": 9138.36,
                        "profit_sb": 138.36,
                        "profit_sb_percentage": 1.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "31c21887-3d61-4703-bb42-9bf23926d6b5",
                            "gambit_id": "eef53784-1403-49d9-9f2e-d95a9785279a",
                            "last_updated": "2022-08-21T12:52:07.450039-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454eddd5-8b10-44db-8fb1-386110ee3dd6/?format=api"
                        },
                        {
                            "id": "2cd9d12d-0995-4628-b03d-7c970f6b205f",
                            "gambit_id": "467c720d-d7b2-4f2d-8f29-d10f31cdf13a",
                            "last_updated": "2022-08-21T12:52:07.449466-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454eddd5-8b10-44db-8fb1-386110ee3dd6/?format=api"
                        }
                    ]
                },
                {
                    "id": "67c256b3-1a49-4f68-90ea-ce38e183b4db",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2c7a4887-d126-49c6-8bd6-a10a10c11881/?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": 5205.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5101e0dd-e604-4b7a-8bc2-737ce7204bf9",
                            "gambit_id": "4ebf4cba-f17f-4884-bd77-c3c32461b534",
                            "last_updated": "2022-08-21T12:52:07.448914-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67c256b3-1a49-4f68-90ea-ce38e183b4db/?format=api"
                        },
                        {
                            "id": "008b5727-9742-4922-82fa-8e4e2b7eec12",
                            "gambit_id": "4f857fdd-07f8-465f-ac2f-341dfe61ee1a",
                            "last_updated": "2022-08-21T12:52:07.448292-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67c256b3-1a49-4f68-90ea-ce38e183b4db/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "11b732e5-7a43-4f94-b98f-0080df3f45f3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "08f07fed-c51d-45ea-95bc-d06ccc5e6d00",
            "completed": true,
            "last_updated": "2022-08-21T12:52:07.303509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.54,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/08f07fed-c51d-45ea-95bc-d06ccc5e6d00",
            "datetime": "2022-08-20T16:05:00-04:00",
            "cutoff_datetime": "2022-08-20T16:05:00-04:00",
            "name": "BOS (M Wacha) v. BAL (K Bradish)",
            "bettypes": [
                {
                    "id": "1b5aa9bb-8aa8-4dcb-9c43-6b515c75dd19",
                    "match": "https://api-prod.gambitprofit.com/api/matches/11b732e5-7a43-4f94-b98f-0080df3f45f3/?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 (M Wacha)",
                                "amount": 5387.0
                            },
                            {
                                "team": "BAL (K Bradish)",
                                "amount": 4613.0
                            }
                        ],
                        "expected_reward_tokens": 9318.26,
                        "profit_sb": 318.26,
                        "profit_sb_percentage": 3.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b21a1a29-5704-4e0b-9103-52f41af2c101",
                            "gambit_id": "8b2202f0-6737-49da-ae04-62a0f5e82c04",
                            "last_updated": "2022-08-21T12:52:07.306507-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (M Wacha)",
                            "reward": "1.73000",
                            "odds": "1.81300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b5aa9bb-8aa8-4dcb-9c43-6b515c75dd19/?format=api"
                        },
                        {
                            "id": "a3b5befb-5e42-4017-8bc0-f29139d4a4fd",
                            "gambit_id": "b8a697dd-1a32-4cb6-bbde-50651dee3a29",
                            "last_updated": "2022-08-21T12:52:07.306130-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (K Bradish)",
                            "reward": "2.02000",
                            "odds": "2.13000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b5aa9bb-8aa8-4dcb-9c43-6b515c75dd19/?format=api"
                        }
                    ]
                },
                {
                    "id": "3cea9c8e-3f09-4756-9278-9600fe28496c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/11b732e5-7a43-4f94-b98f-0080df3f45f3/?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": 5756.0
                            },
                            {
                                "team": "BOS",
                                "amount": 4244.0
                            }
                        ],
                        "expected_reward_tokens": 9209.48,
                        "profit_sb": 209.48,
                        "profit_sb_percentage": 2.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "829fb28f-578a-4104-9b2c-2b5ae3d8fe2c",
                            "gambit_id": "3ece7490-810a-4385-8746-8820de4ec22a",
                            "last_updated": "2022-08-21T12:52:07.305326-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "1.60000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cea9c8e-3f09-4756-9278-9600fe28496c/?format=api"
                        },
                        {
                            "id": "4c99f9d6-61ef-48b5-9673-56bf829b2901",
                            "gambit_id": "0d1f9899-6791-4841-a189-a596da2ff337",
                            "last_updated": "2022-08-21T12:52:07.305736-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "2.17000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cea9c8e-3f09-4756-9278-9600fe28496c/?format=api"
                        }
                    ]
                },
                {
                    "id": "e9d612af-8de8-4d99-b537-6fd26b6fe1dc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/11b732e5-7a43-4f94-b98f-0080df3f45f3/?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": "0c646a67-e7fd-409a-b7a3-69ebe706763b",
                            "gambit_id": "8913d741-bb3f-4f68-b6a9-89694574b3bd",
                            "last_updated": "2022-08-21T12:52:07.304465-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/e9d612af-8de8-4d99-b537-6fd26b6fe1dc/?format=api"
                        },
                        {
                            "id": "87fc6a21-1301-49d6-bf37-848772166ec3",
                            "gambit_id": "db250d32-0203-4a0f-afb0-f939f0397f2f",
                            "last_updated": "2022-08-21T12:52:07.304928-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/e9d612af-8de8-4d99-b537-6fd26b6fe1dc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "754436c2-d24c-471d-b71b-7edb6e7f53e0",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "75b912f7-c2dd-4912-97ee-80afb36d86ff",
            "completed": true,
            "last_updated": "2022-08-21T12:57:09.739601-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.82,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/75b912f7-c2dd-4912-97ee-80afb36d86ff",
            "datetime": "2022-08-20T16:00:00-04:00",
            "cutoff_datetime": "2022-08-20T16:00:00-04:00",
            "name": "Washington Commanders v. Kansas City Chiefs",
            "bettypes": [
                {
                    "id": "378fb5f5-ce43-44ce-867f-cf923803e11c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/754436c2-d24c-471d-b71b-7edb6e7f53e0/?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": "Kansas City Chiefs",
                                "amount": 6427.0
                            },
                            {
                                "team": "Washington Commanders",
                                "amount": 3573.0
                            }
                        ],
                        "expected_reward_tokens": 9254.07,
                        "profit_sb": 254.07,
                        "profit_sb_percentage": 2.82,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "623b3bd5-cdaf-4c14-b04a-01b4f458e9a3",
                            "gambit_id": "6ae3018a-f74a-42b6-b182-7892004afe2f",
                            "last_updated": "2022-08-21T12:57:09.741763-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kansas City Chiefs",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/378fb5f5-ce43-44ce-867f-cf923803e11c/?format=api"
                        },
                        {
                            "id": "84d9455f-a8ab-4af3-9427-5503444a886a",
                            "gambit_id": "b17c133f-fe37-477b-9e86-56d2c06bb67a",
                            "last_updated": "2022-08-21T12:57:09.742159-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Commanders",
                            "reward": "2.59000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/378fb5f5-ce43-44ce-867f-cf923803e11c/?format=api"
                        }
                    ]
                },
                {
                    "id": "2c9f254d-9578-44aa-adda-2640b3ea306d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/754436c2-d24c-471d-b71b-7edb6e7f53e0/?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": "Washington Commanders",
                                "amount": 5000.0
                            },
                            {
                                "team": "Kansas City Chiefs",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "448d25f4-63ee-40b0-a892-a7e0e05851ee",
                            "gambit_id": "9e0979f9-3722-4655-a2ad-df8f887901af",
                            "last_updated": "2022-08-21T12:57:09.742947-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Commanders",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c9f254d-9578-44aa-adda-2640b3ea306d/?format=api"
                        },
                        {
                            "id": "9e2d1eb4-faee-427e-a8dd-319db206edfa",
                            "gambit_id": "9ab47455-6d2c-4ae4-84c9-48f0051e740d",
                            "last_updated": "2022-08-21T12:57:09.742554-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kansas City Chiefs",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c9f254d-9578-44aa-adda-2640b3ea306d/?format=api"
                        }
                    ]
                },
                {
                    "id": "dabab168-382e-46bb-aae2-a9c6c42b166a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/754436c2-d24c-471d-b71b-7edb6e7f53e0/?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 43.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 43.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "86cc4ff5-3659-4599-a291-14106fb709d2",
                            "gambit_id": "3b0bf33b-b581-4be1-b62b-ef0b30cca4b0",
                            "last_updated": "2022-08-21T12:57:09.741338-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 43.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "43.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dabab168-382e-46bb-aae2-a9c6c42b166a/?format=api"
                        },
                        {
                            "id": "f44a3c2c-3950-494d-9550-c311ea87bbf2",
                            "gambit_id": "6251604f-163e-4c98-9cb4-f6dc66504099",
                            "last_updated": "2022-08-21T12:57:09.740849-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 43.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "43.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dabab168-382e-46bb-aae2-a9c6c42b166a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e2a34425-ad06-4210-82d3-59df6a0653d3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1d807742-ff5c-43cb-bd37-aaf0ce490c5a",
            "completed": true,
            "last_updated": "2022-08-21T12:52:07.164158-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.63,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/1d807742-ff5c-43cb-bd37-aaf0ce490c5a",
            "datetime": "2022-08-20T14:20:00-04:00",
            "cutoff_datetime": "2022-08-20T14:20:00-04:00",
            "name": "MIL (F Peralta) v. CHC (M Stroman)",
            "bettypes": [
                {
                    "id": "512b43fe-627a-42a8-b040-7e0d6504a46f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2a34425-ad06-4210-82d3-59df6a0653d3/?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 (F Peralta)",
                                "amount": 5360.0
                            },
                            {
                                "team": "CHC (M Stroman)",
                                "amount": 4640.0
                            }
                        ],
                        "expected_reward_tokens": 9326.4,
                        "profit_sb": 326.4,
                        "profit_sb_percentage": 3.63,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5872868a-b123-4a94-94de-1b20cff142d3",
                            "gambit_id": "21f42c9e-23a8-4f41-8d08-322c7f02efe1",
                            "last_updated": "2022-08-21T12:52:07.167864-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (F Peralta)",
                            "reward": "1.74000",
                            "odds": "1.81970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/512b43fe-627a-42a8-b040-7e0d6504a46f/?format=api"
                        },
                        {
                            "id": "a1f45499-62ac-471a-8ed8-7b10f00882df",
                            "gambit_id": "6b192fa2-7429-4e18-852a-62109f0c4d6d",
                            "last_updated": "2022-08-21T12:52:07.167381-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (M Stroman)",
                            "reward": "2.01000",
                            "odds": "2.12000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/512b43fe-627a-42a8-b040-7e0d6504a46f/?format=api"
                        }
                    ]
                },
                {
                    "id": "a9706317-56fa-450a-a2e1-f8578d7144b5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2a34425-ad06-4210-82d3-59df6a0653d3/?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": "MIL",
                                "amount": 4244.0
                            }
                        ],
                        "expected_reward_tokens": 9209.48,
                        "profit_sb": 209.48,
                        "profit_sb_percentage": 2.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5d8e225e-8a65-45f6-aac8-7236ac99fb74",
                            "gambit_id": "121f8a1e-28b5-4507-9e49-f656a8f18cca",
                            "last_updated": "2022-08-21T12:52:07.166401-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/a9706317-56fa-450a-a2e1-f8578d7144b5/?format=api"
                        },
                        {
                            "id": "8850b7a4-a510-4703-8206-bfa897f5107d",
                            "gambit_id": "e6a5438c-3081-4d1c-bc2d-c2aac7382824",
                            "last_updated": "2022-08-21T12:52:07.166895-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "2.17000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9706317-56fa-450a-a2e1-f8578d7144b5/?format=api"
                        }
                    ]
                },
                {
                    "id": "08ef4ec1-0161-4995-8f14-7f691f0b72db",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2a34425-ad06-4210-82d3-59df6a0653d3/?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": 5205.0
                            },
                            {
                                "team": "Game Total Under 9",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d7eb79bf-e0fd-476a-8d50-cb1d26138bdb",
                            "gambit_id": "60cf2b23-a1c1-4244-b74e-f8990ecf84ae",
                            "last_updated": "2022-08-21T12:52:07.165893-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 9",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08ef4ec1-0161-4995-8f14-7f691f0b72db/?format=api"
                        },
                        {
                            "id": "2565f208-7878-4007-9051-e2ca1d311dd9",
                            "gambit_id": "be5db4f5-3167-4eac-be66-6b84b7c912db",
                            "last_updated": "2022-08-21T12:52:07.165305-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 9",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08ef4ec1-0161-4995-8f14-7f691f0b72db/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e06be5f6-47e2-46c9-bcc2-f9b395918c4c",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "788effb9-c1c4-4364-b185-557536d9fb93",
            "completed": true,
            "last_updated": "2022-08-21T12:52:07.028412-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/788effb9-c1c4-4364-b185-557536d9fb93",
            "datetime": "2022-08-20T13:10:00-04:00",
            "cutoff_datetime": "2022-08-20T13:10:00-04:00",
            "name": "LAA (R Detmers) v. DET (T Alexander)",
            "bettypes": [
                {
                    "id": "f72f5711-e3ff-457c-8921-245a12e4ba15",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e06be5f6-47e2-46c9-bcc2-f9b395918c4c/?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": "LAA (R Detmers)",
                                "amount": 5885.0
                            },
                            {
                                "team": "DET (T Alexander)",
                                "amount": 4115.0
                            }
                        ],
                        "expected_reward_tokens": 9298.3,
                        "profit_sb": 298.3,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cf566362-403f-442d-8452-5a3fbaffebf8",
                            "gambit_id": "e925b4eb-e16c-451e-ada1-d8826b9560e6",
                            "last_updated": "2022-08-21T12:52:07.031990-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (R Detmers)",
                            "reward": "1.58000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f72f5711-e3ff-457c-8921-245a12e4ba15/?format=api"
                        },
                        {
                            "id": "8a610169-a043-48d4-a4b7-652eaf9c62a8",
                            "gambit_id": "f423847a-cf6b-4a75-858e-e90c5bf69f5c",
                            "last_updated": "2022-08-21T12:52:07.031495-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (T Alexander)",
                            "reward": "2.26000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f72f5711-e3ff-457c-8921-245a12e4ba15/?format=api"
                        }
                    ]
                },
                {
                    "id": "9185a590-7be1-424a-8014-6f2992fd652b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e06be5f6-47e2-46c9-bcc2-f9b395918c4c/?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": 5313.0
                            },
                            {
                                "team": "LAA",
                                "amount": 4687.0
                            }
                        ],
                        "expected_reward_tokens": 9138.36,
                        "profit_sb": 138.36,
                        "profit_sb_percentage": 1.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "669337c6-e83f-4c1f-9759-bf2566030a32",
                            "gambit_id": "72b75d56-f219-4e22-af80-1886a5df9f18",
                            "last_updated": "2022-08-21T12:52:07.030491-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9185a590-7be1-424a-8014-6f2992fd652b/?format=api"
                        },
                        {
                            "id": "b24b37dc-aae6-42c0-90d1-e92b567babf4",
                            "gambit_id": "34d20018-795e-4029-a72d-7f083c2b8e2a",
                            "last_updated": "2022-08-21T12:52:07.030997-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9185a590-7be1-424a-8014-6f2992fd652b/?format=api"
                        }
                    ]
                },
                {
                    "id": "e5a0a67a-23f1-4e3f-9793-094005f7a865",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e06be5f6-47e2-46c9-bcc2-f9b395918c4c/?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": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d0523083-6100-49bb-8be0-169b5b68569b",
                            "gambit_id": "c22e15dc-f9cf-4735-9c34-e3f15ad712ab",
                            "last_updated": "2022-08-21T12:52:07.029402-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/e5a0a67a-23f1-4e3f-9793-094005f7a865/?format=api"
                        },
                        {
                            "id": "6a3b996f-db8d-4fd1-9fb3-ebf558379cbd",
                            "gambit_id": "19573e42-7916-4bc2-8a8d-db061c02d726",
                            "last_updated": "2022-08-21T12:52:07.029990-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/e5a0a67a-23f1-4e3f-9793-094005f7a865/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1226986c-47e0-41c5-b896-da07ec2522e5",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "718cdf3c-8a70-4f09-b43f-edd3efc911cd",
            "completed": true,
            "last_updated": "2022-08-21T12:52:08.997042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.57,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/718cdf3c-8a70-4f09-b43f-edd3efc911cd",
            "datetime": "2022-08-20T13:05:00-04:00",
            "cutoff_datetime": "2022-08-20T13:05:00-04:00",
            "name": "TOR (M White) v. NYY (G Cole)",
            "bettypes": [
                {
                    "id": "42f1ec6b-cf27-467c-a6b5-7c7505953b02",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1226986c-47e0-41c5-b896-da07ec2522e5/?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 (G Cole)",
                                "amount": 6256.0
                            },
                            {
                                "team": "TOR (M White)",
                                "amount": 3744.0
                            }
                        ],
                        "expected_reward_tokens": 9321.44,
                        "profit_sb": 321.44,
                        "profit_sb_percentage": 3.57,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d53d0d0b-7afc-4b2b-b6d2-f38f8aceb131",
                            "gambit_id": "925d7215-6519-4a64-b0df-75840b177c4f",
                            "last_updated": "2022-08-21T12:52:09.000857-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (G Cole)",
                            "reward": "1.49000",
                            "odds": "1.54050",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42f1ec6b-cf27-467c-a6b5-7c7505953b02/?format=api"
                        },
                        {
                            "id": "4baa6aae-a476-42dc-be73-952c87387ef3",
                            "gambit_id": "375707ab-c11b-42a1-a5f9-b35d09e555ce",
                            "last_updated": "2022-08-21T12:52:09.000376-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (M White)",
                            "reward": "2.49000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42f1ec6b-cf27-467c-a6b5-7c7505953b02/?format=api"
                        }
                    ]
                },
                {
                    "id": "8bd66862-aa2c-40ef-9577-a1dc50597b1d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1226986c-47e0-41c5-b896-da07ec2522e5/?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": 5313.0
                            },
                            {
                                "team": "NYY",
                                "amount": 4687.0
                            }
                        ],
                        "expected_reward_tokens": 9138.36,
                        "profit_sb": 138.36,
                        "profit_sb_percentage": 1.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "12a41a3f-fd04-4ebc-abf0-e65d1dc1291c",
                            "gambit_id": "4de51d14-6abf-4812-9f01-22e39b7b8a0c",
                            "last_updated": "2022-08-21T12:52:08.999890-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bd66862-aa2c-40ef-9577-a1dc50597b1d/?format=api"
                        },
                        {
                            "id": "e4693272-23dd-437f-9923-2bf12d4003b9",
                            "gambit_id": "f3854cfa-65cb-47cf-ab3a-4d78796e7cc7",
                            "last_updated": "2022-08-21T12:52:08.999408-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bd66862-aa2c-40ef-9577-a1dc50597b1d/?format=api"
                        }
                    ]
                },
                {
                    "id": "57ae5671-8e49-46df-b3e1-89dd7c0a50a8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1226986c-47e0-41c5-b896-da07ec2522e5/?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": 5110.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f5556979-589e-450e-a898-517a460db8bf",
                            "gambit_id": "3e4bfc38-6440-4594-98e3-bf0de2d0742a",
                            "last_updated": "2022-08-21T12:52:08.998316-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57ae5671-8e49-46df-b3e1-89dd7c0a50a8/?format=api"
                        },
                        {
                            "id": "05f4f113-7e2d-4ccd-83b9-9960954f4681",
                            "gambit_id": "90fbea3d-7463-439b-8187-599180564171",
                            "last_updated": "2022-08-21T12:52:08.998896-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57ae5671-8e49-46df-b3e1-89dd7c0a50a8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "34c55a44-6622-4adb-9a98-30576727392d",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "d9c344b1-f22e-429f-8055-528099efa095",
            "completed": true,
            "last_updated": "2022-08-21T12:57:12.416238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.77,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d9c344b1-f22e-429f-8055-528099efa095",
            "datetime": "2022-08-20T13:05:00-04:00",
            "cutoff_datetime": "2022-08-20T13:05:00-04:00",
            "name": "NYM (T Williams) v. PHI (Z Wheeler) - Game 1",
            "bettypes": [
                {
                    "id": "39dff0be-d175-47a8-9cec-40a1826275bd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/34c55a44-6622-4adb-9a98-30576727392d/?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 (Z Wheeler)",
                                "amount": 5696.0
                            },
                            {
                                "team": "NYM (T Williams)",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9339.68,
                        "profit_sb": 339.68,
                        "profit_sb_percentage": 3.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b9b97fb6-9e85-49de-b380-0ac7bef1eb68",
                            "gambit_id": "6b4d2fe9-de93-4846-b66a-0e1fa3c9cb53",
                            "last_updated": "2022-08-21T12:57:12.419536-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (Z Wheeler)",
                            "reward": "1.64000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39dff0be-d175-47a8-9cec-40a1826275bd/?format=api"
                        },
                        {
                            "id": "62daea50-79d4-4d02-a296-cdf48efdccce",
                            "gambit_id": "cbcf47cd-f88a-47d5-96aa-9a9f39114a0a",
                            "last_updated": "2022-08-21T12:57:12.420019-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (T Williams)",
                            "reward": "2.17000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39dff0be-d175-47a8-9cec-40a1826275bd/?format=api"
                        }
                    ]
                },
                {
                    "id": "bdf90e48-c534-4ea8-bab5-ca7fa6626771",
                    "match": "https://api-prod.gambitprofit.com/api/matches/34c55a44-6622-4adb-9a98-30576727392d/?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": 5842.0
                            },
                            {
                                "team": "PHI",
                                "amount": 4158.0
                            }
                        ],
                        "expected_reward_tokens": 9230.36,
                        "profit_sb": 230.36,
                        "profit_sb_percentage": 2.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a35b4576-fbca-469a-84b2-7c949c887e58",
                            "gambit_id": "d11dbe1c-1af7-4cd8-8319-e83647626902",
                            "last_updated": "2022-08-21T12:57:12.419045-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "1.58000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdf90e48-c534-4ea8-bab5-ca7fa6626771/?format=api"
                        },
                        {
                            "id": "5c0c3f47-cf14-4c62-867a-2e1ebed02bc5",
                            "gambit_id": "6c3d9853-3ef3-4771-a23a-6867c92d1541",
                            "last_updated": "2022-08-21T12:57:12.418560-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "2.22000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdf90e48-c534-4ea8-bab5-ca7fa6626771/?format=api"
                        }
                    ]
                },
                {
                    "id": "2be95fcb-8178-4db3-9101-7de600c002b8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/34c55a44-6622-4adb-9a98-30576727392d/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "46ff8710-f244-48e1-a646-ad9595aef082",
                            "gambit_id": "a07d5241-e570-4b14-9646-49bf6af3bc56",
                            "last_updated": "2022-08-21T12:57:12.418031-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be95fcb-8178-4db3-9101-7de600c002b8/?format=api"
                        },
                        {
                            "id": "83b9ae50-cff2-4edb-929e-2fb1cb431c18",
                            "gambit_id": "ad18e1df-a8f9-4354-ba01-dc1e9df13687",
                            "last_updated": "2022-08-21T12:57:12.417447-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2be95fcb-8178-4db3-9101-7de600c002b8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b0cc776f-4faa-4251-a1f2-bc2b00a18460",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "21deeaeb-9e5b-4966-be19-3060ca0292af",
            "completed": true,
            "last_updated": "2022-08-21T12:57:09.449814-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.43,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/21deeaeb-9e5b-4966-be19-3060ca0292af",
            "datetime": "2022-08-20T13:00:00-04:00",
            "cutoff_datetime": "2022-08-20T13:00:00-04:00",
            "name": "Denver Broncos v. Buffalo Bills",
            "bettypes": [
                {
                    "id": "d75a0f32-e72a-48a8-b651-6bf110385a64",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0cc776f-4faa-4251-a1f2-bc2b00a18460/?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": "Buffalo Bills",
                                "amount": 7162.0
                            },
                            {
                                "team": "Denver Broncos",
                                "amount": 2838.0
                            }
                        ],
                        "expected_reward_tokens": 9308.64,
                        "profit_sb": 308.64,
                        "profit_sb_percentage": 3.43,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9b32fa57-d0a2-4408-99f5-72fb302a1e33",
                            "gambit_id": "8de15b3c-6fc0-43a3-b81d-7b87d4e6dcf1",
                            "last_updated": "2022-08-21T12:57:09.453734-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Buffalo Bills",
                            "reward": "1.30000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d75a0f32-e72a-48a8-b651-6bf110385a64/?format=api"
                        },
                        {
                            "id": "27d55954-34f6-4603-ae17-a17fbc55d976",
                            "gambit_id": "70f30e33-58ef-4759-af8f-7083a26c161c",
                            "last_updated": "2022-08-21T12:57:09.454382-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denver Broncos",
                            "reward": "3.28000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d75a0f32-e72a-48a8-b651-6bf110385a64/?format=api"
                        }
                    ]
                },
                {
                    "id": "7fa13570-c4c8-4842-93db-5d591730013e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0cc776f-4faa-4251-a1f2-bc2b00a18460/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Buffalo Bills",
                                "amount": 5000.0
                            },
                            {
                                "team": "Denver Broncos",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cbf8005e-4947-496b-b93c-14c5cdc0d8d1",
                            "gambit_id": "03606155-754d-4c82-9730-08c9e64aaefc",
                            "last_updated": "2022-08-21T12:57:09.454981-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Buffalo Bills",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa13570-c4c8-4842-93db-5d591730013e/?format=api"
                        },
                        {
                            "id": "5ad527f0-16e7-4f10-8a51-40d2ce8978ea",
                            "gambit_id": "0b87fef5-950a-4e36-add7-2ad27dc99899",
                            "last_updated": "2022-08-21T12:57:09.455458-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denver Broncos",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa13570-c4c8-4842-93db-5d591730013e/?format=api"
                        }
                    ]
                },
                {
                    "id": "e891823f-d6a3-4a49-99c1-1220ccf9ebc4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b0cc776f-4faa-4251-a1f2-bc2b00a18460/?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 42",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 42",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "121dea72-bf04-4b43-a469-5c7fdd7f419f",
                            "gambit_id": "ad05fe22-ac65-4e5f-a916-1e126f09b42d",
                            "last_updated": "2022-08-21T12:57:09.451057-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 42",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "42.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e891823f-d6a3-4a49-99c1-1220ccf9ebc4/?format=api"
                        },
                        {
                            "id": "9111be89-98b1-4274-8e87-b7114e6776eb",
                            "gambit_id": "36d6d10f-8b19-435a-9438-e6a984edd855",
                            "last_updated": "2022-08-21T12:57:09.452374-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 42",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "42.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e891823f-d6a3-4a49-99c1-1220ccf9ebc4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "caf49349-be9a-4a77-b92f-b26c06c27fb4",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "acae8f90-d6d4-4fd5-b3f1-1bdff173c57e",
            "completed": true,
            "last_updated": "2022-08-21T12:57:09.594683-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.67,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/acae8f90-d6d4-4fd5-b3f1-1bdff173c57e",
            "datetime": "2022-08-20T13:00:00-04:00",
            "cutoff_datetime": "2022-08-20T13:00:00-04:00",
            "name": "Detroit Lions v. Indianapolis Colts",
            "bettypes": [
                {
                    "id": "48790409-0488-4a94-b6b7-b897aa0d6ff7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/caf49349-be9a-4a77-b92f-b26c06c27fb4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Lions",
                                "amount": 5109.0
                            },
                            {
                                "team": "Indianapolis Colts",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2a19d0a1-fd37-4357-8cdc-b6011e650b70",
                            "gambit_id": "0a1a8960-0188-4225-8069-5674f50946fd",
                            "last_updated": "2022-08-21T12:57:09.597253-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Lions",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48790409-0488-4a94-b6b7-b897aa0d6ff7/?format=api"
                        },
                        {
                            "id": "dbb13ac1-eb48-44eb-99ff-793166d2695e",
                            "gambit_id": "eebfc1de-86df-45c8-a7de-9f10e34f8abe",
                            "last_updated": "2022-08-21T12:57:09.596847-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Indianapolis Colts",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48790409-0488-4a94-b6b7-b897aa0d6ff7/?format=api"
                        }
                    ]
                },
                {
                    "id": "cb3f1989-586e-458b-85b0-5444d0d4c6d1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/caf49349-be9a-4a77-b92f-b26c06c27fb4/?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": "Detroit Lions",
                                "amount": 5000.0
                            },
                            {
                                "team": "Indianapolis Colts",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "63608f9a-b598-4194-b3d2-01315e872eca",
                            "gambit_id": "7dfd5922-c1e3-4bb8-95ca-d19afc4c09f5",
                            "last_updated": "2022-08-21T12:57:09.598360-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Lions",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb3f1989-586e-458b-85b0-5444d0d4c6d1/?format=api"
                        },
                        {
                            "id": "1ffc15be-dd10-4395-a63a-0dbaa8609722",
                            "gambit_id": "70ad31bc-4d94-4239-8dcb-4ca42f527f6e",
                            "last_updated": "2022-08-21T12:57:09.597858-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Indianapolis Colts",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb3f1989-586e-458b-85b0-5444d0d4c6d1/?format=api"
                        }
                    ]
                },
                {
                    "id": "457b10b2-40fe-4b45-b368-a5becf2a553d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/caf49349-be9a-4a77-b92f-b26c06c27fb4/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 37.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 37.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6a55abfa-56b4-4073-81c2-1a5f26946517",
                            "gambit_id": "38bc09eb-d8eb-4248-a5c6-f7067bb6644d",
                            "last_updated": "2022-08-21T12:57:09.595942-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 37.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/457b10b2-40fe-4b45-b368-a5becf2a553d/?format=api"
                        },
                        {
                            "id": "f883c5e6-5135-4753-9f3c-a234d15d32b6",
                            "gambit_id": "532f6100-3d19-4000-a063-0e81f0a0f8c2",
                            "last_updated": "2022-08-21T12:57:09.596431-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 37.5",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/457b10b2-40fe-4b45-b368-a5becf2a553d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "263d3e41-88dc-4a1a-837f-164c10216891",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f06329ad-985e-41ee-9efe-cf8419b54ce4",
            "completed": true,
            "last_updated": "2022-08-21T12:57:11.321407-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.59,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/f06329ad-985e-41ee-9efe-cf8419b54ce4",
            "datetime": "2022-08-20T12:30:00-04:00",
            "cutoff_datetime": "2022-08-20T12:30:00-04:00",
            "name": "Bournemouth v. Arsenal",
            "bettypes": [
                {
                    "id": "40e49d11-d073-4974-94bc-4894453feab5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/263d3e41-88dc-4a1a-837f-164c10216891/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Arsenal",
                                "amount": 7550.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2450.0
                            }
                        ],
                        "expected_reward_tokens": 10265.5,
                        "profit_sb": 1265.5,
                        "profit_sb_percentage": 14.06,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arsenal",
                                "amount": 6514.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2114.0
                            },
                            {
                                "team": "Bournemouth",
                                "amount": 1371.0
                            }
                        ],
                        "expected_reward_tokens": 8856.66,
                        "profit_sb": -143.34,
                        "profit_sb_percentage": -1.59,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e88f923e-37c8-4a88-944c-45029c486dcb",
                            "gambit_id": "49cef253-d658-4510-b620-3a403c38c4c9",
                            "last_updated": "2022-08-21T12:57:11.323296-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arsenal",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e49d11-d073-4974-94bc-4894453feab5/?format=api"
                        },
                        {
                            "id": "17535aef-5d94-4fb7-9011-034c189d6211",
                            "gambit_id": "c94ab74d-f8da-44e0-9aa1-cae454f7e76f",
                            "last_updated": "2022-08-21T12:57:11.324081-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.19000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e49d11-d073-4974-94bc-4894453feab5/?format=api"
                        },
                        {
                            "id": "35433106-eef4-4a9d-ba89-b340740d4460",
                            "gambit_id": "804c88c4-1855-4759-ab56-304d1690b375",
                            "last_updated": "2022-08-21T12:57:11.323683-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bournemouth",
                            "reward": "6.46000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e49d11-d073-4974-94bc-4894453feab5/?format=api"
                        }
                    ]
                },
                {
                    "id": "fc1ff748-95b9-4df5-938c-aaeeff315418",
                    "match": "https://api-prod.gambitprofit.com/api/matches/263d3e41-88dc-4a1a-837f-164c10216891/?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": "a5dfe47d-1de1-4091-b3f7-ae21b167565b",
                            "gambit_id": "17a97ac9-59a9-4a7f-94c7-a374af2ade43",
                            "last_updated": "2022-08-21T12:57:11.322897-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/fc1ff748-95b9-4df5-938c-aaeeff315418/?format=api"
                        },
                        {
                            "id": "7e483514-2b57-4791-bc88-db0959551633",
                            "gambit_id": "29943c15-fcb4-4511-8a2c-0f60893c93d5",
                            "last_updated": "2022-08-21T12:57:11.322441-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/fc1ff748-95b9-4df5-938c-aaeeff315418/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a17fa3c8-0627-4917-ab8e-10840d3402fc",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a21da980-d7c7-4078-8a0f-39187095fb06",
            "completed": true,
            "last_updated": "2022-08-21T12:57:10.879124-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.16,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/a21da980-d7c7-4078-8a0f-39187095fb06",
            "datetime": "2022-08-20T10:00:00-04:00",
            "cutoff_datetime": "2022-08-20T10:00:00-04:00",
            "name": "Leicester City v. Southampton",
            "bettypes": [
                {
                    "id": "46b3c1c9-f18f-4e10-9863-06e76fc72b6d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a17fa3c8-0627-4917-ab8e-10840d3402fc/?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": "Leicester City",
                                "amount": 6868.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3132.0
                            }
                        ],
                        "expected_reward_tokens": 11400.48,
                        "profit_sb": 2400.48,
                        "profit_sb_percentage": 26.67,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Leicester City",
                                "amount": 5317.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2425.0
                            },
                            {
                                "team": "Southampton",
                                "amount": 2258.0
                            }
                        ],
                        "expected_reward_tokens": 8826.22,
                        "profit_sb": -173.78,
                        "profit_sb_percentage": -1.93,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5da48f89-ace6-4064-94f9-fde4113eba75",
                            "gambit_id": "c05a6347-a519-4437-980b-105533e634be",
                            "last_updated": "2022-08-21T12:57:10.881643-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Leicester City",
                            "reward": "1.66000",
                            "odds": "1.73000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46b3c1c9-f18f-4e10-9863-06e76fc72b6d/?format=api"
                        },
                        {
                            "id": "ba503f8f-fd06-460d-9ff9-3bd81f3b008f",
                            "gambit_id": "62b412bc-8f0d-4e69-92fe-8d1501b76226",
                            "last_updated": "2022-08-21T12:57:10.880858-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/46b3c1c9-f18f-4e10-9863-06e76fc72b6d/?format=api"
                        },
                        {
                            "id": "886c7929-cdd4-4d87-acf6-668465111099",
                            "gambit_id": "eb31fe56-0c6b-45aa-9dc0-91e10a76c50c",
                            "last_updated": "2022-08-21T12:57:10.881243-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Southampton",
                            "reward": "3.91000",
                            "odds": "4.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46b3c1c9-f18f-4e10-9863-06e76fc72b6d/?format=api"
                        }
                    ]
                },
                {
                    "id": "8fcab807-64af-4ead-917c-8fd6fa271861",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a17fa3c8-0627-4917-ab8e-10840d3402fc/?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": 6011.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3989.0
                            }
                        ],
                        "expected_reward_tokens": 8895.47,
                        "profit_sb": -104.53,
                        "profit_sb_percentage": -1.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a967a7f5-fd8f-4336-b777-662e2ebe9fb9",
                            "gambit_id": "0c0ba1a0-7469-4627-a22e-d9d413479018",
                            "last_updated": "2022-08-21T12:57:10.880468-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.48000",
                            "odds": "1.53000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fcab807-64af-4ead-917c-8fd6fa271861/?format=api"
                        },
                        {
                            "id": "06f6a3c3-558f-4e35-b5c8-7686f79bef37",
                            "gambit_id": "60372cc9-6282-422f-a3dc-0ef0dd115c85",
                            "last_updated": "2022-08-21T12:57:10.880036-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.23000",
                            "odds": "2.35000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fcab807-64af-4ead-917c-8fd6fa271861/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d39ac0e1-357e-442e-9cce-c9fa213bea01",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "52b4274a-5e87-4da8-a2bf-6531ba6c8c31",
            "completed": true,
            "last_updated": "2022-08-21T12:57:11.029285-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/52b4274a-5e87-4da8-a2bf-6531ba6c8c31",
            "datetime": "2022-08-20T10:00:00-04:00",
            "cutoff_datetime": "2022-08-20T10:00:00-04:00",
            "name": "Crystal Palace v. Aston Villa",
            "bettypes": [
                {
                    "id": "454e1a48-a76a-4ab0-8504-b0af7cf6b95a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d39ac0e1-357e-442e-9cce-c9fa213bea01/?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": "Crystal Palace",
                                "amount": 5442.0
                            },
                            {
                                "team": "Aston Villa",
                                "amount": 4558.0
                            }
                        ],
                        "expected_reward_tokens": 12625.44,
                        "profit_sb": 3625.44,
                        "profit_sb_percentage": 40.28,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Crystal Palace",
                                "amount": 3795.0
                            },
                            {
                                "team": "Aston Villa",
                                "amount": 3179.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3026.0
                            }
                        ],
                        "expected_reward_tokens": 8804.4,
                        "profit_sb": -195.6,
                        "profit_sb_percentage": -2.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "eaec4781-8887-4c8c-ae87-5c7695d74c02",
                            "gambit_id": "2030046e-2d84-4b91-bbd8-87db87328680",
                            "last_updated": "2022-08-21T12:57:11.031539-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Crystal Palace",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454e1a48-a76a-4ab0-8504-b0af7cf6b95a/?format=api"
                        },
                        {
                            "id": "242e8a50-246e-49b2-9a79-63aa167a1106",
                            "gambit_id": "190ae6fb-8882-443f-834a-f449df2ae74f",
                            "last_updated": "2022-08-21T12:57:11.031134-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aston Villa",
                            "reward": "2.77000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454e1a48-a76a-4ab0-8504-b0af7cf6b95a/?format=api"
                        },
                        {
                            "id": "f983da8e-05e2-4913-bfea-b0c342b96b73",
                            "gambit_id": "1c5ed50c-5ad6-49da-89ae-a6055c255f13",
                            "last_updated": "2022-08-21T12:57:11.031963-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "2.91000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454e1a48-a76a-4ab0-8504-b0af7cf6b95a/?format=api"
                        }
                    ]
                },
                {
                    "id": "7fb17117-9e74-4b45-868c-21ed7aa09848",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d39ac0e1-357e-442e-9cce-c9fa213bea01/?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": 5679.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4321.0
                            }
                        ],
                        "expected_reward_tokens": 8858.05,
                        "profit_sb": -141.95,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3f2874be-a014-4e64-b8b5-324ff49a723c",
                            "gambit_id": "9130064c-9907-4b6b-9510-3493e60ad7d5",
                            "last_updated": "2022-08-21T12:57:11.030693-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.56000",
                            "odds": "1.62000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fb17117-9e74-4b45-868c-21ed7aa09848/?format=api"
                        },
                        {
                            "id": "b61f03e3-0c61-47ab-8fb6-c03ec325b955",
                            "gambit_id": "4cd24515-3c98-407f-9058-83ce58b4187c",
                            "last_updated": "2022-08-21T12:57:11.030242-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "2.05000",
                            "odds": "2.15000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fb17117-9e74-4b45-868c-21ed7aa09848/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "65d87aab-6ce9-4cbf-93a8-8f0aeda1feab",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ad5efbd6-06a6-4c2a-a754-78227dd17588",
            "completed": true,
            "last_updated": "2022-08-21T12:57:11.173974-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.96,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/ad5efbd6-06a6-4c2a-a754-78227dd17588",
            "datetime": "2022-08-20T10:00:00-04:00",
            "cutoff_datetime": "2022-08-20T10:00:00-04:00",
            "name": "Everton v. Nottingham Forest",
            "bettypes": [
                {
                    "id": "07ad9a87-c853-4dd6-b2aa-dd4c60dd6d10",
                    "match": "https://api-prod.gambitprofit.com/api/matches/65d87aab-6ce9-4cbf-93a8-8f0aeda1feab/?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": "Everton",
                                "amount": 6408.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3592.0
                            }
                        ],
                        "expected_reward_tokens": 11278.08,
                        "profit_sb": 2278.08,
                        "profit_sb_percentage": 25.31,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Everton",
                                "amount": 5007.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2806.0
                            },
                            {
                                "team": "Nottingham Forest",
                                "amount": 2187.0
                            }
                        ],
                        "expected_reward_tokens": 8810.84,
                        "profit_sb": -189.16,
                        "profit_sb_percentage": -2.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "57051855-5314-4d23-b4e0-d7f40b94e46e",
                            "gambit_id": "07e264b1-71f2-400f-8077-1c5126d3dc61",
                            "last_updated": "2022-08-21T12:57:11.176096-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Everton",
                            "reward": "1.76000",
                            "odds": "1.83000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07ad9a87-c853-4dd6-b2aa-dd4c60dd6d10/?format=api"
                        },
                        {
                            "id": "5b5e2fad-c197-4996-927c-be37594bed4a",
                            "gambit_id": "0bfc166f-ddfc-4e9d-a8bb-ce894be50590",
                            "last_updated": "2022-08-21T12:57:11.176499-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/07ad9a87-c853-4dd6-b2aa-dd4c60dd6d10/?format=api"
                        },
                        {
                            "id": "a0d61e81-57f4-402e-b946-7ca9e292207b",
                            "gambit_id": "1e4b2a3e-35f0-4df7-a64d-3cbc5239c652",
                            "last_updated": "2022-08-21T12:57:11.175706-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nottingham Forest",
                            "reward": "4.03000",
                            "odds": "4.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07ad9a87-c853-4dd6-b2aa-dd4c60dd6d10/?format=api"
                        }
                    ]
                },
                {
                    "id": "53fc42bc-399f-4b0e-aa19-2fcfcad7799c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/65d87aab-6ce9-4cbf-93a8-8f0aeda1feab/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5380.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4620.0
                            }
                        ],
                        "expected_reward_tokens": 8823.2,
                        "profit_sb": -176.8,
                        "profit_sb_percentage": -1.96,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9cd92350-18e2-47ab-8b09-391f18ec6432",
                            "gambit_id": "2e3ce848-9fa5-4876-861c-8eb2a00cacbe",
                            "last_updated": "2022-08-21T12:57:11.174883-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.64000",
                            "odds": "1.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53fc42bc-399f-4b0e-aa19-2fcfcad7799c/?format=api"
                        },
                        {
                            "id": "c616eb3e-c4a7-49a8-ac59-66d79e7df0f6",
                            "gambit_id": "778fcd8a-005e-416d-b2ed-09a25d8e0c42",
                            "last_updated": "2022-08-21T12:57:11.175318-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.91000",
                            "odds": "2.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53fc42bc-399f-4b0e-aa19-2fcfcad7799c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2506f904-77ca-4689-9119-bcbb0b586ced",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "0a162de5-8297-47a9-9634-f2dec921b9b5",
            "completed": true,
            "last_updated": "2022-08-21T12:57:15.226327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.25,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/0a162de5-8297-47a9-9634-f2dec921b9b5",
            "datetime": "2022-08-20T07:30:00-04:00",
            "cutoff_datetime": "2022-08-20T07:30:00-04:00",
            "name": "Tottenham v. Wolverhampton Wanderers",
            "bettypes": [
                {
                    "id": "23b534a0-8035-46ea-ae2d-09b7477226e3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2506f904-77ca-4689-9119-bcbb0b586ced/?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": "Tottenham",
                                "amount": 7450.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2550.0
                            }
                        ],
                        "expected_reward_tokens": 10429.5,
                        "profit_sb": 1429.5,
                        "profit_sb_percentage": 15.88,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tottenham",
                                "amount": 6348.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2173.0
                            },
                            {
                                "team": "Wolverhampton Wanderers",
                                "amount": 1479.0
                            }
                        ],
                        "expected_reward_tokens": 8887.2,
                        "profit_sb": -112.8,
                        "profit_sb_percentage": -1.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5137dfcd-c32d-4756-b43e-f8bc60b859bf",
                            "gambit_id": "177c5d52-bc90-470d-94fe-096d84be5fe6",
                            "last_updated": "2022-08-21T12:57:15.228750-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tottenham",
                            "reward": "1.40000",
                            "odds": "1.44000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b534a0-8035-46ea-ae2d-09b7477226e3/?format=api"
                        },
                        {
                            "id": "85ba24f0-0429-45b3-b0b7-1a084b3f604f",
                            "gambit_id": "c8fc6ff4-80e8-4afb-b7a1-3a4d3189f971",
                            "last_updated": "2022-08-21T12:57:15.229170-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.09000",
                            "odds": "4.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b534a0-8035-46ea-ae2d-09b7477226e3/?format=api"
                        },
                        {
                            "id": "f2cba7ef-4c67-4b94-bed5-d846738f3696",
                            "gambit_id": "2c5e35ca-ab97-4555-95f4-412ca99f2858",
                            "last_updated": "2022-08-21T12:57:15.228222-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Wolverhampton Wanderers",
                            "reward": "6.01000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b534a0-8035-46ea-ae2d-09b7477226e3/?format=api"
                        }
                    ]
                },
                {
                    "id": "9cd69fa0-f21b-4f37-916f-27b2d86b2129",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2506f904-77ca-4689-9119-bcbb0b586ced/?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": "9b906ef3-04be-46a3-b4b0-b6008ae1ef30",
                            "gambit_id": "727138bd-bdb6-4859-a524-431c494d96a4",
                            "last_updated": "2022-08-21T12:57:15.227278-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/9cd69fa0-f21b-4f37-916f-27b2d86b2129/?format=api"
                        },
                        {
                            "id": "dc048b86-356a-4e41-bb6e-ec90f0d6bcb4",
                            "gambit_id": "b9b8e8b5-eabd-48d7-a6a2-a3c62c460420",
                            "last_updated": "2022-08-21T12:57:15.227726-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/9cd69fa0-f21b-4f37-916f-27b2d86b2129/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9f115100-d67d-41e8-978f-ed0808644434",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "83e23f57-e5b5-45c3-a078-3e6a00f28d9e",
            "completed": true,
            "last_updated": "2022-08-21T20:02:15.141703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.53,
            "sport_category": "League of Legends - LPL Summer Split",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/83e23f57-e5b5-45c3-a078-3e6a00f28d9e",
            "datetime": "2022-08-20T05:00:00-04:00",
            "cutoff_datetime": "2022-08-20T05:00:00-04:00",
            "name": "Royal Never Give Up v. EDward Gaming",
            "bettypes": [
                {
                    "id": "ece3a7cd-e2af-4348-9cb0-ba27adfee76d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9f115100-d67d-41e8-978f-ed0808644434/?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": "Royal Never Give Up",
                                "amount": 5382.0
                            },
                            {
                                "team": "EDward Gaming",
                                "amount": 4618.0
                            }
                        ],
                        "expected_reward_tokens": 8772.66,
                        "profit_sb": -227.34,
                        "profit_sb_percentage": -2.53,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "24da0779-ad0e-4c49-9261-7d3a9a942551",
                            "gambit_id": "4dbadf0b-0e75-462f-9c26-979cf911913a",
                            "last_updated": "2022-08-21T20:02:15.143673-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Royal Never Give Up",
                            "reward": "1.63000",
                            "odds": "1.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ece3a7cd-e2af-4348-9cb0-ba27adfee76d/?format=api"
                        },
                        {
                            "id": "d87a2df9-b890-4c89-b430-a1f9c1a11a5f",
                            "gambit_id": "4d5160f7-5ba6-4997-8cb2-3bf00951dec4",
                            "last_updated": "2022-08-21T20:02:15.142896-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "EDward Gaming",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ece3a7cd-e2af-4348-9cb0-ba27adfee76d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "54b91eba-2fb0-4857-8e5d-7d3b28e2d137",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "8f5f7275-d7b1-41d0-97c6-43b191870448",
            "completed": true,
            "last_updated": "2022-08-20T11:57:01.507607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.1,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/8f5f7275-d7b1-41d0-97c6-43b191870448",
            "datetime": "2022-08-19T22:10:00-04:00",
            "cutoff_datetime": "2022-08-19T22:10:00-04:00",
            "name": "MIA (J Luzardo) v. LOS (T Anderson)",
            "bettypes": [
                {
                    "id": "8a97c467-fe2e-4448-bed2-e16d6768241d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/54b91eba-2fb0-4857-8e5d-7d3b28e2d137/?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": 6977.0
                            },
                            {
                                "team": "MIA (J Luzardo)",
                                "amount": 3023.0
                            }
                        ],
                        "expected_reward_tokens": 9279.41,
                        "profit_sb": 279.41,
                        "profit_sb_percentage": 3.1,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0c9d5f6e-804b-4427-abfd-4f5880892fba",
                            "gambit_id": "957e9008-9ad1-42ce-af8b-643c4c7434c4",
                            "last_updated": "2022-08-20T11:57:01.510799-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS (T Anderson)",
                            "reward": "1.33000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a97c467-fe2e-4448-bed2-e16d6768241d/?format=api"
                        },
                        {
                            "id": "b26a7528-d90a-4655-8c22-e178c53068b4",
                            "gambit_id": "eeeb8e76-b48a-4b82-a81c-1efc37bec7c9",
                            "last_updated": "2022-08-20T11:57:01.511263-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA (J Luzardo)",
                            "reward": "3.07000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a97c467-fe2e-4448-bed2-e16d6768241d/?format=api"
                        }
                    ]
                },
                {
                    "id": "2d2f7c67-a219-4d14-8dc1-df78e0c3e007",
                    "match": "https://api-prod.gambitprofit.com/api/matches/54b91eba-2fb0-4857-8e5d-7d3b28e2d137/?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": 5591.0
                            },
                            {
                                "team": "MIA",
                                "amount": 4409.0
                            }
                        ],
                        "expected_reward_tokens": 9169.24,
                        "profit_sb": 169.24,
                        "profit_sb_percentage": 1.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "06014a2b-6e9c-453b-bef0-d33ccc0138e2",
                            "gambit_id": "c45b92df-5bdc-4b03-b8bf-97953f2ed101",
                            "last_updated": "2022-08-20T11:57:01.510333-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LOS",
                            "reward": "1.64000",
                            "odds": "1.71430",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d2f7c67-a219-4d14-8dc1-df78e0c3e007/?format=api"
                        },
                        {
                            "id": "480d1812-2c9b-4a1f-bbdd-2a78ccc18039",
                            "gambit_id": "4e25394b-588f-481a-b414-4ef4bbdb9bd0",
                            "last_updated": "2022-08-20T11:57:01.509836-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIA",
                            "reward": "2.08000",
                            "odds": "2.20000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d2f7c67-a219-4d14-8dc1-df78e0c3e007/?format=api"
                        }
                    ]
                },
                {
                    "id": "c7acd4cd-c7c4-4d47-9a14-e9be8836041f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/54b91eba-2fb0-4857-8e5d-7d3b28e2d137/?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": 5110.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8da8ec7e-3a5e-407a-adc4-13a772603f74",
                            "gambit_id": "1d1dde65-b218-4cc9-91c9-68a605e3d3d5",
                            "last_updated": "2022-08-20T11:57:01.508775-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7acd4cd-c7c4-4d47-9a14-e9be8836041f/?format=api"
                        },
                        {
                            "id": "dec0d78d-c6b2-40a1-b191-2a8af9a76799",
                            "gambit_id": "044cc11c-e6c8-4f6f-8acf-caf5b97669ee",
                            "last_updated": "2022-08-20T11:57:01.509354-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7acd4cd-c7c4-4d47-9a14-e9be8836041f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b409cdaa-ce8a-4837-a27b-fad33d32cfd1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "ebadd614-289d-43cf-ba04-b3d81961652c",
            "completed": true,
            "last_updated": "2022-08-20T12:12:00.814250-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.9,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/ebadd614-289d-43cf-ba04-b3d81961652c",
            "datetime": "2022-08-19T22:00:00-04:00",
            "cutoff_datetime": "2022-08-19T22:00:00-04:00",
            "name": "Houston Texans v. Los Angeles Rams",
            "bettypes": [
                {
                    "id": "42016857-f5a5-4d30-8cbe-0a22bcb9c79c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b409cdaa-ce8a-4837-a27b-fad33d32cfd1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Houston Texans",
                                "amount": 5752.0
                            },
                            {
                                "team": "Los Angeles Rams",
                                "amount": 4248.0
                            }
                        ],
                        "expected_reward_tokens": 9260.64,
                        "profit_sb": 260.64,
                        "profit_sb_percentage": 2.9,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7107c4ea-4836-4693-a7f4-25f5f999a2d3",
                            "gambit_id": "abff5ce8-d346-4516-8b16-5f9109c5fc83",
                            "last_updated": "2022-08-20T12:12:00.816774-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Texans",
                            "reward": "1.61000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42016857-f5a5-4d30-8cbe-0a22bcb9c79c/?format=api"
                        },
                        {
                            "id": "e9d0d4c5-9bea-4396-ada9-97daf9ad6a4d",
                            "gambit_id": "0c09b38b-9a75-44ce-bcd5-0e4060b4e086",
                            "last_updated": "2022-08-20T12:12:00.816339-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Rams",
                            "reward": "2.18000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42016857-f5a5-4d30-8cbe-0a22bcb9c79c/?format=api"
                        }
                    ]
                },
                {
                    "id": "6489e967-0b8b-4b2e-b176-42c9af0b353f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b409cdaa-ce8a-4837-a27b-fad33d32cfd1/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Rams",
                                "amount": 5109.0
                            },
                            {
                                "team": "Houston Texans",
                                "amount": 4891.0
                            }
                        ],
                        "expected_reward_tokens": 9145.11,
                        "profit_sb": 145.11,
                        "profit_sb_percentage": 1.61,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9fe26cca-37bf-426e-8a42-f1f6a267aee9",
                            "gambit_id": "0b041651-e9c7-44b6-a995-928fdd829b47",
                            "last_updated": "2022-08-20T12:12:00.817226-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Rams",
                            "reward": "1.79000",
                            "odds": "1.86960",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6489e967-0b8b-4b2e-b176-42c9af0b353f/?format=api"
                        },
                        {
                            "id": "dcbd9e6e-552c-46ec-8f29-7b2d575b36bd",
                            "gambit_id": "a215d756-1479-4c8b-847e-00461c7450ae",
                            "last_updated": "2022-08-20T12:12:00.817714-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Texans",
                            "reward": "1.87000",
                            "odds": "1.95240",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6489e967-0b8b-4b2e-b176-42c9af0b353f/?format=api"
                        }
                    ]
                },
                {
                    "id": "2444dc1a-2938-4e0e-9b95-5a1a3f321bee",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b409cdaa-ce8a-4837-a27b-fad33d32cfd1/?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 39",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 39",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e46dd701-98be-485e-8024-2324adcb252e",
                            "gambit_id": "ed4cca0f-ff04-4f19-9503-cf39086a0493",
                            "last_updated": "2022-08-20T12:12:00.815284-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 39",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "39.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2444dc1a-2938-4e0e-9b95-5a1a3f321bee/?format=api"
                        },
                        {
                            "id": "cdd51536-dd8f-4165-a43e-234a6af90262",
                            "gambit_id": "80aeac3d-50da-44f1-a3b4-a752e295384e",
                            "last_updated": "2022-08-20T12:12:00.815800-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 39",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "39.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2444dc1a-2938-4e0e-9b95-5a1a3f321bee/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0c454275-281e-4797-843b-b1ffd3979a52",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f2c86de4-e127-4297-a20c-d785708bb89e",
            "completed": true,
            "last_updated": "2022-08-20T11:57:01.234906-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/f2c86de4-e127-4297-a20c-d785708bb89e",
            "datetime": "2022-08-19T21:40:00-04:00",
            "cutoff_datetime": "2022-08-19T21:40:00-04:00",
            "name": "STL (M Mikolas) v. ARI (T Henry)",
            "bettypes": [
                {
                    "id": "71d1d7fd-5edd-4f5c-9716-39bd0794c687",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0c454275-281e-4797-843b-b1ffd3979a52/?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": 6193.0
                            },
                            {
                                "team": "ARI (T Henry)",
                                "amount": 3807.0
                            }
                        ],
                        "expected_reward_tokens": 9289.08,
                        "profit_sb": 289.08,
                        "profit_sb_percentage": 3.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "af551702-09ff-42ef-b1b0-3a1650e4bf08",
                            "gambit_id": "13444ccf-6b8e-4285-99b3-4fba3e732214",
                            "last_updated": "2022-08-20T11:57:01.238233-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL (M Mikolas)",
                            "reward": "1.50000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71d1d7fd-5edd-4f5c-9716-39bd0794c687/?format=api"
                        },
                        {
                            "id": "2ff3e670-f9d7-4296-a406-3a125df97075",
                            "gambit_id": "6a87d281-8318-4381-b793-1f6d00e8c17f",
                            "last_updated": "2022-08-20T11:57:01.237786-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI (T Henry)",
                            "reward": "2.44000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71d1d7fd-5edd-4f5c-9716-39bd0794c687/?format=api"
                        }
                    ]
                },
                {
                    "id": "410e52c8-99e2-4626-b2f4-907e8f482d7b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0c454275-281e-4797-843b-b1ffd3979a52/?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": 5205.0
                            },
                            {
                                "team": "ARI",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a49f028b-4641-49ba-8f4b-a40007f893c6",
                            "gambit_id": "8eb458a9-2460-4395-b679-baf10791c2c7",
                            "last_updated": "2022-08-20T11:57:01.237304-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "STL",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/410e52c8-99e2-4626-b2f4-907e8f482d7b/?format=api"
                        },
                        {
                            "id": "cc7b421f-9d0a-49cd-97d4-3a226cef68e2",
                            "gambit_id": "72c3c198-3a3f-4794-a3bb-943b3e1dfc15",
                            "last_updated": "2022-08-20T11:57:01.236865-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ARI",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/410e52c8-99e2-4626-b2f4-907e8f482d7b/?format=api"
                        }
                    ]
                },
                {
                    "id": "776f5db8-4924-47d5-8529-3743355eed3b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0c454275-281e-4797-843b-b1ffd3979a52/?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": "33cf4e74-a83c-41e9-9e4a-22f5ac6ae00e",
                            "gambit_id": "cbd3f027-d880-4589-bb40-6b334da08a4d",
                            "last_updated": "2022-08-20T11:57:01.236420-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/776f5db8-4924-47d5-8529-3743355eed3b/?format=api"
                        },
                        {
                            "id": "1412e7c1-c0a5-4603-a3dc-77d143aa786d",
                            "gambit_id": "cea09852-4ea0-48c3-9645-498658038ffe",
                            "last_updated": "2022-08-20T11:57:01.235919-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/776f5db8-4924-47d5-8529-3743355eed3b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dcaa2f22-eaf6-4ecf-8eaf-90a75f9b5730",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "4b6b6816-5eef-44f3-8aac-3720bd9a02e6",
            "completed": true,
            "last_updated": "2022-08-20T12:02:02.151503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 4.0,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/4b6b6816-5eef-44f3-8aac-3720bd9a02e6",
            "datetime": "2022-08-19T21:40:00-04:00",
            "cutoff_datetime": "2022-08-19T21:40:00-04:00",
            "name": "SEA (M Gonzales) v. OAK (C Irvin)",
            "bettypes": [
                {
                    "id": "79427539-173e-477b-91de-4f44b51d6e1b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dcaa2f22-eaf6-4ecf-8eaf-90a75f9b5730/?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 (M Gonzales)",
                                "amount": 5605.0
                            },
                            {
                                "team": "OAK (C Irvin)",
                                "amount": 4395.0
                            }
                        ],
                        "expected_reward_tokens": 9360.35,
                        "profit_sb": 360.35,
                        "profit_sb_percentage": 4.0,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c61b92b5-a94f-4c46-af13-3ef665705c27",
                            "gambit_id": "393faabf-e45c-4d22-a5c4-782406f5b17e",
                            "last_updated": "2022-08-20T12:02:02.155030-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA (M Gonzales)",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79427539-173e-477b-91de-4f44b51d6e1b/?format=api"
                        },
                        {
                            "id": "2f890cf4-c942-4be1-b5f1-a9aba793767f",
                            "gambit_id": "2265216f-582c-4d11-8bad-c3ee1aafd507",
                            "last_updated": "2022-08-20T12:02:02.154559-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK (C Irvin)",
                            "reward": "2.13000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79427539-173e-477b-91de-4f44b51d6e1b/?format=api"
                        }
                    ]
                },
                {
                    "id": "3a3d25e1-daeb-48c5-bebb-c283f2fadeb4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dcaa2f22-eaf6-4ecf-8eaf-90a75f9b5730/?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": 5680.0
                            },
                            {
                                "team": "SEA",
                                "amount": 4320.0
                            }
                        ],
                        "expected_reward_tokens": 9201.6,
                        "profit_sb": 201.6,
                        "profit_sb_percentage": 2.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1d3ed6d5-ca2f-48b3-8d1e-1c581a8de216",
                            "gambit_id": "84ba730d-b125-41fd-883c-320a4f4c8e76",
                            "last_updated": "2022-08-20T12:02:02.153613-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "OAK",
                            "reward": "1.62000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a3d25e1-daeb-48c5-bebb-c283f2fadeb4/?format=api"
                        },
                        {
                            "id": "d724abd6-5bd5-4754-93c2-7ca0909c028e",
                            "gambit_id": "2f4a20c3-6fad-43f0-9a6d-6c42e6232a07",
                            "last_updated": "2022-08-20T12:02:02.154087-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SEA",
                            "reward": "2.13000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a3d25e1-daeb-48c5-bebb-c283f2fadeb4/?format=api"
                        }
                    ]
                },
                {
                    "id": "3fb4a48d-f151-44cf-be92-77afa253960c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dcaa2f22-eaf6-4ecf-8eaf-90a75f9b5730/?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": 5205.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "549ae833-bdfd-4d12-9542-501dfdadcf93",
                            "gambit_id": "df127263-5e79-4155-85dd-9922cdf3813d",
                            "last_updated": "2022-08-20T12:02:02.152553-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb4a48d-f151-44cf-be92-77afa253960c/?format=api"
                        },
                        {
                            "id": "0d89d6b7-be9e-4602-be49-afee7d138dc7",
                            "gambit_id": "d6946dc7-0300-4cef-856e-4b95b94a9ae0",
                            "last_updated": "2022-08-20T12:02:02.153101-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb4a48d-f151-44cf-be92-77afa253960c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7c1db876-1497-4072-a0b4-54f8ce9c1af3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "22a7b7c3-f49b-40f6-9b1d-c35550809db1",
            "completed": true,
            "last_updated": "2022-08-20T11:57:00.695820-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.64,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/22a7b7c3-f49b-40f6-9b1d-c35550809db1",
            "datetime": "2022-08-19T21:40:00-04:00",
            "cutoff_datetime": "2022-08-19T21:40:00-04:00",
            "name": "WAS (P Espino) v. SDG (B Snell)",
            "bettypes": [
                {
                    "id": "8709d5bd-5bca-43ce-a2f1-1d9f756751d5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7c1db876-1497-4072-a0b4-54f8ce9c1af3/?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": 7275.0
                            },
                            {
                                "team": "WAS (P Espino)",
                                "amount": 2725.0
                            }
                        ],
                        "expected_reward_tokens": 9237.75,
                        "profit_sb": 237.75,
                        "profit_sb_percentage": 2.64,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5150d4cc-b254-4faf-bbe0-325105b73fe3",
                            "gambit_id": "4b00a9bf-a32c-4701-9527-ba8c743ce0ec",
                            "last_updated": "2022-08-20T11:57:00.698908-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG (B Snell)",
                            "reward": "1.27000",
                            "odds": "1.30300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8709d5bd-5bca-43ce-a2f1-1d9f756751d5/?format=api"
                        },
                        {
                            "id": "ef57e4d0-03aa-4c13-98a8-d7cc4bf54f61",
                            "gambit_id": "a753fdd8-07d5-47dd-bfb1-45160eaad1bb",
                            "last_updated": "2022-08-20T11:57:00.699416-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS (P Espino)",
                            "reward": "3.39000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8709d5bd-5bca-43ce-a2f1-1d9f756751d5/?format=api"
                        }
                    ]
                },
                {
                    "id": "03bcdd72-0de6-4f71-a415-17429aa1ca32",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7c1db876-1497-4072-a0b4-54f8ce9c1af3/?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": 5842.0
                            },
                            {
                                "team": "WAS",
                                "amount": 4158.0
                            }
                        ],
                        "expected_reward_tokens": 9230.36,
                        "profit_sb": 230.36,
                        "profit_sb_percentage": 2.56,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "52b88219-9426-4ed2-97f3-48c3cb5ff3c7",
                            "gambit_id": "ed2c352a-fbdd-4974-980a-62c782ead989",
                            "last_updated": "2022-08-20T11:57:00.697891-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SDG",
                            "reward": "1.58000",
                            "odds": "1.64520",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03bcdd72-0de6-4f71-a415-17429aa1ca32/?format=api"
                        },
                        {
                            "id": "ec601ea7-16ef-4cb3-ad82-505df1a95f81",
                            "gambit_id": "b1ab2a36-36c4-4b31-9613-e59bb311e180",
                            "last_updated": "2022-08-20T11:57:00.698375-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "WAS",
                            "reward": "2.22000",
                            "odds": "2.35000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03bcdd72-0de6-4f71-a415-17429aa1ca32/?format=api"
                        }
                    ]
                },
                {
                    "id": "f00d9db8-a8cc-4f86-b510-175721eb3da3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7c1db876-1497-4072-a0b4-54f8ce9c1af3/?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": 5205.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f05a4fe9-dd51-4516-a870-acd90fb439f0",
                            "gambit_id": "9c213b85-abcb-458b-a207-f3bc219727d3",
                            "last_updated": "2022-08-20T11:57:00.697434-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f00d9db8-a8cc-4f86-b510-175721eb3da3/?format=api"
                        },
                        {
                            "id": "e76d1e79-5063-41b0-82b0-33b45b295954",
                            "gambit_id": "0b9d217e-165d-49fc-ae99-9249030ab117",
                            "last_updated": "2022-08-20T11:57:00.696854-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f00d9db8-a8cc-4f86-b510-175721eb3da3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "68eb2d63-85f2-4b2e-b2cb-4c330ea239d1",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1d09e430-8672-4903-885e-d1432158b1c0",
            "completed": true,
            "last_updated": "2022-08-20T12:02:01.872454-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/1d09e430-8672-4903-885e-d1432158b1c0",
            "datetime": "2022-08-19T20:40:00-04:00",
            "cutoff_datetime": "2022-08-19T20:40:00-04:00",
            "name": "SFO (A Wood) v. COL (J Urena)",
            "bettypes": [
                {
                    "id": "2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?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": 5885.0
                            },
                            {
                                "team": "COL (J Urena)",
                                "amount": 4115.0
                            }
                        ],
                        "expected_reward_tokens": 9298.3,
                        "profit_sb": 298.3,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7c8908cb-cac6-41f4-8d48-e236fc8773db",
                            "gambit_id": "cfbf4ee9-19c2-452b-b477-1f28d07e8b7c",
                            "last_updated": "2022-08-20T12:02:01.875888-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO (A Wood)",
                            "reward": "1.58000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e/?format=api"
                        },
                        {
                            "id": "35bbb7c4-7fd8-41c5-aaca-c3746b48b1c4",
                            "gambit_id": "94465acc-3dae-49f9-9511-0771718efcd2",
                            "last_updated": "2022-08-20T12:02:01.875422-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL (J Urena)",
                            "reward": "2.26000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e/?format=api"
                        }
                    ]
                },
                {
                    "id": "df94eb03-6131-4b88-b2f5-bbf8d6779c45",
                    "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?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": 5205.0
                            },
                            {
                                "team": "SFO",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "62ac3d0f-093d-45f5-abbc-4e1b2a48ec11",
                            "gambit_id": "a5389e08-fa87-4248-a194-99313478709b",
                            "last_updated": "2022-08-20T12:02:01.874488-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "COL",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df94eb03-6131-4b88-b2f5-bbf8d6779c45/?format=api"
                        },
                        {
                            "id": "f33ee7b2-0e0b-403d-a2b2-a512fefddada",
                            "gambit_id": "1b818c71-64b1-4e22-86ab-81cef2b72e96",
                            "last_updated": "2022-08-20T12:02:01.874953-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SFO",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df94eb03-6131-4b88-b2f5-bbf8d6779c45/?format=api"
                        }
                    ]
                },
                {
                    "id": "64ab9b3f-a63a-4c21-a90a-da3d433f958b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 11",
                                "amount": 5110.0
                            },
                            {
                                "team": "Game Total Under 11",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "38c68dc5-6b05-4c71-8d08-324eb4b978a3",
                            "gambit_id": "2084bca8-515c-44af-9ed9-04ad3a151ff2",
                            "last_updated": "2022-08-20T12:02:01.874013-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 11",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64ab9b3f-a63a-4c21-a90a-da3d433f958b/?format=api"
                        },
                        {
                            "id": "3f3d1f0e-2148-4253-bc50-8387cf21fa0d",
                            "gambit_id": "49a8c108-7753-4c6a-a92c-1863099c13f8",
                            "last_updated": "2022-08-20T12:02:01.873489-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 11",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64ab9b3f-a63a-4c21-a90a-da3d433f958b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6464fd33-92ca-4ffc-ae3b-5f36f012aeb2",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "f1897f99-d728-4da4-a434-f6b413a943a4",
            "completed": true,
            "last_updated": "2022-08-20T12:02:02.011785-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/f1897f99-d728-4da4-a434-f6b413a943a4",
            "datetime": "2022-08-19T20:10:00-04:00",
            "cutoff_datetime": "2022-08-19T20:10:00-04:00",
            "name": "TEX (M Perez) v. MIN (D Bundy)",
            "bettypes": [
                {
                    "id": "3ee744fb-f57a-48a0-bdb8-d42864731ca7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6464fd33-92ca-4ffc-ae3b-5f36f012aeb2/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "MIN (D Bundy)",
                                "amount": 5529.0
                            },
                            {
                                "team": "TEX (M Perez)",
                                "amount": 4471.0
                            }
                        ],
                        "expected_reward_tokens": 9344.01,
                        "profit_sb": 344.01,
                        "profit_sb_percentage": 3.82,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ed88a7ac-1816-454e-b9d9-c37cc0bf90f4",
                            "gambit_id": "d06ab163-8737-4129-8f21-7451a0411358",
                            "last_updated": "2022-08-20T12:02:02.014797-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN (D Bundy)",
                            "reward": "1.69000",
                            "odds": "1.76340",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ee744fb-f57a-48a0-bdb8-d42864731ca7/?format=api"
                        },
                        {
                            "id": "c6af1c2d-dcbf-4b54-8a8e-c6e64396a7b0",
                            "gambit_id": "02af9c46-d91b-4591-9e19-79a2f295450a",
                            "last_updated": "2022-08-20T12:02:02.015258-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX (M Perez)",
                            "reward": "2.09000",
                            "odds": "2.21000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ee744fb-f57a-48a0-bdb8-d42864731ca7/?format=api"
                        }
                    ]
                },
                {
                    "id": "3a35b1c0-8c40-4678-b267-2c5c035822c0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6464fd33-92ca-4ffc-ae3b-5f36f012aeb2/?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": 6057.0
                            },
                            {
                                "team": "MIN",
                                "amount": 3943.0
                            }
                        ],
                        "expected_reward_tokens": 9266.05,
                        "profit_sb": 266.05,
                        "profit_sb_percentage": 2.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cbc75f13-f779-4775-9e16-f4456599a445",
                            "gambit_id": "15abec63-6068-4780-9b28-cd244e39257c",
                            "last_updated": "2022-08-20T12:02:02.014333-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TEX",
                            "reward": "1.53000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a35b1c0-8c40-4678-b267-2c5c035822c0/?format=api"
                        },
                        {
                            "id": "054b4592-f932-4f6a-a687-72d4423bd4a6",
                            "gambit_id": "1632e475-5710-4f6a-880e-36f1933345be",
                            "last_updated": "2022-08-20T12:02:02.013863-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIN",
                            "reward": "2.35000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a35b1c0-8c40-4678-b267-2c5c035822c0/?format=api"
                        }
                    ]
                },
                {
                    "id": "695c4650-1b2f-4eb0-8587-1c84a5c37d78",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6464fd33-92ca-4ffc-ae3b-5f36f012aeb2/?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": 5000.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "485a5c1d-c62e-4449-8f18-561d8a77b874",
                            "gambit_id": "46cea415-11e7-4aa8-879b-dd1145d0b88f",
                            "last_updated": "2022-08-20T12:02:02.013375-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/695c4650-1b2f-4eb0-8587-1c84a5c37d78/?format=api"
                        },
                        {
                            "id": "e5c34888-174a-484b-8b1d-17ed3974a6a4",
                            "gambit_id": "312b2231-5379-461c-a528-0d296ea33517",
                            "last_updated": "2022-08-20T12:02:02.012857-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/695c4650-1b2f-4eb0-8587-1c84a5c37d78/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4ae20e55-99cc-4e82-8448-7d64a1eae749",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "c23bd1ab-be7d-4755-8287-b4e34157354b",
            "completed": true,
            "last_updated": "2022-08-20T12:17:02.263047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.24,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/c23bd1ab-be7d-4755-8287-b4e34157354b",
            "datetime": "2022-08-19T20:00:00-04:00",
            "cutoff_datetime": "2022-08-19T20:00:00-04:00",
            "name": "New Orleans Saints v. Green Bay Packers",
            "bettypes": [
                {
                    "id": "4e6178d2-3113-48ea-b9f9-0e83c1c9992a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4ae20e55-99cc-4e82-8448-7d64a1eae749/?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": "Green Bay Packers",
                                "amount": 5995.0
                            },
                            {
                                "team": "New Orleans Saints",
                                "amount": 4005.0
                            }
                        ],
                        "expected_reward_tokens": 9291.6,
                        "profit_sb": 291.6,
                        "profit_sb_percentage": 3.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "675001f1-695f-4e35-9f12-0123fc6693ab",
                            "gambit_id": "bfddd02d-51d7-4a54-a5ba-729ea1a09e1e",
                            "last_updated": "2022-08-20T12:17:02.265160-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Green Bay Packers",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e6178d2-3113-48ea-b9f9-0e83c1c9992a/?format=api"
                        },
                        {
                            "id": "716574d3-e301-4a2f-873f-93fd811d0a38",
                            "gambit_id": "997c2c10-cd69-427e-9607-6f63a7012650",
                            "last_updated": "2022-08-20T12:17:02.265640-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Orleans Saints",
                            "reward": "2.32000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e6178d2-3113-48ea-b9f9-0e83c1c9992a/?format=api"
                        }
                    ]
                },
                {
                    "id": "3d268ca5-84c4-443b-afa4-bd01d7599b7c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4ae20e55-99cc-4e82-8448-7d64a1eae749/?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": "Green Bay Packers",
                                "amount": 5000.0
                            },
                            {
                                "team": "New Orleans Saints",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "77273b06-adbc-4efe-a421-c7ec49ae98fe",
                            "gambit_id": "ab057b09-d41b-4062-8492-8b70eb96758c",
                            "last_updated": "2022-08-20T12:17:02.266109-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Green Bay Packers",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d268ca5-84c4-443b-afa4-bd01d7599b7c/?format=api"
                        },
                        {
                            "id": "2d759057-8a98-43d0-85e9-a07b5919120a",
                            "gambit_id": "18e1d389-84a4-4641-b387-e1321a6c6a0b",
                            "last_updated": "2022-08-20T12:17:02.266590-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Orleans Saints",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d268ca5-84c4-443b-afa4-bd01d7599b7c/?format=api"
                        }
                    ]
                },
                {
                    "id": "20d8c278-23ea-4002-a93c-8b6a2da1c7d3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4ae20e55-99cc-4e82-8448-7d64a1eae749/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 37",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 37",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e0d09687-05b5-4fa6-8c57-133e5aa962d2",
                            "gambit_id": "a6b8fe82-a6ce-4751-a7c6-e10df430978b",
                            "last_updated": "2022-08-20T12:17:02.264124-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 37",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d8c278-23ea-4002-a93c-8b6a2da1c7d3/?format=api"
                        },
                        {
                            "id": "bc141941-918f-4435-971a-a8117f65f7f4",
                            "gambit_id": "50d44e19-e3d8-4cb5-9ef8-15a644f77f45",
                            "last_updated": "2022-08-20T12:17:02.264667-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 37",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "37.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d8c278-23ea-4002-a93c-8b6a2da1c7d3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2f316358-4e16-4926-ab08-87b0eeb2439f",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "2ca434da-5efe-4070-a011-d23955e7f28f",
            "completed": true,
            "last_updated": "2022-08-20T12:02:01.595877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.54,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/2ca434da-5efe-4070-a011-d23955e7f28f",
            "datetime": "2022-08-19T19:20:00-04:00",
            "cutoff_datetime": "2022-08-19T19:20:00-04:00",
            "name": "HOU (L McCullers) v. ATL (K Wright)",
            "bettypes": [
                {
                    "id": "6f8106c9-8fb7-4cac-90bd-597dc220b8c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2f316358-4e16-4926-ab08-87b0eeb2439f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "ATL (K Wright)",
                                "amount": 5387.0
                            },
                            {
                                "team": "HOU (L McCullers)",
                                "amount": 4613.0
                            }
                        ],
                        "expected_reward_tokens": 9318.26,
                        "profit_sb": 318.26,
                        "profit_sb_percentage": 3.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e7300001-8ea1-4cb7-9768-c76c8ae84b94",
                            "gambit_id": "87fd0b7a-c66a-4dc5-a1b5-8982876589e4",
                            "last_updated": "2022-08-20T12:02:01.598926-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL (K Wright)",
                            "reward": "1.73000",
                            "odds": "1.81300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8106c9-8fb7-4cac-90bd-597dc220b8c6/?format=api"
                        },
                        {
                            "id": "b863f56b-bce3-4684-85cb-9383f4d32892",
                            "gambit_id": "13b01f42-626f-42b4-8761-0e305fc679d1",
                            "last_updated": "2022-08-20T12:02:01.599390-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (L McCullers)",
                            "reward": "2.02000",
                            "odds": "2.13000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8106c9-8fb7-4cac-90bd-597dc220b8c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "9868f2fd-fe09-4cd9-b126-154d51338937",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2f316358-4e16-4926-ab08-87b0eeb2439f/?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": 6193.0
                            },
                            {
                                "team": "ATL",
                                "amount": 3807.0
                            }
                        ],
                        "expected_reward_tokens": 9289.08,
                        "profit_sb": 289.08,
                        "profit_sb_percentage": 3.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b654f7a2-2212-4784-8040-1bf971c327cd",
                            "gambit_id": "e02097c4-4ebf-417e-a2ff-977c428e37af",
                            "last_updated": "2022-08-20T12:02:01.598457-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "1.50000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9868f2fd-fe09-4cd9-b126-154d51338937/?format=api"
                        },
                        {
                            "id": "44941ddd-b756-4d75-88e3-07f3a79e12b7",
                            "gambit_id": "56c6bc94-8a99-4e5a-ac18-1907888a9b5c",
                            "last_updated": "2022-08-20T12:02:01.597978-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "ATL",
                            "reward": "2.44000",
                            "odds": "2.60000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9868f2fd-fe09-4cd9-b126-154d51338937/?format=api"
                        }
                    ]
                },
                {
                    "id": "913de618-ed3a-4333-9404-adee97d70c9d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2f316358-4e16-4926-ab08-87b0eeb2439f/?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": "fef8f61d-3154-4e7c-9012-cc88ea4596e6",
                            "gambit_id": "abed1de5-505d-4093-9ddf-b6741b870a93",
                            "last_updated": "2022-08-20T12:02:01.597488-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/913de618-ed3a-4333-9404-adee97d70c9d/?format=api"
                        },
                        {
                            "id": "f8b21a3a-ab48-4f8a-a1ef-4fd6798757a0",
                            "gambit_id": "4e140599-fcfa-4301-8a4d-0bf30085cb64",
                            "last_updated": "2022-08-20T12:02:01.596971-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/913de618-ed3a-4333-9404-adee97d70c9d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7965afb5-5d53-46e1-8091-09757d1a1fb3",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1912a3d9-8400-4a86-bd4e-6ceb9199a244",
            "completed": true,
            "last_updated": "2022-08-20T12:07:01.883374-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/1912a3d9-8400-4a86-bd4e-6ceb9199a244",
            "datetime": "2022-08-19T19:10:00-04:00",
            "cutoff_datetime": "2022-08-19T19:10:00-04:00",
            "name": "KAN (B Singer) v. TAM (S McClanahan)",
            "bettypes": [
                {
                    "id": "f64e1c82-3374-45ab-ac9b-08d5215e9f18",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7965afb5-5d53-46e1-8091-09757d1a1fb3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TAM (S McClanahan)",
                                "amount": 6325.0
                            },
                            {
                                "team": "KAN (B Singer)",
                                "amount": 3675.0
                            }
                        ],
                        "expected_reward_tokens": 9297.75,
                        "profit_sb": 297.75,
                        "profit_sb_percentage": 3.31,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bc23fd23-816d-4bf6-bcaf-c661d17aaa4c",
                            "gambit_id": "d04e38e6-4d79-42f1-ab87-828d76ab25f6",
                            "last_updated": "2022-08-20T12:07:01.886456-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM (S McClanahan)",
                            "reward": "1.47000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f64e1c82-3374-45ab-ac9b-08d5215e9f18/?format=api"
                        },
                        {
                            "id": "bae7aa48-0ec5-44e1-9168-010cf133263c",
                            "gambit_id": "55ab4a3c-a04d-4179-9b57-d6ce2a97b8ff",
                            "last_updated": "2022-08-20T12:07:01.886932-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN (B Singer)",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f64e1c82-3374-45ab-ac9b-08d5215e9f18/?format=api"
                        }
                    ]
                },
                {
                    "id": "f74c9608-5d64-46d7-94c8-733292e292e3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7965afb5-5d53-46e1-8091-09757d1a1fb3/?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": 5499.0
                            },
                            {
                                "team": "TAM",
                                "amount": 4501.0
                            }
                        ],
                        "expected_reward_tokens": 9182.04,
                        "profit_sb": 182.04,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d4236fe7-713a-4c60-90fb-4f6cbddcec72",
                            "gambit_id": "434d105d-5b73-404d-a5f0-9c4325fc21fa",
                            "last_updated": "2022-08-20T12:07:01.885887-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "KAN",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f74c9608-5d64-46d7-94c8-733292e292e3/?format=api"
                        },
                        {
                            "id": "ca6b2206-2de5-4a13-84b0-56242269e9c3",
                            "gambit_id": "9ca264bf-c026-4781-a46b-6d703b0ea27a",
                            "last_updated": "2022-08-20T12:07:01.885398-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TAM",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f74c9608-5d64-46d7-94c8-733292e292e3/?format=api"
                        }
                    ]
                },
                {
                    "id": "b23a990f-e1ea-4687-8a02-2e7783b31845",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7965afb5-5d53-46e1-8091-09757d1a1fb3/?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": 5110.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "165bffe6-71cc-46b5-8389-b5d297f48d8d",
                            "gambit_id": "ea76fc25-6be2-4ea3-87d6-862a57100ad2",
                            "last_updated": "2022-08-20T12:07:01.884422-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23a990f-e1ea-4687-8a02-2e7783b31845/?format=api"
                        },
                        {
                            "id": "dc99917b-4845-4157-9e35-10854b89bf50",
                            "gambit_id": "8cd00726-5626-4a66-80d5-6d51a387cfaf",
                            "last_updated": "2022-08-20T12:07:01.884925-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23a990f-e1ea-4687-8a02-2e7783b31845/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "86b2dd63-ff93-41e5-8a7d-df2f76d447d2",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "7d227953-1029-4627-8b70-62323fab4159",
            "completed": true,
            "last_updated": "2022-08-20T12:07:02.750001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.92,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/7d227953-1029-4627-8b70-62323fab4159",
            "datetime": "2022-08-19T19:10:00-04:00",
            "cutoff_datetime": "2022-08-19T19:10:00-04:00",
            "name": "CWS (L Lynn) v. CLE (T McKenzie)",
            "bettypes": [
                {
                    "id": "ed936dd3-7de5-4420-8fbf-499430b69213",
                    "match": "https://api-prod.gambitprofit.com/api/matches/86b2dd63-ff93-41e5-8a7d-df2f76d447d2/?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 (T McKenzie)",
                                "amount": 5567.0
                            },
                            {
                                "team": "CWS (L Lynn)",
                                "amount": 4433.0
                            }
                        ],
                        "expected_reward_tokens": 9352.56,
                        "profit_sb": 352.56,
                        "profit_sb_percentage": 3.92,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "67f1026d-a62d-41f2-8ef5-4b14f23273dd",
                            "gambit_id": "ee70c1f4-8756-420d-a1e6-67a685e7b13c",
                            "last_updated": "2022-08-20T12:07:02.753035-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE (T McKenzie)",
                            "reward": "1.68000",
                            "odds": "1.75190",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed936dd3-7de5-4420-8fbf-499430b69213/?format=api"
                        },
                        {
                            "id": "c5172ee4-149d-4fb1-8966-ec8ee0d8141d",
                            "gambit_id": "d7369f42-8d01-417c-8078-ed2eadadd48c",
                            "last_updated": "2022-08-20T12:07:02.753505-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS (L Lynn)",
                            "reward": "2.11000",
                            "odds": "2.23000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed936dd3-7de5-4420-8fbf-499430b69213/?format=api"
                        }
                    ]
                },
                {
                    "id": "a53dea82-0c05-4443-af6f-99c107d2904c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/86b2dd63-ff93-41e5-8a7d-df2f76d447d2/?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": 6288.0
                            },
                            {
                                "team": "CLE",
                                "amount": 3712.0
                            }
                        ],
                        "expected_reward_tokens": 9242.88,
                        "profit_sb": 242.88,
                        "profit_sb_percentage": 2.7,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "00621b73-fa80-42d1-a58f-ae53fff88ed2",
                            "gambit_id": "f5902670-ce5b-4754-a435-a3cb2a4d8903",
                            "last_updated": "2022-08-20T12:07:02.752568-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CWS",
                            "reward": "1.47000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a53dea82-0c05-4443-af6f-99c107d2904c/?format=api"
                        },
                        {
                            "id": "2075b1aa-574f-431c-9fd0-a1838227e528",
                            "gambit_id": "c02d5bdf-ecd2-4900-bb24-5935f2b0fcba",
                            "last_updated": "2022-08-20T12:07:02.752101-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CLE",
                            "reward": "2.49000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a53dea82-0c05-4443-af6f-99c107d2904c/?format=api"
                        }
                    ]
                },
                {
                    "id": "2568d867-a0f0-4c51-b57c-1cef2c9cc3e2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/86b2dd63-ff93-41e5-8a7d-df2f76d447d2/?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": 5313.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4687.0
                            }
                        ],
                        "expected_reward_tokens": 9138.36,
                        "profit_sb": 138.36,
                        "profit_sb_percentage": 1.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ea1eb18a-e4de-4a80-8b13-0dbc75b92b2f",
                            "gambit_id": "de0ff06a-e5c4-4ea8-88ab-118c97de5121",
                            "last_updated": "2022-08-20T12:07:02.751113-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.72000",
                            "odds": "1.80000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2568d867-a0f0-4c51-b57c-1cef2c9cc3e2/?format=api"
                        },
                        {
                            "id": "2cce5c50-9b50-4898-9085-cb04f0a1f96f",
                            "gambit_id": "7e1b8b3d-a44f-4b13-9c37-7bddd956d1ca",
                            "last_updated": "2022-08-20T12:07:02.751633-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.95000",
                            "odds": "2.05000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2568d867-a0f0-4c51-b57c-1cef2c9cc3e2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6e5b446f-e145-47d6-88dd-46a98b2bc832",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "1f03d23c-e9fe-4c31-b3dc-c68d9c9414b0",
            "completed": true,
            "last_updated": "2022-08-20T11:56:59.775826-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/1f03d23c-e9fe-4c31-b3dc-c68d9c9414b0",
            "datetime": "2022-08-19T19:10:00-04:00",
            "cutoff_datetime": "2022-08-19T19:10:00-04:00",
            "name": "LAA (P Sandoval) v. DET (M Manning)",
            "bettypes": [
                {
                    "id": "68fd43f1-9ba4-4561-928e-a052d962da33",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e5b446f-e145-47d6-88dd-46a98b2bc832/?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": "LAA (P Sandoval)",
                                "amount": 5759.0
                            },
                            {
                                "team": "DET (M Manning)",
                                "amount": 4241.0
                            }
                        ],
                        "expected_reward_tokens": 9329.58,
                        "profit_sb": 329.58,
                        "profit_sb_percentage": 3.66,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9d43bf4f-b0fb-45c4-acc6-c0e5932c8f6f",
                            "gambit_id": "51c8bb2a-b47e-4f38-a117-89f5808f7c50",
                            "last_updated": "2022-08-20T11:56:59.779211-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA (P Sandoval)",
                            "reward": "1.62000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68fd43f1-9ba4-4561-928e-a052d962da33/?format=api"
                        },
                        {
                            "id": "cbae1edf-9c37-4678-a64e-78d906fe686d",
                            "gambit_id": "1299a573-f988-4a76-9e6a-b2bd9f65e55a",
                            "last_updated": "2022-08-20T11:56:59.778779-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET (M Manning)",
                            "reward": "2.20000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68fd43f1-9ba4-4561-928e-a052d962da33/?format=api"
                        }
                    ]
                },
                {
                    "id": "8be76e9d-a42b-426c-aa4e-266662c49e21",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e5b446f-e145-47d6-88dd-46a98b2bc832/?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": 5591.0
                            },
                            {
                                "team": "LAA",
                                "amount": 4409.0
                            }
                        ],
                        "expected_reward_tokens": 9169.24,
                        "profit_sb": 169.24,
                        "profit_sb_percentage": 1.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "aaf2ac3d-2eb4-46ee-a8f3-7b87dbf6158d",
                            "gambit_id": "270f42a1-2097-4244-ad67-cbf45500ad0a",
                            "last_updated": "2022-08-20T11:56:59.777855-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "DET",
                            "reward": "1.64000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be76e9d-a42b-426c-aa4e-266662c49e21/?format=api"
                        },
                        {
                            "id": "850de922-8a65-4f79-8390-35a2dbd7568f",
                            "gambit_id": "5ab95d8b-8a9e-41c7-9c91-ab06d2d9ffc4",
                            "last_updated": "2022-08-20T11:56:59.778291-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "LAA",
                            "reward": "2.08000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be76e9d-a42b-426c-aa4e-266662c49e21/?format=api"
                        }
                    ]
                },
                {
                    "id": "fed88e75-3aa6-4846-93dc-a01ec4d51687",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e5b446f-e145-47d6-88dd-46a98b2bc832/?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": 5205.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "78333d27-e5cc-44d6-9311-b53fa9ccc9d8",
                            "gambit_id": "bc285cef-f71b-4cf9-bd5f-43c7278dd32a",
                            "last_updated": "2022-08-20T11:56:59.777393-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fed88e75-3aa6-4846-93dc-a01ec4d51687/?format=api"
                        },
                        {
                            "id": "8a401e71-4cb6-4a8e-adf8-96c6d6d33b51",
                            "gambit_id": "dca92cd9-9102-4d01-a824-0662fa0e5aad",
                            "last_updated": "2022-08-20T11:56:59.776899-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fed88e75-3aa6-4846-93dc-a01ec4d51687/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b6722c03-8051-44cc-83c3-343c29c4e948",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "b438416f-9d0d-46c8-b88b-d4d527e9dda0",
            "completed": true,
            "last_updated": "2022-08-20T12:07:02.294591-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.28,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/b438416f-9d0d-46c8-b88b-d4d527e9dda0",
            "datetime": "2022-08-19T19:05:00-04:00",
            "cutoff_datetime": "2022-08-19T19:05:00-04:00",
            "name": "CIN (G Ashcraft) v. PIT (B Wilson)",
            "bettypes": [
                {
                    "id": "33dcb4b8-344f-406b-b037-298b3dd3e977",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b6722c03-8051-44cc-83c3-343c29c4e948/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CIN (G Ashcraft)",
                                "amount": 5108.0
                            },
                            {
                                "team": "PIT (B Wilson)",
                                "amount": 4892.0
                            }
                        ],
                        "expected_reward_tokens": 9294.8,
                        "profit_sb": 294.8,
                        "profit_sb_percentage": 3.28,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "07e49b6e-9a40-4d1b-a833-26cd2ce6da5f",
                            "gambit_id": "904cefb3-bed2-4c9c-9654-a5e8d123bffa",
                            "last_updated": "2022-08-20T12:07:02.298724-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN (G Ashcraft)",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33dcb4b8-344f-406b-b037-298b3dd3e977/?format=api"
                        },
                        {
                            "id": "79898b50-a9c3-463d-8d7b-27e70dce1c56",
                            "gambit_id": "6f8c58df-a607-4889-81ff-076cbe81de4e",
                            "last_updated": "2022-08-20T12:07:02.298295-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT (B Wilson)",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33dcb4b8-344f-406b-b037-298b3dd3e977/?format=api"
                        }
                    ]
                },
                {
                    "id": "4cc0eaf7-c439-4a26-8691-8b46642358c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b6722c03-8051-44cc-83c3-343c29c4e948/?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": 5984.0
                            },
                            {
                                "team": "CIN",
                                "amount": 4016.0
                            }
                        ],
                        "expected_reward_tokens": 9275.2,
                        "profit_sb": 275.2,
                        "profit_sb_percentage": 3.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "779eabbc-cbb8-4f52-a563-a29716de9e09",
                            "gambit_id": "d6d552d5-835d-41fa-99f9-963fb7078066",
                            "last_updated": "2022-08-20T12:07:02.297283-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PIT",
                            "reward": "1.55000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cc0eaf7-c439-4a26-8691-8b46642358c6/?format=api"
                        },
                        {
                            "id": "a6ee2e7d-1103-4100-b23e-c31073f434af",
                            "gambit_id": "6d8fc359-488e-4127-8fb3-19c9b0a18051",
                            "last_updated": "2022-08-20T12:07:02.297834-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CIN",
                            "reward": "2.31000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cc0eaf7-c439-4a26-8691-8b46642358c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "23e68e0e-9784-48c6-9a23-d20e37ab11c2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b6722c03-8051-44cc-83c3-343c29c4e948/?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": 5000.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9100.0,
                        "profit_sb": 100.0,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4fc80d85-470d-40ea-bc9d-047a10dcd8f9",
                            "gambit_id": "d3498931-fd8d-43b4-877c-348269b483ae",
                            "last_updated": "2022-08-20T12:07:02.296812-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e68e0e-9784-48c6-9a23-d20e37ab11c2/?format=api"
                        },
                        {
                            "id": "1739248d-7a2f-4827-ac93-28dd72107af3",
                            "gambit_id": "ef3fd858-f9ab-4a6c-aa57-341cbd674319",
                            "last_updated": "2022-08-20T12:07:02.295607-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.82000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e68e0e-9784-48c6-9a23-d20e37ab11c2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cf796d9c-7d15-403d-be5f-d501655df137",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "5358e844-82b4-4328-b0a9-74c5405c4f40",
            "completed": true,
            "last_updated": "2022-08-20T12:07:02.609889-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.3,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/5358e844-82b4-4328-b0a9-74c5405c4f40",
            "datetime": "2022-08-19T19:05:00-04:00",
            "cutoff_datetime": "2022-08-19T19:05:00-04:00",
            "name": "TOR (K Gausman) v. NYY (J Taillon)",
            "bettypes": [
                {
                    "id": "1db9aa4f-e4c3-4212-949e-54a95db5e6f8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cf796d9c-7d15-403d-be5f-d501655df137/?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": 5081.0
                            },
                            {
                                "team": "NYY (J Taillon)",
                                "amount": 4919.0
                            }
                        ],
                        "expected_reward_tokens": 9296.91,
                        "profit_sb": 296.91,
                        "profit_sb_percentage": 3.3,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c7a6efee-4d7d-43d8-a65c-267ef0da59e0",
                            "gambit_id": "6b71e74e-9151-446f-90f5-9082ddc76e2e",
                            "last_updated": "2022-08-20T12:07:02.613298-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR (K Gausman)",
                            "reward": "1.83000",
                            "odds": "1.91740",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db9aa4f-e4c3-4212-949e-54a95db5e6f8/?format=api"
                        },
                        {
                            "id": "12dcf2d0-4ee5-443e-a991-280b934f8c22",
                            "gambit_id": "6c83b612-0c1a-4b28-a9d0-9068c38b3e28",
                            "last_updated": "2022-08-20T12:07:02.612827-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY (J Taillon)",
                            "reward": "1.89000",
                            "odds": "1.99010",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db9aa4f-e4c3-4212-949e-54a95db5e6f8/?format=api"
                        }
                    ]
                },
                {
                    "id": "b82171e1-f9a3-4d00-ab51-b4a39d3aac80",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cf796d9c-7d15-403d-be5f-d501655df137/?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": 6418.0
                            },
                            {
                                "team": "NYY",
                                "amount": 3582.0
                            }
                        ],
                        "expected_reward_tokens": 9241.56,
                        "profit_sb": 241.56,
                        "profit_sb_percentage": 2.68,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8465ce41-e463-47c9-a05f-c7d90c63a1ce",
                            "gambit_id": "ba97c3fd-2426-4a41-8d3a-d46645e0c97d",
                            "last_updated": "2022-08-20T12:07:02.612363-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TOR",
                            "reward": "1.44000",
                            "odds": "1.48780",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b82171e1-f9a3-4d00-ab51-b4a39d3aac80/?format=api"
                        },
                        {
                            "id": "3ec5d083-7f1d-44f8-a9b5-7a745540b7dc",
                            "gambit_id": "f9b9007a-7966-42c8-85a2-6f65f0e48823",
                            "last_updated": "2022-08-20T12:07:02.611893-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYY",
                            "reward": "2.58000",
                            "odds": "2.75000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b82171e1-f9a3-4d00-ab51-b4a39d3aac80/?format=api"
                        }
                    ]
                },
                {
                    "id": "9631e896-ff12-417a-bc9a-c6245f8ff6db",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cf796d9c-7d15-403d-be5f-d501655df137/?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": 5205.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4795.0
                            }
                        ],
                        "expected_reward_tokens": 9108.75,
                        "profit_sb": 108.75,
                        "profit_sb_percentage": 1.21,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8286d82b-74bf-441c-b5ba-144514438d49",
                            "gambit_id": "ac3a2050-20a5-4275-9bb4-82c041e6c0f1",
                            "last_updated": "2022-08-20T12:07:02.610923-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 8",
                            "reward": "1.75000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9631e896-ff12-417a-bc9a-c6245f8ff6db/?format=api"
                        },
                        {
                            "id": "7443825f-c71b-4c54-8595-580fd871b7ec",
                            "gambit_id": "bf39b76d-254b-4380-84b1-47565e06ec92",
                            "last_updated": "2022-08-20T12:07:02.611426-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 8",
                            "reward": "1.90000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9631e896-ff12-417a-bc9a-c6245f8ff6db/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "22ae1f6e-6f47-4901-b8b6-2775fba09a40",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bc68dcb3-5eee-42aa-b633-c2942bfd0b90",
            "completed": true,
            "last_updated": "2022-08-20T12:07:02.469824-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.34,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/bc68dcb3-5eee-42aa-b633-c2942bfd0b90",
            "datetime": "2022-08-19T19:05:00-04:00",
            "cutoff_datetime": "2022-08-19T19:05:00-04:00",
            "name": "NYM (C Bassitt) v. PHI (A Nola)",
            "bettypes": [
                {
                    "id": "5df8d736-d2de-4a3b-a11c-15bbfb7b8970",
                    "match": "https://api-prod.gambitprofit.com/api/matches/22ae1f6e-6f47-4901-b8b6-2775fba09a40/?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 (A Nola)",
                                "amount": 5255.0
                            },
                            {
                                "team": "NYM (C Bassitt)",
                                "amount": 4745.0
                            }
                        ],
                        "expected_reward_tokens": 9300.2,
                        "profit_sb": 300.2,
                        "profit_sb_percentage": 3.34,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "07628500-be3a-420d-a836-68daaef1faf9",
                            "gambit_id": "421e9d12-b9aa-4470-997d-56d89b3302c9",
                            "last_updated": "2022-08-20T12:07:02.472715-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (A Nola)",
                            "reward": "1.77000",
                            "odds": "1.85470",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df8d736-d2de-4a3b-a11c-15bbfb7b8970/?format=api"
                        },
                        {
                            "id": "390c6802-afb3-4080-a437-92458f2beb38",
                            "gambit_id": "452b868f-98c2-4d15-8583-ebb447d98936",
                            "last_updated": "2022-08-20T12:07:02.473180-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM (C Bassitt)",
                            "reward": "1.96000",
                            "odds": "2.07000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df8d736-d2de-4a3b-a11c-15bbfb7b8970/?format=api"
                        }
                    ]
                },
                {
                    "id": "151baf64-5aee-47c2-8448-3be42de17f4c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/22ae1f6e-6f47-4901-b8b6-2775fba09a40/?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": 6288.0
                            },
                            {
                                "team": "PHI",
                                "amount": 3712.0
                            }
                        ],
                        "expected_reward_tokens": 9242.88,
                        "profit_sb": 242.88,
                        "profit_sb_percentage": 2.7,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7c8702b2-3925-4505-bbcf-84e3b4f68cc5",
                            "gambit_id": "481a990b-102c-43f9-9791-429bf572eb76",
                            "last_updated": "2022-08-20T12:07:02.471727-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NYM",
                            "reward": "1.47000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151baf64-5aee-47c2-8448-3be42de17f4c/?format=api"
                        },
                        {
                            "id": "e6498370-f6b4-4a73-8b14-b95f3b6193cf",
                            "gambit_id": "cfb7c922-e35a-4f3d-9d98-848bc6e0a293",
                            "last_updated": "2022-08-20T12:07:02.472248-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "2.49000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151baf64-5aee-47c2-8448-3be42de17f4c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "801ddef5-c3b1-48e1-8903-aa0459e7d7bf",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "bbf2e8d7-9a50-4c0e-aa9a-d846f1569887",
            "completed": true,
            "last_updated": "2022-08-20T12:07:02.021417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.33,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/bbf2e8d7-9a50-4c0e-aa9a-d846f1569887",
            "datetime": "2022-08-19T19:05:00-04:00",
            "cutoff_datetime": "2022-08-19T19:05:00-04:00",
            "name": "BOS (K Crawford) v. BAL (J Lyles)",
            "bettypes": [
                {
                    "id": "04996b60-258d-4e98-a061-6c77ca2359b3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/801ddef5-c3b1-48e1-8903-aa0459e7d7bf/?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 (J Lyles)",
                                "amount": 5000.0
                            },
                            {
                                "team": "BOS (K Crawford)",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9300.0,
                        "profit_sb": 300.0,
                        "profit_sb_percentage": 3.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5da36a04-e618-4dca-bc4f-48fe9e418d98",
                            "gambit_id": "5fce1124-36aa-4b94-b18f-7d961d5191b0",
                            "last_updated": "2022-08-20T12:07:02.024372-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL (J Lyles)",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04996b60-258d-4e98-a061-6c77ca2359b3/?format=api"
                        },
                        {
                            "id": "681032b9-8ae7-4369-8b55-b7987cc19583",
                            "gambit_id": "8855124f-f546-4803-a0b2-d197240d56ff",
                            "last_updated": "2022-08-20T12:07:02.024863-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS (K Crawford)",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04996b60-258d-4e98-a061-6c77ca2359b3/?format=api"
                        }
                    ]
                },
                {
                    "id": "eec65530-c7ba-4b80-824b-ece866049d8b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/801ddef5-c3b1-48e1-8903-aa0459e7d7bf/?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": 6357.0
                            },
                            {
                                "team": "BAL",
                                "amount": 3643.0
                            }
                        ],
                        "expected_reward_tokens": 9216.79,
                        "profit_sb": 216.79,
                        "profit_sb_percentage": 2.41,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fd3d3d9c-1878-497b-9431-96d2d7892c0f",
                            "gambit_id": "dc98cc60-552a-440d-8a8c-c70adb032f5d",
                            "last_updated": "2022-08-20T12:07:02.023440-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BOS",
                            "reward": "1.45000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eec65530-c7ba-4b80-824b-ece866049d8b/?format=api"
                        },
                        {
                            "id": "c670d331-0ab6-4087-ac2c-911dfce88fe8",
                            "gambit_id": "c75d3fa9-5bba-48d5-8670-46ea3fe894c1",
                            "last_updated": "2022-08-20T12:07:02.023907-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BAL",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eec65530-c7ba-4b80-824b-ece866049d8b/?format=api"
                        }
                    ]
                },
                {
                    "id": "88498620-f560-4b60-b47c-b2c953530060",
                    "match": "https://api-prod.gambitprofit.com/api/matches/801ddef5-c3b1-48e1-8903-aa0459e7d7bf/?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": "db2d2b12-d3bd-45d4-9493-242c28a79de2",
                            "gambit_id": "3bc322fd-1558-4fb6-81c7-754ad84354cb",
                            "last_updated": "2022-08-20T12:07:02.022984-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/88498620-f560-4b60-b47c-b2c953530060/?format=api"
                        },
                        {
                            "id": "6bae3fba-80bd-4d75-8035-a0cfdc0d3d93",
                            "gambit_id": "ed26ae48-c2aa-41cd-a3b1-1daf01a0a3ef",
                            "last_updated": "2022-08-20T12:07:02.022481-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/88498620-f560-4b60-b47c-b2c953530060/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "235cb9db-8f68-45ac-8de5-4f8e3bf5c832",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "a779f10b-1593-4d7b-8a7f-1e128c9276d0",
            "completed": true,
            "last_updated": "2022-08-20T12:17:02.108349-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 2.98,
            "sport_category": "NFL Preseason Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/a779f10b-1593-4d7b-8a7f-1e128c9276d0",
            "datetime": "2022-08-19T19:00:00-04:00",
            "cutoff_datetime": "2022-08-19T19:00:00-04:00",
            "name": "Carolina Panthers v. New England Patriots",
            "bettypes": [
                {
                    "id": "b2db7502-674a-4e29-aa61-386b8c95d614",
                    "match": "https://api-prod.gambitprofit.com/api/matches/235cb9db-8f68-45ac-8de5-4f8e3bf5c832/?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 England Patriots",
                                "amount": 6815.0
                            },
                            {
                                "team": "Carolina Panthers",
                                "amount": 3185.0
                            }
                        ],
                        "expected_reward_tokens": 9268.35,
                        "profit_sb": 268.35,
                        "profit_sb_percentage": 2.98,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9fe2eb58-f19d-432a-84a5-349cedf25858",
                            "gambit_id": "d24d32fc-3b51-4b3b-b9f9-c5d4a51b8898",
                            "last_updated": "2022-08-20T12:17:02.110502-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New England Patriots",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2db7502-674a-4e29-aa61-386b8c95d614/?format=api"
                        },
                        {
                            "id": "5e3b9287-81bf-4a3c-89a4-8766466d4072",
                            "gambit_id": "0dd47ebe-c30d-4b41-af84-b431cb64cce9",
                            "last_updated": "2022-08-20T12:17:02.110972-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carolina Panthers",
                            "reward": "2.91000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2db7502-674a-4e29-aa61-386b8c95d614/?format=api"
                        }
                    ]
                },
                {
                    "id": "4e5e24a6-9a8b-48f8-b9e2-c3a168691cc1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/235cb9db-8f68-45ac-8de5-4f8e3bf5c832/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New England Patriots",
                                "amount": 5000.0
                            },
                            {
                                "team": "Carolina Panthers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b8704358-93cd-455a-a016-e2d121293f3f",
                            "gambit_id": "c87ceb7c-3600-4b7c-80dc-f1924c5e0814",
                            "last_updated": "2022-08-20T12:17:02.111437-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New England Patriots",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "-6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e5e24a6-9a8b-48f8-b9e2-c3a168691cc1/?format=api"
                        },
                        {
                            "id": "4ac7a5ed-610d-4871-9507-da0078703243",
                            "gambit_id": "06d9fdea-1335-4ca7-b5a8-e20a629c9508",
                            "last_updated": "2022-08-20T12:17:02.111920-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carolina Panthers",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e5e24a6-9a8b-48f8-b9e2-c3a168691cc1/?format=api"
                        }
                    ]
                },
                {
                    "id": "9e12df7c-db9a-447f-8063-4e367f82f2c5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/235cb9db-8f68-45ac-8de5-4f8e3bf5c832/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 38",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 38",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9150.0,
                        "profit_sb": 150.0,
                        "profit_sb_percentage": 1.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1c9e55ad-79a7-48ae-8d4d-2ba4f971f85c",
                            "gambit_id": "282108b7-7f05-451e-aaa9-979d707a8258",
                            "last_updated": "2022-08-20T12:17:02.109496-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 38",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "38.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e12df7c-db9a-447f-8063-4e367f82f2c5/?format=api"
                        },
                        {
                            "id": "2cdc9553-36f2-4dea-80e7-bd4d2fbb0cf1",
                            "gambit_id": "f3a7cacd-2740-47ae-85d9-4c4678c08e44",
                            "last_updated": "2022-08-20T12:17:02.110033-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 38",
                            "reward": "1.83000",
                            "odds": "1.90910",
                            "spread": "38.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e12df7c-db9a-447f-8063-4e367f82f2c5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "67980239-f651-45d2-bb05-cddf7b97d828",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "3ba13cbd-cd4a-4fb9-95af-aab3057502ce",
            "completed": true,
            "last_updated": "2022-08-20T12:17:09.619881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.33,
            "sport_category": "Overwatch - Blizzard OW League",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/3ba13cbd-cd4a-4fb9-95af-aab3057502ce",
            "datetime": "2022-08-19T15:00:00-04:00",
            "cutoff_datetime": "2022-08-19T15:00:00-04:00",
            "name": "New York Excelsior v. Vancouver Titans",
            "bettypes": [
                {
                    "id": "5d719c61-c84c-4ba5-a517-a93f8875c11e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/67980239-f651-45d2-bb05-cddf7b97d828/?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 Excelsior",
                                "amount": 6000.0
                            },
                            {
                                "team": "Vancouver Titans",
                                "amount": 4000.0
                            }
                        ],
                        "expected_reward_tokens": 8880.0,
                        "profit_sb": -120.0,
                        "profit_sb_percentage": -1.33,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d9a4c316-b9e7-4c68-acac-4f99c9854a2d",
                            "gambit_id": "0cf44781-3ea6-469d-a1ec-a638a738eb58",
                            "last_updated": "2022-08-20T12:17:09.621150-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Excelsior",
                            "reward": "1.48000",
                            "odds": "1.53000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d719c61-c84c-4ba5-a517-a93f8875c11e/?format=api"
                        },
                        {
                            "id": "370b8ed6-5dd8-460b-a121-72c86b1e4af5",
                            "gambit_id": "172e2473-b02c-4375-850b-16fd92d419bb",
                            "last_updated": "2022-08-20T12:17:09.620682-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vancouver Titans",
                            "reward": "2.22000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d719c61-c84c-4ba5-a517-a93f8875c11e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "515c8719-3cb5-417a-99cd-890b330fd3c7",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "9372c08e-1825-4c6c-a904-cb1ba54dfeae",
            "completed": true,
            "last_updated": "2022-08-20T11:57:01.648795-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 3.86,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/9372c08e-1825-4c6c-a904-cb1ba54dfeae",
            "datetime": "2022-08-19T14:20:00-04:00",
            "cutoff_datetime": "2022-08-19T14:20:00-04:00",
            "name": "MIL (A Ashby) v. CHC (K Thompson)",
            "bettypes": [
                {
                    "id": "500fb2f5-954f-4ddf-9d20-d6bce5678609",
                    "match": "https://api-prod.gambitprofit.com/api/matches/515c8719-3cb5-417a-99cd-890b330fd3c7/?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 (A Ashby)",
                                "amount": 5632.0
                            },
                            {
                                "team": "CHC (K Thompson)",
                                "amount": 4368.0
                            }
                        ],
                        "expected_reward_tokens": 9347.52,
                        "profit_sb": 347.52,
                        "profit_sb_percentage": 3.86,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "83d1a060-ef96-47e0-9ab0-fe84709adb9e",
                            "gambit_id": "5b52354a-025f-458f-b5d1-9675d4e77abf",
                            "last_updated": "2022-08-20T11:57:01.652062-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL (A Ashby)",
                            "reward": "1.66000",
                            "odds": "1.72990",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500fb2f5-954f-4ddf-9d20-d6bce5678609/?format=api"
                        },
                        {
                            "id": "cfa8ece1-7038-4306-8c31-f54b9a2a3fc7",
                            "gambit_id": "96a1e713-168d-4ce2-88d8-6d43bcfafa7f",
                            "last_updated": "2022-08-20T11:57:01.651643-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC (K Thompson)",
                            "reward": "2.14000",
                            "odds": "2.27000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500fb2f5-954f-4ddf-9d20-d6bce5678609/?format=api"
                        }
                    ]
                },
                {
                    "id": "e64b91e3-ce5b-4820-992f-25863f1ac3c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/515c8719-3cb5-417a-99cd-890b330fd3c7/?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": 5499.0
                            },
                            {
                                "team": "MIL",
                                "amount": 4501.0
                            }
                        ],
                        "expected_reward_tokens": 9182.04,
                        "profit_sb": 182.04,
                        "profit_sb_percentage": 2.02,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dc05a997-1bb2-43da-affc-ac07689226ee",
                            "gambit_id": "3b176cb9-3765-4631-a120-238ff187faf9",
                            "last_updated": "2022-08-20T11:57:01.650776-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "CHC",
                            "reward": "1.67000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64b91e3-ce5b-4820-992f-25863f1ac3c6/?format=api"
                        },
                        {
                            "id": "5def8afb-6182-44a8-bb7a-ce0281527945",
                            "gambit_id": "24e661b1-a646-4071-9c71-8c130a5c0bce",
                            "last_updated": "2022-08-20T11:57:01.651202-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "MIL",
                            "reward": "2.04000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64b91e3-ce5b-4820-992f-25863f1ac3c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "bd31f0bd-4ca2-45b4-9340-1fa89881d7ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/515c8719-3cb5-417a-99cd-890b330fd3c7/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 10",
                                "amount": 5110.0
                            },
                            {
                                "team": "Game Total Under 10",
                                "amount": 4890.0
                            }
                        ],
                        "expected_reward_tokens": 9095.4,
                        "profit_sb": 95.4,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7fc79dca-ba59-4aa6-9b36-992de5f4637a",
                            "gambit_id": "6ec847cc-486a-45b7-8ae1-4d150b0b9805",
                            "last_updated": "2022-08-20T11:57:01.650332-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 10",
                            "reward": "1.78000",
                            "odds": "1.86960",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd31f0bd-4ca2-45b4-9340-1fa89881d7ab/?format=api"
                        },
                        {
                            "id": "70a5f947-8732-44c4-a585-4c159488ae71",
                            "gambit_id": "226ac5fe-25ba-4ea5-88d9-fa5954dec982",
                            "last_updated": "2022-08-20T11:57:01.649839-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 10",
                            "reward": "1.86000",
                            "odds": "1.95240",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd31f0bd-4ca2-45b4-9340-1fa89881d7ab/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2291c4f3-1b44-4b78-9a8e-8d704d169a4b",
            "discount": "0.90",
            "sb_rate": "1.00",
            "gambit_id": "35e49869-6c80-4ce2-b04a-66604e4e8eb7",
            "completed": true,
            "last_updated": "2022-08-20T12:17:02.730305-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.83,
            "sport_category": "Overwatch - Blizzard OW League",
            "sport": "Esports",
            "url": "https://app.gambitrewards.com/match/35e49869-6c80-4ce2-b04a-66604e4e8eb7",
            "datetime": "2022-08-19T07:30:00-04:00",
            "cutoff_datetime": "2022-08-19T07:30:00-04:00",
            "name": "Seoul Dynasty v. Hangzhou Spark",
            "bettypes": [
                {
                    "id": "ecd1b9f3-8bd0-4cce-a473-087451108576",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2291c4f3-1b44-4b78-9a8e-8d704d169a4b/?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": "Seoul Dynasty",
                                "amount": 5852.0
                            },
                            {
                                "team": "Hangzhou Spark",
                                "amount": 4148.0
                            }
                        ],
                        "expected_reward_tokens": 8835.24,
                        "profit_sb": -164.76,
                        "profit_sb_percentage": -1.83,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b138cf53-4a1b-4296-b6f8-9c7dfded7585",
                            "gambit_id": "74a6008c-d262-4486-9abd-a5314320df3d",
                            "last_updated": "2022-08-20T12:17:02.731705-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seoul Dynasty",
                            "reward": "1.51000",
                            "odds": "1.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd1b9f3-8bd0-4cce-a473-087451108576/?format=api"
                        },
                        {
                            "id": "cb1e1677-44e7-481d-baf8-467eabbedd4b",
                            "gambit_id": "8f204b54-073f-4db2-8d21-278b447ade76",
                            "last_updated": "2022-08-20T12:17:02.731200-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Hangzhou Spark",
                            "reward": "2.13000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd1b9f3-8bd0-4cce-a473-087451108576/?format=api"
                        }
                    ]
                }
            ]
        }
    ]
}