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=8300
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=8400",
    "previous": "https://api-prod.gambitprofit.com/api/matches/?format=api&limit=100&offset=8200",
    "results": [
        {
            "id": "5ad2f57a-a72d-4eb6-9b9d-26f8593eb16d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b2e85ab5-4080-48d4-81a7-4fdc0761b492",
            "completed": true,
            "last_updated": "2022-10-31T10:47:27.448034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.38,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/b2e85ab5-4080-48d4-81a7-4fdc0761b492",
            "datetime": "2022-10-29T12:00:00-04:00",
            "cutoff_datetime": "2022-10-29T12:00:00-04:00",
            "name": "Georgia Tech v. Florida State",
            "bettypes": [
                {
                    "id": "4c6b6c62-8d40-4a2a-bef9-e8d684c2080c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5ad2f57a-a72d-4eb6-9b9d-26f8593eb16d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": true,
                        "name": "High Risk",
                        "bet": [
                            {
                                "team": "Florida State",
                                "amount": 10000
                            }
                        ],
                        "expected_reward_tokens": 10300.0,
                        "profit_sb": 800.0,
                        "profit_sb_percentage": 8.42,
                        "recommended": true
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Florida State",
                                "amount": 9189.0
                            },
                            {
                                "team": "Georgia Tech",
                                "amount": 811.0
                            }
                        ],
                        "expected_reward_tokens": 9464.37,
                        "profit_sb": -35.63,
                        "profit_sb_percentage": -0.38,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a2148a14-0d85-46ea-b30e-952d4cc7401d",
                            "gambit_id": "177dd746-ff74-47cc-bd48-d163f679c339",
                            "last_updated": "2022-10-31T10:47:27.453786-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida State",
                            "reward": "1.03000",
                            "odds": "1.03330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6b6c62-8d40-4a2a-bef9-e8d684c2080c/?format=api"
                        },
                        {
                            "id": "36c620c8-336d-4cc0-ae25-d9d606285cd6",
                            "gambit_id": "19cac6d4-da44-4b1a-b7f4-6a2bb3b5b15b",
                            "last_updated": "2022-10-31T10:47:27.454731-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Georgia Tech",
                            "reward": "11.67000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6b6c62-8d40-4a2a-bef9-e8d684c2080c/?format=api"
                        }
                    ]
                },
                {
                    "id": "6f611e1a-4b2f-44cb-9e4d-c212578497e9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5ad2f57a-a72d-4eb6-9b9d-26f8593eb16d/?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": "Georgia Tech",
                                "amount": 5000.0
                            },
                            {
                                "team": "Florida State",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1ae9b8ac-7164-4b32-8fab-e8915d4d4d43",
                            "gambit_id": "254ce85b-cfec-4c0b-aab3-1c1c05988ae3",
                            "last_updated": "2022-10-31T10:47:27.456574-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Georgia Tech",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "24.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f611e1a-4b2f-44cb-9e4d-c212578497e9/?format=api"
                        },
                        {
                            "id": "80c48a00-eb22-4567-a660-05ad6455aa57",
                            "gambit_id": "cad53ea8-d187-446e-a7a7-669d9981329c",
                            "last_updated": "2022-10-31T10:47:27.457513-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida State",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-24.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f611e1a-4b2f-44cb-9e4d-c212578497e9/?format=api"
                        }
                    ]
                },
                {
                    "id": "001d6bdd-9c51-4aa8-866c-2df5788a194c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5ad2f57a-a72d-4eb6-9b9d-26f8593eb16d/?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 48",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 48",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a74f42c8-5233-4ad4-9baa-66622fb02697",
                            "gambit_id": "a0ca6678-757e-4010-afef-b462bf0d2ae8",
                            "last_updated": "2022-10-31T10:47:27.451925-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 48",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "48.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/001d6bdd-9c51-4aa8-866c-2df5788a194c/?format=api"
                        },
                        {
                            "id": "7f81fd39-bdbc-465e-ad3f-f7e998d1cdf1",
                            "gambit_id": "24f3e5e2-bacb-4d01-a681-ec8fb6379700",
                            "last_updated": "2022-10-31T10:47:27.450865-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 48",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "48.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/001d6bdd-9c51-4aa8-866c-2df5788a194c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d13b1b0f-c100-4d84-977e-14d195089cb5",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a91c71c9-82f6-404c-a1cf-82ad659585e7",
            "completed": true,
            "last_updated": "2022-10-31T10:52:25.080346-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.55,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/a91c71c9-82f6-404c-a1cf-82ad659585e7",
            "datetime": "2022-10-29T12:00:00-04:00",
            "cutoff_datetime": "2022-10-29T12:00:00-04:00",
            "name": "Toledo v. Eastern Michigan",
            "bettypes": [
                {
                    "id": "8bffa292-fb4e-4fa2-84a0-3e73379540d0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d13b1b0f-c100-4d84-977e-14d195089cb5/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toledo",
                                "amount": 6326.0
                            },
                            {
                                "team": "Eastern Michigan",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f92d2a59-98ff-4652-9084-9049e649122a",
                            "gambit_id": "b0980411-e499-451b-ae3f-3e46cef8beac",
                            "last_updated": "2022-10-31T10:52:25.086108-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toledo",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bffa292-fb4e-4fa2-84a0-3e73379540d0/?format=api"
                        },
                        {
                            "id": "1988c22c-34c1-4db1-9a81-4c08ac50e285",
                            "gambit_id": "31650fc5-d584-49f7-922a-3c04f73d43f5",
                            "last_updated": "2022-10-31T10:52:25.087042-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Eastern Michigan",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bffa292-fb4e-4fa2-84a0-3e73379540d0/?format=api"
                        }
                    ]
                },
                {
                    "id": "f30ad184-ef12-45ee-94cd-5d2b552a8287",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d13b1b0f-c100-4d84-977e-14d195089cb5/?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": "Toledo",
                                "amount": 5000.0
                            },
                            {
                                "team": "Eastern Michigan",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3e2c7080-3c1c-46a0-8988-533719d22bab",
                            "gambit_id": "c1dafe92-1136-4f0c-b7e6-72ff5b2f1707",
                            "last_updated": "2022-10-31T10:52:25.089884-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toledo",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f30ad184-ef12-45ee-94cd-5d2b552a8287/?format=api"
                        },
                        {
                            "id": "6bedacca-6a86-47cb-8cd8-0118bb48a577",
                            "gambit_id": "aac6bb8d-0ff5-47e6-91a7-f7015af84a43",
                            "last_updated": "2022-10-31T10:52:25.088951-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Eastern Michigan",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f30ad184-ef12-45ee-94cd-5d2b552a8287/?format=api"
                        }
                    ]
                },
                {
                    "id": "ec44f3f0-5e58-4c2f-a467-d39a556068bf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d13b1b0f-c100-4d84-977e-14d195089cb5/?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 54",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 54",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "93faaf77-2c9a-472f-adeb-e990b94f36e8",
                            "gambit_id": "1b521726-a61d-41e5-a9a8-930a61d3fa96",
                            "last_updated": "2022-10-31T10:52:25.084226-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 54",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "54.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec44f3f0-5e58-4c2f-a467-d39a556068bf/?format=api"
                        },
                        {
                            "id": "56c6a1b8-6bc9-46a0-b5ca-89f3a960fa92",
                            "gambit_id": "9f5d9cba-a673-4587-a083-15041b7f8da2",
                            "last_updated": "2022-10-31T10:52:25.083080-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 54",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "54.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec44f3f0-5e58-4c2f-a467-d39a556068bf/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "56662e1b-ffdd-4d4e-83f8-2b50104452f7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c2f72a0f-cbb6-4a2d-b407-43c424bf268c",
            "completed": true,
            "last_updated": "2022-10-31T10:52:25.403136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.47,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/c2f72a0f-cbb6-4a2d-b407-43c424bf268c",
            "datetime": "2022-10-29T12:00:00-04:00",
            "cutoff_datetime": "2022-10-29T12:00:00-04:00",
            "name": "Miami-Ohio v. Akron",
            "bettypes": [
                {
                    "id": "1b770354-46fc-4104-a4b6-e25a4d1f3e05",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56662e1b-ffdd-4d4e-83f8-2b50104452f7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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-Ohio",
                                "amount": 7399.0
                            },
                            {
                                "team": "Akron",
                                "amount": 2601.0
                            }
                        ],
                        "expected_reward_tokens": 9544.71,
                        "profit_sb": 44.71,
                        "profit_sb_percentage": 0.47,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bc61f556-fc46-43c2-81a5-558e74947e9a",
                            "gambit_id": "b329fbce-2ce7-4445-987d-ea834934a35d",
                            "last_updated": "2022-10-31T10:52:25.410346-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami-Ohio",
                            "reward": "1.29000",
                            "odds": "1.29410",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b770354-46fc-4104-a4b6-e25a4d1f3e05/?format=api"
                        },
                        {
                            "id": "804b19c3-c1bc-4684-adc2-6e91b9c01f84",
                            "gambit_id": "01d18a3d-1cd1-4ecc-b7a1-8185e2051203",
                            "last_updated": "2022-10-31T10:52:25.409319-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Akron",
                            "reward": "3.67000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b770354-46fc-4104-a4b6-e25a4d1f3e05/?format=api"
                        }
                    ]
                },
                {
                    "id": "c2bab192-0028-44ed-bb1c-81a4fd518a6f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56662e1b-ffdd-4d4e-83f8-2b50104452f7/?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": "Akron",
                                "amount": 5000.0
                            },
                            {
                                "team": "Miami-Ohio",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "03e0d7f0-3074-4547-b287-a815d77c1d00",
                            "gambit_id": "5d65271e-a0ba-451d-8346-b720a2f82840",
                            "last_updated": "2022-10-31T10:52:25.412186-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Akron",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2bab192-0028-44ed-bb1c-81a4fd518a6f/?format=api"
                        },
                        {
                            "id": "eeca4bd7-adbb-454b-bbeb-a4ab916cd14e",
                            "gambit_id": "d0b5be6d-7aa2-4172-b4fa-e23b488cb998",
                            "last_updated": "2022-10-31T10:52:25.413111-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami-Ohio",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2bab192-0028-44ed-bb1c-81a4fd518a6f/?format=api"
                        }
                    ]
                },
                {
                    "id": "b103aff8-a122-4b93-8219-7c30aa1a8a73",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56662e1b-ffdd-4d4e-83f8-2b50104452f7/?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 51.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 51.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1539ffc5-587a-4ffa-8d98-9cad95afb719",
                            "gambit_id": "7a448746-0e18-4d2b-9ea1-ce88cd9a26da",
                            "last_updated": "2022-10-31T10:52:25.405868-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 51.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "51.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b103aff8-a122-4b93-8219-7c30aa1a8a73/?format=api"
                        },
                        {
                            "id": "b6ddbd78-cfad-47ee-9f49-50370cb2cffb",
                            "gambit_id": "e101d1e9-1518-441b-9141-6b8f6cf2a1e3",
                            "last_updated": "2022-10-31T10:52:25.406885-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 51.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "51.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b103aff8-a122-4b93-8219-7c30aa1a8a73/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1ec5410d-c304-4cbc-bf88-119d8a513491",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3162a3cd-f7e2-4fdb-91de-884346373c8e",
            "completed": true,
            "last_updated": "2022-10-31T10:52:24.567634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.33,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/3162a3cd-f7e2-4fdb-91de-884346373c8e",
            "datetime": "2022-10-29T12:00:00-04:00",
            "cutoff_datetime": "2022-10-29T12:00:00-04:00",
            "name": "Boston College v. Connecticut",
            "bettypes": [
                {
                    "id": "b514d176-4dcb-400b-ae67-2e37f0a31b80",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston College",
                                "amount": 7221.0
                            },
                            {
                                "team": "Connecticut",
                                "amount": 2779.0
                            }
                        ],
                        "expected_reward_tokens": 9531.72,
                        "profit_sb": 31.72,
                        "profit_sb_percentage": 0.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "518370ec-00b0-4f4f-9d49-39a708ba9d9f",
                            "gambit_id": "410cb51b-3e89-4c9d-b334-0572d2662bc2",
                            "last_updated": "2022-10-31T10:52:24.574389-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston College",
                            "reward": "1.32000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b514d176-4dcb-400b-ae67-2e37f0a31b80/?format=api"
                        },
                        {
                            "id": "d02e1148-6f00-4dd0-b7cf-b030593b74a7",
                            "gambit_id": "bab51c38-54f7-4b9d-ab6e-15e41d092c52",
                            "last_updated": "2022-10-31T10:52:24.573459-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Connecticut",
                            "reward": "3.43000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b514d176-4dcb-400b-ae67-2e37f0a31b80/?format=api"
                        }
                    ]
                },
                {
                    "id": "b7e3865a-8d1f-4332-aafd-864ad81f1182",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?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": "Connecticut",
                                "amount": 5000.0
                            },
                            {
                                "team": "Boston College",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "98481740-2f2c-48d9-be35-56098c697776",
                            "gambit_id": "74e30c10-2d78-44c4-a196-b9a801b90f59",
                            "last_updated": "2022-10-31T10:52:24.576248-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Connecticut",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e3865a-8d1f-4332-aafd-864ad81f1182/?format=api"
                        },
                        {
                            "id": "ea38e69e-0772-47b0-8a51-5d643bfbf655",
                            "gambit_id": "73aaa356-6c52-43fc-a22e-c6752a486ea4",
                            "last_updated": "2022-10-31T10:52:24.577187-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston College",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e3865a-8d1f-4332-aafd-864ad81f1182/?format=api"
                        }
                    ]
                },
                {
                    "id": "79886c44-79f9-4c11-9cc3-768a63202c7b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1ec5410d-c304-4cbc-bf88-119d8a513491/?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 44",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 44",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1c9a6362-75b5-43a8-a274-36a3e76c9387",
                            "gambit_id": "32369210-9afe-43c7-be32-1ea5d69e8b17",
                            "last_updated": "2022-10-31T10:52:24.571526-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 44",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "44.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79886c44-79f9-4c11-9cc3-768a63202c7b/?format=api"
                        },
                        {
                            "id": "424fb0d2-f851-4402-a26c-f483685b6f52",
                            "gambit_id": "969c103e-b56c-4344-ad25-76d9f896ff85",
                            "last_updated": "2022-10-31T10:52:24.570398-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 44",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "44.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79886c44-79f9-4c11-9cc3-768a63202c7b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "261dd26a-6c0e-40d4-a566-29fdf8863151",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "db18d90c-2fe1-479d-902d-8a7d2b71d411",
            "completed": true,
            "last_updated": "2022-10-31T10:52:25.776707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.4,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/db18d90c-2fe1-479d-902d-8a7d2b71d411",
            "datetime": "2022-10-29T12:00:00-04:00",
            "cutoff_datetime": "2022-10-29T12:00:00-04:00",
            "name": "Oklahoma v. Iowa State",
            "bettypes": [
                {
                    "id": "d8444004-4528-4901-980f-5dc107640956",
                    "match": "https://api-prod.gambitprofit.com/api/matches/261dd26a-6c0e-40d4-a566-29fdf8863151/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma",
                                "amount": 5316.0
                            },
                            {
                                "team": "Iowa State",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "423824c5-8b37-499e-9336-f71284bca4e9",
                            "gambit_id": "bd5b9d03-b671-4b05-a142-5eb70ff2d93b",
                            "last_updated": "2022-10-31T10:52:25.783546-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Oklahoma",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8444004-4528-4901-980f-5dc107640956/?format=api"
                        },
                        {
                            "id": "ea62d51b-aa8e-4e12-9479-ce54c5431d98",
                            "gambit_id": "3a525a99-ae5d-4bdf-a28d-9515cee82903",
                            "last_updated": "2022-10-31T10:52:25.782590-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Iowa State",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8444004-4528-4901-980f-5dc107640956/?format=api"
                        }
                    ]
                },
                {
                    "id": "005397af-9479-4293-8b2c-1406082f6088",
                    "match": "https://api-prod.gambitprofit.com/api/matches/261dd26a-6c0e-40d4-a566-29fdf8863151/?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": "Oklahoma",
                                "amount": 5000.0
                            },
                            {
                                "team": "Iowa State",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0849da12-4b2f-42fa-b18c-46147a3c1fde",
                            "gambit_id": "45a24c5c-2d57-406f-bf07-e6ec7fd42698",
                            "last_updated": "2022-10-31T10:52:25.786449-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Oklahoma",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005397af-9479-4293-8b2c-1406082f6088/?format=api"
                        },
                        {
                            "id": "cba5e6c9-9176-486a-9d5c-b34ad53bc178",
                            "gambit_id": "16f8e36b-626f-4c15-bb24-b43d983aa2f2",
                            "last_updated": "2022-10-31T10:52:25.785473-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Iowa State",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005397af-9479-4293-8b2c-1406082f6088/?format=api"
                        }
                    ]
                },
                {
                    "id": "5a2f8917-8ec5-4e46-9cc0-61759801e83c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/261dd26a-6c0e-40d4-a566-29fdf8863151/?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 58",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 58",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "018400b4-a7cd-4bee-aa76-250258c61d2b",
                            "gambit_id": "0ac45cad-8fc0-4b8d-9d60-67d4bdaabd0e",
                            "last_updated": "2022-10-31T10:52:25.779525-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 58",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "58.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a2f8917-8ec5-4e46-9cc0-61759801e83c/?format=api"
                        },
                        {
                            "id": "5c4809df-f106-4929-abc6-7bb74d68e1d5",
                            "gambit_id": "f26a1b31-e139-4766-9169-7f6b55f24213",
                            "last_updated": "2022-10-31T10:52:25.780689-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 58",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "58.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a2f8917-8ec5-4e46-9cc0-61759801e83c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d69dead7-ad6a-47be-b340-1c62ce17353f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b8cacc8b-909e-427f-9766-2d23d4c4a0d9",
            "completed": true,
            "last_updated": "2022-10-31T10:56:54.949321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.74,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/b8cacc8b-909e-427f-9766-2d23d4c4a0d9",
            "datetime": "2022-10-29T12:00:00-04:00",
            "cutoff_datetime": "2022-10-29T12:00:00-04:00",
            "name": "TCU v. West Virginia",
            "bettypes": [
                {
                    "id": "2a961b44-743a-494e-977c-c9d522a63d91",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d69dead7-ad6a-47be-b340-1c62ce17353f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TCU",
                                "amount": 7037.0
                            },
                            {
                                "team": "West Virginia",
                                "amount": 2963.0
                            }
                        ],
                        "expected_reward_tokens": 9570.32,
                        "profit_sb": 70.32,
                        "profit_sb_percentage": 0.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1831bcc5-cdfc-45be-887f-dec074b6b69a",
                            "gambit_id": "79946414-115c-4728-bbba-ad268c8dc1b1",
                            "last_updated": "2022-10-31T10:56:54.956486-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TCU",
                            "reward": "1.36000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a961b44-743a-494e-977c-c9d522a63d91/?format=api"
                        },
                        {
                            "id": "401d9c48-b1de-4e50-bd9b-d4c9d3e60e14",
                            "gambit_id": "759dcba0-cc1e-40e7-92e6-8c12089a7323",
                            "last_updated": "2022-10-31T10:56:54.955377-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "West Virginia",
                            "reward": "3.23000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a961b44-743a-494e-977c-c9d522a63d91/?format=api"
                        }
                    ]
                },
                {
                    "id": "8502e003-f61e-4fd2-ae42-ac7a54da2b6c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d69dead7-ad6a-47be-b340-1c62ce17353f/?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": "TCU",
                                "amount": 5000.0
                            },
                            {
                                "team": "West Virginia",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5e2b6ff2-c847-4612-941c-baf7e9a6616e",
                            "gambit_id": "0b415705-e6c4-48f0-be5c-f26182c9e61e",
                            "last_updated": "2022-10-31T10:56:54.959812-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "TCU",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8502e003-f61e-4fd2-ae42-ac7a54da2b6c/?format=api"
                        },
                        {
                            "id": "22825c7a-e682-4b43-b7ae-07481c177a23",
                            "gambit_id": "a9de4620-e255-4a9d-8525-2b9ce71d940b",
                            "last_updated": "2022-10-31T10:56:54.958706-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "West Virginia",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8502e003-f61e-4fd2-ae42-ac7a54da2b6c/?format=api"
                        }
                    ]
                },
                {
                    "id": "89f3e89c-fae3-4b57-8d2e-ad6a2b1712a0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d69dead7-ad6a-47be-b340-1c62ce17353f/?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 70",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 70",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5c76b290-8287-49a3-bf53-03dff30600a2",
                            "gambit_id": "6469fb37-354d-4e20-ae76-0609349468dd",
                            "last_updated": "2022-10-31T10:56:54.952034-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 70",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "70.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f3e89c-fae3-4b57-8d2e-ad6a2b1712a0/?format=api"
                        },
                        {
                            "id": "ee0714cc-a6d4-436f-a602-bdf337192d32",
                            "gambit_id": "6f1ad22f-b21d-4813-9c53-79f8e9e11b67",
                            "last_updated": "2022-10-31T10:56:54.953177-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 70",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "70.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f3e89c-fae3-4b57-8d2e-ad6a2b1712a0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "51d2ecf1-1c15-40f8-9cf4-f57d4352bc98",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "62c50985-7ad2-4747-94b8-7afa1ba583d5",
            "completed": true,
            "last_updated": "2022-10-31T10:47:26.287527-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.05,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/62c50985-7ad2-4747-94b8-7afa1ba583d5",
            "datetime": "2022-10-29T12:00:00-04:00",
            "cutoff_datetime": "2022-10-29T12:00:00-04:00",
            "name": "Notre Dame v. Syracuse",
            "bettypes": [
                {
                    "id": "1e8d8c2f-efdc-4c0b-9b91-49a893e3d055",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51d2ecf1-1c15-40f8-9cf4-f57d4352bc98/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Syracuse",
                                "amount": 5106.0
                            },
                            {
                                "team": "Notre Dame",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3738b63c-579c-48ca-930a-3e20dcf7d2b1",
                            "gambit_id": "940e673a-f50e-4923-aeea-4e6e203c39a5",
                            "last_updated": "2022-10-31T10:47:26.293426-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Syracuse",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e8d8c2f-efdc-4c0b-9b91-49a893e3d055/?format=api"
                        },
                        {
                            "id": "4ff729a9-485c-423f-bb16-46a932161231",
                            "gambit_id": "fd5baf28-2fbd-48c4-8c8e-44a6bfe217bf",
                            "last_updated": "2022-10-31T10:47:26.294395-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Notre Dame",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e8d8c2f-efdc-4c0b-9b91-49a893e3d055/?format=api"
                        }
                    ]
                },
                {
                    "id": "6d0dc36d-9f2c-4c68-a3ce-893a13e89023",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51d2ecf1-1c15-40f8-9cf4-f57d4352bc98/?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": "Notre Dame",
                                "amount": 5000.0
                            },
                            {
                                "team": "Syracuse",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "be0573ae-24bc-4c31-a0c7-7349c8575fb4",
                            "gambit_id": "c13748ca-e668-4b41-b535-487f39e13172",
                            "last_updated": "2022-10-31T10:47:26.297257-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Notre Dame",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0dc36d-9f2c-4c68-a3ce-893a13e89023/?format=api"
                        },
                        {
                            "id": "86888073-1147-4003-b4b1-ddc9d7bc550e",
                            "gambit_id": "d2f97aba-356b-4a74-b7c8-999d0cbb8187",
                            "last_updated": "2022-10-31T10:47:26.296289-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Syracuse",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d0dc36d-9f2c-4c68-a3ce-893a13e89023/?format=api"
                        }
                    ]
                },
                {
                    "id": "3a515c3f-d7b3-4dfd-b692-524d31f46268",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51d2ecf1-1c15-40f8-9cf4-f57d4352bc98/?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 48",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 48",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f09bf52d-d520-4162-93d2-626dc8f05418",
                            "gambit_id": "a9fe888f-37c6-46c1-b7a4-24a3d8c5a6c1",
                            "last_updated": "2022-10-31T10:47:26.291502-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 48",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "48.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a515c3f-d7b3-4dfd-b692-524d31f46268/?format=api"
                        },
                        {
                            "id": "d15ab301-56f6-44ca-8d8c-ab0b9df5925f",
                            "gambit_id": "a005870c-6ebe-45b1-b115-38e113dee5a6",
                            "last_updated": "2022-10-31T10:47:26.290337-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 48",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "48.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a515c3f-d7b3-4dfd-b692-524d31f46268/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "325ca83a-6e2b-4b14-93f7-ef8b853ff78f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9c539a68-f794-4733-8614-ae3ffce02d61",
            "completed": true,
            "last_updated": "2022-10-31T10:47:29.715298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.43,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/9c539a68-f794-4733-8614-ae3ffce02d61",
            "datetime": "2022-10-29T12:00:00-04:00",
            "cutoff_datetime": "2022-10-29T12:00:00-04:00",
            "name": "Ohio State v. Penn State",
            "bettypes": [
                {
                    "id": "1b3b9a57-974f-45c2-bb1d-92c30d8332ba",
                    "match": "https://api-prod.gambitprofit.com/api/matches/325ca83a-6e2b-4b14-93f7-ef8b853ff78f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ohio State",
                                "amount": 8369.0
                            },
                            {
                                "team": "Penn State",
                                "amount": 1631.0
                            }
                        ],
                        "expected_reward_tokens": 9540.66,
                        "profit_sb": 40.66,
                        "profit_sb_percentage": 0.43,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e5e0e4ec-f83b-4b1d-a2aa-1a917266270e",
                            "gambit_id": "3f5c913e-ef9c-4dcb-923a-4e86b6a30388",
                            "last_updated": "2022-10-31T10:47:29.721980-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ohio State",
                            "reward": "1.14000",
                            "odds": "1.14290",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b3b9a57-974f-45c2-bb1d-92c30d8332ba/?format=api"
                        },
                        {
                            "id": "81e99628-2d2b-4094-85f6-b3e0f39cf369",
                            "gambit_id": "2132a7e0-adbf-4fe4-a277-80e3633b947d",
                            "last_updated": "2022-10-31T10:47:29.721026-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Penn State",
                            "reward": "5.85000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b3b9a57-974f-45c2-bb1d-92c30d8332ba/?format=api"
                        }
                    ]
                },
                {
                    "id": "6cac0388-e543-475f-8803-9a013bdf5287",
                    "match": "https://api-prod.gambitprofit.com/api/matches/325ca83a-6e2b-4b14-93f7-ef8b853ff78f/?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": "Ohio State",
                                "amount": 5000.0
                            },
                            {
                                "team": "Penn State",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "437bd956-5b3d-4445-a73d-b03570465fd9",
                            "gambit_id": "4cc2eee9-f5be-49f1-ad44-412266fbd70c",
                            "last_updated": "2022-10-31T10:47:29.724360-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ohio State",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-15.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cac0388-e543-475f-8803-9a013bdf5287/?format=api"
                        },
                        {
                            "id": "964b10b0-9759-4348-af1d-8cc5c443c6a7",
                            "gambit_id": "0c0ad9a4-3c67-4d76-a3c2-03c616a661cb",
                            "last_updated": "2022-10-31T10:47:29.727979-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Penn State",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "15.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cac0388-e543-475f-8803-9a013bdf5287/?format=api"
                        }
                    ]
                },
                {
                    "id": "e038dab5-df30-4daf-bfc6-2e36f4c6011d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/325ca83a-6e2b-4b14-93f7-ef8b853ff78f/?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 60.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 60.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5aeeacb3-d84e-443a-925b-f1e39f80bda7",
                            "gambit_id": "5a787fd6-f32c-40a8-bad7-968823439308",
                            "last_updated": "2022-10-31T10:47:29.719124-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 60.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "60.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e038dab5-df30-4daf-bfc6-2e36f4c6011d/?format=api"
                        },
                        {
                            "id": "f5c6e220-4393-47ab-a51b-dd4666358bd5",
                            "gambit_id": "3ed11b8d-15c1-4a85-9236-4fa269132437",
                            "last_updated": "2022-10-31T10:47:29.718082-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 60.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "60.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e038dab5-df30-4daf-bfc6-2e36f4c6011d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f98c95fe-0fd0-40e3-a50a-e8ade79607fc",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "69fe0bfd-4f06-4c67-8357-4c8414af8f70",
            "completed": true,
            "last_updated": "2022-10-29T19:07:22.345474-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.55,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/69fe0bfd-4f06-4c67-8357-4c8414af8f70",
            "datetime": "2022-10-28T22:35:00-04:00",
            "cutoff_datetime": "2022-10-28T22:35:00-04:00",
            "name": "Winnipeg Jets v. Arizona Coyotes",
            "bettypes": [
                {
                    "id": "2ff62b6c-3ff2-4942-ad9e-c28d79af7607",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f98c95fe-0fd0-40e3-a50a-e8ade79607fc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 5780.0
                            },
                            {
                                "team": "Arizona Coyotes",
                                "amount": 4220.0
                            }
                        ],
                        "expected_reward_tokens": 9537.0,
                        "profit_sb": 37.0,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9533662f-cf15-4de6-a148-87a2f3a1b86e",
                            "gambit_id": "7cf282e9-8547-4471-8db4-634961c844f6",
                            "last_updated": "2022-10-29T19:07:22.354238-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.65000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ff62b6c-3ff2-4942-ad9e-c28d79af7607/?format=api"
                        },
                        {
                            "id": "0f4653b4-75fd-4997-a37c-55adb29f69a8",
                            "gambit_id": "16fe4b54-aac9-4ab4-b655-1b2d14a6e7eb",
                            "last_updated": "2022-10-29T19:07:22.355215-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "2.26000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ff62b6c-3ff2-4942-ad9e-c28d79af7607/?format=api"
                        }
                    ]
                },
                {
                    "id": "0e2e3e26-e8a4-4d87-ad01-26d27cc55c92",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f98c95fe-0fd0-40e3-a50a-e8ade79607fc/?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 Coyotes",
                                "amount": 6326.0
                            },
                            {
                                "team": "Winnipeg Jets",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "91b0d6b0-c88c-49dd-bc7f-018aebeffee6",
                            "gambit_id": "e2f9c89d-bbac-4122-9280-e22cf61a2a69",
                            "last_updated": "2022-10-29T19:07:22.351283-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2e3e26-e8a4-4d87-ad01-26d27cc55c92/?format=api"
                        },
                        {
                            "id": "21b08c21-d61d-45ea-80de-4a9ebfaecbfa",
                            "gambit_id": "00b91ad4-f121-426c-9637-a39d0e2858bd",
                            "last_updated": "2022-10-29T19:07:22.352262-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2e3e26-e8a4-4d87-ad01-26d27cc55c92/?format=api"
                        }
                    ]
                },
                {
                    "id": "b0ef159e-78b4-48b0-a027-85b2524ba8a3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f98c95fe-0fd0-40e3-a50a-e8ade79607fc/?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": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0becb8fa-5bca-4e6c-8fc9-6132939807f8",
                            "gambit_id": "0eb7eeb6-cbed-40ab-b3e6-cf81809770b1",
                            "last_updated": "2022-10-29T19:07:22.348314-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0ef159e-78b4-48b0-a027-85b2524ba8a3/?format=api"
                        },
                        {
                            "id": "781b9913-ec91-4b20-822b-7486064f0878",
                            "gambit_id": "ee9d2057-6723-4ff2-8d40-4d36c236fdf5",
                            "last_updated": "2022-10-29T19:07:22.349327-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0ef159e-78b4-48b0-a027-85b2524ba8a3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "322340a4-6849-404e-982c-731ad78afa7c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "21e78e9d-f32b-42d5-b7e5-0bd57cbee3f3",
            "completed": true,
            "last_updated": "2022-10-29T18:57:20.984099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.06,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/21e78e9d-f32b-42d5-b7e5-0bd57cbee3f3",
            "datetime": "2022-10-28T22:10:00-04:00",
            "cutoff_datetime": "2022-10-28T22:10:00-04:00",
            "name": "Houston Rockets v. Portland Trail Blazers",
            "bettypes": [
                {
                    "id": "0dc32278-23eb-4453-8522-3bd02989858f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/322340a4-6849-404e-982c-731ad78afa7c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 6235.0
                            },
                            {
                                "team": "Houston Rockets",
                                "amount": 3765.0
                            }
                        ],
                        "expected_reward_tokens": 9600.75,
                        "profit_sb": 100.75,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0ab787aa-1cd7-4fb6-becf-23206ad9d5d0",
                            "gambit_id": "544d8fa8-1294-452c-8696-b98821636253",
                            "last_updated": "2022-10-29T18:57:20.990483-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.54000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc32278-23eb-4453-8522-3bd02989858f/?format=api"
                        },
                        {
                            "id": "0db35888-d3a1-4501-9cae-7519c24f13af",
                            "gambit_id": "f8ea00e5-8692-4673-9cac-0ba75286b86e",
                            "last_updated": "2022-10-29T18:57:20.991556-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Rockets",
                            "reward": "2.55000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc32278-23eb-4453-8522-3bd02989858f/?format=api"
                        }
                    ]
                },
                {
                    "id": "0ba2f137-972f-43b1-a74c-cb0ab8dbb989",
                    "match": "https://api-prod.gambitprofit.com/api/matches/322340a4-6849-404e-982c-731ad78afa7c/?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": "Portland Trail Blazers",
                                "amount": 5106.0
                            },
                            {
                                "team": "Houston Rockets",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f1c6e423-1e4f-4f8b-a5f2-d91e5baad1ce",
                            "gambit_id": "f8e7a44d-9fc7-4607-8d01-8d42d71a8a8e",
                            "last_updated": "2022-10-29T18:57:20.994631-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba2f137-972f-43b1-a74c-cb0ab8dbb989/?format=api"
                        },
                        {
                            "id": "5882bca6-083e-4796-937f-a78acc5d9fcb",
                            "gambit_id": "3807eceb-965c-4dda-9ee1-df4f8ce0a6b4",
                            "last_updated": "2022-10-29T18:57:20.993611-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba2f137-972f-43b1-a74c-cb0ab8dbb989/?format=api"
                        }
                    ]
                },
                {
                    "id": "8f742c2c-0084-4ab0-adbf-0eb760daa709",
                    "match": "https://api-prod.gambitprofit.com/api/matches/322340a4-6849-404e-982c-731ad78afa7c/?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 223",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 223",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9111b1d0-5721-4612-b1cd-c35f98d1addb",
                            "gambit_id": "c7234b6a-5a65-4e0f-86b7-aae1d726ef42",
                            "last_updated": "2022-10-29T18:57:20.988373-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 223",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "223.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f742c2c-0084-4ab0-adbf-0eb760daa709/?format=api"
                        },
                        {
                            "id": "d769ff8b-d285-4666-b78e-77441d68cb74",
                            "gambit_id": "b56ee8a0-f58d-4a40-a3d3-6d0178b60630",
                            "last_updated": "2022-10-29T18:57:20.987208-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 223",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "223.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f742c2c-0084-4ab0-adbf-0eb760daa709/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e2f5aa0d-9dd0-4eb2-ade8-d8a403367c35",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "fc1b9066-b555-408b-9fc9-617161630d2a",
            "completed": true,
            "last_updated": "2022-10-29T18:57:21.141925-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.07,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/fc1b9066-b555-408b-9fc9-617161630d2a",
            "datetime": "2022-10-28T22:10:00-04:00",
            "cutoff_datetime": "2022-10-28T22:10:00-04:00",
            "name": "New Orleans Pelicans v. Phoenix Suns",
            "bettypes": [
                {
                    "id": "b16add47-a335-409e-b2c0-66bdc69f2782",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2f5aa0d-9dd0-4eb2-ade8-d8a403367c35/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Phoenix Suns",
                                "amount": 7303.0
                            },
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 2697.0
                            }
                        ],
                        "expected_reward_tokens": 9493.44,
                        "profit_sb": -6.56,
                        "profit_sb_percentage": -0.07,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ce1c4f19-e772-4ea7-a656-6833b5a9250e",
                            "gambit_id": "0248ae83-8cf9-420f-93b5-6075578e4a62",
                            "last_updated": "2022-10-29T18:57:21.151863-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.30000",
                            "odds": "1.31250",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16add47-a335-409e-b2c0-66bdc69f2782/?format=api"
                        },
                        {
                            "id": "10324355-f36d-4752-8b66-27fa1a1e528a",
                            "gambit_id": "4ab69c24-e611-4383-81d9-a19b97bd927a",
                            "last_updated": "2022-10-29T18:57:21.152851-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "3.52000",
                            "odds": "3.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16add47-a335-409e-b2c0-66bdc69f2782/?format=api"
                        }
                    ]
                },
                {
                    "id": "24fee941-44eb-464a-b78d-f759d8289260",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2f5aa0d-9dd0-4eb2-ade8-d8a403367c35/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 5000.0
                            },
                            {
                                "team": "Phoenix Suns",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "652192d5-b9ad-44ab-9d3e-2bf1a0587e80",
                            "gambit_id": "3ba0b22b-3994-45fb-9eda-3f35796b45a3",
                            "last_updated": "2022-10-29T18:57:21.148446-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24fee941-44eb-464a-b78d-f759d8289260/?format=api"
                        },
                        {
                            "id": "918016ae-2f10-44ce-b1ca-2a9d5f54b8fd",
                            "gambit_id": "7a74fd38-fe50-46d0-96a0-42ea417cee95",
                            "last_updated": "2022-10-29T18:57:21.149680-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24fee941-44eb-464a-b78d-f759d8289260/?format=api"
                        }
                    ]
                },
                {
                    "id": "4bf4b0c5-0679-4673-a05e-610e93bbdce1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2f5aa0d-9dd0-4eb2-ade8-d8a403367c35/?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 225.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 225.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7efd8be8-5ad8-40c6-82b6-e4d292f6e316",
                            "gambit_id": "a794a663-147e-481a-8839-1ab617c22f18",
                            "last_updated": "2022-10-29T18:57:21.144942-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 225.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "225.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf4b0c5-0679-4673-a05e-610e93bbdce1/?format=api"
                        },
                        {
                            "id": "93a76055-fe38-4e9d-873a-b8de031d9d52",
                            "gambit_id": "bc333e17-4488-4b00-83fe-4782a0cde2e4",
                            "last_updated": "2022-10-29T18:57:21.146140-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 225.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "225.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf4b0c5-0679-4673-a05e-610e93bbdce1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4f0c4cc7-fb70-441c-b1a2-c6903f9bac53",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "188f4b21-dbd8-4f2d-b5a3-e9e4e345d05d",
            "completed": true,
            "last_updated": "2022-10-29T19:11:51.574574-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.73,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/188f4b21-dbd8-4f2d-b5a3-e9e4e345d05d",
            "datetime": "2022-10-28T22:05:00-04:00",
            "cutoff_datetime": "2022-10-28T22:05:00-04:00",
            "name": "Pittsburgh Penguins v. Vancouver Canucks",
            "bettypes": [
                {
                    "id": "154bb475-6d5e-44f0-9ccb-c30bb3179bb2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4f0c4cc7-fb70-441c-b1a2-c6903f9bac53/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 6326.0
                            },
                            {
                                "team": "Vancouver Canucks",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4eab94b0-5338-4d5c-85e3-00f428099cdc",
                            "gambit_id": "4631a478-6d25-4f15-b4e5-ef0ddd36b261",
                            "last_updated": "2022-10-29T19:11:51.584821-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154bb475-6d5e-44f0-9ccb-c30bb3179bb2/?format=api"
                        },
                        {
                            "id": "3cc86013-27e4-423f-97e7-ff816d5eb482",
                            "gambit_id": "4503252b-fbba-4a7f-8d3e-9a79a29ad3af",
                            "last_updated": "2022-10-29T19:11:51.583818-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154bb475-6d5e-44f0-9ccb-c30bb3179bb2/?format=api"
                        }
                    ]
                },
                {
                    "id": "e4f98498-53e0-428b-9141-c1047b8bc6c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4f0c4cc7-fb70-441c-b1a2-c6903f9bac53/?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": "Vancouver Canucks",
                                "amount": 5945.0
                            },
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 4055.0
                            }
                        ],
                        "expected_reward_tokens": 9569.8,
                        "profit_sb": 69.8,
                        "profit_sb_percentage": 0.73,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c38ed4a2-2c4a-4ad0-a890-bfdb47bfc5d2",
                            "gambit_id": "7413490c-9dbc-446f-b029-3de5af5a12f9",
                            "last_updated": "2022-10-29T19:11:51.580698-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.61000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f98498-53e0-428b-9141-c1047b8bc6c6/?format=api"
                        },
                        {
                            "id": "996f0d77-4644-4b78-b7df-cbbb41f51f92",
                            "gambit_id": "31db9265-0481-4ee6-bd3e-e16e2b733b58",
                            "last_updated": "2022-10-29T19:11:51.581757-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "2.36000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f98498-53e0-428b-9141-c1047b8bc6c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "444db281-7f5b-41c8-9922-6473fd038173",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4f0c4cc7-fb70-441c-b1a2-c6903f9bac53/?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": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ed04d09d-999e-4b74-af9f-d96f23827e5b",
                            "gambit_id": "f9f3c5a2-f4d3-4a99-afc1-40fca13e8a4a",
                            "last_updated": "2022-10-29T19:11:51.577557-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/444db281-7f5b-41c8-9922-6473fd038173/?format=api"
                        },
                        {
                            "id": "c5ba55e1-780b-48f8-a62e-f68ac8466af7",
                            "gambit_id": "6f695c46-a6ca-4455-991a-34bf3c9c8b43",
                            "last_updated": "2022-10-29T19:11:51.578700-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/444db281-7f5b-41c8-9922-6473fd038173/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "28fe1bf0-c8c2-4f24-b4da-c2ec22468572",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "906ebda6-7289-4f9f-9239-6828569d1e8f",
            "completed": true,
            "last_updated": "2022-10-29T19:02:21.462014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.07,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/906ebda6-7289-4f9f-9239-6828569d1e8f",
            "datetime": "2022-10-28T21:10:00-04:00",
            "cutoff_datetime": "2022-10-28T21:10:00-04:00",
            "name": "Utah Jazz v. Denver Nuggets",
            "bettypes": [
                {
                    "id": "27712344-e225-4423-94ac-21fdd93214a3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28fe1bf0-c8c2-4f24-b4da-c2ec22468572/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Denver Nuggets",
                                "amount": 7303.0
                            },
                            {
                                "team": "Utah Jazz",
                                "amount": 2697.0
                            }
                        ],
                        "expected_reward_tokens": 9493.44,
                        "profit_sb": -6.56,
                        "profit_sb_percentage": -0.07,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a4a0ba6c-da85-48d0-9888-ff96486df2f9",
                            "gambit_id": "d3f46565-b79c-40f5-8f84-13ff58ceddf7",
                            "last_updated": "2022-10-29T19:02:21.467970-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.30000",
                            "odds": "1.31250",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27712344-e225-4423-94ac-21fdd93214a3/?format=api"
                        },
                        {
                            "id": "2b301c27-ab60-488c-ac46-1bdf9d06941f",
                            "gambit_id": "82a09697-101e-4ebb-99db-151a86e7df2e",
                            "last_updated": "2022-10-29T19:02:21.468928-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Utah Jazz",
                            "reward": "3.52000",
                            "odds": "3.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27712344-e225-4423-94ac-21fdd93214a3/?format=api"
                        }
                    ]
                },
                {
                    "id": "dcbc6245-58f3-4df2-94a4-9e47e270304a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28fe1bf0-c8c2-4f24-b4da-c2ec22468572/?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": "Utah Jazz",
                                "amount": 5000.0
                            },
                            {
                                "team": "Denver Nuggets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ea359843-77e7-4b06-ad4e-afbc9e4ccf3b",
                            "gambit_id": "1a4a03cb-a005-4efc-ad6b-3d7a4423c601",
                            "last_updated": "2022-10-29T19:02:21.470949-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbc6245-58f3-4df2-94a4-9e47e270304a/?format=api"
                        },
                        {
                            "id": "59123130-b1f1-4885-86c5-73f2ee16e3ae",
                            "gambit_id": "ec6cb10e-d2e7-40d9-8896-f71475f2a974",
                            "last_updated": "2022-10-29T19:02:21.471905-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbc6245-58f3-4df2-94a4-9e47e270304a/?format=api"
                        }
                    ]
                },
                {
                    "id": "7df88f04-632e-4540-969f-fb80fcf5bb70",
                    "match": "https://api-prod.gambitprofit.com/api/matches/28fe1bf0-c8c2-4f24-b4da-c2ec22468572/?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 232",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 232",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d0292c4e-bb08-4e33-bcda-7e35b00050bf",
                            "gambit_id": "4b682a0c-291c-471d-a56b-6c17885b165f",
                            "last_updated": "2022-10-29T19:02:21.465989-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 232",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7df88f04-632e-4540-969f-fb80fcf5bb70/?format=api"
                        },
                        {
                            "id": "f365ac6c-f322-445e-9cfb-812f9029e253",
                            "gambit_id": "b4738c89-bdf9-48c0-b885-4b6af89f0023",
                            "last_updated": "2022-10-29T19:02:21.464839-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 232",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7df88f04-632e-4540-969f-fb80fcf5bb70/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "542292e9-1484-437a-a6b8-ec8ef4652acf",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b889dbe2-fca6-430f-b84a-2f87cc83f06b",
            "completed": true,
            "last_updated": "2022-10-29T19:02:23.652011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/b889dbe2-fca6-430f-b84a-2f87cc83f06b",
            "datetime": "2022-10-28T20:40:00-04:00",
            "cutoff_datetime": "2022-10-28T20:40:00-04:00",
            "name": "Chicago Bulls v. San Antonio Spurs",
            "bettypes": [
                {
                    "id": "e2289d0a-70aa-4a68-bfdb-8453902e87be",
                    "match": "https://api-prod.gambitprofit.com/api/matches/542292e9-1484-437a-a6b8-ec8ef4652acf/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Bulls",
                                "amount": 6104.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "78c396b0-c235-47f1-9a80-de9fdd96a943",
                            "gambit_id": "a083d5bc-4867-489e-ad77-75a74727169e",
                            "last_updated": "2022-10-29T19:02:23.660937-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2289d0a-70aa-4a68-bfdb-8453902e87be/?format=api"
                        },
                        {
                            "id": "22aa3b75-d02a-49ab-baeb-4e9f579a188a",
                            "gambit_id": "21357543-88fe-4b37-99b7-154f0b40c83b",
                            "last_updated": "2022-10-29T19:02:23.661964-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2289d0a-70aa-4a68-bfdb-8453902e87be/?format=api"
                        }
                    ]
                },
                {
                    "id": "2e341161-2e92-41b6-a8de-bea138b1a6fa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/542292e9-1484-437a-a6b8-ec8ef4652acf/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Bulls",
                                "amount": 5000.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6af4c1f1-49b1-45bd-b4b1-b05c4e352ce3",
                            "gambit_id": "e7af71eb-a111-41e2-9281-f5b8b6dfb766",
                            "last_updated": "2022-10-29T19:02:23.658854-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e341161-2e92-41b6-a8de-bea138b1a6fa/?format=api"
                        },
                        {
                            "id": "c7087a31-d1c2-4936-9a3b-88f2c39c1843",
                            "gambit_id": "8ceba21e-888e-4543-9c6a-5ce3309524df",
                            "last_updated": "2022-10-29T19:02:23.657788-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e341161-2e92-41b6-a8de-bea138b1a6fa/?format=api"
                        }
                    ]
                },
                {
                    "id": "15003e46-5b63-423a-a796-120d6c3878f0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/542292e9-1484-437a-a6b8-ec8ef4652acf/?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 230.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 230.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "51c96375-bb40-4ffc-a151-25fcf932540d",
                            "gambit_id": "ec32119e-6d6b-47c8-a682-7a95c70fb3a9",
                            "last_updated": "2022-10-29T19:02:23.655649-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 230.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "230.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15003e46-5b63-423a-a796-120d6c3878f0/?format=api"
                        },
                        {
                            "id": "fd13a20e-5013-4aeb-b0ab-cf55085369bb",
                            "gambit_id": "a787fd2a-49a2-4777-9cf5-d725aaa9f0c7",
                            "last_updated": "2022-10-29T19:02:23.654590-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 230.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "230.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15003e46-5b63-423a-a796-120d6c3878f0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8a3908d8-9f46-409f-9478-d6bbcf1d99e7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a1a23f80-a2c7-4bf5-9a08-f23a778e3b91",
            "completed": true,
            "last_updated": "2022-10-29T19:02:21.148161-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.1,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/a1a23f80-a2c7-4bf5-9a08-f23a778e3b91",
            "datetime": "2022-10-28T20:10:00-04:00",
            "cutoff_datetime": "2022-10-28T20:10:00-04:00",
            "name": "Los Angeles Lakers v. Minnesota Timberwolves",
            "bettypes": [
                {
                    "id": "fe8f0914-7fed-403d-8436-ea595e019a65",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8a3908d8-9f46-409f-9478-d6bbcf1d99e7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 7373.0
                            },
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 2627.0
                            }
                        ],
                        "expected_reward_tokens": 9509.74,
                        "profit_sb": 9.74,
                        "profit_sb_percentage": 0.1,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2f14e848-359a-4648-9597-aedba454ce2d",
                            "gambit_id": "312c5d31-b72c-485b-b3ce-8b30ac3d93cc",
                            "last_updated": "2022-10-29T19:02:21.157782-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.29000",
                            "odds": "1.30300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe8f0914-7fed-403d-8436-ea595e019a65/?format=api"
                        },
                        {
                            "id": "497e3a75-8fdd-4e6b-a537-4870fb15609a",
                            "gambit_id": "5dec794f-fc30-477b-b7bf-c45dbd607994",
                            "last_updated": "2022-10-29T19:02:21.158793-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "3.62000",
                            "odds": "3.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe8f0914-7fed-403d-8436-ea595e019a65/?format=api"
                        }
                    ]
                },
                {
                    "id": "43741295-ada1-4f28-a34e-4932622baa45",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8a3908d8-9f46-409f-9478-d6bbcf1d99e7/?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 Lakers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1a6535b5-0595-4b9e-af1b-f6ac496e27b3",
                            "gambit_id": "3f20dfe0-ffcc-44d7-9d59-92726a296dd9",
                            "last_updated": "2022-10-29T19:02:21.155634-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43741295-ada1-4f28-a34e-4932622baa45/?format=api"
                        },
                        {
                            "id": "86577110-8552-4e51-b9e6-3470063a5e42",
                            "gambit_id": "0fbae472-dc26-4037-8199-ae6ef5d5b3c1",
                            "last_updated": "2022-10-29T19:02:21.154560-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43741295-ada1-4f28-a34e-4932622baa45/?format=api"
                        }
                    ]
                },
                {
                    "id": "ac7e1dda-cb37-4ffa-8def-3e8e251068a6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8a3908d8-9f46-409f-9478-d6bbcf1d99e7/?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 232",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 232",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "53733409-6b6d-4377-91cf-3200f069219f",
                            "gambit_id": "f4fd1c0d-3382-4081-9d7c-d93c80d5c831",
                            "last_updated": "2022-10-29T19:02:21.151084-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 232",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac7e1dda-cb37-4ffa-8def-3e8e251068a6/?format=api"
                        },
                        {
                            "id": "d4fe7003-b211-479d-84f7-310e164e559c",
                            "gambit_id": "d56e0023-b234-4b95-a190-51b5f86d9bb9",
                            "last_updated": "2022-10-29T19:02:21.152292-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 232",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac7e1dda-cb37-4ffa-8def-3e8e251068a6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a6f0842e-2cd4-491e-9cbe-ee6f2e5427e6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "54517587-23ff-4560-893c-4244b09505e9",
            "completed": true,
            "last_updated": "2022-10-29T19:02:21.304489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.25,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/54517587-23ff-4560-893c-4244b09505e9",
            "datetime": "2022-10-28T20:10:00-04:00",
            "cutoff_datetime": "2022-10-28T20:10:00-04:00",
            "name": "New York Knicks v. Milwaukee Bucks",
            "bettypes": [
                {
                    "id": "108b0dd5-a9bb-4ecf-8fe7-025e3f095f35",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a6f0842e-2cd4-491e-9cbe-ee6f2e5427e6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 6721.0
                            },
                            {
                                "team": "New York Knicks",
                                "amount": 3279.0
                            }
                        ],
                        "expected_reward_tokens": 9476.31,
                        "profit_sb": -23.69,
                        "profit_sb_percentage": -0.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f12843e3-024a-4502-8944-e4a8259d81e8",
                            "gambit_id": "a60989d6-d2af-44f2-ab57-e0ef02ee2fe1",
                            "last_updated": "2022-10-29T19:02:21.310556-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.41000",
                            "odds": "1.42550",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/108b0dd5-a9bb-4ecf-8fe7-025e3f095f35/?format=api"
                        },
                        {
                            "id": "bc8e990d-c26d-4d04-9c03-7500cf3bc309",
                            "gambit_id": "97a8d1cb-7925-4f9f-be5d-38dd3eeae008",
                            "last_updated": "2022-10-29T19:02:21.311530-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Knicks",
                            "reward": "2.89000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/108b0dd5-a9bb-4ecf-8fe7-025e3f095f35/?format=api"
                        }
                    ]
                },
                {
                    "id": "cae35404-9457-48be-b53c-12d108659100",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a6f0842e-2cd4-491e-9cbe-ee6f2e5427e6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Knicks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7c28173a-e022-4938-b8c7-c93967aac362",
                            "gambit_id": "7226af00-9674-440b-a164-ea04ac9127ea",
                            "last_updated": "2022-10-29T19:02:21.314482-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Knicks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae35404-9457-48be-b53c-12d108659100/?format=api"
                        },
                        {
                            "id": "b55d1726-9c71-47d2-9bf4-e29cfb3636f5",
                            "gambit_id": "b91d7f7a-72b2-431e-bfbe-b105684731e1",
                            "last_updated": "2022-10-29T19:02:21.313476-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cae35404-9457-48be-b53c-12d108659100/?format=api"
                        }
                    ]
                },
                {
                    "id": "fb84cc13-cd82-4e7b-8d29-799ac3ad6771",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a6f0842e-2cd4-491e-9cbe-ee6f2e5427e6/?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 223.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 223.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e469086c-1969-4224-bb63-20a93455adc4",
                            "gambit_id": "8f6d62f1-b6c3-4a79-8104-ee5466221404",
                            "last_updated": "2022-10-29T19:02:21.308561-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 223.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "223.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb84cc13-cd82-4e7b-8d29-799ac3ad6771/?format=api"
                        },
                        {
                            "id": "a6234df5-36a7-4b18-9fcb-26ef73530566",
                            "gambit_id": "7b0fd4be-cd47-4015-b61d-c52e2a0b5e70",
                            "last_updated": "2022-10-29T19:02:21.307373-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 223.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "223.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb84cc13-cd82-4e7b-8d29-799ac3ad6771/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dcc6ff17-d54c-4b24-9d68-d6340c6cecda",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d3982980-e277-44ae-af41-4548bcdb9951",
            "completed": false,
            "last_updated": "2022-12-24T17:12:10.478719-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.6,
            "sport_category": "MLB World Series Lines",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d3982980-e277-44ae-af41-4548bcdb9951",
            "datetime": "2022-10-28T20:03:00-04:00",
            "cutoff_datetime": "2022-10-28T20:03:00-04:00",
            "name": "PHI (Z Wheeler) v. HOU (J Verlander)",
            "bettypes": [
                {
                    "id": "66cd949b-9114-480f-95e0-fb0313933b76",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dcc6ff17-d54c-4b24-9d68-d6340c6cecda/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "HOU (J Verlander)",
                                "amount": 5995.0
                            },
                            {
                                "team": "PHI (Z Wheeler)",
                                "amount": 4005.0
                            }
                        ],
                        "expected_reward_tokens": 9651.95,
                        "profit_sb": 151.95,
                        "profit_sb_percentage": 1.6,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "230c5b09-388f-4c61-af5c-d598c3cc0029",
                            "gambit_id": "401b9bd6-e849-4c18-ad56-0701c6f93dcd",
                            "last_updated": "2022-12-24T17:12:10.488510-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (J Verlander)",
                            "reward": "1.61000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66cd949b-9114-480f-95e0-fb0313933b76/?format=api"
                        },
                        {
                            "id": "98e27cf8-f815-46f0-a438-9a16b1f22b04",
                            "gambit_id": "c7f8b15f-fb53-4af6-bddd-c6d86f5f0fb6",
                            "last_updated": "2022-12-24T17:12:10.489663-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (Z Wheeler)",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66cd949b-9114-480f-95e0-fb0313933b76/?format=api"
                        }
                    ]
                },
                {
                    "id": "48518828-190a-4eeb-b633-9f9c5212338b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dcc6ff17-d54c-4b24-9d68-d6340c6cecda/?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": 5945.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4055.0
                            }
                        ],
                        "expected_reward_tokens": 9569.8,
                        "profit_sb": 69.8,
                        "profit_sb_percentage": 0.73,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3406104b-a299-4805-a380-938ad15ab6ae",
                            "gambit_id": "416713fc-2516-400f-853f-463a8878dba4",
                            "last_updated": "2022-12-24T17:12:10.486244-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.61000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48518828-190a-4eeb-b633-9f9c5212338b/?format=api"
                        },
                        {
                            "id": "373fdb6c-b267-4e6b-be81-eb57c3f24623",
                            "gambit_id": "626141ee-3c6c-4e6b-bcde-f95040c9e3d7",
                            "last_updated": "2022-12-24T17:12:10.485109-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "2.36000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48518828-190a-4eeb-b633-9f9c5212338b/?format=api"
                        }
                    ]
                },
                {
                    "id": "28fbc150-9199-423b-8ac3-b4f924e4b36c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dcc6ff17-d54c-4b24-9d68-d6340c6cecda/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0ada52a3-9b13-44f1-889d-996e4817221d",
                            "gambit_id": "273e8820-f6b7-4615-ad47-547b077aeb1f",
                            "last_updated": "2022-12-24T17:12:10.482715-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28fbc150-9199-423b-8ac3-b4f924e4b36c/?format=api"
                        },
                        {
                            "id": "910aeada-d123-4092-b860-cefe9e474d1e",
                            "gambit_id": "df1943a2-b5c7-4040-8127-f1438e500b10",
                            "last_updated": "2022-12-24T17:12:10.481531-05:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28fbc150-9199-423b-8ac3-b4f924e4b36c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "530cd3f0-ede9-42b0-82e7-a35d03866136",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a4f10a08-ecb5-4c21-939e-cc0ecb86babf",
            "completed": true,
            "last_updated": "2022-10-29T10:32:12.113958-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.66,
            "sport_category": "MLB World Series Lines",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/a4f10a08-ecb5-4c21-939e-cc0ecb86babf",
            "datetime": "2022-10-28T20:03:00-04:00",
            "cutoff_datetime": "2022-10-28T20:03:00-04:00",
            "name": "PHI (A Nola) v. HOU (J Verlander)",
            "bettypes": [
                {
                    "id": "6d606e63-00a7-471d-9662-0d73a8e3fca6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/530cd3f0-ede9-42b0-82e7-a35d03866136/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "HOU (J Verlander)",
                                "amount": 6074.0
                            },
                            {
                                "team": "PHI (A Nola)",
                                "amount": 3926.0
                            }
                        ],
                        "expected_reward_tokens": 9657.66,
                        "profit_sb": 157.66,
                        "profit_sb_percentage": 1.66,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "daab8bd7-0241-4259-b461-dada41f8aed0",
                            "gambit_id": "ad257507-74ee-4cc6-aded-27bc708c46cb",
                            "last_updated": "2022-10-29T10:32:12.122870-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU (J Verlander)",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d606e63-00a7-471d-9662-0d73a8e3fca6/?format=api"
                        },
                        {
                            "id": "8c8d296b-0447-42b7-9395-e65978f11ad6",
                            "gambit_id": "60d9fe16-aee0-4bbc-8396-900caccea25e",
                            "last_updated": "2022-10-29T10:32:12.123877-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI (A Nola)",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d606e63-00a7-471d-9662-0d73a8e3fca6/?format=api"
                        }
                    ]
                },
                {
                    "id": "ed876cde-d80d-49a0-84aa-5f8c68f7c134",
                    "match": "https://api-prod.gambitprofit.com/api/matches/530cd3f0-ede9-42b0-82e7-a35d03866136/?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": 5945.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4055.0
                            }
                        ],
                        "expected_reward_tokens": 9569.8,
                        "profit_sb": 69.8,
                        "profit_sb_percentage": 0.73,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3bb14144-0480-4227-8249-4f499f9bc1d2",
                            "gambit_id": "f6b636d6-c8a1-4b4e-845d-57fbf0d1c779",
                            "last_updated": "2022-10-29T10:32:12.120869-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "PHI",
                            "reward": "1.61000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed876cde-d80d-49a0-84aa-5f8c68f7c134/?format=api"
                        },
                        {
                            "id": "ba6b5a5a-473d-42f7-adc4-4c842ffc7db5",
                            "gambit_id": "d1788f0e-f0d8-4e1a-8657-2c3518ee55e1",
                            "last_updated": "2022-10-29T10:32:12.119848-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "HOU",
                            "reward": "2.36000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed876cde-d80d-49a0-84aa-5f8c68f7c134/?format=api"
                        }
                    ]
                },
                {
                    "id": "8020775e-01b3-4542-a203-7367bbbb75d0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/530cd3f0-ede9-42b0-82e7-a35d03866136/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "79cfd5ea-66ce-41f7-a92f-1da55f117982",
                            "gambit_id": "82c804d5-1aad-404c-a491-88ae67e6ab42",
                            "last_updated": "2022-10-29T10:32:12.117860-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8020775e-01b3-4542-a203-7367bbbb75d0/?format=api"
                        },
                        {
                            "id": "ac735577-7e8c-4f5a-9da4-71ae86b75fb0",
                            "gambit_id": "09efaade-3789-48ca-8f43-eb8ca7c0aefe",
                            "last_updated": "2022-10-29T10:32:12.116765-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8020775e-01b3-4542-a203-7367bbbb75d0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "904a522a-56cf-4b9d-af80-59b294ef64a7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "08f18640-d204-4348-a366-d6559a6fb33d",
            "completed": true,
            "last_updated": "2022-10-29T18:52:23.594807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/08f18640-d204-4348-a366-d6559a6fb33d",
            "datetime": "2022-10-28T20:00:00-04:00",
            "cutoff_datetime": "2022-10-28T20:00:00-04:00",
            "name": "East Carolina v. BYU",
            "bettypes": [
                {
                    "id": "c4ee691c-461e-4282-8a42-e19326edf0b1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/904a522a-56cf-4b9d-af80-59b294ef64a7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "BYU",
                                "amount": 6104.0
                            },
                            {
                                "team": "East Carolina",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "308028f6-fd9c-44f5-8cfb-741fc2d2ef20",
                            "gambit_id": "40000a63-38b5-4704-b94d-bf8fb09780ff",
                            "last_updated": "2022-10-29T18:52:23.600865-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BYU",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ee691c-461e-4282-8a42-e19326edf0b1/?format=api"
                        },
                        {
                            "id": "1d3c7b7c-7dfa-4a78-81f8-1870006f48e0",
                            "gambit_id": "d630eb56-b4bd-43f1-8983-f447a47d197d",
                            "last_updated": "2022-10-29T18:52:23.601860-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "East Carolina",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ee691c-461e-4282-8a42-e19326edf0b1/?format=api"
                        }
                    ]
                },
                {
                    "id": "f6456d79-f7df-4ec5-9c71-820687c2a86f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/904a522a-56cf-4b9d-af80-59b294ef64a7/?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": "BYU",
                                "amount": 5212.0
                            },
                            {
                                "team": "East Carolina",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d035096b-575c-4126-ad0c-3653f4bc35f1",
                            "gambit_id": "e783d966-4974-41a1-b7df-52e144aa9c1c",
                            "last_updated": "2022-10-29T18:52:23.603861-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "BYU",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6456d79-f7df-4ec5-9c71-820687c2a86f/?format=api"
                        },
                        {
                            "id": "a6f5e670-e3af-4387-960c-026d4bdf5c42",
                            "gambit_id": "da84319a-9134-4336-982e-14fb912a63c1",
                            "last_updated": "2022-10-29T18:52:23.604862-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "East Carolina",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6456d79-f7df-4ec5-9c71-820687c2a86f/?format=api"
                        }
                    ]
                },
                {
                    "id": "52c1c860-306e-4617-a9e6-11a293ce6590",
                    "match": "https://api-prod.gambitprofit.com/api/matches/904a522a-56cf-4b9d-af80-59b294ef64a7/?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 64",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 64",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "70fe6959-345f-49ee-8024-69beeadbd17f",
                            "gambit_id": "5d3f189d-b148-470f-9b9c-84e34b9cd756",
                            "last_updated": "2022-10-29T18:52:23.598803-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 64",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "64.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c1c860-306e-4617-a9e6-11a293ce6590/?format=api"
                        },
                        {
                            "id": "37f03037-d2ee-45bb-950e-336aaa9efc13",
                            "gambit_id": "099a45fa-b56d-4627-ae58-1db9b3cc24af",
                            "last_updated": "2022-10-29T18:52:23.597686-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 64",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "64.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c1c860-306e-4617-a9e6-11a293ce6590/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e0d06a5f-18b8-4a58-9977-5dd858fcfa5b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "dd683229-4974-4e4a-8068-17536735abc1",
            "completed": true,
            "last_updated": "2022-10-29T18:57:23.232136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.17,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/dd683229-4974-4e4a-8068-17536735abc1",
            "datetime": "2022-10-28T20:00:00-04:00",
            "cutoff_datetime": "2022-10-28T20:00:00-04:00",
            "name": "Louisiana Tech v. Florida Intl",
            "bettypes": [
                {
                    "id": "34293072-f8ed-419f-ad5c-a8b15b88d7a5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e0d06a5f-18b8-4a58-9977-5dd858fcfa5b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Louisiana Tech",
                                "amount": 6774.0
                            },
                            {
                                "team": "Florida Intl",
                                "amount": 3226.0
                            }
                        ],
                        "expected_reward_tokens": 9483.6,
                        "profit_sb": -16.4,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c35f9531-9169-4e72-af1a-4e3e08b601f9",
                            "gambit_id": "96c4159f-5d5d-4abf-88ef-3826f9f2fcba",
                            "last_updated": "2022-10-29T18:57:23.238877-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Louisiana Tech",
                            "reward": "1.40000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34293072-f8ed-419f-ad5c-a8b15b88d7a5/?format=api"
                        },
                        {
                            "id": "f991a442-3684-4ed5-93f7-769ff34eb5b9",
                            "gambit_id": "4d0a3631-214f-4c6c-bebe-23bb920b1cc2",
                            "last_updated": "2022-10-29T18:57:23.239980-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida Intl",
                            "reward": "2.94000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34293072-f8ed-419f-ad5c-a8b15b88d7a5/?format=api"
                        }
                    ]
                },
                {
                    "id": "40f94f17-45a8-4cb3-b11d-650af22b7a68",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e0d06a5f-18b8-4a58-9977-5dd858fcfa5b/?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": "Louisiana Tech",
                                "amount": 5000.0
                            },
                            {
                                "team": "Florida Intl",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "20321674-f212-4371-9889-f2861c3a745f",
                            "gambit_id": "ae8512c1-34e6-4fdb-a3b9-4bf50789ae99",
                            "last_updated": "2022-10-29T18:57:23.243186-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Louisiana Tech",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40f94f17-45a8-4cb3-b11d-650af22b7a68/?format=api"
                        },
                        {
                            "id": "cbb9bcc7-b69c-494b-b09b-451c18d39c0e",
                            "gambit_id": "b3326e16-5018-44f6-8f00-a8fda91bfc01",
                            "last_updated": "2022-10-29T18:57:23.242141-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida Intl",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40f94f17-45a8-4cb3-b11d-650af22b7a68/?format=api"
                        }
                    ]
                },
                {
                    "id": "0fb65a6e-c4de-4274-949d-baa5cbf1c5cb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e0d06a5f-18b8-4a58-9977-5dd858fcfa5b/?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 57",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 57",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b2e7c939-eb0b-4450-95b2-19e1a95a0dc3",
                            "gambit_id": "8578f9d9-197e-435f-a2c4-70739deb9bf0",
                            "last_updated": "2022-10-29T18:57:23.236417-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 57",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "57.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fb65a6e-c4de-4274-949d-baa5cbf1c5cb/?format=api"
                        },
                        {
                            "id": "296a865d-438c-4be2-a825-ca75989b583f",
                            "gambit_id": "eae79c04-1e09-46ac-b8b1-bf0e58144d4c",
                            "last_updated": "2022-10-29T18:57:23.235199-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 57",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "57.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fb65a6e-c4de-4274-949d-baa5cbf1c5cb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2de54427-c1fe-4ada-8ed9-a33d8d48f198",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8f04319e-dcd9-4138-8ed7-517d7b6a71b9",
            "completed": true,
            "last_updated": "2022-10-29T19:02:20.840545-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.18,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/8f04319e-dcd9-4138-8ed7-517d7b6a71b9",
            "datetime": "2022-10-28T19:40:00-04:00",
            "cutoff_datetime": "2022-10-28T19:40:00-04:00",
            "name": "Indiana Pacers v. Washington Wizards",
            "bettypes": [
                {
                    "id": "9aa8e3d5-dbeb-481d-a42c-35d17cf602b5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2de54427-c1fe-4ada-8ed9-a33d8d48f198/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Wizards",
                                "amount": 6475.0
                            },
                            {
                                "team": "Indiana Pacers",
                                "amount": 3525.0
                            }
                        ],
                        "expected_reward_tokens": 9517.5,
                        "profit_sb": 17.5,
                        "profit_sb_percentage": 0.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6aba2b60-d428-43bf-8d43-efc1c2d91704",
                            "gambit_id": "d23972cf-2286-428f-9443-6e4d2529e5ac",
                            "last_updated": "2022-10-29T19:02:20.846988-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aa8e3d5-dbeb-481d-a42c-35d17cf602b5/?format=api"
                        },
                        {
                            "id": "b24db017-ce99-43ee-9733-d360cdd3e5d0",
                            "gambit_id": "3427d169-abcd-4827-9aa8-276dc5af6344",
                            "last_updated": "2022-10-29T19:02:20.848065-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Indiana Pacers",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9aa8e3d5-dbeb-481d-a42c-35d17cf602b5/?format=api"
                        }
                    ]
                },
                {
                    "id": "4e07b089-2b73-4afc-bd38-f43e97e6a21f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2de54427-c1fe-4ada-8ed9-a33d8d48f198/?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 Wizards",
                                "amount": 5000.0
                            },
                            {
                                "team": "Indiana Pacers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ebadbddf-3ad2-4507-968b-8d76882205b4",
                            "gambit_id": "0def0e3f-6fe8-4f13-9cef-08e7dd545d81",
                            "last_updated": "2022-10-29T19:02:20.851197-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e07b089-2b73-4afc-bd38-f43e97e6a21f/?format=api"
                        },
                        {
                            "id": "9ad50519-19c4-4e09-b026-afb4c4d7ba46",
                            "gambit_id": "9d93fe87-bc3c-4316-b05f-19d164cf1a9d",
                            "last_updated": "2022-10-29T19:02:20.850208-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Indiana Pacers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e07b089-2b73-4afc-bd38-f43e97e6a21f/?format=api"
                        }
                    ]
                },
                {
                    "id": "74ed69f3-fa86-40a9-bff9-51a3fe79d904",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2de54427-c1fe-4ada-8ed9-a33d8d48f198/?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 229",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 229",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e7a0456c-385f-4f37-9b96-e6f787453a27",
                            "gambit_id": "9b870de6-299c-4d8d-9d17-aa7ffd4b5d3f",
                            "last_updated": "2022-10-29T19:02:20.843495-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 229",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "229.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74ed69f3-fa86-40a9-bff9-51a3fe79d904/?format=api"
                        },
                        {
                            "id": "8b5a3f53-f76c-45f5-8451-340e6a768cd4",
                            "gambit_id": "0678d90b-96bf-4382-9d9e-c54a4bb4974e",
                            "last_updated": "2022-10-29T19:02:20.844698-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 229",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "229.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74ed69f3-fa86-40a9-bff9-51a3fe79d904/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "61cf7e5c-ca52-4557-865b-159a1afa0cf6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "eb0cf5d7-bcdf-49fa-836a-ef6d67cedf6b",
            "completed": true,
            "last_updated": "2022-10-29T19:07:21.857774-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.71,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/eb0cf5d7-bcdf-49fa-836a-ef6d67cedf6b",
            "datetime": "2022-10-28T19:40:00-04:00",
            "cutoff_datetime": "2022-10-28T19:40:00-04:00",
            "name": "Philadelphia 76ers v. Toronto Raptors",
            "bettypes": [
                {
                    "id": "c32a3ab7-5985-4a1c-af14-fa42383f26b7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/61cf7e5c-ca52-4557-865b-159a1afa0cf6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Raptors",
                                "amount": 6173.0
                            },
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "57899ce8-722d-4d9d-ad8f-47fa1c254d10",
                            "gambit_id": "486a30a9-b957-4c63-911e-3e2d81a95af8",
                            "last_updated": "2022-10-29T19:07:21.863701-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32a3ab7-5985-4a1c-af14-fa42383f26b7/?format=api"
                        },
                        {
                            "id": "2373518c-3f17-4f09-be75-00fafad8604f",
                            "gambit_id": "153ad9b9-c1ce-4155-bf19-5bfb8bca5976",
                            "last_updated": "2022-10-29T19:07:21.864649-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c32a3ab7-5985-4a1c-af14-fa42383f26b7/?format=api"
                        }
                    ]
                },
                {
                    "id": "13831d4e-eca2-406f-9e79-cf451c389aab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/61cf7e5c-ca52-4557-865b-159a1afa0cf6/?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": "Toronto Raptors",
                                "amount": 5000.0
                            },
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ea3bd5c8-de45-4d72-afd5-5fbdb79400e9",
                            "gambit_id": "11061198-6a7e-4ef7-beba-a5a655fffc7f",
                            "last_updated": "2022-10-29T19:07:21.867542-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13831d4e-eca2-406f-9e79-cf451c389aab/?format=api"
                        },
                        {
                            "id": "4a569908-ab08-4ccd-a7a1-e5270f1d9f73",
                            "gambit_id": "47bd50bd-5430-460e-beb0-487c360ac5d6",
                            "last_updated": "2022-10-29T19:07:21.866561-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13831d4e-eca2-406f-9e79-cf451c389aab/?format=api"
                        }
                    ]
                },
                {
                    "id": "30f2cf8c-6c3e-4e7c-8cad-6aa1b07e928e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/61cf7e5c-ca52-4557-865b-159a1afa0cf6/?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 214.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 214.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "52bd8a1b-68a5-4bc6-9939-b550ace50d7c",
                            "gambit_id": "a2c9597d-8405-4db6-9abb-91f4e7903838",
                            "last_updated": "2022-10-29T19:07:21.860648-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 214.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "214.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f2cf8c-6c3e-4e7c-8cad-6aa1b07e928e/?format=api"
                        },
                        {
                            "id": "97919f26-4925-451c-8bec-5b09164ac21b",
                            "gambit_id": "1eb4fcd2-1824-42a9-aca4-33060d74b6a3",
                            "last_updated": "2022-10-29T19:07:21.861798-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 214.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "214.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f2cf8c-6c3e-4e7c-8cad-6aa1b07e928e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7b18e794-42ef-4d43-befa-7b52739a4f9f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8dc11024-06fc-47be-aeaa-5fb89e4568e0",
            "completed": true,
            "last_updated": "2022-10-29T19:07:21.694634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.29,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/8dc11024-06fc-47be-aeaa-5fb89e4568e0",
            "datetime": "2022-10-28T19:40:00-04:00",
            "cutoff_datetime": "2022-10-28T19:40:00-04:00",
            "name": "Cleveland Cavaliers v. Boston Celtics",
            "bettypes": [
                {
                    "id": "da868d72-f5b5-491c-a952-b328e3044b6d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7b18e794-42ef-4d43-befa-7b52739a4f9f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston Celtics",
                                "amount": 6956.0
                            },
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 3044.0
                            }
                        ],
                        "expected_reward_tokens": 9527.72,
                        "profit_sb": 27.72,
                        "profit_sb_percentage": 0.29,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bf812fa0-fb75-410f-86be-ca0f31dbb177",
                            "gambit_id": "a259bc08-3834-4032-b34e-666403271bc2",
                            "last_updated": "2022-10-29T19:07:21.700626-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.37000",
                            "odds": "1.38460",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da868d72-f5b5-491c-a952-b328e3044b6d/?format=api"
                        },
                        {
                            "id": "28738821-a28b-4bd7-a43b-694d21ab9fae",
                            "gambit_id": "595003b9-b617-43b7-b2d6-3be5329b6d39",
                            "last_updated": "2022-10-29T19:07:21.701609-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "3.13000",
                            "odds": "3.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da868d72-f5b5-491c-a952-b328e3044b6d/?format=api"
                        }
                    ]
                },
                {
                    "id": "336eb2b4-025a-4423-9643-1236b182f780",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7b18e794-42ef-4d43-befa-7b52739a4f9f/?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": "Boston Celtics",
                                "amount": 5000.0
                            },
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6e84de8a-9dc4-4874-ac0e-74de226abb5d",
                            "gambit_id": "9a4a87b6-4603-4ec0-98c7-879fa3d139fb",
                            "last_updated": "2022-10-29T19:07:21.704643-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336eb2b4-025a-4423-9643-1236b182f780/?format=api"
                        },
                        {
                            "id": "fb034e26-6b5b-4585-a98f-31a752a5090b",
                            "gambit_id": "50643193-0629-4ada-8f50-42c8c3a814fb",
                            "last_updated": "2022-10-29T19:07:21.703657-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336eb2b4-025a-4423-9643-1236b182f780/?format=api"
                        }
                    ]
                },
                {
                    "id": "d72cf14a-131e-4250-bf88-413172a406c3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7b18e794-42ef-4d43-befa-7b52739a4f9f/?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 218.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 218.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "465e73da-0c22-4253-b771-2007b6f9496c",
                            "gambit_id": "940489f1-a872-459b-ae29-5cf7c849930c",
                            "last_updated": "2022-10-29T19:07:21.698648-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 218.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "218.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d72cf14a-131e-4250-bf88-413172a406c3/?format=api"
                        },
                        {
                            "id": "bbd87623-6e98-4788-8f78-b167ba2293f2",
                            "gambit_id": "041a340e-4b9c-4a40-a22c-4f5b96518b44",
                            "last_updated": "2022-10-29T19:07:21.697487-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 218.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "218.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d72cf14a-131e-4250-bf88-413172a406c3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "36e7b812-a47c-4db9-a920-cb376ca320e7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c6c8f367-251a-466d-b436-2b2dd8c45d40",
            "completed": true,
            "last_updated": "2022-10-29T19:07:21.534806-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.25,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/c6c8f367-251a-466d-b436-2b2dd8c45d40",
            "datetime": "2022-10-28T19:10:00-04:00",
            "cutoff_datetime": "2022-10-28T19:10:00-04:00",
            "name": "Atlanta Hawks v. Detroit Pistons",
            "bettypes": [
                {
                    "id": "00a90c4a-ffc8-498b-9131-d47ca2adb06e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/36e7b812-a47c-4db9-a920-cb376ca320e7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atlanta Hawks",
                                "amount": 6721.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 3279.0
                            }
                        ],
                        "expected_reward_tokens": 9476.31,
                        "profit_sb": -23.69,
                        "profit_sb_percentage": -0.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9b5707f2-86c4-4fe0-a9b9-d8567a489c72",
                            "gambit_id": "712e390e-d9ac-4081-b90e-568828e22a4a",
                            "last_updated": "2022-10-29T19:07:21.542355-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.41000",
                            "odds": "1.42550",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a90c4a-ffc8-498b-9131-d47ca2adb06e/?format=api"
                        },
                        {
                            "id": "75e1e47d-1dc9-4eb4-b87b-c2d34aae0bea",
                            "gambit_id": "e7f2dbcc-a88c-4353-a411-700108901b6a",
                            "last_updated": "2022-10-29T19:07:21.541159-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Pistons",
                            "reward": "2.89000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a90c4a-ffc8-498b-9131-d47ca2adb06e/?format=api"
                        }
                    ]
                },
                {
                    "id": "6051c66d-ff63-4b1e-97e3-b0a7d2f409f8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/36e7b812-a47c-4db9-a920-cb376ca320e7/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atlanta Hawks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8bf04a29-9035-403d-9cce-a313356f6906",
                            "gambit_id": "856cb8f9-cd5e-4548-a09d-95b7f2c628e1",
                            "last_updated": "2022-10-29T19:07:21.545602-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6051c66d-ff63-4b1e-97e3-b0a7d2f409f8/?format=api"
                        },
                        {
                            "id": "c4753f24-587b-4a10-a0c6-1d9286a3c235",
                            "gambit_id": "bc507d8e-9877-4027-a176-3e3c98c3e567",
                            "last_updated": "2022-10-29T19:07:21.544608-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6051c66d-ff63-4b1e-97e3-b0a7d2f409f8/?format=api"
                        }
                    ]
                },
                {
                    "id": "eb355509-c478-43a7-a45d-8bd60b7d1e64",
                    "match": "https://api-prod.gambitprofit.com/api/matches/36e7b812-a47c-4db9-a920-cb376ca320e7/?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 229.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 229.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c8c5b2b9-4ae2-439a-bf08-d4f8e43207c1",
                            "gambit_id": "7d5a8f99-61a1-4bb1-a4fb-0991f2bc113e",
                            "last_updated": "2022-10-29T19:07:21.537672-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 229.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "229.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb355509-c478-43a7-a45d-8bd60b7d1e64/?format=api"
                        },
                        {
                            "id": "d97d79d9-c65e-49d3-b5ad-2a93ca6b1ca5",
                            "gambit_id": "288b3cfa-c301-40e6-8bfb-0d7ae404f14e",
                            "last_updated": "2022-10-29T19:07:21.538852-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 229.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "229.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb355509-c478-43a7-a45d-8bd60b7d1e64/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2d76c1de-b663-463e-981c-16b67d18f14a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f7cf1659-8bac-4acb-85f6-e93938d90893",
            "completed": true,
            "last_updated": "2022-10-29T19:07:21.373729-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.4,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/f7cf1659-8bac-4acb-85f6-e93938d90893",
            "datetime": "2022-10-28T19:10:00-04:00",
            "cutoff_datetime": "2022-10-28T19:10:00-04:00",
            "name": "Charlotte Hornets v. Orlando Magic",
            "bettypes": [
                {
                    "id": "25548e6c-91ec-4581-bbc3-f60d31f1327b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2d76c1de-b663-463e-981c-16b67d18f14a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Charlotte Hornets",
                                "amount": 5316.0
                            },
                            {
                                "team": "Orlando Magic",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "771dd10c-f1e8-401e-bf4d-c76cabd0b2e7",
                            "gambit_id": "fbf56f31-6678-4bf7-b0b3-ab8990e2a377",
                            "last_updated": "2022-10-29T19:07:21.380437-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25548e6c-91ec-4581-bbc3-f60d31f1327b/?format=api"
                        },
                        {
                            "id": "9673516b-b958-4c0d-8f37-dac6bc371f58",
                            "gambit_id": "ae71a66a-b9a9-4d39-8f76-59c572fea70a",
                            "last_updated": "2022-10-29T19:07:21.379456-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Orlando Magic",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25548e6c-91ec-4581-bbc3-f60d31f1327b/?format=api"
                        }
                    ]
                },
                {
                    "id": "7652a096-35ae-4a85-acc5-173ad3429895",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2d76c1de-b663-463e-981c-16b67d18f14a/?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": "Charlotte Hornets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Orlando Magic",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2b5911b5-89fd-40fc-89a2-4658bc0b5a80",
                            "gambit_id": "fea53050-f913-4275-8761-809124956640",
                            "last_updated": "2022-10-29T19:07:21.383394-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7652a096-35ae-4a85-acc5-173ad3429895/?format=api"
                        },
                        {
                            "id": "790f0df3-a70d-4ac8-8ffe-b544782bc90b",
                            "gambit_id": "2b119554-d9ee-4794-9663-360c62636360",
                            "last_updated": "2022-10-29T19:07:21.382410-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Orlando Magic",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7652a096-35ae-4a85-acc5-173ad3429895/?format=api"
                        }
                    ]
                },
                {
                    "id": "141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2d76c1de-b663-463e-981c-16b67d18f14a/?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 220.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 220.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3c301a3f-91b0-4506-8ac4-228b2a51fa18",
                            "gambit_id": "245c3d5f-3819-4296-a0a1-65fd76ab6e34",
                            "last_updated": "2022-10-29T19:07:21.377508-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 220.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "220.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5/?format=api"
                        },
                        {
                            "id": "16338654-29ed-4efb-b033-9e4233b2b348",
                            "gambit_id": "9c37ce0b-3852-4dd1-9089-f35057719bb1",
                            "last_updated": "2022-10-29T19:07:21.376539-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 220.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "220.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bd451acc-33db-4427-be24-49f6bd29da0d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "dcc31b7c-91e2-4162-b4b2-193504c03cf8",
            "completed": true,
            "last_updated": "2022-10-29T19:11:52.596558-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.39,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/dcc31b7c-91e2-4162-b4b2-193504c03cf8",
            "datetime": "2022-10-28T19:05:00-04:00",
            "cutoff_datetime": "2022-10-28T19:05:00-04:00",
            "name": "Boston Bruins v. Columbus Blue Jackets",
            "bettypes": [
                {
                    "id": "76544951-a5ce-43d3-8823-bdaba4adf9cc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bd451acc-33db-4427-be24-49f6bd29da0d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston Bruins",
                                "amount": 5696.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9511.84,
                        "profit_sb": 11.84,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "74061873-9fd7-4a0d-883f-2b01032f29ad",
                            "gambit_id": "95726f3a-5de4-45da-9006-39938e262863",
                            "last_updated": "2022-10-29T19:11:52.606559-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.67000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76544951-a5ce-43d3-8823-bdaba4adf9cc/?format=api"
                        },
                        {
                            "id": "89cf6050-5627-4f5a-9c27-3232a08f91b5",
                            "gambit_id": "81374a68-d0ba-4d46-8e1f-3d2fc36e5651",
                            "last_updated": "2022-10-29T19:11:52.605576-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76544951-a5ce-43d3-8823-bdaba4adf9cc/?format=api"
                        }
                    ]
                },
                {
                    "id": "dd485288-79fc-4abf-bb5b-287994564f6b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bd451acc-33db-4427-be24-49f6bd29da0d/?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": "Columbus Blue Jackets",
                                "amount": 6401.0
                            },
                            {
                                "team": "Boston Bruins",
                                "amount": 3599.0
                            }
                        ],
                        "expected_reward_tokens": 9537.35,
                        "profit_sb": 37.35,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3417ee49-1919-407a-95d4-db316259f389",
                            "gambit_id": "1e91cba7-8fb0-4d3b-a794-3c472a6a5e38",
                            "last_updated": "2022-10-29T19:11:52.602598-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.49000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd485288-79fc-4abf-bb5b-287994564f6b/?format=api"
                        },
                        {
                            "id": "d0df4774-6c44-4feb-92cc-1b0024bc7b5a",
                            "gambit_id": "69bd5af1-95d8-42a7-97f4-4fb43b3f6f67",
                            "last_updated": "2022-10-29T19:11:52.603579-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston Bruins",
                            "reward": "2.65000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd485288-79fc-4abf-bb5b-287994564f6b/?format=api"
                        }
                    ]
                },
                {
                    "id": "83f6b628-0387-4356-945d-6349fceddb3f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bd451acc-33db-4427-be24-49f6bd29da0d/?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": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "329e8da3-2c0b-4a91-bf39-00b4b9e6ffc2",
                            "gambit_id": "ad08a057-e2aa-498d-9ddb-8d5a56e31d83",
                            "last_updated": "2022-10-29T19:11:52.599474-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f6b628-0387-4356-945d-6349fceddb3f/?format=api"
                        },
                        {
                            "id": "b73c8901-c265-4e50-80a0-b44a3a0e28a8",
                            "gambit_id": "f199542e-7218-4fb7-b9a6-2252c71610ed",
                            "last_updated": "2022-10-29T19:11:52.600588-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f6b628-0387-4356-945d-6349fceddb3f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d814a10e-0ecc-418e-9eb1-2f46bb7aa4cd",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1da32bcc-447f-4550-8b6d-8f32c3bbd3fa",
            "completed": true,
            "last_updated": "2022-10-29T19:11:51.420536-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.73,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/1da32bcc-447f-4550-8b6d-8f32c3bbd3fa",
            "datetime": "2022-10-28T19:05:00-04:00",
            "cutoff_datetime": "2022-10-28T19:05:00-04:00",
            "name": "New York Islanders v. Carolina Hurricanes",
            "bettypes": [
                {
                    "id": "9c9e73b3-d06e-4ac9-8a0a-ee0e9e1c3309",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d814a10e-0ecc-418e-9eb1-2f46bb7aa4cd/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 6326.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c8487541-97ab-4766-8de1-7a2affa8c558",
                            "gambit_id": "79a6a2f5-b019-4ed1-b934-7052c81079ca",
                            "last_updated": "2022-10-29T19:11:51.430466-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c9e73b3-d06e-4ac9-8a0a-ee0e9e1c3309/?format=api"
                        },
                        {
                            "id": "845d1e57-0777-470d-b808-15e23740127c",
                            "gambit_id": "e7d47e81-2c10-442f-a23d-e9324c56d435",
                            "last_updated": "2022-10-29T19:11:51.431470-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Islanders",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c9e73b3-d06e-4ac9-8a0a-ee0e9e1c3309/?format=api"
                        }
                    ]
                },
                {
                    "id": "5d8b77eb-dc1c-46cc-9ec8-febb9cb7cb99",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d814a10e-0ecc-418e-9eb1-2f46bb7aa4cd/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Islanders",
                                "amount": 5945.0
                            },
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 4055.0
                            }
                        ],
                        "expected_reward_tokens": 9569.8,
                        "profit_sb": 69.8,
                        "profit_sb_percentage": 0.73,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cb927299-3dd1-47a2-b214-b50d3188ab23",
                            "gambit_id": "e23c2a79-1109-4dfa-bb69-a3ec0507b561",
                            "last_updated": "2022-10-29T19:11:51.428484-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Islanders",
                            "reward": "1.61000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8b77eb-dc1c-46cc-9ec8-febb9cb7cb99/?format=api"
                        },
                        {
                            "id": "495c4f8c-29ad-4db8-bb36-e2b4068cf5ac",
                            "gambit_id": "82258211-f7a9-4b12-9827-7c8b749a4e06",
                            "last_updated": "2022-10-29T19:11:51.427495-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "2.36000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8b77eb-dc1c-46cc-9ec8-febb9cb7cb99/?format=api"
                        }
                    ]
                },
                {
                    "id": "39c8ffda-c84c-4204-aba2-700747acc2ae",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d814a10e-0ecc-418e-9eb1-2f46bb7aa4cd/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4d7862e9-cd55-4058-9db4-92d443b81467",
                            "gambit_id": "54501a67-925f-4da5-9531-8f0a3f8a2cef",
                            "last_updated": "2022-10-29T19:11:51.424486-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39c8ffda-c84c-4204-aba2-700747acc2ae/?format=api"
                        },
                        {
                            "id": "3abeb8e9-adad-400f-8eb7-fffa660d057d",
                            "gambit_id": "d3de1301-ec3a-4c4f-87ba-d08791d7eb5f",
                            "last_updated": "2022-10-29T19:11:51.425490-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39c8ffda-c84c-4204-aba2-700747acc2ae/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8f5ba316-8a9b-4d4f-ab05-702933800553",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d80908fa-de41-4dd7-ba9a-ab72d55dd70c",
            "completed": true,
            "last_updated": "2022-10-29T19:11:51.265010-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d80908fa-de41-4dd7-ba9a-ab72d55dd70c",
            "datetime": "2022-10-28T19:05:00-04:00",
            "cutoff_datetime": "2022-10-28T19:05:00-04:00",
            "name": "Colorado Avalanche v. New Jersey Devils",
            "bettypes": [
                {
                    "id": "1f2bbdf2-081b-4b7b-92ee-d6ff7fb3a8d0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f5ba316-8a9b-4d4f-ab05-702933800553/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Colorado Avalanche",
                                "amount": 5316.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "79a7a028-fb00-422f-9318-0de6f30775c3",
                            "gambit_id": "fe10c84c-929f-4b29-9f70-eb3d7f0b9d93",
                            "last_updated": "2022-10-29T19:11:51.274700-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f2bbdf2-081b-4b7b-92ee-d6ff7fb3a8d0/?format=api"
                        },
                        {
                            "id": "1f021796-d6ae-4a55-81d9-fd9ed5449689",
                            "gambit_id": "62c33c22-55ae-4d59-b61d-ef66d16d8b3d",
                            "last_updated": "2022-10-29T19:11:51.275706-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Jersey Devils",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f2bbdf2-081b-4b7b-92ee-d6ff7fb3a8d0/?format=api"
                        }
                    ]
                },
                {
                    "id": "24fd819e-5825-4f58-aaf6-582a048acc7d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f5ba316-8a9b-4d4f-ab05-702933800553/?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 Jersey Devils",
                                "amount": 6563.0
                            },
                            {
                                "team": "Colorado Avalanche",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ea8d30f1-6a68-4ae0-b4be-3444d6bbbd92",
                            "gambit_id": "a2ce2a20-e626-4687-ae6f-938232670f45",
                            "last_updated": "2022-10-29T19:11:51.272532-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24fd819e-5825-4f58-aaf6-582a048acc7d/?format=api"
                        },
                        {
                            "id": "110f0aad-cd05-4698-b203-791ff4d01a86",
                            "gambit_id": "12674db9-6dc9-4f0f-8aae-dc7fe900ae38",
                            "last_updated": "2022-10-29T19:11:51.271417-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24fd819e-5825-4f58-aaf6-582a048acc7d/?format=api"
                        }
                    ]
                },
                {
                    "id": "4aa357a6-c96e-4e56-a657-ec77fc6c8551",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f5ba316-8a9b-4d4f-ab05-702933800553/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e1659776-84af-497c-baac-90a57826fb75",
                            "gambit_id": "ce1fcff2-9fc0-4f82-8609-ced43e8a1d4f",
                            "last_updated": "2022-10-29T19:11:51.269112-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aa357a6-c96e-4e56-a657-ec77fc6c8551/?format=api"
                        },
                        {
                            "id": "766ad0e2-b80d-45b9-8367-5bbae8ac969d",
                            "gambit_id": "ecea0463-f5d3-472e-bbaf-4b671b132255",
                            "last_updated": "2022-10-29T19:11:51.267937-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4aa357a6-c96e-4e56-a657-ec77fc6c8551/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5d234507-b58e-430d-a284-a77a4746886a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b3baf056-921f-4afc-955c-5545bdc7829e",
            "completed": true,
            "last_updated": "2022-10-29T15:22:15.018949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.46,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/b3baf056-921f-4afc-955c-5545bdc7829e",
            "datetime": "2022-10-28T18:05:00-04:00",
            "cutoff_datetime": "2022-10-28T18:05:00-04:00",
            "name": "Anaheim Ducks v. Vegas Golden Knights",
            "bettypes": [
                {
                    "id": "dcbcce9a-94ba-4a16-b0cc-9e2db6b4aee8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5d234507-b58e-430d-a284-a77a4746886a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 7176.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 2824.0
                            }
                        ],
                        "expected_reward_tokens": 9544.08,
                        "profit_sb": 44.08,
                        "profit_sb_percentage": 0.46,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a5f5d247-c6ba-4b16-8ce9-6915e6587de6",
                            "gambit_id": "07218438-c168-473c-8c98-80e0897549bd",
                            "last_updated": "2022-10-29T15:22:15.027891-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "1.33000",
                            "odds": "1.34480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbcce9a-94ba-4a16-b0cc-9e2db6b4aee8/?format=api"
                        },
                        {
                            "id": "124ed74d-b8f9-4a4e-9296-10a8cbc50e63",
                            "gambit_id": "de0742c9-8b45-432e-8025-dcbdc22f060d",
                            "last_updated": "2022-10-29T15:22:15.028868-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "3.38000",
                            "odds": "3.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcbcce9a-94ba-4a16-b0cc-9e2db6b4aee8/?format=api"
                        }
                    ]
                },
                {
                    "id": "2010c717-eda9-4562-82cf-db6dbdf16e58",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5d234507-b58e-430d-a284-a77a4746886a/?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": "Vegas Golden Knights",
                                "amount": 5419.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "90f98a0f-aebb-4f2b-a545-540c166d431a",
                            "gambit_id": "75c23756-b576-4a16-8814-7ff13efa88cb",
                            "last_updated": "2022-10-29T15:22:15.024948-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2010c717-eda9-4562-82cf-db6dbdf16e58/?format=api"
                        },
                        {
                            "id": "611d93d9-df0b-4852-965a-7ea6af0a9451",
                            "gambit_id": "ae071894-35f6-4f8c-8889-1538d34179d8",
                            "last_updated": "2022-10-29T15:22:15.025948-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2010c717-eda9-4562-82cf-db6dbdf16e58/?format=api"
                        }
                    ]
                },
                {
                    "id": "a355edd7-9bef-4f72-8936-1f0fd34a407a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5d234507-b58e-430d-a284-a77a4746886a/?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": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2d39b456-a94c-4737-8e8c-7d727cd5d015",
                            "gambit_id": "be39728d-a7ae-407e-93f8-40632f6cb8a1",
                            "last_updated": "2022-10-29T15:22:15.021919-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a355edd7-9bef-4f72-8936-1f0fd34a407a/?format=api"
                        },
                        {
                            "id": "355d45ff-849a-4f2c-8187-025b2a6184d6",
                            "gambit_id": "824a9f74-4ce8-4f2a-8aef-3f823a148ec8",
                            "last_updated": "2022-10-29T15:22:15.022952-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a355edd7-9bef-4f72-8936-1f0fd34a407a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "16ed03c0-c7f5-4218-bf19-94c071609ffb",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3957aa2f-d852-461c-8ffb-94c4049079f3",
            "completed": true,
            "last_updated": "2022-10-31T12:27:04.101732-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Mexican F1 Grand Prix",
            "sport": "Motor Sports",
            "url": "https://app.gambitrewards.com/match/3957aa2f-d852-461c-8ffb-94c4049079f3",
            "datetime": "2022-10-28T14:00:00-04:00",
            "cutoff_datetime": "2022-10-28T14:00:00-04:00",
            "name": "Mexican F1 Grand Prix 2022: To Win Outright",
            "bettypes": [
                {
                    "id": "c80c37d8-4384-480d-9ecb-9efe342fee4e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/16ed03c0-c7f5-4218-bf19-94c071609ffb/?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": "faf813a0-806b-46c9-b098-fe3b85eb50f3",
                            "gambit_id": "6639a48d-ab4a-4860-91ab-699e582f4413",
                            "last_updated": "2022-10-31T12:27:04.106634-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Max Verstappen",
                            "reward": "1.55000",
                            "odds": "1.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "c0095744-afc2-4367-9d19-37a60abbfa0d",
                            "gambit_id": "4124f679-9a75-4557-9f93-b9dc4bba4731",
                            "last_updated": "2022-10-31T12:27:04.119025-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lewis Hamilton",
                            "reward": "4.20000",
                            "odds": "4.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "48e240ad-fb5c-426e-a34e-4a52717c60a4",
                            "gambit_id": "0d6f73c5-5b5a-49cf-9719-9bfab7b85219",
                            "last_updated": "2022-10-31T12:27:04.113325-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "George Russell",
                            "reward": "5.85000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "c4d9f2d2-3f92-4da5-8083-cc5148461c34",
                            "gambit_id": "93684039-0a87-4dbf-bf31-7c66b4ac1e7a",
                            "last_updated": "2022-10-31T12:27:04.112370-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sergio Perez",
                            "reward": "7.31000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "c55209b3-a528-4721-beb0-7cc98fdc04d2",
                            "gambit_id": "ada11af0-f33e-44e3-8e1c-f4abf3d06263",
                            "last_updated": "2022-10-31T12:27:04.117141-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charles Leclerc",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "9725a0f5-b92a-48e7-bd54-c3565fadd583",
                            "gambit_id": "65a5de60-c819-4a27-a1cb-3c9b087045f7",
                            "last_updated": "2022-10-31T12:27:04.118085-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carlos Sainz Jr",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "54964242-0d61-41f8-a6c7-aa3a3689c79e",
                            "gambit_id": "530072bf-f2f0-42af-a301-88151281043f",
                            "last_updated": "2022-10-31T12:27:04.114261-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Fernando Alonso",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "a8c48b2e-14a7-4643-b9c3-a68dc955f27d",
                            "gambit_id": "87d24be5-551c-45ce-8993-97a97e4fda77",
                            "last_updated": "2022-10-31T12:27:04.107628-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lando Norris",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "a6dc303f-8e4f-4388-b025-ecaed8347c19",
                            "gambit_id": "9677539f-6514-4012-a2ae-b68bbe53f13a",
                            "last_updated": "2022-10-31T12:27:04.111416-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Valtteri Bottas",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "2f07ad31-9a5c-461c-b440-5cce715ad326",
                            "gambit_id": "75571ffe-a71f-4615-8174-a21c931aee85",
                            "last_updated": "2022-10-31T12:27:04.115199-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Esteban Ocon",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "fba5bef9-883f-4864-87b5-058464636951",
                            "gambit_id": "09a0f034-f81c-4752-80e5-69ce50f1ba85",
                            "last_updated": "2022-10-31T12:27:04.116156-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Daniel Ricciardo",
                            "reward": "728.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "d1adffd1-44b8-4ed9-a920-44dd131281a2",
                            "gambit_id": "5a95128e-b290-4b83-8b9e-3c09df2a8400",
                            "last_updated": "2022-10-31T12:27:04.110472-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Yuki Tsunoda",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "a6ae0029-07c5-46cf-82f5-f4314d760bbc",
                            "gambit_id": "3846a830-c62c-4041-85d7-11a7634bb69c",
                            "last_updated": "2022-10-31T12:27:04.109532-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Guanyu Zhou",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "04338495-91d9-42a4-9d2c-9cafcb4e3f0b",
                            "gambit_id": "2f5678e6-5cc3-4d3a-9d5c-9ea6241908c7",
                            "last_updated": "2022-10-31T12:27:04.120918-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pierre Gasly",
                            "reward": "1456.00000",
                            "odds": "1501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "5e25b3cc-9755-4fb7-b690-559d9da32510",
                            "gambit_id": "97b37c0b-6220-483a-80b1-19a30592c297",
                            "last_updated": "2022-10-31T12:27:04.108568-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lance Stroll",
                            "reward": "1941.00000",
                            "odds": "2001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "8917d3b5-ee1b-40aa-a2dc-9619ce7d6e3a",
                            "gambit_id": "67b006f3-75a6-4152-bd37-3b1874877e74",
                            "last_updated": "2022-10-31T12:27:04.122869-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alexander Albon",
                            "reward": "1941.00000",
                            "odds": "2001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "fc41eca7-cfa9-4c56-bc6a-a59c1ce6bea8",
                            "gambit_id": "60ab7361-d63d-4b64-87e2-e45784b33685",
                            "last_updated": "2022-10-31T12:27:04.119967-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sebastian Vettel",
                            "reward": "1941.00000",
                            "odds": "2001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "08e8bbe8-e41d-4a13-91ee-3dfe36cff37a",
                            "gambit_id": "1b8b852a-9027-4049-9942-8df5af28f0d9",
                            "last_updated": "2022-10-31T12:27:04.105686-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mick Schumacher",
                            "reward": "1941.00000",
                            "odds": "2001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "a5e659c0-cf95-42b3-940b-139308656ae3",
                            "gambit_id": "602d81a2-5ef3-446e-b543-20031170010f",
                            "last_updated": "2022-10-31T12:27:04.121924-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Magnussen",
                            "reward": "2426.00000",
                            "odds": "2501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        },
                        {
                            "id": "c5dd89b3-2a8b-444a-b101-19ab72ec5b19",
                            "gambit_id": "764d2f0f-9ac3-48dd-a41d-b551bb1ab0ee",
                            "last_updated": "2022-10-31T12:27:04.104717-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nicholas Latifi",
                            "reward": "2911.00000",
                            "odds": "3001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c80c37d8-4384-480d-9ecb-9efe342fee4e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "52b87121-cc4d-4237-a797-2c41e3202f5f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3d7f5fe4-226c-43a2-84a1-649d65264c05",
            "completed": true,
            "last_updated": "2022-10-31T12:32:04.169366-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Mexican F1 Grand Prix",
            "sport": "Motor Sports",
            "url": "https://app.gambitrewards.com/match/3d7f5fe4-226c-43a2-84a1-649d65264c05",
            "datetime": "2022-10-28T14:00:00-04:00",
            "cutoff_datetime": "2022-10-28T14:00:00-04:00",
            "name": "Mexican F1 Grand Prix 2022: Podium Finish",
            "bettypes": [
                {
                    "id": "29d04bf9-23a2-4d43-abd6-4cc19a240b70",
                    "match": "https://api-prod.gambitprofit.com/api/matches/52b87121-cc4d-4237-a797-2c41e3202f5f/?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": "14ffc83b-5401-40ff-8b2f-0b799fd3cc0d",
                            "gambit_id": "bc45d0d0-4670-4d7d-a00f-bbc98ad7c759",
                            "last_updated": "2022-10-31T12:32:04.179544-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Max Verstappen",
                            "reward": "1.21000",
                            "odds": "1.22000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "7cd42134-e42f-44ae-b267-86a8744beeef",
                            "gambit_id": "ff499659-c613-4147-9d75-715dbca2ab10",
                            "last_updated": "2022-10-31T12:32:04.180437-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lewis Hamilton",
                            "reward": "1.55000",
                            "odds": "1.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "ddcab19f-80c8-4bb8-8206-b02219472ee1",
                            "gambit_id": "fd918016-82c1-4c01-b034-67bc2d1ec19c",
                            "last_updated": "2022-10-31T12:32:04.176793-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sergio Perez",
                            "reward": "1.65000",
                            "odds": "1.67000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "80b16697-bd86-42e4-b681-4bcd2bce015f",
                            "gambit_id": "65bc76b6-a9fa-497a-b9d3-22c254315aaf",
                            "last_updated": "2022-10-31T12:32:04.184975-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "George Russell",
                            "reward": "1.65000",
                            "odds": "1.67000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "713b63fe-b0bd-4397-9a68-0cee76fbab19",
                            "gambit_id": "27b78967-95e5-4693-a465-4425e8cf75a8",
                            "last_updated": "2022-10-31T12:32:04.188619-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charles Leclerc",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "9965e79b-f899-4a8f-aa29-96b1cacb185d",
                            "gambit_id": "4d54b435-4ce8-4126-b634-7d903020ed78",
                            "last_updated": "2022-10-31T12:32:04.189541-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carlos Sainz Jr",
                            "reward": "2.94000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "b4062287-0bca-4540-9490-d1d258aa7800",
                            "gambit_id": "cb1616fc-3830-48bb-8de7-def3c248ed01",
                            "last_updated": "2022-10-31T12:32:04.181344-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lando Norris",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "4a630a59-a5e0-45c3-b5bc-9289b9829c2f",
                            "gambit_id": "c4f4e068-492c-48f6-b3d4-29adafc4dbf7",
                            "last_updated": "2022-10-31T12:32:04.185874-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Fernando Alonso",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "c8395d24-1170-44b8-afd3-db08670569c4",
                            "gambit_id": "05a9b0ff-500c-4bd9-bada-59a48d363227",
                            "last_updated": "2022-10-31T12:32:04.172349-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Valtteri Bottas",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "f4ea9344-56ba-40b6-bbfc-272f60382dbd",
                            "gambit_id": "6eb10a6a-6c23-41d5-9939-79488b802d29",
                            "last_updated": "2022-10-31T12:32:04.186777-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Esteban Ocon",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "c241081f-d9c6-45a3-a063-84a394b827c7",
                            "gambit_id": "0898be2c-d830-4cb0-b4bc-5e49c583cae0",
                            "last_updated": "2022-10-31T12:32:04.187686-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Daniel Ricciardo",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "0cb6895c-a81b-43e1-870f-d8e28943c8f8",
                            "gambit_id": "d173bfe0-bf4f-4cec-87e2-94128182610c",
                            "last_updated": "2022-10-31T12:32:04.174622-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pierre Gasly",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "68d36aef-a819-4b29-b5e0-37d57d5119b6",
                            "gambit_id": "f40ac13d-d85d-46bc-9f40-8b65f9160894",
                            "last_updated": "2022-10-31T12:32:04.184050-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Guanyu Zhou",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "7a03a06b-548c-4384-8455-ccc69acf6271",
                            "gambit_id": "1a20258e-64da-4ae8-aaae-04868e9f51d1",
                            "last_updated": "2022-10-31T12:32:04.175710-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Yuki Tsunoda",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "2f37de63-cd20-4b42-a001-79715e477e3a",
                            "gambit_id": "243b3504-c619-4433-93f2-9a5aaff0194d",
                            "last_updated": "2022-10-31T12:32:04.190457-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alexander Albon",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "fafae820-101c-4921-9945-addbec0d66e1",
                            "gambit_id": "b1766c07-42b8-4a24-aeb4-8ab93a8a25cf",
                            "last_updated": "2022-10-31T12:32:04.183152-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Magnussen",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "83077a36-ef58-4766-b4f4-6481c4705f36",
                            "gambit_id": "1780f80c-60f9-4982-bc83-44113e0153fc",
                            "last_updated": "2022-10-31T12:32:04.173508-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sebastian Vettel",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "7f5ef901-bf02-4859-8746-134ec7677d9e",
                            "gambit_id": "c9e13387-16a1-4db5-b81f-676fd9ee7eee",
                            "last_updated": "2022-10-31T12:32:04.182260-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lance Stroll",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "cb74cedb-52b9-4df7-a67f-80a492910484",
                            "gambit_id": "c6fa4c47-b09b-48cc-b7b9-35f6e98f19a5",
                            "last_updated": "2022-10-31T12:32:04.178647-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mick Schumacher",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        },
                        {
                            "id": "41a95d12-5c52-498c-ac97-8328744801b0",
                            "gambit_id": "c3903489-9d2f-425b-8456-d1513b09a5a6",
                            "last_updated": "2022-10-31T12:32:04.177751-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nicholas Latifi",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d04bf9-23a2-4d43-abd6-4cc19a240b70/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a29d1657-26ff-42bc-a64c-af9182102da4",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e54f87d7-75e1-49d1-8238-1e35bba5371c",
            "completed": true,
            "last_updated": "2022-10-31T12:27:03.940099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Mexican F1 Grand Prix",
            "sport": "Motor Sports",
            "url": "https://app.gambitrewards.com/match/e54f87d7-75e1-49d1-8238-1e35bba5371c",
            "datetime": "2022-10-28T14:00:00-04:00",
            "cutoff_datetime": "2022-10-28T14:00:00-04:00",
            "name": "Mexican F1 Grand Prix 2022: Winning Team",
            "bettypes": [
                {
                    "id": "57cfa089-7f3b-40e9-8da1-c56322c9b062",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a29d1657-26ff-42bc-a64c-af9182102da4/?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": "3fdf899a-6719-4abf-a5ee-27f9a9fa59de",
                            "gambit_id": "35943655-2082-47bb-a678-514b742f99e9",
                            "last_updated": "2022-10-31T12:27:03.951028-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Red Bull Racing",
                            "reward": "1.39000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "59490061-ad39-4384-9e30-dbe7d08514eb",
                            "gambit_id": "55a700b4-21e5-4695-900f-0c3fa81cd97d",
                            "last_updated": "2022-10-31T12:27:03.949167-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mercedes",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "9e8e2181-556e-441d-a7e3-e2ce910480de",
                            "gambit_id": "0b43937c-3db3-4509-8ffe-15d01f3eba3b",
                            "last_updated": "2022-10-31T12:27:03.950099-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ferrari",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "6c214d60-2349-4ee4-a5cb-d8c69c2e8790",
                            "gambit_id": "51ce9890-3e1e-49d3-b927-cc5e641cd20e",
                            "last_updated": "2022-10-31T12:27:03.943465-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alpine",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "42f705c2-033a-4321-a73b-ce86343a5914",
                            "gambit_id": "24755540-3d1b-46e2-9ffe-f727ce194dbc",
                            "last_updated": "2022-10-31T12:27:03.948230-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "McLaren",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "457853f9-9c9e-4f1f-bebf-768b470c6cf5",
                            "gambit_id": "c4855c3b-e319-4eab-8092-08e30db7a44b",
                            "last_updated": "2022-10-31T12:27:03.945389-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alfa Romeo",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "2d3a665b-d7c6-476a-905e-0c4ed0e6b1cf",
                            "gambit_id": "b967ca5a-9eb0-4ea6-a60e-4232a9b0de0f",
                            "last_updated": "2022-10-31T12:27:03.942501-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aston Martin",
                            "reward": "728.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "c3bb08c3-2032-48a5-b760-7fdc227eda06",
                            "gambit_id": "6f862ed7-a87c-4391-9bb4-04015316f00d",
                            "last_updated": "2022-10-31T12:27:03.944433-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alpha Tauri",
                            "reward": "728.50000",
                            "odds": "751.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "0ed7dee6-c1d7-43cd-a00e-6e1cc9226051",
                            "gambit_id": "ae2c7b8b-2ff9-4068-b1b0-cacf31bc9c5a",
                            "last_updated": "2022-10-31T12:27:03.947286-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Haas F1",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        },
                        {
                            "id": "86a34b97-1d47-477e-ae23-f534753378d1",
                            "gambit_id": "0d591d14-6890-49a1-b544-a1faacca1ae5",
                            "last_updated": "2022-10-31T12:27:03.946340-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Williams",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57cfa089-7f3b-40e9-8da1-c56322c9b062/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e3480795-707a-40fe-b0bb-dbb8aa22b6ff",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "478d6ed9-d9e5-47ec-b56a-cf0915344933",
            "completed": true,
            "last_updated": "2022-10-29T10:37:11.552716-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.6,
            "sport_category": "MLB World Series Lines",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/478d6ed9-d9e5-47ec-b56a-cf0915344933",
            "datetime": "2022-10-28T13:00:00-04:00",
            "cutoff_datetime": "2022-10-28T13:00:00-04:00",
            "name": "Philadelphia Phillies v. Houston Astros",
            "bettypes": [
                {
                    "id": "bae19a4c-2226-4fe6-9b9b-9eb06a26b737",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e3480795-707a-40fe-b0bb-dbb8aa22b6ff/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Astros",
                                "amount": 5995.0
                            },
                            {
                                "team": "Philadelphia Phillies",
                                "amount": 4005.0
                            }
                        ],
                        "expected_reward_tokens": 9651.95,
                        "profit_sb": 151.95,
                        "profit_sb_percentage": 1.6,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "5f689cfe-21cb-4947-a8bd-8e5e7964abdb",
                            "gambit_id": "f234e31b-50e1-4b96-9708-34491164c6ba",
                            "last_updated": "2022-10-29T10:37:11.562861-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Astros",
                            "reward": "1.61000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae19a4c-2226-4fe6-9b9b-9eb06a26b737/?format=api"
                        },
                        {
                            "id": "4fee7372-77ef-4a2e-8c17-0d7c124cd379",
                            "gambit_id": "b652c58f-0a20-48ab-9bda-8fae39ab8622",
                            "last_updated": "2022-10-29T10:37:11.564038-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Phillies",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae19a4c-2226-4fe6-9b9b-9eb06a26b737/?format=api"
                        }
                    ]
                },
                {
                    "id": "fdf911ea-039e-4d30-89f4-cc8e92ffd0fc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e3480795-707a-40fe-b0bb-dbb8aa22b6ff/?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 Phillies",
                                "amount": 5945.0
                            },
                            {
                                "team": "Houston Astros",
                                "amount": 4055.0
                            }
                        ],
                        "expected_reward_tokens": 9569.8,
                        "profit_sb": 69.8,
                        "profit_sb_percentage": 0.73,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "448a56d0-f56c-4f4e-91c9-79ad10074253",
                            "gambit_id": "7a072ff4-097a-4161-a2f9-cc3a02328447",
                            "last_updated": "2022-10-29T10:37:11.560402-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Phillies",
                            "reward": "1.61000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdf911ea-039e-4d30-89f4-cc8e92ffd0fc/?format=api"
                        },
                        {
                            "id": "2bf4cecd-aaa6-4d95-bbbe-922dacc84307",
                            "gambit_id": "14b02bdd-2a8e-4e81-be19-ba8a3e03d882",
                            "last_updated": "2022-10-29T10:37:11.559219-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Astros",
                            "reward": "2.36000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdf911ea-039e-4d30-89f4-cc8e92ffd0fc/?format=api"
                        }
                    ]
                },
                {
                    "id": "1f388b72-8fd4-4248-ade8-388d5b7f661c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e3480795-707a-40fe-b0bb-dbb8aa22b6ff/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "72fbb8ed-6563-412b-9372-fa8cc918e596",
                            "gambit_id": "345d1f54-8d8c-4acf-a675-83be82be9ece",
                            "last_updated": "2022-10-29T10:37:11.556801-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f388b72-8fd4-4248-ade8-388d5b7f661c/?format=api"
                        },
                        {
                            "id": "fae3a29c-781b-472f-a3d9-1e156ec2854e",
                            "gambit_id": "db6bf367-4572-4422-b63a-a6e4bbada429",
                            "last_updated": "2022-10-29T10:37:11.555625-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f388b72-8fd4-4248-ade8-388d5b7f661c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "94e311ab-04fa-454e-833d-3f756cb5d4ce",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "228c141d-14be-4832-a6db-521ca0a0d48a",
            "completed": true,
            "last_updated": "2022-10-28T09:47:05.510143-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.05,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/228c141d-14be-4832-a6db-521ca0a0d48a",
            "datetime": "2022-10-27T22:35:00-04:00",
            "cutoff_datetime": "2022-10-27T22:35:00-04:00",
            "name": "Toronto Maple Leafs v. San Jose Sharks",
            "bettypes": [
                {
                    "id": "dc75bfce-21cf-4907-ac5b-8a0efb54e294",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94e311ab-04fa-454e-833d-3f756cb5d4ce/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 6611.0
                            },
                            {
                                "team": "San Jose Sharks",
                                "amount": 3389.0
                            }
                        ],
                        "expected_reward_tokens": 9453.73,
                        "profit_sb": -46.27,
                        "profit_sb_percentage": -0.49,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "20436379-98b6-4556-aff6-dfeaf91520cf",
                            "gambit_id": "e7a9b40a-760e-416c-9896-9185cb5e492b",
                            "last_updated": "2022-10-28T09:47:05.520404-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.43000",
                            "odds": "1.44440",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc75bfce-21cf-4907-ac5b-8a0efb54e294/?format=api"
                        },
                        {
                            "id": "e1e57b18-002c-4f73-82c4-46b3409c00a1",
                            "gambit_id": "15462c85-11a9-4609-a956-77a0b633f393",
                            "last_updated": "2022-10-28T09:47:05.519422-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Jose Sharks",
                            "reward": "2.79000",
                            "odds": "2.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc75bfce-21cf-4907-ac5b-8a0efb54e294/?format=api"
                        }
                    ]
                },
                {
                    "id": "5462f826-4b54-4a59-b9a2-150db3a4a4ef",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94e311ab-04fa-454e-833d-3f756cb5d4ce/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Jose Sharks",
                                "amount": 5521.0
                            },
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2cc37159-f023-4335-948b-8c60dca02915",
                            "gambit_id": "029cf65b-3373-4fd2-a001-e2db3a51e4ba",
                            "last_updated": "2022-10-28T09:47:05.516232-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Jose Sharks",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5462f826-4b54-4a59-b9a2-150db3a4a4ef/?format=api"
                        },
                        {
                            "id": "18c21443-d93b-4bab-93d5-db4ede1eb81f",
                            "gambit_id": "f873f7ec-fa6b-4a76-bffe-9ee53ee86184",
                            "last_updated": "2022-10-28T09:47:05.517434-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5462f826-4b54-4a59-b9a2-150db3a4a4ef/?format=api"
                        }
                    ]
                },
                {
                    "id": "f1aa9144-e681-4f70-b32f-d2e0ba2e2be5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94e311ab-04fa-454e-833d-3f756cb5d4ce/?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": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e5f6004a-85d4-4799-bb2e-db07ad258957",
                            "gambit_id": "870f2d28-276b-4fde-9cab-87aace582da3",
                            "last_updated": "2022-10-28T09:47:05.514217-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1aa9144-e681-4f70-b32f-d2e0ba2e2be5/?format=api"
                        },
                        {
                            "id": "9b144d18-b57f-4448-ae4c-0eb98f2f49ee",
                            "gambit_id": "00b0a594-9ba2-49dc-a339-797ed81d40d9",
                            "last_updated": "2022-10-28T09:47:05.513034-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1aa9144-e681-4f70-b32f-d2e0ba2e2be5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d0056fea-fa14-40bb-ad1c-1317894687ad",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8c527c56-1e1e-4e8d-adc0-0cef7c6490b3",
            "completed": true,
            "last_updated": "2022-10-28T09:47:05.167079-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.12,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/8c527c56-1e1e-4e8d-adc0-0cef7c6490b3",
            "datetime": "2022-10-27T22:35:00-04:00",
            "cutoff_datetime": "2022-10-27T22:35:00-04:00",
            "name": "Winnipeg Jets v. Los Angeles Kings",
            "bettypes": [
                {
                    "id": "829d004c-863c-4a99-ad0d-37584d0777ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d0056fea-fa14-40bb-ad1c-1317894687ad/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Kings",
                                "amount": 5696.0
                            },
                            {
                                "team": "Winnipeg Jets",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9511.84,
                        "profit_sb": 11.84,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e849205c-27e1-46ff-a1ca-21eefd11a6a0",
                            "gambit_id": "3d3402ae-162c-4b81-bc95-72498c543ade",
                            "last_updated": "2022-10-28T09:47:05.177460-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.67000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/829d004c-863c-4a99-ad0d-37584d0777ab/?format=api"
                        },
                        {
                            "id": "f6e58b24-33cb-433b-9815-19d55a22791d",
                            "gambit_id": "fe98ea73-33fc-4be5-96ef-da8ffdbc1853",
                            "last_updated": "2022-10-28T09:47:05.178607-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/829d004c-863c-4a99-ad0d-37584d0777ab/?format=api"
                        }
                    ]
                },
                {
                    "id": "66217012-e672-48f8-ba7a-a571456f1a65",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d0056fea-fa14-40bb-ad1c-1317894687ad/?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": "Winnipeg Jets",
                                "amount": 6563.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a2354b5b-3f1b-4510-9102-8527864a8b78",
                            "gambit_id": "8448d622-603a-4065-9887-77f6668d12af",
                            "last_updated": "2022-10-28T09:47:05.175252-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66217012-e672-48f8-ba7a-a571456f1a65/?format=api"
                        },
                        {
                            "id": "4e729e55-026b-448a-a5eb-d0d619f9c863",
                            "gambit_id": "1d5e45bc-4130-4d97-a607-f124acd9c3dc",
                            "last_updated": "2022-10-28T09:47:05.174097-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66217012-e672-48f8-ba7a-a571456f1a65/?format=api"
                        }
                    ]
                },
                {
                    "id": "0dabc40e-474c-417b-9b27-30d4e5ad5bf3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d0056fea-fa14-40bb-ad1c-1317894687ad/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8b60c475-2755-49e7-bf99-5577482f062f",
                            "gambit_id": "69a47101-e395-4990-855f-37d68f4644be",
                            "last_updated": "2022-10-28T09:47:05.170055-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dabc40e-474c-417b-9b27-30d4e5ad5bf3/?format=api"
                        },
                        {
                            "id": "5535878b-56e4-416e-b112-4b7b7b0bdab5",
                            "gambit_id": "d478f8f5-8835-45ad-833c-f19590c3ae5e",
                            "last_updated": "2022-10-28T09:47:05.171331-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dabc40e-474c-417b-9b27-30d4e5ad5bf3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d57be718-8200-4c60-a295-063c4c0fb0cb",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8e1f7bab-c0d1-4d22-a974-8e5a851b9363",
            "completed": true,
            "last_updated": "2022-10-28T09:22:00.524675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.2,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/8e1f7bab-c0d1-4d22-a974-8e5a851b9363",
            "datetime": "2022-10-27T22:10:00-04:00",
            "cutoff_datetime": "2022-10-27T22:10:00-04:00",
            "name": "Memphis Grizzlies v. Sacramento Kings",
            "bettypes": [
                {
                    "id": "a219d275-b8b8-4a21-9d8e-03833f153bcb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d57be718-8200-4c60-a295-063c4c0fb0cb/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 5610.0
                            },
                            {
                                "team": "Sacramento Kings",
                                "amount": 4390.0
                            }
                        ],
                        "expected_reward_tokens": 9480.9,
                        "profit_sb": -19.1,
                        "profit_sb_percentage": -0.2,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "47753677-be4b-4ad0-8c23-3fc615165577",
                            "gambit_id": "11a9e509-f084-445f-b80d-90cd8cb0d30c",
                            "last_updated": "2022-10-28T09:22:00.531748-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a219d275-b8b8-4a21-9d8e-03833f153bcb/?format=api"
                        },
                        {
                            "id": "ca1b1adf-ddaf-40e4-abe9-5eb4a15033bc",
                            "gambit_id": "2cbe43ba-2671-461a-8e6c-8d89b2c942d5",
                            "last_updated": "2022-10-28T09:22:00.530773-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sacramento Kings",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a219d275-b8b8-4a21-9d8e-03833f153bcb/?format=api"
                        }
                    ]
                },
                {
                    "id": "081b4ebf-25b4-4595-832c-7a8554a024c0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d57be718-8200-4c60-a295-063c4c0fb0cb/?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": "Sacramento Kings",
                                "amount": 5000.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1b4b8230-e2a3-4a60-9500-aa360bf9b7bd",
                            "gambit_id": "24a669d7-1bfc-4da5-8df1-4b9f0aa45407",
                            "last_updated": "2022-10-28T09:22:00.533697-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/081b4ebf-25b4-4595-832c-7a8554a024c0/?format=api"
                        },
                        {
                            "id": "92c4d454-d0f2-4028-afec-b2aa94bc0be6",
                            "gambit_id": "fd540e8c-f035-4284-9bad-6efe7747d9e2",
                            "last_updated": "2022-10-28T09:22:00.534672-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/081b4ebf-25b4-4595-832c-7a8554a024c0/?format=api"
                        }
                    ]
                },
                {
                    "id": "6a0d891e-3f8d-4c6c-9cbb-aff1fcc2768e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d57be718-8200-4c60-a295-063c4c0fb0cb/?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 236.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 236.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c38b4ff2-1421-4de4-abd0-b9a7a6cfd533",
                            "gambit_id": "e1abc450-ef55-4896-98e2-90d6e4402f7b",
                            "last_updated": "2022-10-28T09:22:00.527747-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 236.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "236.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0d891e-3f8d-4c6c-9cbb-aff1fcc2768e/?format=api"
                        },
                        {
                            "id": "dbeb38c3-41c1-4117-b2b8-da65cc6f7f8f",
                            "gambit_id": "e5a15d84-ff85-47dc-8589-a5e01ee053fa",
                            "last_updated": "2022-10-28T09:22:00.528809-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 236.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "236.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a0d891e-3f8d-4c6c-9cbb-aff1fcc2768e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ac7b1bb1-6121-49e0-91ea-4dd57b569be9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7d753cd2-3951-4a5b-900f-5646f68e4a12",
            "completed": true,
            "last_updated": "2022-10-28T09:22:01.317011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.17,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/7d753cd2-3951-4a5b-900f-5646f68e4a12",
            "datetime": "2022-10-27T22:10:00-04:00",
            "cutoff_datetime": "2022-10-27T22:10:00-04:00",
            "name": "Miami Heat v. Golden State Warriors",
            "bettypes": [
                {
                    "id": "c1634e95-47f4-47b7-839a-3ddb51ea1d11",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ac7b1bb1-6121-49e0-91ea-4dd57b569be9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Golden State Warriors",
                                "amount": 6774.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 3226.0
                            }
                        ],
                        "expected_reward_tokens": 9483.6,
                        "profit_sb": -16.4,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5503b13a-83d6-4889-8556-eda697f42e64",
                            "gambit_id": "65fb8939-bf9a-4281-a735-36465594f20c",
                            "last_updated": "2022-10-28T09:22:01.320973-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.40000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1634e95-47f4-47b7-839a-3ddb51ea1d11/?format=api"
                        },
                        {
                            "id": "68eb470e-ebcf-435e-a1de-c1644a890985",
                            "gambit_id": "11663a65-88a6-465c-abe3-6110d590bb8f",
                            "last_updated": "2022-10-28T09:22:01.319958-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Heat",
                            "reward": "2.94000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1634e95-47f4-47b7-839a-3ddb51ea1d11/?format=api"
                        }
                    ]
                },
                {
                    "id": "6bc6fb79-cb62-462c-9375-dac03c89522e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ac7b1bb1-6121-49e0-91ea-4dd57b569be9/?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 Heat",
                                "amount": 5000.0
                            },
                            {
                                "team": "Golden State Warriors",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "821b1b5f-94cd-4903-a80b-4624b2a48c0c",
                            "gambit_id": "6a70d050-13cc-4750-af54-1c3fcee2192a",
                            "last_updated": "2022-10-28T09:22:01.326851-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Heat",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc6fb79-cb62-462c-9375-dac03c89522e/?format=api"
                        },
                        {
                            "id": "a055311a-4f5e-4bab-9570-004789968ec4",
                            "gambit_id": "04b816eb-be7b-4096-ad12-eaed0a2d51e6",
                            "last_updated": "2022-10-28T09:22:01.325845-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc6fb79-cb62-462c-9375-dac03c89522e/?format=api"
                        }
                    ]
                },
                {
                    "id": "625a76fd-7778-4b83-a892-e2a972d085f5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ac7b1bb1-6121-49e0-91ea-4dd57b569be9/?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 227.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 227.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2b7ebf46-1e5c-44d6-9b91-19cadbaef9df",
                            "gambit_id": "b1fcd5b2-28dc-4981-8b78-5d4c048b0d21",
                            "last_updated": "2022-10-28T09:22:01.323898-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 227.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/625a76fd-7778-4b83-a892-e2a972d085f5/?format=api"
                        },
                        {
                            "id": "a19321aa-e505-443f-b0c9-641a8271d800",
                            "gambit_id": "3922f610-9ac8-472d-bc4c-e139b05e2621",
                            "last_updated": "2022-10-28T09:22:01.322926-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 227.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/625a76fd-7778-4b83-a892-e2a972d085f5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3860ee5f-3000-4171-880f-aa1e12b6e2bf",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "da529b75-6c77-46d5-9752-85772e14988f",
            "completed": true,
            "last_updated": "2022-10-28T09:47:03.640420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.36,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/da529b75-6c77-46d5-9752-85772e14988f",
            "datetime": "2022-10-27T22:05:00-04:00",
            "cutoff_datetime": "2022-10-27T22:05:00-04:00",
            "name": "Vancouver Canucks v. Seattle Kraken",
            "bettypes": [
                {
                    "id": "f63cc83a-7046-4d62-ab24-93265406294e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3860ee5f-3000-4171-880f-aa1e12b6e2bf/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Seattle Kraken",
                                "amount": 5316.0
                            },
                            {
                                "team": "Vancouver Canucks",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "efa2b58b-e03e-4f28-a579-7553743e1a13",
                            "gambit_id": "e5703384-e1c4-45a2-9060-5f82c0756b48",
                            "last_updated": "2022-10-28T09:47:03.650052-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f63cc83a-7046-4d62-ab24-93265406294e/?format=api"
                        },
                        {
                            "id": "dd1b013e-8486-4857-9213-7f512ddb18b9",
                            "gambit_id": "c3da3470-3e22-4557-9f34-7e4302775c9b",
                            "last_updated": "2022-10-28T09:47:03.651054-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f63cc83a-7046-4d62-ab24-93265406294e/?format=api"
                        }
                    ]
                },
                {
                    "id": "6e226213-ff40-4625-a0ab-a963acee1662",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3860ee5f-3000-4171-880f-aa1e12b6e2bf/?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": "Vancouver Canucks",
                                "amount": 6667.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 3333.0
                            }
                        ],
                        "expected_reward_tokens": 9465.72,
                        "profit_sb": -34.28,
                        "profit_sb_percentage": -0.36,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8bf67f8b-29ae-4db3-a738-7967432fee44",
                            "gambit_id": "d0d4a209-b707-462f-9274-2dfacb4b31b5",
                            "last_updated": "2022-10-28T09:47:03.647999-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e226213-ff40-4625-a0ab-a963acee1662/?format=api"
                        },
                        {
                            "id": "88970979-8d45-4548-acd8-ece7efbf08cb",
                            "gambit_id": "1bd3f56a-2d33-4972-a1bb-49f8b8ec3f40",
                            "last_updated": "2022-10-28T09:47:03.646995-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Kraken",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e226213-ff40-4625-a0ab-a963acee1662/?format=api"
                        }
                    ]
                },
                {
                    "id": "2af1a8ea-3236-493b-831f-44b04c4b5c48",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3860ee5f-3000-4171-880f-aa1e12b6e2bf/?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": 5000.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6fb188c5-0b6d-45a7-b323-ec5de478bd79",
                            "gambit_id": "48ee1c69-0305-49e7-b88b-1aeaef219ce7",
                            "last_updated": "2022-10-28T09:47:03.643619-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af1a8ea-3236-493b-831f-44b04c4b5c48/?format=api"
                        },
                        {
                            "id": "8edefa34-2600-416f-8a28-45e9a8141720",
                            "gambit_id": "ae4a7a32-a002-4699-bcc4-8d3524c01b24",
                            "last_updated": "2022-10-28T09:47:03.644883-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af1a8ea-3236-493b-831f-44b04c4b5c48/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0ad78ad9-c973-4592-9ff0-97a4fa7966fe",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ec0675d9-51ce-4126-a80c-fbf8979a484e",
            "completed": true,
            "last_updated": "2022-10-28T10:02:06.902449-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/ec0675d9-51ce-4126-a80c-fbf8979a484e",
            "datetime": "2022-10-27T22:00:00-04:00",
            "cutoff_datetime": "2022-10-27T22:00:00-04:00",
            "name": "Utah v. Washington State",
            "bettypes": [
                {
                    "id": "0d3bfe3d-8bf2-4c7f-814a-a1a90ec386de",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ad78ad9-c973-4592-9ff0-97a4fa7966fe/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah",
                                "amount": 7115.0
                            },
                            {
                                "team": "Washington State",
                                "amount": 2885.0
                            }
                        ],
                        "expected_reward_tokens": 9605.25,
                        "profit_sb": 105.25,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c9ca91bc-1dc3-434c-892a-73e0f1a12ea3",
                            "gambit_id": "997bcffc-a9ee-4605-8e49-cadb81d451fd",
                            "last_updated": "2022-10-28T10:02:06.909430-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Utah",
                            "reward": "1.35000",
                            "odds": "1.35710",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d3bfe3d-8bf2-4c7f-814a-a1a90ec386de/?format=api"
                        },
                        {
                            "id": "efb88f24-4130-4016-8716-d918d3d9e8ab",
                            "gambit_id": "515ee5fe-6562-401c-960a-f1dea069039e",
                            "last_updated": "2022-10-28T10:02:06.910457-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington State",
                            "reward": "3.33000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d3bfe3d-8bf2-4c7f-814a-a1a90ec386de/?format=api"
                        }
                    ]
                },
                {
                    "id": "18760f3f-b622-4ed6-9b3f-ea364f82343d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ad78ad9-c973-4592-9ff0-97a4fa7966fe/?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 State",
                                "amount": 5000.0
                            },
                            {
                                "team": "Utah",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f1ce2c10-ed0c-414b-999d-362c6e246451",
                            "gambit_id": "ef88eb61-9227-4364-881a-28634b88874e",
                            "last_updated": "2022-10-28T10:02:06.912417-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington State",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18760f3f-b622-4ed6-9b3f-ea364f82343d/?format=api"
                        },
                        {
                            "id": "81de2fb9-f320-4890-98b7-77f705fd50fa",
                            "gambit_id": "6a4600b5-4db1-47cc-b1ae-126a364aa2e6",
                            "last_updated": "2022-10-28T10:02:06.913425-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Utah",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18760f3f-b622-4ed6-9b3f-ea364f82343d/?format=api"
                        }
                    ]
                },
                {
                    "id": "ef573b67-b7f5-43ac-ae2e-b60d8384e260",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ad78ad9-c973-4592-9ff0-97a4fa7966fe/?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 56.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 56.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f2bad33f-3730-4bfb-9d8a-f07c5e8079c2",
                            "gambit_id": "b7f63bc1-4816-40ec-8e34-9168f6532d0d",
                            "last_updated": "2022-10-28T10:02:06.905747-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 56.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "56.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef573b67-b7f5-43ac-ae2e-b60d8384e260/?format=api"
                        },
                        {
                            "id": "aa63ed6b-32c6-4121-bd6c-45f540fb14ef",
                            "gambit_id": "5227f39b-a65d-43fe-8edc-fe5e846f299e",
                            "last_updated": "2022-10-28T10:02:06.906982-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 56.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "56.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef573b67-b7f5-43ac-ae2e-b60d8384e260/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ec205309-48e5-4fd3-be85-2c32f5845b8a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e0ff7967-dbb9-488b-b050-52d5a78d7a2f",
            "completed": true,
            "last_updated": "2022-10-28T09:52:06.850220-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/e0ff7967-dbb9-488b-b050-52d5a78d7a2f",
            "datetime": "2022-10-27T20:35:00-04:00",
            "cutoff_datetime": "2022-10-27T20:35:00-04:00",
            "name": "Edmonton Oilers v. Chicago Blackhawks",
            "bettypes": [
                {
                    "id": "83db5445-568d-49ff-8ff2-f3e67d825aa2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ec205309-48e5-4fd3-be85-2c32f5845b8a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Edmonton Oilers",
                                "amount": 6475.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 3525.0
                            }
                        ],
                        "expected_reward_tokens": 9517.5,
                        "profit_sb": 17.5,
                        "profit_sb_percentage": 0.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e3c9a43d-c2e0-40a6-ad82-ea703366f1dd",
                            "gambit_id": "250c814a-a3c6-49d2-b11a-e6844da88523",
                            "last_updated": "2022-10-28T09:52:06.860283-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83db5445-568d-49ff-8ff2-f3e67d825aa2/?format=api"
                        },
                        {
                            "id": "31a1c07e-0c4e-4ee5-83c9-c76e3b7a4496",
                            "gambit_id": "cbd46045-796d-40dc-93d9-5fd24bbec0be",
                            "last_updated": "2022-10-28T09:52:06.859308-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83db5445-568d-49ff-8ff2-f3e67d825aa2/?format=api"
                        }
                    ]
                },
                {
                    "id": "2bcfe3a0-16d3-41ff-984d-1f0ed125dea4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ec205309-48e5-4fd3-be85-2c32f5845b8a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 5521.0
                            },
                            {
                                "team": "Edmonton Oilers",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0e1d7e8a-5727-4db4-b332-fc49048c4c50",
                            "gambit_id": "39c92e4e-b433-4110-8a32-c724c6952ae5",
                            "last_updated": "2022-10-28T09:52:06.856346-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcfe3a0-16d3-41ff-984d-1f0ed125dea4/?format=api"
                        },
                        {
                            "id": "e917ca9f-b41a-4906-8d3b-97e388bcb9a9",
                            "gambit_id": "515f17a6-0d92-4a94-9263-9565f46693a0",
                            "last_updated": "2022-10-28T09:52:06.857341-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bcfe3a0-16d3-41ff-984d-1f0ed125dea4/?format=api"
                        }
                    ]
                },
                {
                    "id": "bd4d0a06-1a79-417f-997c-0a98e9618873",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ec205309-48e5-4fd3-be85-2c32f5845b8a/?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": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cdc5dc89-ae96-4cdc-ab63-2705b78cb045",
                            "gambit_id": "17b6270b-26fc-455d-be27-fc6f456575fb",
                            "last_updated": "2022-10-28T09:52:06.854340-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d0a06-1a79-417f-997c-0a98e9618873/?format=api"
                        },
                        {
                            "id": "e6b2a6c1-971f-44f5-97ef-dfcdd300038b",
                            "gambit_id": "5bc23da4-db95-474b-aee0-34636817d975",
                            "last_updated": "2022-10-28T09:52:06.853141-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d0a06-1a79-417f-997c-0a98e9618873/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f66110fd-f8d2-4519-a9e6-7996240fb265",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "4408d609-a08c-4c3a-9503-5d0dbca44dd2",
            "completed": true,
            "last_updated": "2022-10-28T09:52:06.684575-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.36,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/4408d609-a08c-4c3a-9503-5d0dbca44dd2",
            "datetime": "2022-10-27T20:35:00-04:00",
            "cutoff_datetime": "2022-10-27T20:35:00-04:00",
            "name": "Washington Capitals v. Dallas Stars",
            "bettypes": [
                {
                    "id": "7771bf96-12a5-45ae-b514-0935a14e5c81",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f66110fd-f8d2-4519-a9e6-7996240fb265/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Stars",
                                "amount": 5316.0
                            },
                            {
                                "team": "Washington Capitals",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "05c24f7e-4ec9-471f-9721-a0127e2f8c1e",
                            "gambit_id": "ff70bb23-64bb-4472-9f77-f28735788428",
                            "last_updated": "2022-10-28T09:52:06.694001-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Stars",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7771bf96-12a5-45ae-b514-0935a14e5c81/?format=api"
                        },
                        {
                            "id": "7d58c7c4-e87b-4d50-83ad-293563aa75c6",
                            "gambit_id": "ee2a018f-0cf9-4cc6-942c-ee2a1663b567",
                            "last_updated": "2022-10-28T09:52:06.694993-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Capitals",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7771bf96-12a5-45ae-b514-0935a14e5c81/?format=api"
                        }
                    ]
                },
                {
                    "id": "8758eea0-2bbd-45ef-8de1-9470bce4bc18",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f66110fd-f8d2-4519-a9e6-7996240fb265/?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 Capitals",
                                "amount": 6667.0
                            },
                            {
                                "team": "Dallas Stars",
                                "amount": 3333.0
                            }
                        ],
                        "expected_reward_tokens": 9465.72,
                        "profit_sb": -34.28,
                        "profit_sb_percentage": -0.36,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b984cd8f-9c34-4925-9ea8-9eb4537b7dfb",
                            "gambit_id": "7f9e1d56-0763-444b-bcd3-46933a542410",
                            "last_updated": "2022-10-28T09:52:06.691888-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8758eea0-2bbd-45ef-8de1-9470bce4bc18/?format=api"
                        },
                        {
                            "id": "4fdbd2c3-4804-4d62-ac6b-4db1eb92ce55",
                            "gambit_id": "b1ad89d6-21ea-45b7-88d3-a0d7923b178c",
                            "last_updated": "2022-10-28T09:52:06.690821-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Stars",
                            "reward": "2.84000",
                            "odds": "2.90000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8758eea0-2bbd-45ef-8de1-9470bce4bc18/?format=api"
                        }
                    ]
                },
                {
                    "id": "922c6074-d8db-459d-a26d-a96ccfcaaa29",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f66110fd-f8d2-4519-a9e6-7996240fb265/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4d1d5bbb-4e31-4925-8f46-ae024a48c0aa",
                            "gambit_id": "a0098c3b-28f6-450b-8083-03ec8705b5aa",
                            "last_updated": "2022-10-28T09:52:06.688611-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/922c6074-d8db-459d-a26d-a96ccfcaaa29/?format=api"
                        },
                        {
                            "id": "d33aa393-50a6-44a1-96d5-4fa4846e2c26",
                            "gambit_id": "3c842c0a-75f2-43da-bf5d-d9eaf45e8e62",
                            "last_updated": "2022-10-28T09:52:06.687422-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/922c6074-d8db-459d-a26d-a96ccfcaaa29/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f54c8356-2757-4e6d-8252-e9fa57237bc4",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c06f2531-ef4e-40b4-85b8-ea213dd1d740",
            "completed": true,
            "last_updated": "2022-10-28T09:16:58.576493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.05,
            "sport_category": "NFL",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/c06f2531-ef4e-40b4-85b8-ea213dd1d740",
            "datetime": "2022-10-27T20:15:00-04:00",
            "cutoff_datetime": "2022-10-27T20:15:00-04:00",
            "name": "Baltimore Ravens v. Tampa Bay Buccaneers",
            "bettypes": [
                {
                    "id": "c1c2be72-d23e-44cb-9485-1fbe51e89846",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f54c8356-2757-4e6d-8252-e9fa57237bc4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tampa Bay Buccaneers",
                                "amount": 5521.0
                            },
                            {
                                "team": "Baltimore Ravens",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fdd79606-f88a-4b12-823b-3325a75c2ffe",
                            "gambit_id": "5a14672c-4b79-41aa-83ef-dd73d794d0a5",
                            "last_updated": "2022-10-28T09:16:58.582572-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Buccaneers",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1c2be72-d23e-44cb-9485-1fbe51e89846/?format=api"
                        },
                        {
                            "id": "07cc43ce-b819-45bf-a712-0c9c19084619",
                            "gambit_id": "190eb772-5684-4fe1-b3f9-1fb558afded2",
                            "last_updated": "2022-10-28T09:16:58.583534-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Baltimore Ravens",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1c2be72-d23e-44cb-9485-1fbe51e89846/?format=api"
                        }
                    ]
                },
                {
                    "id": "b4323032-2256-47d2-a8ec-58594a03a70b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f54c8356-2757-4e6d-8252-e9fa57237bc4/?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": "Baltimore Ravens",
                                "amount": 5000.0
                            },
                            {
                                "team": "Tampa Bay Buccaneers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "30ce2e5f-536b-40f0-9e35-cf32f5680877",
                            "gambit_id": "b9f11d2d-4a04-4d82-a1ff-5d321c61da46",
                            "last_updated": "2022-10-28T09:16:58.586544-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Baltimore Ravens",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "2.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4323032-2256-47d2-a8ec-58594a03a70b/?format=api"
                        },
                        {
                            "id": "ef2b126a-f874-43bc-befc-9b011943409d",
                            "gambit_id": "2375d2b1-1da6-4e3d-ac72-7f1c292f9f04",
                            "last_updated": "2022-10-28T09:16:58.585506-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Buccaneers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-2.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4323032-2256-47d2-a8ec-58594a03a70b/?format=api"
                        }
                    ]
                },
                {
                    "id": "39d5b272-2670-4f5a-bea8-8d1c1cf5ad93",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f54c8356-2757-4e6d-8252-e9fa57237bc4/?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 46.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 46.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "97266598-0e80-4002-a87e-da26c5507707",
                            "gambit_id": "46c3eab1-c522-4925-bcb2-4fd8594c61bd",
                            "last_updated": "2022-10-28T09:16:58.579410-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 46.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "46.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39d5b272-2670-4f5a-bea8-8d1c1cf5ad93/?format=api"
                        },
                        {
                            "id": "d79b523f-a2fc-4fe2-91af-55c7ca9a1489",
                            "gambit_id": "af7fc9af-cbe8-46ee-833d-b25bf10d7aa9",
                            "last_updated": "2022-10-28T09:16:58.580629-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 46.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "46.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39d5b272-2670-4f5a-bea8-8d1c1cf5ad93/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "58b787a0-f632-479d-822c-fae4eba0300a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8fa3aa7d-15d7-4841-ade6-dbc537b4fd27",
            "completed": true,
            "last_updated": "2022-10-28T09:32:03.715110-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.74,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/8fa3aa7d-15d7-4841-ade6-dbc537b4fd27",
            "datetime": "2022-10-27T20:10:00-04:00",
            "cutoff_datetime": "2022-10-27T20:10:00-04:00",
            "name": "Los Angeles Clippers v. Oklahoma City Thunder",
            "bettypes": [
                {
                    "id": "89d7ca2f-ee10-4a31-8deb-64bdbf7a894e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/58b787a0-f632-479d-822c-fae4eba0300a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 7037.0
                            },
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 2963.0
                            }
                        ],
                        "expected_reward_tokens": 9570.32,
                        "profit_sb": 70.32,
                        "profit_sb_percentage": 0.74,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9c775912-1844-4e25-978d-0fc558e035d6",
                            "gambit_id": "8099d0c4-1a07-4fba-a841-25a2a8cde886",
                            "last_updated": "2022-10-28T09:32:03.725901-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.36000",
                            "odds": "1.37040",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89d7ca2f-ee10-4a31-8deb-64bdbf7a894e/?format=api"
                        },
                        {
                            "id": "89c8019e-068c-4609-b105-eeda19e57a13",
                            "gambit_id": "a8ccac4c-55f2-4597-93fd-80b715148ab5",
                            "last_updated": "2022-10-28T09:32:03.724823-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "3.23000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89d7ca2f-ee10-4a31-8deb-64bdbf7a894e/?format=api"
                        }
                    ]
                },
                {
                    "id": "ba973472-ef94-4f08-9b16-c7075943a107",
                    "match": "https://api-prod.gambitprofit.com/api/matches/58b787a0-f632-479d-822c-fae4eba0300a/?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 Clippers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "de093562-0b43-4225-bb77-0a5557c144c6",
                            "gambit_id": "356a149f-8bc8-4cd0-a32c-5fe97e3dfc3d",
                            "last_updated": "2022-10-28T09:32:03.722783-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba973472-ef94-4f08-9b16-c7075943a107/?format=api"
                        },
                        {
                            "id": "71b13906-ab27-47c3-853b-520d1f30ae91",
                            "gambit_id": "c49fb9e3-ecbf-488a-8bb2-c510028b147a",
                            "last_updated": "2022-10-28T09:32:03.721660-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba973472-ef94-4f08-9b16-c7075943a107/?format=api"
                        }
                    ]
                },
                {
                    "id": "8d2a479e-1ddc-4e63-88e9-28e1e306175b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/58b787a0-f632-479d-822c-fae4eba0300a/?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 218",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 218",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "352b8590-309f-4d85-8ef9-e15b199365b8",
                            "gambit_id": "32abb1ac-572c-491d-984f-5fe6a28246c1",
                            "last_updated": "2022-10-28T09:32:03.719347-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 218",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "218.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d2a479e-1ddc-4e63-88e9-28e1e306175b/?format=api"
                        },
                        {
                            "id": "7a803c2f-53a9-408e-81da-39a8bf08a807",
                            "gambit_id": "18549ffd-a115-495e-b129-d992d3d7bc22",
                            "last_updated": "2022-10-28T09:32:03.718168-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 218",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "218.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d2a479e-1ddc-4e63-88e9-28e1e306175b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "227e5a1a-2204-4a46-a036-7f14500f0b02",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f3ff688a-b831-49e1-906d-939c618848dd",
            "completed": true,
            "last_updated": "2022-10-28T09:32:00.827485-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/f3ff688a-b831-49e1-906d-939c618848dd",
            "datetime": "2022-10-27T20:05:00-04:00",
            "cutoff_datetime": "2022-10-27T20:05:00-04:00",
            "name": "St Louis Blues v. Nashville Predators",
            "bettypes": [
                {
                    "id": "199aaa51-c7b3-4ee6-9e86-ecb95c45ee2c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/227e5a1a-2204-4a46-a036-7f14500f0b02/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville Predators",
                                "amount": 6104.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9583.28,
                        "profit_sb": 83.28,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0cfb519e-bc6a-433d-a0ab-b75c131037a0",
                            "gambit_id": "9030861c-5213-4a3d-94b4-24aff43f4c43",
                            "last_updated": "2022-10-28T09:32:00.836517-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nashville Predators",
                            "reward": "1.57000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199aaa51-c7b3-4ee6-9e86-ecb95c45ee2c/?format=api"
                        },
                        {
                            "id": "f5e7d1d5-2ee5-431b-b5e9-00b880b6e01f",
                            "gambit_id": "906b361f-3bb9-44ab-8d4f-2a619d87012f",
                            "last_updated": "2022-10-28T09:32:00.837483-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "St Louis Blues",
                            "reward": "2.46000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199aaa51-c7b3-4ee6-9e86-ecb95c45ee2c/?format=api"
                        }
                    ]
                },
                {
                    "id": "115584db-b96d-4681-8012-deb031c0ec29",
                    "match": "https://api-prod.gambitprofit.com/api/matches/227e5a1a-2204-4a46-a036-7f14500f0b02/?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": "St Louis Blues",
                                "amount": 6173.0
                            },
                            {
                                "team": "Nashville Predators",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e58d1890-2b31-4977-97e8-c32d03a7bfe4",
                            "gambit_id": "ae53beed-ce99-4d43-b8f1-5e50a8d757cb",
                            "last_updated": "2022-10-28T09:32:00.834689-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115584db-b96d-4681-8012-deb031c0ec29/?format=api"
                        },
                        {
                            "id": "39204db6-fbf1-40cc-a178-7ec68963c50e",
                            "gambit_id": "2975e32f-fbaf-4417-9679-ddf52436bea3",
                            "last_updated": "2022-10-28T09:32:00.833768-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nashville Predators",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/115584db-b96d-4681-8012-deb031c0ec29/?format=api"
                        }
                    ]
                },
                {
                    "id": "ffac1958-5555-4aca-bb9b-be5ce310c694",
                    "match": "https://api-prod.gambitprofit.com/api/matches/227e5a1a-2204-4a46-a036-7f14500f0b02/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e116292f-c918-4218-b5e6-6e94b2351d3e",
                            "gambit_id": "0efde7c7-fba7-4107-849c-de19dd7178a5",
                            "last_updated": "2022-10-28T09:32:00.830328-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffac1958-5555-4aca-bb9b-be5ce310c694/?format=api"
                        },
                        {
                            "id": "7c1e2069-f48d-42f0-acdb-02c3b3c2f738",
                            "gambit_id": "f345d5cd-9a0e-4a1e-91a4-85b04396e23d",
                            "last_updated": "2022-10-28T09:32:00.831484-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffac1958-5555-4aca-bb9b-be5ce310c694/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7fd5cb27-4cd5-46cd-9a08-af0d6fdaca5d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "caf76f0d-5cbe-4425-961b-db8913ad5a52",
            "completed": true,
            "last_updated": "2022-10-28T09:32:00.647659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.12,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/caf76f0d-5cbe-4425-961b-db8913ad5a52",
            "datetime": "2022-10-27T19:40:00-04:00",
            "cutoff_datetime": "2022-10-27T19:40:00-04:00",
            "name": "Dallas Mavericks v. Brooklyn Nets",
            "bettypes": [
                {
                    "id": "2f4a5dc6-d8c1-482c-a7d9-f4fee27a21e1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7fd5cb27-4cd5-46cd-9a08-af0d6fdaca5d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Mavericks",
                                "amount": 5696.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9511.84,
                        "profit_sb": 11.84,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "389d2fa0-cff2-452d-8780-bf30c4a82684",
                            "gambit_id": "9fe10478-bfa9-472e-8e9f-6cb1db801c13",
                            "last_updated": "2022-10-28T09:32:00.654626-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.67000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4a5dc6-d8c1-482c-a7d9-f4fee27a21e1/?format=api"
                        },
                        {
                            "id": "a6fac15a-0de8-483e-a065-bc5034abaed6",
                            "gambit_id": "0f30f2c2-183d-42a1-9abf-7e5cb228ee4b",
                            "last_updated": "2022-10-28T09:32:00.655969-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4a5dc6-d8c1-482c-a7d9-f4fee27a21e1/?format=api"
                        }
                    ]
                },
                {
                    "id": "90f33af5-b30f-4888-b193-398130013b02",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7fd5cb27-4cd5-46cd-9a08-af0d6fdaca5d/?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": "Brooklyn Nets",
                                "amount": 5106.0
                            },
                            {
                                "team": "Dallas Mavericks",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "727ed3da-f2dc-4337-9330-e31236a4e668",
                            "gambit_id": "a1fab451-547f-4dea-8b65-3ea994a7de72",
                            "last_updated": "2022-10-28T09:32:00.660738-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f33af5-b30f-4888-b193-398130013b02/?format=api"
                        },
                        {
                            "id": "d7a948c4-fbd6-4a59-808e-00577c986762",
                            "gambit_id": "91cd01cc-c778-4cd0-bec2-d9e8b7e026ed",
                            "last_updated": "2022-10-28T09:32:00.661700-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90f33af5-b30f-4888-b193-398130013b02/?format=api"
                        }
                    ]
                },
                {
                    "id": "453c43f4-1bc5-4316-8a9c-d0bfa88d6924",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7fd5cb27-4cd5-46cd-9a08-af0d6fdaca5d/?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 225.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 225.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9713c819-abee-4894-8f6a-5b39eb6dbf5e",
                            "gambit_id": "fdc7a159-1e97-4641-825f-a28dace1aab2",
                            "last_updated": "2022-10-28T09:32:00.651973-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 225.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "225.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/453c43f4-1bc5-4316-8a9c-d0bfa88d6924/?format=api"
                        },
                        {
                            "id": "5192e0b5-b692-434b-a601-83298a877051",
                            "gambit_id": "78e35518-edbc-4b83-8154-90196c63c93c",
                            "last_updated": "2022-10-28T09:32:00.650736-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 225.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "225.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/453c43f4-1bc5-4316-8a9c-d0bfa88d6924/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5ea23204-de8c-4e70-815b-18bc47efae1a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6a217a83-067b-449e-a251-adab66eddf5e",
            "completed": true,
            "last_updated": "2022-10-28T10:02:06.513398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.05,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/6a217a83-067b-449e-a251-adab66eddf5e",
            "datetime": "2022-10-27T19:30:00-04:00",
            "cutoff_datetime": "2022-10-27T19:30:00-04:00",
            "name": "UL Lafayette v. Southern Miss",
            "bettypes": [
                {
                    "id": "ce7f3259-52f5-4ff8-9e9b-9ba0c830c558",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5ea23204-de8c-4e70-815b-18bc47efae1a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "UL Lafayette",
                                "amount": 5521.0
                            },
                            {
                                "team": "Southern Miss",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9d558f65-dd8d-466d-9a37-1f69037caf9f",
                            "gambit_id": "010d1677-fd69-4b26-94f7-86f5ac893f94",
                            "last_updated": "2022-10-28T10:02:06.520606-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "UL Lafayette",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce7f3259-52f5-4ff8-9e9b-9ba0c830c558/?format=api"
                        },
                        {
                            "id": "8a43ebc8-74d7-4b11-934c-b321609543a0",
                            "gambit_id": "b4e248cf-bbac-4b5c-ae3c-ff2972358f16",
                            "last_updated": "2022-10-28T10:02:06.519590-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Southern Miss",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce7f3259-52f5-4ff8-9e9b-9ba0c830c558/?format=api"
                        }
                    ]
                },
                {
                    "id": "ad9cfd36-d197-42b8-a1f2-30fa6158f69a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5ea23204-de8c-4e70-815b-18bc47efae1a/?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": "Southern Miss",
                                "amount": 5000.0
                            },
                            {
                                "team": "UL Lafayette",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a904bd1f-b980-4ff0-a5c5-74b0db7023ee",
                            "gambit_id": "84f705fc-08b0-442a-93e2-009bf042a6c1",
                            "last_updated": "2022-10-28T10:02:06.522662-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Southern Miss",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad9cfd36-d197-42b8-a1f2-30fa6158f69a/?format=api"
                        },
                        {
                            "id": "3df466c1-6a9e-4fde-9d1d-f43326bb9ee8",
                            "gambit_id": "83dae8a7-5a33-4279-bdf5-ef96eb772a7c",
                            "last_updated": "2022-10-28T10:02:06.523691-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "UL Lafayette",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad9cfd36-d197-42b8-a1f2-30fa6158f69a/?format=api"
                        }
                    ]
                },
                {
                    "id": "82c10813-34a6-4849-addd-29809f7f8d55",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5ea23204-de8c-4e70-815b-18bc47efae1a/?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 43",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 43",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "88ab2df3-1c54-47a8-b072-aa1f9a51cc89",
                            "gambit_id": "e3c198bd-4be2-4f52-8546-d0760cffe72b",
                            "last_updated": "2022-10-28T10:02:06.516369-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 43",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "43.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82c10813-34a6-4849-addd-29809f7f8d55/?format=api"
                        },
                        {
                            "id": "07afa2e9-a791-4eac-8dca-7361210cb36a",
                            "gambit_id": "c98f5d02-776a-45ef-8841-8615e232b45b",
                            "last_updated": "2022-10-28T10:02:06.517473-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 43",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "43.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82c10813-34a6-4849-addd-29809f7f8d55/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b9ad4354-bb3c-4711-b7b6-731ce8f98f27",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9387de1c-8ad9-498d-98e6-8a495e38f90c",
            "completed": true,
            "last_updated": "2022-10-28T10:07:06.350990-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.01,
            "sport_category": "NCAAF Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/9387de1c-8ad9-498d-98e6-8a495e38f90c",
            "datetime": "2022-10-27T19:30:00-04:00",
            "cutoff_datetime": "2022-10-27T19:30:00-04:00",
            "name": "Virginia Tech v. NC State",
            "bettypes": [
                {
                    "id": "5ee4697b-7f7a-41ae-b22e-941619b416de",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b9ad4354-bb3c-4711-b7b6-731ce8f98f27/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NC State",
                                "amount": 8053.0
                            },
                            {
                                "team": "Virginia Tech",
                                "amount": 1947.0
                            }
                        ],
                        "expected_reward_tokens": 9501.36,
                        "profit_sb": 1.36,
                        "profit_sb_percentage": 0.01,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "351265f5-429a-45c0-b4e2-e49615246ece",
                            "gambit_id": "3aef63bf-69ca-4514-a8a1-5ea64157a8c2",
                            "last_updated": "2022-10-28T10:07:06.357469-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NC State",
                            "reward": "1.18000",
                            "odds": "1.18870",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee4697b-7f7a-41ae-b22e-941619b416de/?format=api"
                        },
                        {
                            "id": "829298e4-0a23-447c-a02c-77c27fb57dcc",
                            "gambit_id": "eb9f12ce-a36b-475c-8fee-82d5f93e83be",
                            "last_updated": "2022-10-28T10:07:06.358751-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Virginia Tech",
                            "reward": "4.88000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee4697b-7f7a-41ae-b22e-941619b416de/?format=api"
                        }
                    ]
                },
                {
                    "id": "2d1d575c-e649-4110-b7ce-afe0edd9bd3e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b9ad4354-bb3c-4711-b7b6-731ce8f98f27/?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": "Virginia Tech",
                                "amount": 5000.0
                            },
                            {
                                "team": "NC State",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "88d88efb-fbc3-43b0-b307-de5588b56d37",
                            "gambit_id": "d97033e8-bb6b-417f-9aae-220538f09493",
                            "last_updated": "2022-10-28T10:07:06.361654-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Virginia Tech",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "13.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d1d575c-e649-4110-b7ce-afe0edd9bd3e/?format=api"
                        },
                        {
                            "id": "5ebb92d0-aed0-44ad-b848-a1aa4aa0967a",
                            "gambit_id": "602c1265-bc55-40b5-8dde-e46c2727f68f",
                            "last_updated": "2022-10-28T10:07:06.360680-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NC State",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-13.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d1d575c-e649-4110-b7ce-afe0edd9bd3e/?format=api"
                        }
                    ]
                },
                {
                    "id": "dbcb49ec-3aac-4313-8bec-2534712400c3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b9ad4354-bb3c-4711-b7b6-731ce8f98f27/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 39",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 39",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bf0dcb2f-13b4-4d81-951e-54ea82f19795",
                            "gambit_id": "e2ed50bf-d9c5-44f0-9512-554619ccaa15",
                            "last_updated": "2022-10-28T10:07:06.355083-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 39",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "39.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcb49ec-3aac-4313-8bec-2534712400c3/?format=api"
                        },
                        {
                            "id": "6f766d41-b57e-4734-acae-7f1756df7a05",
                            "gambit_id": "3b98f292-9977-4186-b8dd-27064a331c25",
                            "last_updated": "2022-10-28T10:07:06.353885-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 39",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "39.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcb49ec-3aac-4313-8bec-2534712400c3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c98e053a-c92b-4a63-b0b2-bd434b10c9d0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3e33f988-a1eb-4abd-98cc-74739a43d4d0",
            "completed": true,
            "last_updated": "2022-10-28T10:02:06.345112-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.59,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/3e33f988-a1eb-4abd-98cc-74739a43d4d0",
            "datetime": "2022-10-27T19:05:00-04:00",
            "cutoff_datetime": "2022-10-27T19:05:00-04:00",
            "name": "Montreal Canadiens v. Buffalo Sabres",
            "bettypes": [
                {
                    "id": "c8a2b640-7871-4d00-9ec2-9411ce4bed38",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c98e053a-c92b-4a63-b0b2-bd434b10c9d0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Buffalo Sabres",
                                "amount": 6326.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e475bc1a-cf50-43d3-a2da-eb7141a09f2a",
                            "gambit_id": "e1ae2956-e46a-42ac-8199-b816004abce1",
                            "last_updated": "2022-10-28T10:02:06.354312-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8a2b640-7871-4d00-9ec2-9411ce4bed38/?format=api"
                        },
                        {
                            "id": "326a74a0-d617-4e1b-8aa4-40cf27389eb2",
                            "gambit_id": "4ad14a9c-009c-4a0e-8a5b-bf9a66580f56",
                            "last_updated": "2022-10-28T10:02:06.355307-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8a2b640-7871-4d00-9ec2-9411ce4bed38/?format=api"
                        }
                    ]
                },
                {
                    "id": "c4b3ece0-e70d-4287-9375-2f717a099011",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c98e053a-c92b-4a63-b0b2-bd434b10c9d0/?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": "Montreal Canadiens",
                                "amount": 5863.0
                            },
                            {
                                "team": "Buffalo Sabres",
                                "amount": 4137.0
                            }
                        ],
                        "expected_reward_tokens": 9556.47,
                        "profit_sb": 56.47,
                        "profit_sb_percentage": 0.59,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2802d7fd-9a9b-409c-9147-afc6fbd5ef54",
                            "gambit_id": "93e56028-440a-4c15-b8ef-52bc54ab9f4f",
                            "last_updated": "2022-10-28T10:02:06.352298-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "1.63000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b3ece0-e70d-4287-9375-2f717a099011/?format=api"
                        },
                        {
                            "id": "71ba9b0e-2caf-4707-8253-e853cc5fa23b",
                            "gambit_id": "c993f0f0-2d45-497c-9c82-a206ff957daa",
                            "last_updated": "2022-10-28T10:02:06.351279-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "2.31000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b3ece0-e70d-4287-9375-2f717a099011/?format=api"
                        }
                    ]
                },
                {
                    "id": "12573a59-b7a2-453d-9b44-0f27c6e7ea95",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c98e053a-c92b-4a63-b0b2-bd434b10c9d0/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5419.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7331c9f0-4d42-417a-bc55-9f71398e68d6",
                            "gambit_id": "e121ac3e-4a79-43d6-a362-2b04a257f401",
                            "last_updated": "2022-10-28T10:02:06.349218-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12573a59-b7a2-453d-9b44-0f27c6e7ea95/?format=api"
                        },
                        {
                            "id": "b5442f0c-1d42-4bc4-afaa-225ccf10acc4",
                            "gambit_id": "b2f09781-9bce-4112-823a-bff5d4742c99",
                            "last_updated": "2022-10-28T10:02:06.348111-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12573a59-b7a2-453d-9b44-0f27c6e7ea95/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "32890c8e-f695-473b-a5e6-5bbc1fcc4ac4",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "79fdef3a-b84e-46d7-93f4-ba6abe7c5020",
            "completed": true,
            "last_updated": "2022-10-28T09:57:10.154843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.18,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/79fdef3a-b84e-46d7-93f4-ba6abe7c5020",
            "datetime": "2022-10-27T19:05:00-04:00",
            "cutoff_datetime": "2022-10-27T19:05:00-04:00",
            "name": "Florida Panthers v. Philadelphia Flyers",
            "bettypes": [
                {
                    "id": "e087740f-6466-4c4d-8956-08945b533565",
                    "match": "https://api-prod.gambitprofit.com/api/matches/32890c8e-f695-473b-a5e6-5bbc1fcc4ac4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Florida Panthers",
                                "amount": 6475.0
                            },
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 3525.0
                            }
                        ],
                        "expected_reward_tokens": 9517.5,
                        "profit_sb": 17.5,
                        "profit_sb_percentage": 0.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9816f2b5-0eff-42a9-975e-e0b1dc94ddae",
                            "gambit_id": "5b77d1fc-8996-4361-96e9-41709200eb32",
                            "last_updated": "2022-10-28T09:57:10.165519-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e087740f-6466-4c4d-8956-08945b533565/?format=api"
                        },
                        {
                            "id": "6f3ffa97-f1d1-4aec-9a21-53007bdc4057",
                            "gambit_id": "a235d70b-84c5-4e77-8495-a5d730131e77",
                            "last_updated": "2022-10-28T09:57:10.164518-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e087740f-6466-4c4d-8956-08945b533565/?format=api"
                        }
                    ]
                },
                {
                    "id": "1e663aa9-2143-464d-89cd-83baf43e9ad5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/32890c8e-f695-473b-a5e6-5bbc1fcc4ac4/?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 Flyers",
                                "amount": 5521.0
                            },
                            {
                                "team": "Florida Panthers",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "25509751-4928-49aa-88d5-c89e6f093b00",
                            "gambit_id": "a23e7ea2-7d87-41c3-9b15-9513c891b92b",
                            "last_updated": "2022-10-28T09:57:10.161522-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e663aa9-2143-464d-89cd-83baf43e9ad5/?format=api"
                        },
                        {
                            "id": "5cc6733d-11dc-4683-bb0a-d9e8ca2533f3",
                            "gambit_id": "0c8324d6-8da2-4a04-bf19-b4c43b64f0c9",
                            "last_updated": "2022-10-28T09:57:10.162536-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida Panthers",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e663aa9-2143-464d-89cd-83baf43e9ad5/?format=api"
                        }
                    ]
                },
                {
                    "id": "edbdb5d3-813d-4a25-b3e6-5992dadee5e9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/32890c8e-f695-473b-a5e6-5bbc1fcc4ac4/?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": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "00455dc1-009c-4e3f-b57d-e67df0be60dc",
                            "gambit_id": "404259a6-1f6c-434d-9d90-9f1fad72d14f",
                            "last_updated": "2022-10-28T09:57:10.157756-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edbdb5d3-813d-4a25-b3e6-5992dadee5e9/?format=api"
                        },
                        {
                            "id": "2c4cc23c-1540-498d-8664-e7790d7bcdb7",
                            "gambit_id": "87b1b6c3-7800-4604-a95f-2daaaa50626f",
                            "last_updated": "2022-10-28T09:57:10.159165-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edbdb5d3-813d-4a25-b3e6-5992dadee5e9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "51ff2c20-16e9-4b0a-8080-dfc7f3a7dd89",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1c3fa71f-34c0-43d7-8ec2-eddfe7b4f057",
            "completed": true,
            "last_updated": "2022-10-28T10:02:06.155226-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/1c3fa71f-34c0-43d7-8ec2-eddfe7b4f057",
            "datetime": "2022-10-27T19:05:00-04:00",
            "cutoff_datetime": "2022-10-27T19:05:00-04:00",
            "name": "Minnesota Wild v. Ottawa Senators",
            "bettypes": [
                {
                    "id": "cdb96d04-513d-4c87-b550-0d5698b21182",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51ff2c20-16e9-4b0a-8080-dfc7f3a7dd89/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Wild",
                                "amount": 5316.0
                            },
                            {
                                "team": "Ottawa Senators",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0d6d4a71-ab05-46c6-92ed-564768c600eb",
                            "gambit_id": "9e5b1a9b-6366-4d15-ab8a-50f18510322e",
                            "last_updated": "2022-10-28T10:02:06.167098-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Wild",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb96d04-513d-4c87-b550-0d5698b21182/?format=api"
                        },
                        {
                            "id": "2e344140-3020-458f-a091-524b781e0095",
                            "gambit_id": "d63d28a8-f82f-40a3-8f03-a0d38bd6933e",
                            "last_updated": "2022-10-28T10:02:06.165718-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ottawa Senators",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb96d04-513d-4c87-b550-0d5698b21182/?format=api"
                        }
                    ]
                },
                {
                    "id": "bbd5b3dd-fabc-4e88-a3ec-8267a158211b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51ff2c20-16e9-4b0a-8080-dfc7f3a7dd89/?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": "Ottawa Senators",
                                "amount": 6611.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 3389.0
                            }
                        ],
                        "expected_reward_tokens": 9453.73,
                        "profit_sb": -46.27,
                        "profit_sb_percentage": -0.49,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2489f2bf-7eea-4d02-97ce-0e125b821529",
                            "gambit_id": "88f86a77-8625-45bd-8e4c-331a92c2e1c2",
                            "last_updated": "2022-10-28T10:02:06.161877-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ottawa Senators",
                            "reward": "1.43000",
                            "odds": "1.44440",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd5b3dd-fabc-4e88-a3ec-8267a158211b/?format=api"
                        },
                        {
                            "id": "103cb659-a4f1-4dc6-97ae-95dba965f6da",
                            "gambit_id": "0106d3e5-905c-4164-9ba8-35bfcfc170d5",
                            "last_updated": "2022-10-28T10:02:06.162986-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Wild",
                            "reward": "2.79000",
                            "odds": "2.85000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd5b3dd-fabc-4e88-a3ec-8267a158211b/?format=api"
                        }
                    ]
                },
                {
                    "id": "16e9e33b-f691-46a7-8802-944c58b89130",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51ff2c20-16e9-4b0a-8080-dfc7f3a7dd89/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "63672f6d-6f71-4b0b-be3f-9f85d05691c9",
                            "gambit_id": "ce85968c-3729-4f53-b52b-c84f4375cbaa",
                            "last_updated": "2022-10-28T10:02:06.159634-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e9e33b-f691-46a7-8802-944c58b89130/?format=api"
                        },
                        {
                            "id": "273be46d-1472-41d3-b54a-3ebf194d0f84",
                            "gambit_id": "39053222-28b3-4164-b128-c6536a47840e",
                            "last_updated": "2022-10-28T10:02:06.158188-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e9e33b-f691-46a7-8802-944c58b89130/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c277ff6a-3174-4bb2-8b61-95f7f919f146",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6f7cd02e-1ebc-4b7e-b6fc-a837db9813a9",
            "completed": true,
            "last_updated": "2022-10-28T09:57:09.237746-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.37,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/6f7cd02e-1ebc-4b7e-b6fc-a837db9813a9",
            "datetime": "2022-10-27T19:05:00-04:00",
            "cutoff_datetime": "2022-10-27T19:05:00-04:00",
            "name": "Detroit Red Wings v. Boston Bruins",
            "bettypes": [
                {
                    "id": "ee001d6e-a418-4dc1-8a53-8eebee7899fe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c277ff6a-3174-4bb2-8b61-95f7f919f146/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston Bruins",
                                "amount": 6811.0
                            },
                            {
                                "team": "Detroit Red Wings",
                                "amount": 3189.0
                            }
                        ],
                        "expected_reward_tokens": 9535.11,
                        "profit_sb": 35.11,
                        "profit_sb_percentage": 0.37,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1318c2a8-62f1-4493-baf4-8a296def90d2",
                            "gambit_id": "967abd1a-a3ab-4cd7-80bc-5b8efc458975",
                            "last_updated": "2022-10-28T09:57:09.246754-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.40000",
                            "odds": "1.40820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee001d6e-a418-4dc1-8a53-8eebee7899fe/?format=api"
                        },
                        {
                            "id": "5866950b-7390-4d70-9309-520dbeb14fec",
                            "gambit_id": "eaad0f52-1f77-436f-805a-ece528ee9f2b",
                            "last_updated": "2022-10-28T09:57:09.247742-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "2.99000",
                            "odds": "3.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee001d6e-a418-4dc1-8a53-8eebee7899fe/?format=api"
                        }
                    ]
                },
                {
                    "id": "a488a965-ca5e-459d-a401-d96b38831deb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c277ff6a-3174-4bb2-8b61-95f7f919f146/?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 Red Wings",
                                "amount": 5316.0
                            },
                            {
                                "team": "Boston Bruins",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7f88486e-0c08-403b-966f-9ed9e0eb5721",
                            "gambit_id": "00ffb6cb-4710-4215-9cc5-b12c5339cb37",
                            "last_updated": "2022-10-28T09:57:09.244732-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a488a965-ca5e-459d-a401-d96b38831deb/?format=api"
                        },
                        {
                            "id": "b00f5582-f587-4a06-9b36-5cfbd609164a",
                            "gambit_id": "d8c837f5-781c-4d36-ad95-ec6619fb29c4",
                            "last_updated": "2022-10-28T09:57:09.243740-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston Bruins",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a488a965-ca5e-459d-a401-d96b38831deb/?format=api"
                        }
                    ]
                },
                {
                    "id": "b37e5304-d995-4113-8719-162894314dfb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c277ff6a-3174-4bb2-8b61-95f7f919f146/?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": 5212.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c6d7cb8e-ccf8-41cb-bb97-a0c99bd96da3",
                            "gambit_id": "976885da-9783-4512-bc01-79ccb39f49c2",
                            "last_updated": "2022-10-28T09:57:09.240733-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37e5304-d995-4113-8719-162894314dfb/?format=api"
                        },
                        {
                            "id": "b31d0b5d-eaba-4094-95c3-d04ade17f653",
                            "gambit_id": "dfe127b4-51d2-4403-a579-c4285a15843e",
                            "last_updated": "2022-10-28T09:57:09.241767-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b37e5304-d995-4113-8719-162894314dfb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "79d6427d-4f9a-42b5-b9a9-5028c3b55716",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5e6fa1df-ff27-4c0b-8055-1eadf0894eb4",
            "completed": true,
            "last_updated": "2022-11-01T14:34:06.200178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Bermuda Championship",
            "sport": "Golf",
            "url": "https://app.gambitrewards.com/match/5e6fa1df-ff27-4c0b-8055-1eadf0894eb4",
            "datetime": "2022-10-27T07:00:00-04:00",
            "cutoff_datetime": "2022-10-27T07:00:00-04:00",
            "name": "Bermuda Championship: Top 5 Finish",
            "bettypes": [
                {
                    "id": "1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79d6427d-4f9a-42b5-b9a9-5028c3b55716/?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": "4619fec8-68f7-4d86-82a6-c70b4544dd24",
                            "gambit_id": "9ebc8796-9b5c-49bb-8727-ae0b7c99b539",
                            "last_updated": "2022-11-01T14:34:06.213400-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denny McCarthy",
                            "reward": "4.23000",
                            "odds": "4.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "f19c2d99-f176-4b4d-8d0f-b26a86044895",
                            "gambit_id": "105ef74f-e018-4357-a5c4-355212a52fdd",
                            "last_updated": "2022-11-01T14:34:06.326391-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Thomas Detry",
                            "reward": "5.37000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "2c6a64b3-4bd9-4e92-8496-3198e3e7134b",
                            "gambit_id": "a9d18906-fb4b-4e54-b95f-db7657008191",
                            "last_updated": "2022-11-01T14:34:06.325475-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seamus Power",
                            "reward": "5.85000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "6340405a-9813-474c-a4b4-00327ff108df",
                            "gambit_id": "7e2441d7-0cc0-43ea-8419-a52d97f893b7",
                            "last_updated": "2022-11-01T14:34:06.324533-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mark Hubbard",
                            "reward": "5.85000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "740b92db-0ae1-4bd9-9b00-414ce4c66d1b",
                            "gambit_id": "99b942cc-6fe2-46fd-810f-a8e029e2bed6",
                            "last_updated": "2022-11-01T14:34:06.212439-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adrian Meronk",
                            "reward": "6.34000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "db944cf6-19de-4e41-a7d6-25e503a75044",
                            "gambit_id": "0a9f6e6d-cb9c-41c0-95f1-f2108f4189e6",
                            "last_updated": "2022-11-01T14:34:06.211478-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Justin Lower",
                            "reward": "6.82000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "1cdfe060-a560-45ab-babc-0522fa78a143",
                            "gambit_id": "adaa982c-5c2a-45e2-9300-1ade1ffec45c",
                            "last_updated": "2022-11-01T14:34:06.210540-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Hardy",
                            "reward": "6.82000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "0666b0fb-ad60-49c4-b20d-bfe273e071ba",
                            "gambit_id": "844a65b6-5a0b-498b-81b1-e74fa094a380",
                            "last_updated": "2022-11-01T14:34:06.322680-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Rai",
                            "reward": "6.82000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "c4439ea5-963a-47fa-bec8-f9be4197c862",
                            "gambit_id": "8a4509c4-30b4-4761-bac7-789ba5689ee7",
                            "last_updated": "2022-11-01T14:34:06.323604-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Patrick Rodgers",
                            "reward": "7.31000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "7037ae33-5238-4bd8-bd1c-c8d4ea3812c4",
                            "gambit_id": "27b68018-14c1-4dd4-bfab-37f0ca83dca3",
                            "last_updated": "2022-11-01T14:34:06.318091-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Russell Knox",
                            "reward": "7.79000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "c17407ab-bf45-4e15-87a4-89f62c19240f",
                            "gambit_id": "5344ea18-7c59-4c5c-9e44-1a2356ef48e1",
                            "last_updated": "2022-11-01T14:34:06.320854-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seong-Hyeon Kim",
                            "reward": "7.79000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "18fde8cf-e1fc-4318-9dcf-0c103cb173c6",
                            "gambit_id": "a7a76271-7f9c-4e1f-b11a-8f80d046949e",
                            "last_updated": "2022-11-01T14:34:06.319005-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Stephan Jaeger",
                            "reward": "8.28000",
                            "odds": "8.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "24aaa3ac-3fa5-4d8c-933d-f5c6455f2036",
                            "gambit_id": "f1e2869d-faf3-42e5-90b1-173327d5e24e",
                            "last_updated": "2022-11-01T14:34:06.319926-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Smalley",
                            "reward": "8.28000",
                            "odds": "8.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "a6a8b571-7715-4169-ad2c-d9dfb7dc91c2",
                            "gambit_id": "c0072aba-1f24-4dbd-a7a3-e6ddc427ffed",
                            "last_updated": "2022-11-01T14:34:06.316250-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Robby Shelton",
                            "reward": "8.28000",
                            "odds": "8.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "2e87a0f0-be54-427d-b5b5-afb723b04400",
                            "gambit_id": "4e3ef415-3fba-49ab-8e3e-ca6ee905518c",
                            "last_updated": "2022-11-01T14:34:06.313414-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brandon Wu",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "b4707364-47a3-4042-b4a9-0789214309c6",
                            "gambit_id": "187ae71d-9d28-4c21-9b07-bdb18e637f55",
                            "last_updated": "2022-11-01T14:34:06.309665-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Taylor",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "cb19a535-4947-4d15-ae80-0384f6cbfd1a",
                            "gambit_id": "676e3945-3626-45bb-927b-d1538c64ef2d",
                            "last_updated": "2022-11-01T14:34:06.312476-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Schenk",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9adbb6d2-467a-4a76-bccc-bab867866c75",
                            "gambit_id": "2014f2ea-7100-4eaa-8955-b33ee0c127f2",
                            "last_updated": "2022-11-01T14:34:06.315334-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Long",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "73d36802-becd-4efb-ae14-e64f149c6947",
                            "gambit_id": "49c65f56-53bb-4e44-a7c4-8a0d1fc5b3eb",
                            "last_updated": "2022-11-01T14:34:06.310579-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Callum Tarren",
                            "reward": "8.76000",
                            "odds": "9.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ac1bd374-9199-4407-8ff6-40f195802d0a",
                            "gambit_id": "547d9c21-cd21-4a16-8850-8d5541d7da1f",
                            "last_updated": "2022-11-01T14:34:06.317175-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Greyson Sigg",
                            "reward": "9.73000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "8914bbbe-98bc-43b8-921b-274451e58a34",
                            "gambit_id": "41f8765d-cf97-4808-aded-a1619e880d2d",
                            "last_updated": "2022-11-01T14:34:06.314376-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Will Gordon",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "e95badf7-3576-4057-a542-24b13244251c",
                            "gambit_id": "4fb7b4e8-37ce-4e10-b71d-56cdd3e7eb2b",
                            "last_updated": "2022-11-01T14:34:06.306588-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chesson Hadley",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "06b57ce7-743d-4777-bedc-729bd6098072",
                            "gambit_id": "11e71e29-df37-469a-af04-60646b2a6184",
                            "last_updated": "2022-11-01T14:34:06.311536-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Byeong-Hun An",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "f5db209f-b649-4f75-8320-767be9e68f54",
                            "gambit_id": "c0555c8f-14d9-45d3-9cb8-2bc257156c82",
                            "last_updated": "2022-11-01T14:34:06.295433-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Garrick Higgo",
                            "reward": "11.67000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "099f2550-b181-47e1-81cb-7cf5b434b400",
                            "gambit_id": "151e93aa-e6b8-4f6a-9f66-00c25d17cf84",
                            "last_updated": "2022-11-01T14:34:06.214343-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joseph Bramlett",
                            "reward": "11.67000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "3103027e-f235-4b51-8709-4146ec3d4415",
                            "gambit_id": "c9c1c752-d19e-4002-a79a-ff82dc46b990",
                            "last_updated": "2022-11-01T14:34:06.300052-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ze-Cheng Dou",
                            "reward": "11.67000",
                            "odds": "12.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "fcd0d2b4-e228-4cb0-9542-f846734e323e",
                            "gambit_id": "f58294ef-d6b8-46da-95f1-3e38cf0b41f5",
                            "last_updated": "2022-11-01T14:34:06.294511-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Henrik Norlander",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ba0fcb5b-b502-41c0-86a7-bd50fddfab4d",
                            "gambit_id": "5badd531-28a3-48a5-99ed-9490eb69aeaf",
                            "last_updated": "2022-11-01T14:34:06.301912-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin Eckroat",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "088057f9-7023-4228-88f6-8b8ee5a14c60",
                            "gambit_id": "cfca8d39-fd15-482e-8726-34232b280c80",
                            "last_updated": "2022-11-01T14:34:06.300996-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucas Glover",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9d7932aa-3bf4-4b65-b20d-68d5426fcf3a",
                            "gambit_id": "aeaeb519-ce16-42c3-941f-6d5c054e9604",
                            "last_updated": "2022-11-01T14:34:06.302867-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ryan Armour",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "e4fe1333-e3ef-4ac3-a835-7ff45e5393bf",
                            "gambit_id": "b9d33eab-fe35-418e-9e30-d0d4ce98e0fd",
                            "last_updated": "2022-11-01T14:34:06.307814-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Michael Gligic",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "66d3bfca-fd12-48ad-9656-8f29f7f8c36a",
                            "gambit_id": "1016a321-045a-47d0-b8a5-1abf2d29b004",
                            "last_updated": "2022-11-01T14:34:06.285821-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin Smotherman",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ba19bfef-9208-4e44-bf60-f0bbe6fbd97a",
                            "gambit_id": "3536fb37-b21c-48c5-8a50-a5c4f0db76f0",
                            "last_updated": "2022-11-01T14:34:06.303795-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harry Hall",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "403ad91c-e36c-4d04-928b-40ac78a8f009",
                            "gambit_id": "6e915894-7b10-4ead-afa4-fce1100197f5",
                            "last_updated": "2022-11-01T14:34:06.304745-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sam Ryder",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "60543378-d067-47f3-bdb3-f838336d2a75",
                            "gambit_id": "3b240497-f6fc-4493-a1c6-241d0270bfad",
                            "last_updated": "2022-11-01T14:34:06.305665-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "C T Pan",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "270b95a6-11b6-4fe3-a51d-11976dd158df",
                            "gambit_id": "272a943f-af41-423a-8e47-d1bfd0c9a44a",
                            "last_updated": "2022-11-01T14:34:06.308748-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Doug Ghim",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "46b6cacc-6cc4-4ef1-b15e-03a5dd4f9a8e",
                            "gambit_id": "0d43ddc4-ad22-451c-9c4d-0100f5a37d7b",
                            "last_updated": "2022-11-01T14:34:06.209609-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Erik Van Rooyen",
                            "reward": "12.64000",
                            "odds": "13.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ba49570b-97dd-4539-848b-d4c69d8ffb09",
                            "gambit_id": "5ef61c28-204f-4c71-b3b5-bb027f08a9ec",
                            "last_updated": "2022-11-01T14:34:06.298202-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Piercy",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "4091ab15-e5a5-4cb2-a27b-0c97d0146ce6",
                            "gambit_id": "6d00484e-d857-4feb-b189-011ad005f087",
                            "last_updated": "2022-11-01T14:34:06.321769-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Percy",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "8cc09dc3-1562-489b-b0ac-d57544629d54",
                            "gambit_id": "6b329788-2293-4102-9e2f-61e3c6c1a293",
                            "last_updated": "2022-11-01T14:34:06.299124-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyler Duncan",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "83d2f702-6af5-4c0a-bfa9-e249e7b803ff",
                            "gambit_id": "605ab071-ec8b-42ed-b0b8-8eb8a1f34640",
                            "last_updated": "2022-11-01T14:34:06.297285-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kramer Hickok",
                            "reward": "14.58000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "f8888826-a30b-454d-ac8b-2f32d38fbcf6",
                            "gambit_id": "82026009-677e-45fb-bf53-50516da1f950",
                            "last_updated": "2022-11-01T14:34:06.286753-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sam Stevens",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "e23cd352-41bf-4802-9879-116065c7174b",
                            "gambit_id": "2c7cad57-30c2-4322-aade-12ec2a4be045",
                            "last_updated": "2022-11-01T14:34:06.296354-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "M-J Daffue",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "1e69d676-c592-4edf-a382-f3da01126b48",
                            "gambit_id": "220a7150-8029-488d-8083-989d5e4ba11c",
                            "last_updated": "2022-11-01T14:34:06.289694-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vincent Norrman",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ae8ab8c5-0cca-44eb-b8b8-7b76797bea2f",
                            "gambit_id": "89c42200-7dcd-46f3-b67b-ecad8351df4b",
                            "last_updated": "2022-11-01T14:34:06.290750-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Yu",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "95f33eec-58db-4382-8a01-7ac150851cea",
                            "gambit_id": "4fdf734b-ac22-41b4-a3f8-ef16152f19f2",
                            "last_updated": "2022-11-01T14:34:06.293455-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brice Garnett",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9cd4a9fe-2c68-4a10-8ddd-754d2ec14f3b",
                            "gambit_id": "bc3520dd-7d34-4cbd-b703-e0670354aacb",
                            "last_updated": "2022-11-01T14:34:06.283927-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nate Lashley",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "bc69ab83-b165-4521-8dff-f16222f9b4d8",
                            "gambit_id": "5f6ac52f-e60b-4040-8563-6d946d7cda64",
                            "last_updated": "2022-11-01T14:34:06.288671-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Hank Lebioda",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "d8bd5323-8e88-4981-b0ed-f9d60a1eec7f",
                            "gambit_id": "9d15be1d-73df-4c0e-a438-b32fe74684d9",
                            "last_updated": "2022-11-01T14:34:06.281181-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matthias Schwab",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "436aa888-77e6-4c19-9dd4-56689cf4171c",
                            "gambit_id": "be05b063-de49-4bdd-9679-04111731a79a",
                            "last_updated": "2022-11-01T14:34:06.287685-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matthias Schmid",
                            "reward": "18.46000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "8e058423-341b-40b1-9236-26d7b34b09c5",
                            "gambit_id": "c54a076b-06ff-4b4f-bfc8-48970d4b482d",
                            "last_updated": "2022-11-01T14:34:06.282095-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charley Hoffman",
                            "reward": "18.46000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "bc01a8b4-3a69-4620-8d8e-78b47741bf12",
                            "gambit_id": "d56c6b0e-cc38-416c-acf2-f50ccced6c1d",
                            "last_updated": "2022-11-01T14:34:06.284863-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brian Stuard",
                            "reward": "18.46000",
                            "odds": "19.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "352a5d87-4d8f-4f3c-ad3e-1bb81880d7b0",
                            "gambit_id": "a5e21b49-0773-4aa7-b6a6-2f009b029d9f",
                            "last_updated": "2022-11-01T14:34:06.276573-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chad Ramey",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "674966fb-ead4-49f6-bf90-4e4340a905b8",
                            "gambit_id": "9bb5fc8e-1d11-46a4-b04d-0461cd9e512e",
                            "last_updated": "2022-11-01T14:34:06.208677-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ben Martin",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "6bfe8fef-2b9f-4e0d-a042-7accdd7ae0b9",
                            "gambit_id": "35edbb38-3dab-41d2-9939-039fe4d75077",
                            "last_updated": "2022-11-01T14:34:06.259928-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Augusto Nunez",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "45b840f8-3043-48c6-abb4-0131a6ab74b3",
                            "gambit_id": "7686edca-71e8-42cb-b40d-73088be85255",
                            "last_updated": "2022-11-01T14:34:06.274722-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Michael Kim",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "1d07366f-8e83-478c-b437-5f1155209c7a",
                            "gambit_id": "e02988b6-e049-4379-986e-05c0631a8397",
                            "last_updated": "2022-11-01T14:34:06.207735-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harrison Endycott",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "4133e516-3253-434e-9473-116a54a96924",
                            "gambit_id": "ffcaee81-39e6-4393-baad-39af70b356a4",
                            "last_updated": "2022-11-01T14:34:06.283012-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ben Griffin",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9cce34ec-bc0b-4218-a2b1-daa09c4e646b",
                            "gambit_id": "42f779aa-668b-4db7-b2ea-185ef2c1209a",
                            "last_updated": "2022-11-01T14:34:06.270084-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cody Gribble",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "7c54c839-d7da-4c80-9b04-d6b5934cc2dc",
                            "gambit_id": "4c766b24-a568-44bf-ac4f-496f16a4ef0a",
                            "last_updated": "2022-11-01T14:34:06.278420-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "William McGirt",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "d17f0d08-1fb2-470e-aee6-2a082b1e98e3",
                            "gambit_id": "e4c33bdb-bf66-44d5-8382-5b542943c1f3",
                            "last_updated": "2022-11-01T14:34:06.275658-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin Cook",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "4e63430d-fac9-405c-bb74-9b7d0bc5bb0e",
                            "gambit_id": "888dfd54-4248-4e36-a073-bbbbfb9e7615",
                            "last_updated": "2022-11-01T14:34:06.280249-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Andrew Novak",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "b8b24f83-20b8-42bc-8ee1-83a5d3b7db52",
                            "gambit_id": "5120c241-bb35-4fec-99bd-2409cb91a79d",
                            "last_updated": "2022-11-01T14:34:06.269162-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Robert Streb",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "bb64efa8-1732-4936-8d20-eb3d995c34cb",
                            "gambit_id": "35b8d890-cae3-4c23-9deb-bc78b48e3655",
                            "last_updated": "2022-11-01T14:34:06.277505-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Luke Donald",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "3dfed276-962f-4fbe-a7d1-02f3d21d9bdb",
                            "gambit_id": "fee60ee8-438a-41b1-9648-750d22ed0b1f",
                            "last_updated": "2022-11-01T14:34:06.272875-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Caleb Surratt",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "f7042e3e-d3e4-4746-8d02-5f069da32ce0",
                            "gambit_id": "6f153d66-b690-45f4-9838-4d1d0d1244c7",
                            "last_updated": "2022-11-01T14:34:06.291752-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brian Gay",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "a8725cd9-3d9f-4e23-ac11-c486125a21ea",
                            "gambit_id": "1f98180e-e8c3-44a6-af14-e82cbd2e2272",
                            "last_updated": "2022-11-01T14:34:06.279335-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Fabian Gomez",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "052824f4-7955-46c2-8ef0-a2e734bcd8d1",
                            "gambit_id": "d746e2cc-e61e-4e29-9842-a798ac073f45",
                            "last_updated": "2022-11-01T14:34:06.265483-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Gutschewski",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "52a1c377-0279-482c-b00f-6f7f837166f1",
                            "gambit_id": "f374705f-f1e8-41b6-9166-d980558a9626",
                            "last_updated": "2022-11-01T14:34:06.246891-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Erik Barnes",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "0d3a8746-0346-4182-af64-401693b9d383",
                            "gambit_id": "07be48ad-2c29-435d-ab9e-b65cc9899a73",
                            "last_updated": "2022-11-01T14:34:06.273797-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nicholas Lindheim",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "7633405e-5b6a-4e96-aa8b-4ad945c06ed2",
                            "gambit_id": "3372d19c-7841-415a-9781-1680892904f8",
                            "last_updated": "2022-11-01T14:34:06.268236-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Baddeley",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "6ec18107-b878-474a-a9df-7a62466fa207",
                            "gambit_id": "1def0fee-c9d0-46c5-a7d9-c8bc064b24db",
                            "last_updated": "2022-11-01T14:34:06.259015-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jonathan Byrd",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ee9f5917-5831-48f8-9277-68b560909393",
                            "gambit_id": "c70347ac-f276-4aa0-9f78-bd03d512e8e0",
                            "last_updated": "2022-11-01T14:34:06.205840-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "John VanDerLaan",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "195741bb-273e-4223-854c-7a4f2bf902ef",
                            "gambit_id": "61e9cee8-0e27-4331-8d77-c7ebc6bb49a7",
                            "last_updated": "2022-11-01T14:34:06.262724-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brandon Matthews",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "df15bca7-e458-4e9f-a687-421592173083",
                            "gambit_id": "8fc6e870-e2e3-44e1-87e6-ad49b3a7a08c",
                            "last_updated": "2022-11-01T14:34:06.263644-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harry Higgs",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "c2653adb-eff6-47c0-bfeb-0462ef8359f8",
                            "gambit_id": "d61510da-2076-45c9-a560-3419e8e12d8d",
                            "last_updated": "2022-11-01T14:34:06.264554-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sean O'Hair",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "449ad805-1eb2-4a2a-9751-a2cd0950dabc",
                            "gambit_id": "4a0d72fa-55e0-48c7-8541-698e9ffa90af",
                            "last_updated": "2022-11-01T14:34:06.271937-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "David Lingmerth",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "1bb8c56f-7262-4aa8-b3de-80713004da82",
                            "gambit_id": "9ec4e825-bfe3-489b-a80f-7e6991f5ad35",
                            "last_updated": "2022-11-01T14:34:06.260860-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Camilo Villegas",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "26472d6b-6463-442f-9387-50661c3b7cef",
                            "gambit_id": "54e29654-d606-4b71-a4e3-eda0c796f761",
                            "last_updated": "2022-11-01T14:34:06.256266-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brent Grant",
                            "reward": "30.10000",
                            "odds": "31.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9146f89e-4bcc-49e3-83ae-a7755c8c7f2c",
                            "gambit_id": "749c7135-74cc-428e-87e6-585f196f9787",
                            "last_updated": "2022-11-01T14:34:06.267319-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philip Knowles",
                            "reward": "30.10000",
                            "odds": "31.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "49746ae6-ba92-4e08-806d-9de6aeef8d70",
                            "gambit_id": "4dc30177-ee73-478d-881e-d95cf257f758",
                            "last_updated": "2022-11-01T14:34:06.266399-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chris Stroud",
                            "reward": "30.10000",
                            "odds": "31.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "04a4ee2b-06dd-490f-8eff-8ecdcf8daed3",
                            "gambit_id": "13d0d2d7-29cc-4b0f-ba76-bad9b560b338",
                            "last_updated": "2022-11-01T14:34:06.206804-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vaughn Taylor",
                            "reward": "30.10000",
                            "odds": "31.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "eb95be08-4bb5-4272-955b-6fd553368ad4",
                            "gambit_id": "ed058a9c-5e62-484d-9188-97a16bfb5e8a",
                            "last_updated": "2022-11-01T14:34:06.271003-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "David Hearn",
                            "reward": "30.10000",
                            "odds": "31.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "bdf30b9a-b736-43db-91f4-8693aeffc8e6",
                            "gambit_id": "fee70122-43d8-49c2-a25e-3c38313da72e",
                            "last_updated": "2022-11-01T14:34:06.254417-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Trevor Cone",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "5415c3a5-c422-449f-9433-4608cb8182e0",
                            "gambit_id": "5fc985a4-5c0d-49b6-91d4-542c9c44ec67",
                            "last_updated": "2022-11-01T14:34:06.258102-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tano Goya",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "d41ab0d5-8114-4f14-b608-358872c4178b",
                            "gambit_id": "d8828c49-b3d4-4115-8b58-69c7d50719f5",
                            "last_updated": "2022-11-01T14:34:06.251593-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seung-Yul Noh",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "e97cdb14-57c5-4b14-80d5-449d3d3b6b4a",
                            "gambit_id": "2483ef36-5994-44da-ba0d-05fff7cc28e5",
                            "last_updated": "2022-11-01T14:34:06.247841-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Grayson Murray",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "1d1cb609-7a4b-4b5a-8c34-c1f31735da61",
                            "gambit_id": "b536c111-7244-4ad3-a54e-e6de418cab1d",
                            "last_updated": "2022-11-01T14:34:06.250640-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Palmer Jackson",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "73ba3187-6b10-4217-8e10-eb18fb5fff34",
                            "gambit_id": "a8103c85-6168-4ffd-a5aa-aacd6e60e7bc",
                            "last_updated": "2022-11-01T14:34:06.257185-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Roy",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9d675048-9632-4c8e-9861-e4700b06921c",
                            "gambit_id": "f1b53b04-ace6-43f1-8a4e-d7e58782eb27",
                            "last_updated": "2022-11-01T14:34:06.245012-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Eric Cole",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "57855346-d46d-4401-a9dc-ff6daa77bcc4",
                            "gambit_id": "49d8fe85-6a31-4ec0-bdc4-ac1728fd6782",
                            "last_updated": "2022-11-01T14:34:06.261809-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Tway",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "fdec1f14-6a6b-40da-b6af-5a7b734b1212",
                            "gambit_id": "d11896de-26a7-4d23-9d12-eaebaf3228b0",
                            "last_updated": "2022-11-01T14:34:06.253459-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Brown",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "72c89041-c451-4b4c-a947-6c4ce4602825",
                            "gambit_id": "5d99981c-0d34-48c8-b51f-21ca83c65767",
                            "last_updated": "2022-11-01T14:34:06.255332-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bill Haas",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ce9e5e64-dd90-4ad2-a714-57ed79436310",
                            "gambit_id": "c88fe135-d366-4927-b417-4ce58630ffc9",
                            "last_updated": "2022-11-01T14:34:06.252511-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Richy Werenski",
                            "reward": "34.95000",
                            "odds": "36.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "0bcde700-d062-4754-9daf-0d65b5c376c4",
                            "gambit_id": "23a64f60-25af-47f6-b207-e06af020fdab",
                            "last_updated": "2022-11-01T14:34:06.236569-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dylan Wu",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "5b5a605e-59ce-4126-b7a3-2e7c0c5e8c98",
                            "gambit_id": "54486ebf-70b2-4492-b346-1f9e073a0d21",
                            "last_updated": "2022-11-01T14:34:06.245952-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sung Kang",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9423e864-c6ba-44c2-bd69-923690a78d8d",
                            "gambit_id": "310e8271-0a62-4da4-88df-3dc59ae36f6c",
                            "last_updated": "2022-11-01T14:34:06.243129-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Chappell",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "e7cb2ffe-5e89-4543-80b4-6f78d89d7618",
                            "gambit_id": "e304294d-36e9-4d0b-8b91-0c4fa7ad2b45",
                            "last_updated": "2022-11-01T14:34:06.249723-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Harrington",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "b772cf51-7171-445c-bde7-aafa0e147ccd",
                            "gambit_id": "9871931b-3300-4281-92ff-799155659ce6",
                            "last_updated": "2022-11-01T14:34:06.248799-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Watney",
                            "reward": "44.65000",
                            "odds": "46.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "a37ea09f-bade-4c03-b8cf-56ed53a81b05",
                            "gambit_id": "1efe7ef1-6316-4cd5-95af-2ff5023bc6e1",
                            "last_updated": "2022-11-01T14:34:06.239363-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carson Young",
                            "reward": "44.65000",
                            "odds": "46.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "c1a01c0d-697f-490b-a5c4-7b8a71673eaa",
                            "gambit_id": "4ad58493-6a29-4130-8c55-51299608a82d",
                            "last_updated": "2022-11-01T14:34:06.232875-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kyle Westmoreland",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ee73f587-9057-4d1e-b1ed-dfb168a19a34",
                            "gambit_id": "842c8e83-9792-422b-ac81-48923a3b6d0f",
                            "last_updated": "2022-11-01T14:34:06.226418-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "James Nicholas",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "b1707fa4-1a75-4df9-a5cc-96ed68d63f85",
                            "gambit_id": "dc561eea-1932-44c8-9449-de1e88a1ffff",
                            "last_updated": "2022-11-01T14:34:06.240286-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nicolas Echavarria",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "2b88c238-4142-4f12-8c85-72128eaf68e0",
                            "gambit_id": "0062ff6e-cb7a-4a83-8d8c-aeae3cf43d94",
                            "last_updated": "2022-11-01T14:34:06.235652-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ben Crane",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "2c37fefe-5b31-4882-b843-2ef0591bab0c",
                            "gambit_id": "4fe7aad0-3eeb-4c36-b911-242eaba91b86",
                            "last_updated": "2022-11-01T14:34:06.237520-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tommy Gainey",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "f8a28b73-c4b9-4ffa-b766-dc4c0edc7084",
                            "gambit_id": "dbdf4ff0-cbfb-497c-ba31-ce383cfae01f",
                            "last_updated": "2022-11-01T14:34:06.244081-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyson Alexander",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "c58740e9-9de7-4a8b-a69e-09866fc9ba71",
                            "gambit_id": "522298b1-ec70-4534-97c2-8462dbb25bbf",
                            "last_updated": "2022-11-01T14:34:06.238438-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Robert Garrigus",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ae3767cf-83ce-4809-adc0-a767276c8d99",
                            "gambit_id": "46f9cb88-73e1-4fdf-8566-a3023320d47f",
                            "last_updated": "2022-11-01T14:34:06.221819-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Martin Trainer",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9e2effe2-4fab-491b-b1d9-9dc1c60c1dba",
                            "gambit_id": "55d528b2-b1b3-4917-9b4e-2765400aed76",
                            "last_updated": "2022-11-01T14:34:06.233795-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Akshay Bhatia",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "078bdc72-5535-48b2-9f0c-e120c5444a78",
                            "gambit_id": "3c458b35-fb67-4cfa-bb2a-e9be1bfb39f7",
                            "last_updated": "2022-11-01T14:34:06.225502-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ryan Brehm",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "ab238c72-5b11-425e-9153-88fb1c436130",
                            "gambit_id": "f0aa6130-c366-467e-9c21-1356393c5604",
                            "last_updated": "2022-11-01T14:34:06.241281-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Max McGreevy",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "eb2de7ea-c290-42f6-af5e-e3342d34ac00",
                            "gambit_id": "98c31333-1619-42f9-be3f-c714d002a1e9",
                            "last_updated": "2022-11-01T14:34:06.234708-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Clay Feagler",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "5a093ecf-7dc4-47fb-962b-8b658cf7d4dc",
                            "gambit_id": "d819436e-75a1-4763-9bd6-f212ece68f92",
                            "last_updated": "2022-11-01T14:34:06.242205-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Jarvis",
                            "reward": "59.20000",
                            "odds": "61.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "80736b8b-d7c1-451a-87ba-ff91a71e6342",
                            "gambit_id": "41682e4e-3763-4843-8b6b-f14951bc3601",
                            "last_updated": "2022-11-01T14:34:06.229182-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Wesley Bryan",
                            "reward": "59.20000",
                            "odds": "61.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "1f00c127-54ce-4768-a330-6ffede2ee4b2",
                            "gambit_id": "53d44f23-dbd3-4aaf-810d-6613ae3f87b5",
                            "last_updated": "2022-11-01T14:34:06.227332-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chandler Blanchet",
                            "reward": "59.20000",
                            "odds": "61.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "1cd8224b-03a8-4e6b-8b6c-5ff48d470fd1",
                            "gambit_id": "e9871eb9-1d1d-4cac-8a5e-6a53f25220bf",
                            "last_updated": "2022-11-01T14:34:06.230110-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Greg Chalmers",
                            "reward": "59.20000",
                            "odds": "61.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "b746a1be-5a4e-4a10-be75-c83fd14e7174",
                            "gambit_id": "c23aa014-5461-4df3-a94d-dd1e06e77682",
                            "last_updated": "2022-11-01T14:34:06.228263-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bo Van Pelt",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "e1a909d2-3614-4f65-aa33-a6c414bb704e",
                            "gambit_id": "90baf658-4e29-4fa6-a432-9553b6621b4f",
                            "last_updated": "2022-11-01T14:34:06.231031-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sang Moon Bae",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "2df3e1e3-4c75-4449-80cf-5bfc76c09dd7",
                            "gambit_id": "b0ca4bf1-6d64-49c2-bd22-1ba3d4784879",
                            "last_updated": "2022-11-01T14:34:06.223659-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Trevor Werbylo",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "c5c7f74e-d40f-40a5-8d5d-a24070221369",
                            "gambit_id": "f4143b96-ee78-486f-b369-b6d6d75232ba",
                            "last_updated": "2022-11-01T14:34:06.224575-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jonas Blixt",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "0d593719-aecc-4db6-b9ec-1c530be350cd",
                            "gambit_id": "3f87b94f-1568-4e71-b825-87a58517282f",
                            "last_updated": "2022-11-01T14:34:06.231943-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ricky Barnes",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "533008f9-af84-48da-b77e-e690b3e5c9d7",
                            "gambit_id": "273a65d0-d486-4bcd-8324-9d1527a230f0",
                            "last_updated": "2022-11-01T14:34:06.219951-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "J.J. Henry",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "c79154a8-06ae-4ca4-857c-1ca5d727ef6c",
                            "gambit_id": "97f697b0-6385-4d68-84ad-b50b75781926",
                            "last_updated": "2022-11-01T14:34:06.220900-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Michael Sims",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "9406d231-f187-4b93-a723-d08d5ba4da02",
                            "gambit_id": "1908c018-5573-4632-97a0-e1a720c8f72b",
                            "last_updated": "2022-11-01T14:34:06.215272-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "John Daly",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "49ccd9e6-1bc0-4bed-87b6-24ef11be61cf",
                            "gambit_id": "41027b1a-02f9-442d-9aaf-c639f0fd9aef",
                            "last_updated": "2022-11-01T14:34:06.222737-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Willie Mack",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "62c46448-d68d-40e0-9de4-11c840410ec7",
                            "gambit_id": "7a6f4288-1564-4047-bba4-24649e4df0ac",
                            "last_updated": "2022-11-01T14:34:06.218996-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "D.A. Points",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "722e046f-7bb3-4859-97c5-2a06eb3bf5c9",
                            "gambit_id": "0e0e9132-18db-4e96-b2db-3a7fa461f2b0",
                            "last_updated": "2022-11-01T14:34:06.218080-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Jones",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "a9689c66-4863-4a7d-8ce5-fc1a2041d0bd",
                            "gambit_id": "b9caf9b1-6ffa-4d14-82c7-4be643b7f3c9",
                            "last_updated": "2022-11-01T14:34:06.216228-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jarryd Dillas",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        },
                        {
                            "id": "31b511b1-7eb6-4b02-b38f-1ec13b4304ce",
                            "gambit_id": "4cc3267f-13bf-449c-ba78-e203f822550c",
                            "last_updated": "2022-11-01T14:34:06.217163-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Greg Koch",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d3b2bd0-f04b-424a-9385-fc8acbaf8ed6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "385e1681-f08d-4d42-b995-928c3597673b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "962b4059-dc78-415a-bbd3-dd6b8387c7b7",
            "completed": true,
            "last_updated": "2022-11-01T10:22:21.653488-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Bermuda Championship",
            "sport": "Golf",
            "url": "https://app.gambitrewards.com/match/962b4059-dc78-415a-bbd3-dd6b8387c7b7",
            "datetime": "2022-10-27T07:00:00-04:00",
            "cutoff_datetime": "2022-10-27T07:00:00-04:00",
            "name": "Bermuda Championship: To Win Outright",
            "bettypes": [
                {
                    "id": "6f0da5f0-728b-4645-a01e-71d05a996078",
                    "match": "https://api-prod.gambitprofit.com/api/matches/385e1681-f08d-4d42-b995-928c3597673b/?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": "6aae3ebc-f15a-478c-ae58-aaa8d44347c8",
                            "gambit_id": "f4ddcfd5-600f-4d4d-90dc-317bd6bd130b",
                            "last_updated": "2022-11-01T10:22:21.778093-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seamus Power",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "dbe98a60-4eef-4b13-a604-9918f748980e",
                            "gambit_id": "97d29519-c17a-48d4-bc10-9f29a437eddd",
                            "last_updated": "2022-11-01T10:22:21.748140-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ben Griffin",
                            "reward": "3.57000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "36a5c5be-703c-49df-9519-4421c1eb623f",
                            "gambit_id": "381a93cb-7a0f-4138-98bc-09fabf4fc10f",
                            "last_updated": "2022-11-01T10:22:21.702032-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Robby Shelton",
                            "reward": "7.31000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "83fee65e-6729-4492-8aec-e4e85ba8f862",
                            "gambit_id": "03c71320-efec-4039-a3f1-e9e86a01ba3c",
                            "last_updated": "2022-11-01T10:22:21.770091-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Schenk",
                            "reward": "7.79000",
                            "odds": "8.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "40da5158-2fff-4dd7-8f2a-bb1c68a9aeb9",
                            "gambit_id": "17609ab0-75b8-464c-bc02-ae78ebed4aed",
                            "last_updated": "2022-11-01T10:22:21.755122-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Yu",
                            "reward": "8.28000",
                            "odds": "8.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "55a91645-95cb-4010-8d70-94cca64fea58",
                            "gambit_id": "6d90726c-4d31-4b80-9ab0-b580ac85edc1",
                            "last_updated": "2022-11-01T10:22:21.751638-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin Smotherman",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "1f5f265d-d476-48d0-8a3a-62997ee698e2",
                            "gambit_id": "f920d8e5-332e-4cb1-ac96-6ac859dc4681",
                            "last_updated": "2022-11-01T10:22:21.670111-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Baddeley",
                            "reward": "10.70000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "0d239be8-03a1-4399-801b-3910c8606178",
                            "gambit_id": "6067b534-5f74-479e-ba27-de94532ebc87",
                            "last_updated": "2022-11-01T10:22:21.667433-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brian Gay",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "7d5033f7-af6b-4838-9fb5-b97b9f70183d",
                            "gambit_id": "928028a4-e01e-4134-80a1-32b43d9c35f0",
                            "last_updated": "2022-11-01T10:22:21.763036-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ze-Cheng Dou",
                            "reward": "16.52000",
                            "odds": "17.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "16d5c10d-1302-4e74-a371-9d16416b3ff2",
                            "gambit_id": "15b12958-26de-4f32-bf97-5e79e72653b9",
                            "last_updated": "2022-11-01T10:22:21.658978-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ben Crane",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "3e2a0d03-ea26-40c5-a849-42b84376c1e7",
                            "gambit_id": "2c7b0298-c295-4b73-9905-08dc6ec6ca22",
                            "last_updated": "2022-11-01T10:22:21.778953-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Thomas Detry",
                            "reward": "20.40000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "ecef4a4d-4b9c-416b-8bca-dcd3b556092c",
                            "gambit_id": "ee0d027b-2a1b-4cb4-9469-45a8f91ff9d0",
                            "last_updated": "2022-11-01T10:22:21.777233-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Mark Hubbard",
                            "reward": "22.34000",
                            "odds": "23.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "49ec3363-1c46-423e-a6ae-4324d172c25a",
                            "gambit_id": "ad285746-3680-455d-bacd-9b6a2455f385",
                            "last_updated": "2022-11-01T10:22:21.685240-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Hardy",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "0276cc73-597b-4b3f-810b-e9b3608b0d84",
                            "gambit_id": "ff223b48-3d7a-4235-9ca9-6ccef7a7804d",
                            "last_updated": "2022-11-01T10:22:21.663427-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Greyson Sigg",
                            "reward": "25.25000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "077058a9-6684-4365-ad6f-2bfdb284f18d",
                            "gambit_id": "03053543-3fa4-4375-b7ec-14ee45c73d11",
                            "last_updated": "2022-11-01T10:22:21.774514-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Patrick Rodgers",
                            "reward": "28.16000",
                            "odds": "29.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "3ce33581-6914-42f9-bb0a-b9c293606e25",
                            "gambit_id": "e2d8fa29-6209-41ef-8453-f04756de7d57",
                            "last_updated": "2022-11-01T10:22:21.703817-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Hyun-Soo Kim",
                            "reward": "30.10000",
                            "odds": "31.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "15039bec-3eab-44b0-9015-0f7901b0311c",
                            "gambit_id": "f3cf3fee-cc31-4f17-99c8-97aedfa1e3c0",
                            "last_updated": "2022-11-01T10:22:21.717031-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dylan Wu",
                            "reward": "33.01000",
                            "odds": "34.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "12fde702-8cd1-42d0-b640-5abdf380fa92",
                            "gambit_id": "06e83594-68e4-4607-8ab7-f3735c7cdef5",
                            "last_updated": "2022-11-01T10:22:21.662339-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Erik Van Rooyen",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "3335e622-1d2e-4eb1-a8d1-6e44e176c027",
                            "gambit_id": "c0e56d3f-3bf4-427a-9825-5c19f50c42c7",
                            "last_updated": "2022-11-01T10:22:21.719756-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nicolas Echavarria",
                            "reward": "39.80000",
                            "odds": "41.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "5a3266ef-9923-4092-8be3-507a9c9d6693",
                            "gambit_id": "7d1a4db3-c353-461a-a6f4-4336fc91d952",
                            "last_updated": "2022-11-01T10:22:21.675483-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Fabian Gomez",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "9382b36d-687b-46ae-9a4f-79687e5d6f78",
                            "gambit_id": "b4a1948c-f334-48f3-bbde-61c3e75974e4",
                            "last_updated": "2022-11-01T10:22:21.701105-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Will Gordon",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "5f6ff3b3-5263-4984-9eb1-3c88b82384a3",
                            "gambit_id": "a887c9cd-5099-4462-9868-d2fdf2ed7856",
                            "last_updated": "2022-11-01T10:22:21.730378-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Brown",
                            "reward": "49.50000",
                            "odds": "51.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "e984adcc-ff5c-4d4a-9c9c-2031adc5dbfd",
                            "gambit_id": "debb39a7-15af-4a45-9c73-ad9a13f8caf9",
                            "last_updated": "2022-11-01T10:22:21.759494-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "M-J Daffue",
                            "reward": "59.20000",
                            "odds": "61.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "5c62006f-0285-44b5-8dc0-4753bafd0765",
                            "gambit_id": "cf411ae6-a8d5-4242-8b40-8144eebf692b",
                            "last_updated": "2022-11-01T10:22:21.668325-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seong-Hyeon Kim",
                            "reward": "59.20000",
                            "odds": "61.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "549842d4-b0a8-422c-b8b3-e86520d01c91",
                            "gambit_id": "e1ead3c8-cf0b-493b-b4f1-7bad23bf1eaf",
                            "last_updated": "2022-11-01T10:22:21.768345-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Doug Ghim",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "628147e7-ea01-487f-9b76-aec1d03e0a90",
                            "gambit_id": "cf1aed55-cd1d-43fc-8113-a83539503add",
                            "last_updated": "2022-11-01T10:22:21.779813-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denny McCarthy",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "ea7a9510-29cb-4af7-bd98-c1e1aed73cd3",
                            "gambit_id": "996387dd-c90a-4b7f-9c4f-aa6cb51e2efc",
                            "last_updated": "2022-11-01T10:22:21.767468-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Michael Gligic",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "7f024aba-8a35-43cf-8cd4-bf36c903fb8d",
                            "gambit_id": "cdfd67c9-1051-4c6f-9805-ce5df74b1fb3",
                            "last_updated": "2022-11-01T10:22:21.764820-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ryan Armour",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b57800c4-1f8f-40d1-bc7d-0ad99b6a5070",
                            "gambit_id": "9cfe0b9f-5cfa-4789-96f1-5e1f87671db2",
                            "last_updated": "2022-11-01T10:22:21.765693-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sam Ryder",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b39da507-d5a0-4d6f-beea-7e4bbf070220",
                            "gambit_id": "396449de-5ae3-4c97-b5e6-605cc1d4ead7",
                            "last_updated": "2022-11-01T10:22:21.664507-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Russell Knox",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "ba6e27ba-57e4-4547-95e5-051a87df0e01",
                            "gambit_id": "ad3624ef-18d3-45b9-b7a2-1b3a46d02ad5",
                            "last_updated": "2022-11-01T10:22:21.750779-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brian Stuard",
                            "reward": "65.02000",
                            "odds": "67.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "968067c8-a291-4e6a-b61f-0263e63d7813",
                            "gambit_id": "633db802-118c-4c78-8365-6000d861153b",
                            "last_updated": "2022-11-01T10:22:21.757736-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "C T Pan",
                            "reward": "68.90000",
                            "odds": "71.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "24d31c85-4370-4ef9-87c6-27a11d235cc3",
                            "gambit_id": "2ce3e9cf-a624-4821-844c-7dce3e595156",
                            "last_updated": "2022-11-01T10:22:21.758606-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Peter Malnati",
                            "reward": "68.90000",
                            "odds": "71.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "589a6806-b7e3-476e-b42b-d2346e056051",
                            "gambit_id": "26c34221-4700-4e18-b14e-1787c4ad8bb1",
                            "last_updated": "2022-11-01T10:22:21.665582-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Joseph Bramlett",
                            "reward": "68.90000",
                            "odds": "71.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "ec903ea8-27f9-468b-b4ef-70e2d468b8ae",
                            "gambit_id": "ebee549d-506b-4a4f-a8e0-d89c695984bf",
                            "last_updated": "2022-11-01T10:22:21.698479-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chesson Hadley",
                            "reward": "68.90000",
                            "odds": "71.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "57b98060-191a-4ef8-9f9d-2d428a3d1514",
                            "gambit_id": "f8bc0fb7-f46b-4a5e-a954-962cb1a4e71f",
                            "last_updated": "2022-11-01T10:22:21.697559-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Henrik Norlander",
                            "reward": "73.75000",
                            "odds": "76.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "a108a4dd-e07c-4b6e-a936-b9f5bf0dfd14",
                            "gambit_id": "5917a883-c146-45b8-80db-0a28fc97202a",
                            "last_updated": "2022-11-01T10:22:21.755991-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brice Garnett",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b95694cf-63af-4c01-af78-a40c68a11ac4",
                            "gambit_id": "1a63fba5-1beb-4355-aa25-fb5d0a0d13ef",
                            "last_updated": "2022-11-01T10:22:21.756868-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kramer Hickok",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "bd2c7221-0e94-401a-b29a-c4d13f12de47",
                            "gambit_id": "e00baf6d-8d14-4ac6-9df1-f1777412d71e",
                            "last_updated": "2022-11-01T10:22:21.760368-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kramer Hickok",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "4af5dce0-2466-4f30-90ce-62b729179d97",
                            "gambit_id": "67d545da-38ff-4141-a37f-c46e6117f656",
                            "last_updated": "2022-11-01T10:22:21.754244-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Hank Lebioda",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "6d0ba71b-aeb9-42eb-9629-eb19b0e3958c",
                            "gambit_id": "9f0b63b5-1d17-4263-b646-319dc02c8963",
                            "last_updated": "2022-11-01T10:22:21.671926-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harrison Endycott",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "dc6b5e9b-020a-4b59-b6cb-d8bd37725f99",
                            "gambit_id": "20c830db-2749-4758-89c1-fdf391106c32",
                            "last_updated": "2022-11-01T10:22:21.660126-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chesson Hadley",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "c5f50c93-5ca6-4e60-bdc9-1d20ee4064db",
                            "gambit_id": "245583ef-9651-4564-92d8-f7c6821b27f0",
                            "last_updated": "2022-11-01T10:22:21.700227-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harry Hall",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "8f39c4dc-dddf-4926-9e9b-f1713b15e82f",
                            "gambit_id": "5846b044-bdec-4007-a368-935f13dd5274",
                            "last_updated": "2022-11-01T10:22:21.739291-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Harry Higgs",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "9de9f0da-506e-4152-b745-a49646fcfb88",
                            "gambit_id": "a01919a7-0803-493f-9d92-350b5b64c45e",
                            "last_updated": "2022-11-01T10:22:21.740151-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sean O'Hair",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "596da3e7-0c23-429c-8b2d-053f5cb522bf",
                            "gambit_id": "ebf23cd4-0480-44b8-83fd-dcf94671ebed",
                            "last_updated": "2022-11-01T10:22:21.696659-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Piercy",
                            "reward": "78.60000",
                            "odds": "81.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b00bb041-1d60-47ae-bdd9-c1d5958ad509",
                            "gambit_id": "29b34ec6-58db-45a9-99a5-11b60b420042",
                            "last_updated": "2022-11-01T10:22:21.769223-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Callum Tarren",
                            "reward": "88.30000",
                            "odds": "91.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "d42e143f-e1d4-4fdf-81a6-ddc8daf5a8f4",
                            "gambit_id": "5c96e6f0-a731-4c0e-9add-0d5a44236cbd",
                            "last_updated": "2022-11-01T10:22:21.762163-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyler Duncan",
                            "reward": "88.30000",
                            "odds": "91.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "2411037a-599e-45d9-9b45-52282414c930",
                            "gambit_id": "b597d452-4333-4dd0-a753-d8e3a627c465",
                            "last_updated": "2022-11-01T10:22:21.666539-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vincent Norrman",
                            "reward": "88.30000",
                            "odds": "91.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b06bbd5d-e0ec-4867-b121-90fb8098b93b",
                            "gambit_id": "5be4c64e-cf06-4958-aa59-4fafc718b229",
                            "last_updated": "2022-11-01T10:22:21.772769-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Alex Smalley",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "ede10517-bc94-4004-aa87-224b59f0ca38",
                            "gambit_id": "b68e6993-d097-4e4e-8d45-48b9a1bcd205",
                            "last_updated": "2022-11-01T10:22:21.672825-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin Cook",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "588ecc7b-0c56-4810-a389-9fb3b729efe3",
                            "gambit_id": "6714977f-2d7a-44ff-89c8-5849adebdae4",
                            "last_updated": "2022-11-01T10:22:21.753378-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "M-J Daffue",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "2bc2418b-0a91-47cd-b35e-6a88600a9e5c",
                            "gambit_id": "6f8ccc20-423a-4a62-8bd3-38abd5e86053",
                            "last_updated": "2022-11-01T10:22:21.747264-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charley Hoffman",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "bab3aec0-ba21-403b-a782-00e5243a0167",
                            "gambit_id": "f0107310-24a5-4140-9bd3-14fc3c0b89d0",
                            "last_updated": "2022-11-01T10:22:21.749901-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nate Lashley",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "18096c38-006d-4166-b918-06898b3f2cab",
                            "gambit_id": "6a5e1b39-e44d-468e-9641-0b6fae2248d4",
                            "last_updated": "2022-11-01T10:22:21.746337-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matthias Schwab",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "cc73319f-936f-4d53-81d7-95884dcc5346",
                            "gambit_id": "e5ee5326-a476-4e5e-99f6-385b87170a56",
                            "last_updated": "2022-11-01T10:22:21.766590-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "C T Pan",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "c762c976-6916-491e-880e-daaa7b721b65",
                            "gambit_id": "1fe17b34-66d2-4ef0-af55-8aa6ce2ecd34",
                            "last_updated": "2022-11-01T10:22:21.775408-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Justin Lower",
                            "reward": "98.00000",
                            "odds": "101.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "3be3105c-a29b-4e37-8239-a1a981d19471",
                            "gambit_id": "4291517d-d439-4bb0-8200-8cd4a1d2365f",
                            "last_updated": "2022-11-01T10:22:21.720644-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Max McGreevy",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "fde8366c-a9ce-40dd-9cb8-13c70e438e13",
                            "gambit_id": "7eb664ed-0f67-4e82-b90e-7580e833ee98",
                            "last_updated": "2022-11-01T10:22:21.679979-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Garrick Higgo",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "803c2383-acda-473d-a350-2e33c9a840f0",
                            "gambit_id": "68860e1e-2fec-484a-8b3b-17ac6b925a02",
                            "last_updated": "2022-11-01T10:22:21.682618-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "William McGirt",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "727a2fd4-35dd-4c4e-9778-724c8b348a67",
                            "gambit_id": "a2781613-04ec-4691-b746-fe9481ef3f30",
                            "last_updated": "2022-11-01T10:22:21.702945-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Stephan Jaeger",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "7ab5fde4-127b-44ed-95bb-df67bd928090",
                            "gambit_id": "6e5cc898-656a-4895-85e7-6e191a3ccb64",
                            "last_updated": "2022-11-01T10:22:21.763947-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Lucas Glover",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "80779581-c1b7-4b7a-9f8d-efea0dc70d9c",
                            "gambit_id": "bd4d37ff-0e39-4f59-8a85-2b9b3a06eb47",
                            "last_updated": "2022-11-01T10:22:21.673698-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chad Ramey",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "1016128f-5dd2-4101-840b-1019d8aa95a6",
                            "gambit_id": "86208f0a-6834-4f2a-ac8c-4bbfd22e631d",
                            "last_updated": "2022-11-01T10:22:21.674583-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Luke Donald",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "689da218-bd46-4eac-8e8e-e0758b6e8edc",
                            "gambit_id": "fb2dc546-8bd5-4872-bd75-684ecacd91c5",
                            "last_updated": "2022-11-01T10:22:21.676454-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Andrew Novak",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "43b287eb-0aa3-428f-8bd6-df4f1e5f251f",
                            "gambit_id": "0b28d291-98c8-4e44-8d34-79de1f742450",
                            "last_updated": "2022-11-01T10:22:21.679091-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Harrington",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "4f20a1b3-3cbe-466f-8b71-7d1d782720ea",
                            "gambit_id": "8a3f3b46-7fad-4464-be81-af21d7afd033",
                            "last_updated": "2022-11-01T10:22:21.749030-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ben Martin",
                            "reward": "122.25000",
                            "odds": "126.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "f2487446-f96e-44c5-aeb8-8f804d732c54",
                            "gambit_id": "9f7e15ee-649f-4123-824b-fa18eb91598a",
                            "last_updated": "2022-11-01T10:22:21.745460-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nicholas Lindheim",
                            "reward": "136.80000",
                            "odds": "141.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "a56326d8-cd4a-4db4-b34e-df43a43fea24",
                            "gambit_id": "69cccc05-3fa2-4122-b201-97209d909844",
                            "last_updated": "2022-11-01T10:22:21.695775-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Michael Kim",
                            "reward": "136.80000",
                            "odds": "141.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "3ba4fb4b-1cdd-4cdb-8366-565cca69097c",
                            "gambit_id": "bcf1aace-cdec-44d0-b4bc-ebd7a12ce775",
                            "last_updated": "2022-11-01T10:22:21.744575-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "David Lingmerth",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "00691e39-f4ed-4009-aa9e-62a93071eb73",
                            "gambit_id": "87cf4084-0aa1-4d39-ac0e-a44774cfc850",
                            "last_updated": "2022-11-01T10:22:21.743702-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "David Hearn",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "3ed20eb6-7fbc-4fd9-8f32-bb6efe827440",
                            "gambit_id": "1b33fde5-7ce5-4632-9e5d-d72b36013205",
                            "last_updated": "2022-11-01T10:22:21.742823-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Robert Streb",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "8cdf58b1-f100-4281-b25a-6870228f1b3f",
                            "gambit_id": "c06c6ef0-7997-4db5-8721-f0af2e86b4a0",
                            "last_updated": "2022-11-01T10:22:21.741947-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chris Stroud",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b9e2550b-a042-4c40-a885-a3b53086cf25",
                            "gambit_id": "f5fa5b2a-67af-4450-94fa-95d1e50d9c59",
                            "last_updated": "2022-11-01T10:22:21.741037-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Gutschewski",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "1e1ad6f1-d970-4cee-bf93-957ed6943b61",
                            "gambit_id": "5919053a-d8c6-4bb3-9728-4ec629f97fe3",
                            "last_updated": "2022-11-01T10:22:21.736693-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Camilo Villegas",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b9e54ded-f9c8-4aaa-b9e1-a1d8bbdf619a",
                            "gambit_id": "8d8b1ea5-b49f-4142-b09c-cba561269c28",
                            "last_updated": "2022-11-01T10:22:21.771834-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adam Long",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "260a0c9b-2149-478c-a7b0-14c17a880408",
                            "gambit_id": "88888ea0-8960-410a-87d7-5974ae4c0373",
                            "last_updated": "2022-11-01T10:22:21.683491-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Taylor",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "f3c0bfc2-66bd-4c73-aa7b-a44e4e795693",
                            "gambit_id": "9bad87d6-dfa8-44c9-8e7e-a84ae60c49a9",
                            "last_updated": "2022-11-01T10:22:21.669224-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philip Knowles",
                            "reward": "146.50000",
                            "odds": "151.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "1d529783-a8b2-4514-8b6f-56391d1c5e9b",
                            "gambit_id": "a8cf9e72-49ed-4873-a571-3185f4bdb8dd",
                            "last_updated": "2022-11-01T10:22:21.694905-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cody Gribble",
                            "reward": "170.75000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "661fe4ee-2c38-4981-875b-078910303b38",
                            "gambit_id": "34389fb1-61ac-48e6-a6f6-fb62d58ca114",
                            "last_updated": "2022-11-01T10:22:21.761260-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Scott Piercy",
                            "reward": "170.75000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "014a923d-a07a-441d-985f-1fc04d8de34e",
                            "gambit_id": "55eee66a-7d37-40a7-bf84-146087903cf4",
                            "last_updated": "2022-11-01T10:22:21.724147-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Eric Cole",
                            "reward": "170.75000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b18c962c-0d1d-4624-a9c5-dbb993037e40",
                            "gambit_id": "6ba8ab7f-48ba-42ef-9f73-5202339a384b",
                            "last_updated": "2022-11-01T10:22:21.738429-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brandon Matthews",
                            "reward": "170.75000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "120ae4f0-34b8-4361-a9cc-d3c3e97e0eeb",
                            "gambit_id": "e5e407a8-304c-4eb7-a6e5-935bfb6df4d3",
                            "last_updated": "2022-11-01T10:22:21.734923-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jonathan Byrd",
                            "reward": "170.75000",
                            "odds": "176.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "86214f58-6d29-4169-b25e-cf834b37f31c",
                            "gambit_id": "164a78b0-e863-4fbb-85fd-3d507d4c5a35",
                            "last_updated": "2022-11-01T10:22:21.737567-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Tway",
                            "reward": "175.60000",
                            "odds": "181.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "8fe66ada-7a4b-4ae8-85d4-72091e4b442c",
                            "gambit_id": "769c8cfd-aa8c-40d4-a55d-b6d31f4d9c86",
                            "last_updated": "2022-11-01T10:22:21.773643-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Rai",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "acad1270-4ed7-4f63-9ce3-2c696fa5bc49",
                            "gambit_id": "5ed7a121-1b64-4d41-b8c4-472cbf9c001b",
                            "last_updated": "2022-11-01T10:22:21.693156-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brent Grant",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "e1560ba3-8517-4fac-8cd0-18d43062ec9e",
                            "gambit_id": "943e0cc0-8b3a-4bdd-b539-84f75d66d36e",
                            "last_updated": "2022-11-01T10:22:21.692286-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Erik Barnes",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "a78120a5-ce01-4b80-abbb-891afa1df5ca",
                            "gambit_id": "4b57b8ea-b101-4215-9ef2-0e4d19946689",
                            "last_updated": "2022-11-01T10:22:21.725914-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Grayson Murray",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "4f3ecc64-4302-4a7b-a13b-7d3828f134d0",
                            "gambit_id": "d4f09b55-b9a7-4522-add1-6c7dea0cbcbf",
                            "last_updated": "2022-11-01T10:22:21.725041-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sung Kang",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "83629416-3ef3-4a17-bc53-3114737d9e9b",
                            "gambit_id": "5b4f2538-38ec-47b7-8d0e-2a2bcaf6db43",
                            "last_updated": "2022-11-01T10:22:21.729495-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Richy Werenski",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "7957e0e9-af2d-4fd0-b825-bcfb33b9ac1f",
                            "gambit_id": "efac45ba-1bcb-41ab-aada-7d81d27aea3a",
                            "last_updated": "2022-11-01T10:22:21.684365-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cameron Percy",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "ab868974-8d3f-42dc-9288-763002885766",
                            "gambit_id": "6dd2bfd6-34ab-4023-a3ce-0b826a0a726c",
                            "last_updated": "2022-11-01T10:22:21.728545-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seung-Yul Noh",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "c6984b72-3005-42a6-987f-c75f6999f87f",
                            "gambit_id": "60ea21bf-18b8-4ddf-8815-a6557ff163df",
                            "last_updated": "2022-11-01T10:22:21.699355-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Austin Eckroat",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "64f4b569-17bd-4b37-b86b-cd736097e914",
                            "gambit_id": "4b403d63-1227-4ca7-9aea-c41529a0cb56",
                            "last_updated": "2022-11-01T10:22:21.731344-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Trevor Cone",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "f6a17aaf-4a87-40da-aa00-db9c7777b87d",
                            "gambit_id": "f011fbac-fd20-4316-878e-172403cff902",
                            "last_updated": "2022-11-01T10:22:21.734036-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vaughn Taylor",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "a70006cd-2ebb-4438-a557-081454bc6982",
                            "gambit_id": "9d0575ea-4967-491b-96b1-b2f03b5cc9aa",
                            "last_updated": "2022-11-01T10:22:21.733153-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Roy",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "e93add3b-acf7-42bb-8aec-00fd0e52d28b",
                            "gambit_id": "83b1565b-e05d-44a4-bded-82d1d7fd8dde",
                            "last_updated": "2022-11-01T10:22:21.671031-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Caleb Surratt",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "a79663e7-e656-4e9e-80c3-68388238fe46",
                            "gambit_id": "a0d9db4d-fbf5-48fe-96ba-769f325f18ed",
                            "last_updated": "2022-11-01T10:22:21.677345-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Matthias Schmid",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "ccc9bdc1-3162-4425-a157-cf50d83b3672",
                            "gambit_id": "9db3c2ff-607d-4d00-a026-9cfe02e29e3b",
                            "last_updated": "2022-11-01T10:22:21.694032-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tano Goya",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "91eb7127-602e-4e89-8ced-6cb4d08b6ffa",
                            "gambit_id": "a125a5a1-3db4-4ee0-9e40-faabd0cd287f",
                            "last_updated": "2022-11-01T10:22:21.732241-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bill Haas",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "e13828fb-8794-4ce5-b095-4cf0f7b23748",
                            "gambit_id": "d493828d-0b76-4793-9181-5b8a0c5b9479",
                            "last_updated": "2022-11-01T10:22:21.776304-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Adrian Meronk",
                            "reward": "195.00000",
                            "odds": "201.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "0e33f56e-5263-4738-b058-7d312fec6825",
                            "gambit_id": "6bdacd14-e836-48f2-9e22-2c70089d6861",
                            "last_updated": "2022-11-01T10:22:21.726794-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Watney",
                            "reward": "219.25000",
                            "odds": "226.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "09a52c5b-4f21-46a5-88c3-281b0a03e065",
                            "gambit_id": "fd58ed40-f686-4af0-9cbd-20a3dd400f16",
                            "last_updated": "2022-11-01T10:22:21.752498-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sam Stevens",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "71a66a6a-4523-49b4-b8e4-7b7e5face09c",
                            "gambit_id": "c2c18a59-7f06-4d70-8400-fb43ccece3a0",
                            "last_updated": "2022-11-01T10:22:21.735797-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Augusto Nunez",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "50d5f9d6-e8a5-4f05-b2ed-71b6029a7a1c",
                            "gambit_id": "6765fa09-170e-412b-969b-83de0cb6309e",
                            "last_updated": "2022-11-01T10:22:21.722401-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kevin Chappell",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "56955845-5ea0-4ded-9afe-5803d27b595e",
                            "gambit_id": "c61effa5-55a3-4110-a8f6-af7affc138ac",
                            "last_updated": "2022-11-01T10:22:21.727669-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Palmer Jackson",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "b6b967ef-f143-4784-8b11-e42fdcb35c90",
                            "gambit_id": "3f12b155-8e3c-4828-872a-dd5a946fdc1a",
                            "last_updated": "2022-11-01T10:22:21.710021-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Trevor Werbylo",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "a7846c7c-8869-43cc-b4d0-146e9c38d7fd",
                            "gambit_id": "d8898297-f874-4039-b485-d8351b68d268",
                            "last_updated": "2022-11-01T10:22:21.723275-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "John VanDerLaan",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "ea553976-ef36-46f7-8fbe-8d4018566937",
                            "gambit_id": "b3f05ccc-c8ad-4c95-ab2c-43fd36118818",
                            "last_updated": "2022-11-01T10:22:21.715265-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Akshay Bhatia",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "9482368b-2d90-4c7a-8908-fd3ef70e1a2c",
                            "gambit_id": "3f92a260-461d-44d4-9d69-adf32c0e2ae9",
                            "last_updated": "2022-11-01T10:22:21.770959-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brandon Wu",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "f692f429-43fe-43b7-a57f-41fa20a17469",
                            "gambit_id": "71c2d982-15e0-4d76-9503-52d8979cc275",
                            "last_updated": "2022-11-01T10:22:21.661247-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Byeong-Hun An",
                            "reward": "243.50000",
                            "odds": "251.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "7cd59be6-5027-44a4-900e-dfde93b72ed2",
                            "gambit_id": "1a02cd0c-c0f2-47bc-908b-0a8997bb1367",
                            "last_updated": "2022-11-01T10:22:21.678218-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Carson Young",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "d736f51b-70e6-429f-b2a8-4179c4b93e89",
                            "gambit_id": "0c10cafa-62c8-4f8e-a422-9f2857a0f5f8",
                            "last_updated": "2022-11-01T10:22:21.711773-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Wesley Bryan",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "781a0b4c-4645-458d-9979-62c859cf7dd9",
                            "gambit_id": "9285851e-8085-4d82-ba99-db454c4c3768",
                            "last_updated": "2022-11-01T10:22:21.717977-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tommy Gainey",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "c358e0b3-1652-46ae-967a-546a4f32becb",
                            "gambit_id": "46deb5db-7d94-41cb-b082-3bdac7f081d8",
                            "last_updated": "2022-11-01T10:22:21.721525-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Aaron Jarvis",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "61f6893b-586e-4a52-998e-971de881b2f9",
                            "gambit_id": "bf1b9d36-c7af-4e10-b75f-79c3c357fe01",
                            "last_updated": "2022-11-01T10:22:21.691414-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tyson Alexander",
                            "reward": "292.00000",
                            "odds": "301.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "8f7f5cc8-2424-4389-9659-18f8d504e48a",
                            "gambit_id": "0c12653b-91a3-438d-8d61-e5174f5f8874",
                            "last_updated": "2022-11-01T10:22:21.689647-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chandler Blanchet",
                            "reward": "340.50000",
                            "odds": "351.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "9aaed73f-a37c-4910-b55b-8a5e45d54ab7",
                            "gambit_id": "dfa81911-ee8d-4a8f-ab18-ef0c5fca112e",
                            "last_updated": "2022-11-01T10:22:21.688771-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ryan Brehm",
                            "reward": "340.50000",
                            "odds": "351.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "0e1480dc-56da-4912-a9aa-7ce9034bb9f4",
                            "gambit_id": "f6b7dd23-818c-455c-be5a-1b8a27521e7f",
                            "last_updated": "2022-11-01T10:22:21.718884-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Robert Garrigus",
                            "reward": "340.50000",
                            "odds": "351.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "57647022-03ef-4d26-828e-b8df59c54874",
                            "gambit_id": "2ceb729b-2e5e-4d32-b6cf-f41596f875ff",
                            "last_updated": "2022-11-01T10:22:21.716135-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Clay Feagler",
                            "reward": "340.50000",
                            "odds": "351.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "1062a62f-d007-48aa-8075-013be6a62c34",
                            "gambit_id": "beb31a6e-caac-468a-ac0c-cfb2a41d637c",
                            "last_updated": "2022-11-01T10:22:21.714398-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Kyle Westmoreland",
                            "reward": "340.50000",
                            "odds": "351.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "652e8262-1493-450e-a491-a409e28c686a",
                            "gambit_id": "8eb742dd-f445-4dd0-80dc-972189fb1f79",
                            "last_updated": "2022-11-01T10:22:21.681730-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bo Van Pelt",
                            "reward": "389.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "51835aaf-d7af-48ac-9244-c3440485cde0",
                            "gambit_id": "95f2a788-a468-4175-bf56-00705ffbee91",
                            "last_updated": "2022-11-01T10:22:21.713526-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ricky Barnes",
                            "reward": "389.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "a914332e-34d0-4e24-8cd6-7ba5aca13158",
                            "gambit_id": "361f3113-b447-4b5a-b68c-87570c314a4e",
                            "last_updated": "2022-11-01T10:22:21.710900-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "James Nicholas",
                            "reward": "389.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "33372d84-bac9-4e89-8799-38bee3e83aaa",
                            "gambit_id": "1e3f6656-74c5-47fc-a287-8dad00028098",
                            "last_updated": "2022-11-01T10:22:21.687895-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Martin Trainer",
                            "reward": "389.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "c6754fc3-672d-41ba-940b-90220b339188",
                            "gambit_id": "f3a44838-831a-47b0-b9f2-5b45919167e9",
                            "last_updated": "2022-11-01T10:22:21.690540-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sang Moon Bae",
                            "reward": "389.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "06ce0244-f1db-4736-a0b8-c03b6bb9893f",
                            "gambit_id": "985fd6e9-c587-4a4a-b4fc-b116d147e300",
                            "last_updated": "2022-11-01T10:22:21.712654-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Greg Chalmers",
                            "reward": "389.00000",
                            "odds": "401.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "4356a791-67dd-4924-9e11-a2fe7dc98f07",
                            "gambit_id": "c823207c-ab96-4da9-b373-8052cfc8426e",
                            "last_updated": "2022-11-01T10:22:21.680856-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jonas Blixt",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "38e078f4-5dc1-4160-8af0-dd090c51962f",
                            "gambit_id": "d910664a-84f1-4859-9e62-c321af23fd9c",
                            "last_updated": "2022-11-01T10:22:21.706500-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Nick Jones",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "544da605-3a09-4ab8-9c64-820510ba49bb",
                            "gambit_id": "60a82a3e-4148-4e02-802f-a5144e745924",
                            "last_updated": "2022-11-01T10:22:21.707384-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "J.J. Henry",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "c8e2febd-021b-490e-a812-c4c850f41f52",
                            "gambit_id": "8d8b6411-6073-4f60-a490-74562ad133e5",
                            "last_updated": "2022-11-01T10:22:21.687025-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "D.A. Points",
                            "reward": "486.00000",
                            "odds": "501.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "48eacd91-14b2-44f5-a9e7-448a3d7fa83f",
                            "gambit_id": "d4895b7f-ac3a-42b7-a888-aff429b36225",
                            "last_updated": "2022-11-01T10:22:21.709153-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Willie Mack",
                            "reward": "583.00000",
                            "odds": "601.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "61764b54-58ba-49b3-80c1-ac0caf3df505",
                            "gambit_id": "957d4758-a571-4882-bb39-ae4425863ead",
                            "last_updated": "2022-11-01T10:22:21.708273-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Michael Sims",
                            "reward": "680.00000",
                            "odds": "701.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "1981d1a3-5e6c-4c96-ae24-68722c110293",
                            "gambit_id": "903d51c5-b2a9-4ab3-8fbf-4a557c7cd16a",
                            "last_updated": "2022-11-01T10:22:21.704703-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Jarryd Dillas",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "f0cf5c1d-750d-49a1-9f8e-3a508b84e123",
                            "gambit_id": "50ad2b98-a275-4f6a-be2f-37ad1378f39a",
                            "last_updated": "2022-11-01T10:22:21.705601-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Greg Koch",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        },
                        {
                            "id": "04cfda43-10b0-4a69-95de-88b9d8022ea6",
                            "gambit_id": "b3b9f651-3ec6-405f-bf80-5c77d10346a4",
                            "last_updated": "2022-11-01T10:22:21.686116-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "John Daly",
                            "reward": "971.00000",
                            "odds": "1001.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0da5f0-728b-4645-a01e-71d05a996078/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "99c23b56-e58a-4215-9583-a43f610de260",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c3cf38ac-cd38-49b5-b0ee-06107d6d113a",
            "completed": true,
            "last_updated": "2022-10-27T12:07:13.890830-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/c3cf38ac-cd38-49b5-b0ee-06107d6d113a",
            "datetime": "2022-10-26T22:59:00-04:00",
            "cutoff_datetime": "2022-10-26T22:59:00-04:00",
            "name": "US Lottery - Powerball: Pick the Powerball Number - October 26th 2022",
            "bettypes": [
                {
                    "id": "b51ba9e3-3dbf-4c03-97ad-4150817757ac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/99c23b56-e58a-4215-9583-a43f610de260/?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": "6b380f58-bf9a-4b0f-8442-7ba8ce922876",
                            "gambit_id": "82d004b6-ccdf-4787-a85a-1d7ff8fba6e5",
                            "last_updated": "2022-10-27T12:07:13.893153-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "21 to 26",
                            "reward": "3.91000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                        },
                        {
                            "id": "5ecdcebf-87a5-4422-8ac1-b2835a643c93",
                            "gambit_id": "afc27e1b-42e4-40d4-b683-40be24f41948",
                            "last_updated": "2022-10-27T12:07:13.897063-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "1 to 5",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                        },
                        {
                            "id": "2af688a7-72e9-479d-bdb0-d0016c0fe840",
                            "gambit_id": "d492eadb-b473-4f60-bdc1-6972b443fd6e",
                            "last_updated": "2022-10-27T12:07:13.895103-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "11 to 15",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                        },
                        {
                            "id": "7e48b67c-078b-433a-b661-8a4b03bae532",
                            "gambit_id": "ccbb796a-d6da-465e-9258-64a64ba03439",
                            "last_updated": "2022-10-27T12:07:13.894133-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "16 to 20",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                        },
                        {
                            "id": "fac9a025-364f-424f-9929-2146084b7f12",
                            "gambit_id": "79d7238c-e7c3-452d-ada7-4ea466b42bde",
                            "last_updated": "2022-10-27T12:07:13.896072-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "6 to 10",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b51ba9e3-3dbf-4c03-97ad-4150817757ac/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fbfa4e3c-290c-4549-a031-08cba20b331e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "88c79ff7-729a-46dc-bd01-d4b376bd6e3a",
            "completed": true,
            "last_updated": "2022-10-27T12:07:20.846720-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.05,
            "sport_category": "Powerball Betting",
            "sport": "Non Sporting",
            "url": "https://app.gambitrewards.com/match/88c79ff7-729a-46dc-bd01-d4b376bd6e3a",
            "datetime": "2022-10-26T22:59:00-04:00",
            "cutoff_datetime": "2022-10-26T22:59:00-04:00",
            "name": "US Lottery - Powerball: Odd or Even Powerball Number - October 26th 2022",
            "bettypes": [
                {
                    "id": "3c96eb23-3204-456f-a8bc-1aa6159ac7a5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fbfa4e3c-290c-4549-a031-08cba20b331e/?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": "Even",
                                "amount": 5000.0
                            },
                            {
                                "team": "Odd",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "96c83619-1080-4811-963f-41882e47b06e",
                            "gambit_id": "1e1e7941-24fd-440b-b481-9acb2a2f6abb",
                            "last_updated": "2022-10-27T12:07:20.849364-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Even",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c96eb23-3204-456f-a8bc-1aa6159ac7a5/?format=api"
                        },
                        {
                            "id": "261b55c0-4d11-4c88-94f2-7fb0a28c7984",
                            "gambit_id": "552141c7-0859-4a70-92af-5e782982f97a",
                            "last_updated": "2022-10-27T12:07:20.850523-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Odd",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c96eb23-3204-456f-a8bc-1aa6159ac7a5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a67c5c36-9de7-4681-9261-a1c99c18c721",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f5958120-fc31-47d6-a909-bff10ad520c2",
            "completed": true,
            "last_updated": "2022-10-27T11:47:08.601857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.18,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/f5958120-fc31-47d6-a909-bff10ad520c2",
            "datetime": "2022-10-26T22:10:00-04:00",
            "cutoff_datetime": "2022-10-26T22:10:00-04:00",
            "name": "Los Angeles Lakers v. Denver Nuggets",
            "bettypes": [
                {
                    "id": "001c9d58-c095-4815-9b5a-35b02a0737d8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a67c5c36-9de7-4681-9261-a1c99c18c721/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Denver Nuggets",
                                "amount": 6475.0
                            },
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 3525.0
                            }
                        ],
                        "expected_reward_tokens": 9517.5,
                        "profit_sb": 17.5,
                        "profit_sb_percentage": 0.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1ba5e603-8d79-46c7-aed6-c7f4a15c5b9b",
                            "gambit_id": "b32983fd-1bba-4753-bc7b-e3692a6c0847",
                            "last_updated": "2022-10-27T11:47:08.608069-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/001c9d58-c095-4815-9b5a-35b02a0737d8/?format=api"
                        },
                        {
                            "id": "5a6788cf-743f-4315-9e2a-6a64b7f75920",
                            "gambit_id": "00859fb4-6f27-485e-b4bd-34f90233c429",
                            "last_updated": "2022-10-27T11:47:08.609082-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/001c9d58-c095-4815-9b5a-35b02a0737d8/?format=api"
                        }
                    ]
                },
                {
                    "id": "7e569237-659d-43be-aa41-44cf52a31e5c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a67c5c36-9de7-4681-9261-a1c99c18c721/?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 Lakers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Denver Nuggets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cc491142-4a26-4a2f-a02a-967a0e029453",
                            "gambit_id": "4bdd3247-fcb9-49fe-bba9-a770c9850f7d",
                            "last_updated": "2022-10-27T11:47:08.611084-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e569237-659d-43be-aa41-44cf52a31e5c/?format=api"
                        },
                        {
                            "id": "32208134-36c7-427f-b1bf-7336b24b9e49",
                            "gambit_id": "f02708d8-002b-4c95-8b40-0cacd3ec0fb5",
                            "last_updated": "2022-10-27T11:47:08.612097-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e569237-659d-43be-aa41-44cf52a31e5c/?format=api"
                        }
                    ]
                },
                {
                    "id": "f84b74f2-4fad-4f28-aaf7-3f84e32ad7c0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a67c5c36-9de7-4681-9261-a1c99c18c721/?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 230",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 230",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ca483e4e-b2e7-4cf2-bc3f-93b9901cabf9",
                            "gambit_id": "77c42457-1f19-4a9b-bcd0-4d48e3c70b05",
                            "last_updated": "2022-10-27T11:47:08.604804-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 230",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "230.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f84b74f2-4fad-4f28-aaf7-3f84e32ad7c0/?format=api"
                        },
                        {
                            "id": "f14a1d75-0a3a-4e02-865a-8a476e53fe31",
                            "gambit_id": "bdca8ea2-290a-463c-88ca-2a5e0f6914bb",
                            "last_updated": "2022-10-27T11:47:08.606033-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 230",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "230.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f84b74f2-4fad-4f28-aaf7-3f84e32ad7c0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6e912b70-ef67-4ab8-a79c-0d06985a20c3",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ed374b85-df42-4466-8e65-2295aa530cfa",
            "completed": true,
            "last_updated": "2022-10-27T11:47:04.460762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.2,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/ed374b85-df42-4466-8e65-2295aa530cfa",
            "datetime": "2022-10-26T22:10:00-04:00",
            "cutoff_datetime": "2022-10-26T22:10:00-04:00",
            "name": "Miami Heat v. Portland Trail Blazers",
            "bettypes": [
                {
                    "id": "f1f98c03-54e6-43fb-b6e5-7345ed05e238",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e912b70-ef67-4ab8-a79c-0d06985a20c3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Heat",
                                "amount": 5610.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 4390.0
                            }
                        ],
                        "expected_reward_tokens": 9480.9,
                        "profit_sb": -19.1,
                        "profit_sb_percentage": -0.2,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0a503536-6cd2-4f19-985f-14b9be62a2d7",
                            "gambit_id": "324d0ca9-4ec2-446c-88e5-ae58b0db881f",
                            "last_updated": "2022-10-27T11:47:04.467737-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Heat",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f98c03-54e6-43fb-b6e5-7345ed05e238/?format=api"
                        },
                        {
                            "id": "78a5f1ca-5e51-4045-bbb8-dc528bc3f583",
                            "gambit_id": "6d7be0cb-13c6-4b62-86a9-d3abf0126f72",
                            "last_updated": "2022-10-27T11:47:04.466750-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f98c03-54e6-43fb-b6e5-7345ed05e238/?format=api"
                        }
                    ]
                },
                {
                    "id": "d8e08ea2-d6b0-477d-8036-124a84c0e537",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e912b70-ef67-4ab8-a79c-0d06985a20c3/?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 Heat",
                                "amount": 5000.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0b252d95-b23d-430a-8d6d-38c004ace685",
                            "gambit_id": "ef2599c5-0337-45a2-aa94-98f743334765",
                            "last_updated": "2022-10-27T11:47:04.470737-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Miami Heat",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e08ea2-d6b0-477d-8036-124a84c0e537/?format=api"
                        },
                        {
                            "id": "c6e4b525-feb4-4a47-887c-00b32fe9559d",
                            "gambit_id": "95354e6f-9b7a-46e3-9b59-54607681528f",
                            "last_updated": "2022-10-27T11:47:04.469718-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e08ea2-d6b0-477d-8036-124a84c0e537/?format=api"
                        }
                    ]
                },
                {
                    "id": "c902e63c-b972-43ad-8a63-2784f6219347",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6e912b70-ef67-4ab8-a79c-0d06985a20c3/?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 220.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 220.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f2bc7b0f-3b28-413e-a550-66b5534d1e90",
                            "gambit_id": "c78225f7-b0aa-414b-9230-5b6d76d45dad",
                            "last_updated": "2022-10-27T11:47:04.464773-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 220.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "220.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c902e63c-b972-43ad-8a63-2784f6219347/?format=api"
                        },
                        {
                            "id": "44df402c-561d-4864-927b-d28fe01a5a3a",
                            "gambit_id": "cb628da9-6076-4378-9a29-83b1c452a2b1",
                            "last_updated": "2022-10-27T11:47:04.463698-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 220.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "220.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c902e63c-b972-43ad-8a63-2784f6219347/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ce9150ec-4cc5-4623-9dcf-b1fd7f2570dd",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3e67721a-57b0-4a14-9e5f-01f7e0bc20e9",
            "completed": true,
            "last_updated": "2022-10-27T11:57:05.427072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.39,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/3e67721a-57b0-4a14-9e5f-01f7e0bc20e9",
            "datetime": "2022-10-26T22:05:00-04:00",
            "cutoff_datetime": "2022-10-26T22:05:00-04:00",
            "name": "Tampa Bay Lightning v. Anaheim Ducks",
            "bettypes": [
                {
                    "id": "a3f6e443-6a81-41ee-8a44-8450c5ea5047",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ce9150ec-4cc5-4623-9dcf-b1fd7f2570dd/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 5696.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 4304.0
                            }
                        ],
                        "expected_reward_tokens": 9511.84,
                        "profit_sb": 11.84,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6b5f0bb6-d52d-43d2-b045-46272cd0659d",
                            "gambit_id": "8cfa6677-c425-49d7-91cc-50267dd4b2a8",
                            "last_updated": "2022-10-27T11:57:05.437186-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.67000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f6e443-6a81-41ee-8a44-8450c5ea5047/?format=api"
                        },
                        {
                            "id": "378368ef-30b6-4c87-9141-057d0b0a5562",
                            "gambit_id": "ddb64158-76af-475f-975e-d3cb014e409b",
                            "last_updated": "2022-10-27T11:57:05.438314-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "2.21000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f6e443-6a81-41ee-8a44-8450c5ea5047/?format=api"
                        }
                    ]
                },
                {
                    "id": "d9ccbc58-b34a-45f1-893a-3f32dce4a341",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ce9150ec-4cc5-4623-9dcf-b1fd7f2570dd/?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": "Anaheim Ducks",
                                "amount": 6401.0
                            },
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 3599.0
                            }
                        ],
                        "expected_reward_tokens": 9537.35,
                        "profit_sb": 37.35,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "81fe92bf-b41a-4344-9cf3-4a89c43b3294",
                            "gambit_id": "ecf9a69e-89ae-45ec-abe8-2d2d1490fb68",
                            "last_updated": "2022-10-27T11:57:05.433531-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "1.49000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ccbc58-b34a-45f1-893a-3f32dce4a341/?format=api"
                        },
                        {
                            "id": "30e57861-b808-4d52-982d-c9843225df5e",
                            "gambit_id": "cd2a5888-eee3-4688-b345-0854631f3ae1",
                            "last_updated": "2022-10-27T11:57:05.434896-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "2.65000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ccbc58-b34a-45f1-893a-3f32dce4a341/?format=api"
                        }
                    ]
                },
                {
                    "id": "50125fab-9f29-47e2-8014-6212bcbf2c46",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ce9150ec-4cc5-4623-9dcf-b1fd7f2570dd/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d5cbf937-448e-4839-b656-e83b38af2487",
                            "gambit_id": "ab96d773-c176-4bec-abdb-f0a0c01d4350",
                            "last_updated": "2022-10-27T11:57:05.431129-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50125fab-9f29-47e2-8014-6212bcbf2c46/?format=api"
                        },
                        {
                            "id": "89965aa4-4c3a-4bb1-b1fc-8d83ea9534a8",
                            "gambit_id": "ab5048b1-8589-4867-81f9-dd0f42c29a68",
                            "last_updated": "2022-10-27T11:57:05.429940-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50125fab-9f29-47e2-8014-6212bcbf2c46/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b37cfdbf-49d0-4e2c-a66a-b9809711e40f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1b6bc6ec-ed56-4ab2-85d8-4f65adcb4a95",
            "completed": true,
            "last_updated": "2022-10-27T11:47:02.500094-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.24,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/1b6bc6ec-ed56-4ab2-85d8-4f65adcb4a95",
            "datetime": "2022-10-26T21:10:00-04:00",
            "cutoff_datetime": "2022-10-26T21:10:00-04:00",
            "name": "Houston Rockets v. Utah Jazz",
            "bettypes": [
                {
                    "id": "b4fd485f-59cd-4bf8-ac06-da2522fd2460",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b37cfdbf-49d0-4e2c-a66a-b9809711e40f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 7440.0
                            },
                            {
                                "team": "Houston Rockets",
                                "amount": 2560.0
                            }
                        ],
                        "expected_reward_tokens": 9523.2,
                        "profit_sb": 23.2,
                        "profit_sb_percentage": 0.24,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "75d20a49-b10e-467d-bc13-49a1bedbef3e",
                            "gambit_id": "2462611b-5fb3-4930-a697-4e0040575ed5",
                            "last_updated": "2022-10-27T11:47:02.505990-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.28000",
                            "odds": "1.28570",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4fd485f-59cd-4bf8-ac06-da2522fd2460/?format=api"
                        },
                        {
                            "id": "a38af989-9d90-4916-a92b-30243f0c99cc",
                            "gambit_id": "4fea33b6-56cc-4515-bb73-a17a5776c2df",
                            "last_updated": "2022-10-27T11:47:02.506953-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Rockets",
                            "reward": "3.72000",
                            "odds": "3.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4fd485f-59cd-4bf8-ac06-da2522fd2460/?format=api"
                        }
                    ]
                },
                {
                    "id": "9b2a6b43-09c5-4860-b8d0-ad04de343f52",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b37cfdbf-49d0-4e2c-a66a-b9809711e40f/?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": "Utah Jazz",
                                "amount": 5106.0
                            },
                            {
                                "team": "Houston Rockets",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "96cc6a86-ddad-4994-b0dc-ebd1324f5689",
                            "gambit_id": "f5d206b2-3aa7-4129-a680-0ef069aa05ea",
                            "last_updated": "2022-10-27T11:47:02.508902-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "-8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b2a6b43-09c5-4860-b8d0-ad04de343f52/?format=api"
                        },
                        {
                            "id": "87479df2-7df4-4df0-907e-676e8ed7956a",
                            "gambit_id": "ebad8e7d-71d8-4f17-82c2-d94f790f6a5b",
                            "last_updated": "2022-10-27T11:47:02.509888-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b2a6b43-09c5-4860-b8d0-ad04de343f52/?format=api"
                        }
                    ]
                },
                {
                    "id": "3fc6d8a6-4be6-4497-97df-27e0c11a2ae6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b37cfdbf-49d0-4e2c-a66a-b9809711e40f/?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 232.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 232.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "29ea159a-4525-4476-ae64-7ccd6906a45b",
                            "gambit_id": "adc520cf-466e-47c4-a038-1309518858de",
                            "last_updated": "2022-10-27T11:47:02.503997-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 232.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc6d8a6-4be6-4497-97df-27e0c11a2ae6/?format=api"
                        },
                        {
                            "id": "1386d35d-c1a4-49bc-851a-f0b81373e1a4",
                            "gambit_id": "82def3c0-bfae-4adf-ab3a-3a9105af25a9",
                            "last_updated": "2022-10-27T11:47:02.502959-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 232.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "232.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fc6d8a6-4be6-4497-97df-27e0c11a2ae6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a745bec5-980b-4732-8ce2-cb9eaf43fd98",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "98149fc4-3fed-4022-a6f6-18685714c4c4",
            "completed": true,
            "last_updated": "2022-10-27T11:52:05.201366-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.54,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/98149fc4-3fed-4022-a6f6-18685714c4c4",
            "datetime": "2022-10-26T20:10:00-04:00",
            "cutoff_datetime": "2022-10-26T20:10:00-04:00",
            "name": "San Antonio Spurs v. Minnesota Timberwolves",
            "bettypes": [
                {
                    "id": "20bb64f8-5334-41fa-8d61-b080a25abcbc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a745bec5-980b-4732-8ce2-cb9eaf43fd98/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 7829.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 2171.0
                            }
                        ],
                        "expected_reward_tokens": 9551.38,
                        "profit_sb": 51.38,
                        "profit_sb_percentage": 0.54,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "39d3ef4d-9a80-4c47-b700-6bea72606f80",
                            "gambit_id": "e1aac594-b873-4cce-8bba-c78421c15aba",
                            "last_updated": "2022-10-27T11:52:05.207869-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.22000",
                            "odds": "1.22220",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20bb64f8-5334-41fa-8d61-b080a25abcbc/?format=api"
                        },
                        {
                            "id": "26ffb062-505c-42d3-8461-e58f83ac367b",
                            "gambit_id": "309634aa-ac1f-403a-b2e1-df3b77cfd457",
                            "last_updated": "2022-10-27T11:52:05.209003-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "4.40000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20bb64f8-5334-41fa-8d61-b080a25abcbc/?format=api"
                        }
                    ]
                },
                {
                    "id": "41fa2493-f676-4ace-ae8b-c0679d0058ac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a745bec5-980b-4732-8ce2-cb9eaf43fd98/?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 Timberwolves",
                                "amount": 5000.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "23de5e47-45c8-411e-8d8f-ec4d89019f98",
                            "gambit_id": "0cd89655-7667-40a1-b903-6a264867b165",
                            "last_updated": "2022-10-27T11:52:05.210952-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41fa2493-f676-4ace-ae8b-c0679d0058ac/?format=api"
                        },
                        {
                            "id": "4fb802ca-9126-442b-bd37-607cd961f86b",
                            "gambit_id": "237e7fa7-1b40-450e-b255-de34b106c9b4",
                            "last_updated": "2022-10-27T11:52:05.211909-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41fa2493-f676-4ace-ae8b-c0679d0058ac/?format=api"
                        }
                    ]
                },
                {
                    "id": "fca17865-5a1c-4e47-ac21-efaa47707c70",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a745bec5-980b-4732-8ce2-cb9eaf43fd98/?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 235",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 235",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2a22f65c-4346-4657-8b6f-b9dae84bf91b",
                            "gambit_id": "ed4af1b9-0738-4252-bd43-6eeac437e8ef",
                            "last_updated": "2022-10-27T11:52:05.205456-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 235",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "235.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fca17865-5a1c-4e47-ac21-efaa47707c70/?format=api"
                        },
                        {
                            "id": "7d718d67-e90f-4916-b899-b289df0b140a",
                            "gambit_id": "9182736a-8774-4f6c-beb0-7a95d25017f3",
                            "last_updated": "2022-10-27T11:52:05.204300-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 235",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "235.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fca17865-5a1c-4e47-ac21-efaa47707c70/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "151cc762-06b0-4f87-8c19-38aa8dd22509",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8bc5f9e8-3f06-44a1-b94c-092d08a1f444",
            "completed": true,
            "last_updated": "2022-10-27T11:52:03.051960-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.46,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/8bc5f9e8-3f06-44a1-b94c-092d08a1f444",
            "datetime": "2022-10-26T20:10:00-04:00",
            "cutoff_datetime": "2022-10-26T20:10:00-04:00",
            "name": "Indiana Pacers v. Chicago Bulls",
            "bettypes": [
                {
                    "id": "d9049a80-2219-4a82-a91d-f435e41c16bc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/151cc762-06b0-4f87-8c19-38aa8dd22509/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Bulls",
                                "amount": 7176.0
                            },
                            {
                                "team": "Indiana Pacers",
                                "amount": 2824.0
                            }
                        ],
                        "expected_reward_tokens": 9544.08,
                        "profit_sb": 44.08,
                        "profit_sb_percentage": 0.46,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "51932971-6975-44d9-86e4-38a474f8d214",
                            "gambit_id": "16e933b6-9a44-4150-a26f-4c03cc0870f2",
                            "last_updated": "2022-10-27T11:52:03.058376-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.33000",
                            "odds": "1.34480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9049a80-2219-4a82-a91d-f435e41c16bc/?format=api"
                        },
                        {
                            "id": "e8e69509-4734-403e-bb82-2a18e574db81",
                            "gambit_id": "23043d41-b923-42c9-8aa5-e3fb8838b149",
                            "last_updated": "2022-10-27T11:52:03.059569-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Indiana Pacers",
                            "reward": "3.38000",
                            "odds": "3.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9049a80-2219-4a82-a91d-f435e41c16bc/?format=api"
                        }
                    ]
                },
                {
                    "id": "fb63af04-dca6-44b7-827c-5698d01c29ce",
                    "match": "https://api-prod.gambitprofit.com/api/matches/151cc762-06b0-4f87-8c19-38aa8dd22509/?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": "Indiana Pacers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Chicago Bulls",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8fad1691-d7b9-467e-a216-7e17c321ce6a",
                            "gambit_id": "4adc32a2-2261-4d1e-92dd-3f7612b6ae3c",
                            "last_updated": "2022-10-27T11:52:03.063152-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Indiana Pacers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb63af04-dca6-44b7-827c-5698d01c29ce/?format=api"
                        },
                        {
                            "id": "4b6ff16b-ba6e-460b-8c44-ac50266f0803",
                            "gambit_id": "13d52ed2-988d-4b43-bff2-efd767bb4b1d",
                            "last_updated": "2022-10-27T11:52:03.061957-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb63af04-dca6-44b7-827c-5698d01c29ce/?format=api"
                        }
                    ]
                },
                {
                    "id": "444fd911-fc8a-443d-8499-d637a87f28a1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/151cc762-06b0-4f87-8c19-38aa8dd22509/?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 233.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 233.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dc66aba4-7c26-4a4c-816e-bbfec887486c",
                            "gambit_id": "246f4008-bfc4-4062-aa85-5eac5d04d120",
                            "last_updated": "2022-10-27T11:52:03.055997-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 233.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "233.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/444fd911-fc8a-443d-8499-d637a87f28a1/?format=api"
                        },
                        {
                            "id": "d1b11b1a-698a-40e7-b4c9-0e112adea39a",
                            "gambit_id": "6648ab26-4ac4-49dd-a945-5072f974e54c",
                            "last_updated": "2022-10-27T11:52:03.054826-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 233.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "233.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/444fd911-fc8a-443d-8499-d637a87f28a1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fdb62ca0-33e7-4891-a4d3-85c90b3950ca",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "10c1bc7d-f3aa-4b9f-a3ab-d89a529ce759",
            "completed": true,
            "last_updated": "2022-10-27T11:57:05.827190-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/10c1bc7d-f3aa-4b9f-a3ab-d89a529ce759",
            "datetime": "2022-10-26T20:05:00-04:00",
            "cutoff_datetime": "2022-10-26T20:05:00-04:00",
            "name": "Edmonton Oilers v. St Louis Blues",
            "bettypes": [
                {
                    "id": "c5e505a3-b2ca-47c0-994d-f4f87ce18989",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fdb62ca0-33e7-4891-a4d3-85c90b3950ca/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Edmonton Oilers",
                                "amount": 5106.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e1fe9f8b-4e56-4021-93af-e16b3e551100",
                            "gambit_id": "90a484fa-2e8c-4fb9-86c8-34629b5def1b",
                            "last_updated": "2022-10-27T11:57:05.837126-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e505a3-b2ca-47c0-994d-f4f87ce18989/?format=api"
                        },
                        {
                            "id": "02044c80-bcb0-4d0a-9366-1c48c1760804",
                            "gambit_id": "fac729a4-df98-479d-bb3d-b3cf20310967",
                            "last_updated": "2022-10-27T11:57:05.836147-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e505a3-b2ca-47c0-994d-f4f87ce18989/?format=api"
                        }
                    ]
                },
                {
                    "id": "2809aa95-fcf5-4659-a7c3-eb256f00576a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fdb62ca0-33e7-4891-a4d3-85c90b3950ca/?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": "St Louis Blues",
                                "amount": 6862.0
                            },
                            {
                                "team": "Edmonton Oilers",
                                "amount": 3138.0
                            }
                        ],
                        "expected_reward_tokens": 9538.18,
                        "profit_sb": 38.18,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "230b5d54-d348-4925-af02-4b53b4be6168",
                            "gambit_id": "ddb37c6f-43ba-4b09-9dfd-3c083dc841db",
                            "last_updated": "2022-10-27T11:57:05.833238-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.39000",
                            "odds": "1.40000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2809aa95-fcf5-4659-a7c3-eb256f00576a/?format=api"
                        },
                        {
                            "id": "b4708ff1-4f16-47a5-bac1-269b7a557052",
                            "gambit_id": "d0b35250-5c29-4418-9e2d-760e5fd1486d",
                            "last_updated": "2022-10-27T11:57:05.834221-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "3.04000",
                            "odds": "3.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2809aa95-fcf5-4659-a7c3-eb256f00576a/?format=api"
                        }
                    ]
                },
                {
                    "id": "8bbce080-9179-4538-b456-30572e7a28c1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fdb62ca0-33e7-4891-a4d3-85c90b3950ca/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5106.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7ba9476f-9d29-4dab-9c28-0c02faf58198",
                            "gambit_id": "9a149c5f-af25-4d84-80fd-7de2777b1865",
                            "last_updated": "2022-10-27T11:57:05.831251-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bbce080-9179-4538-b456-30572e7a28c1/?format=api"
                        },
                        {
                            "id": "9d73d7fc-8ff4-4a53-ad41-56c6c88351d2",
                            "gambit_id": "9f46350f-4dcc-4323-a403-16e973d0ca79",
                            "last_updated": "2022-10-27T11:57:05.830128-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bbce080-9179-4538-b456-30572e7a28c1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1e566f91-c431-45a8-bddd-3f7cd46fe754",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d7683212-ea39-492b-a08e-892fc6d885d2",
            "completed": true,
            "last_updated": "2022-10-27T11:52:05.694554-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.05,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/d7683212-ea39-492b-a08e-892fc6d885d2",
            "datetime": "2022-10-26T19:40:00-04:00",
            "cutoff_datetime": "2022-10-26T19:40:00-04:00",
            "name": "Philadelphia 76ers v. Toronto Raptors",
            "bettypes": [
                {
                    "id": "624d404e-eb4c-46fc-a73a-6d6c5ac9fb73",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1e566f91-c431-45a8-bddd-3f7cd46fe754/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 5106.0
                            },
                            {
                                "team": "Toronto Raptors",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3761e168-3ee5-4e4e-b81e-9ae587dddd2c",
                            "gambit_id": "6e0da755-fb16-4945-972a-6efaff011e71",
                            "last_updated": "2022-10-27T11:52:05.702020-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/624d404e-eb4c-46fc-a73a-6d6c5ac9fb73/?format=api"
                        },
                        {
                            "id": "9a333684-9b86-480c-bb76-4b709e5a58e7",
                            "gambit_id": "69aba007-1ead-43ee-b3a3-279ae99bbc7e",
                            "last_updated": "2022-10-27T11:52:05.700869-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/624d404e-eb4c-46fc-a73a-6d6c5ac9fb73/?format=api"
                        }
                    ]
                },
                {
                    "id": "de84d56d-a4a7-4379-902a-da64436ee19f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1e566f91-c431-45a8-bddd-3f7cd46fe754/?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": "Toronto Raptors",
                                "amount": 5106.0
                            },
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6978bc5c-edec-40b6-9957-5c38739d3d74",
                            "gambit_id": "adbb8993-d39d-4ae5-bb05-e1d29f07fd1a",
                            "last_updated": "2022-10-27T11:52:05.704340-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de84d56d-a4a7-4379-902a-da64436ee19f/?format=api"
                        },
                        {
                            "id": "6ecb76ce-6b04-4018-a744-14468a675c95",
                            "gambit_id": "79c11d7b-9505-47e4-b693-04b10edae89f",
                            "last_updated": "2022-10-27T11:52:05.705403-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de84d56d-a4a7-4379-902a-da64436ee19f/?format=api"
                        }
                    ]
                },
                {
                    "id": "7c2482f2-e0c3-4de2-89c1-d4c7ea54ed3a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1e566f91-c431-45a8-bddd-3f7cd46fe754/?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 211.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 211.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0e3913ac-5323-408f-9d82-1818d103aabe",
                            "gambit_id": "ce31f845-9bb4-47dd-943d-c2dd1b075c41",
                            "last_updated": "2022-10-27T11:52:05.697436-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 211.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "211.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c2482f2-e0c3-4de2-89c1-d4c7ea54ed3a/?format=api"
                        },
                        {
                            "id": "25f14577-c630-44f0-8837-caebaaa73f47",
                            "gambit_id": "bd66111d-e734-4011-86fd-6beca66735ea",
                            "last_updated": "2022-10-27T11:52:05.698611-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 211.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "211.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c2482f2-e0c3-4de2-89c1-d4c7ea54ed3a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4dcd0ad3-a096-4279-976c-e1da2592bb54",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9ac1f8ff-4522-4e09-b6d8-f4b133f321c9",
            "completed": true,
            "last_updated": "2022-10-27T09:27:10.511228-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.39,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/9ac1f8ff-4522-4e09-b6d8-f4b133f321c9",
            "datetime": "2022-10-26T19:40:00-04:00",
            "cutoff_datetime": "2022-10-26T19:40:00-04:00",
            "name": "Brooklyn Nets v. Milwaukee Bucks",
            "bettypes": [
                {
                    "id": "fafbb3bc-7d7d-4c98-babc-75ad402f21db",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4dcd0ad3-a096-4279-976c-e1da2592bb54/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 5780.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 4220.0
                            }
                        ],
                        "expected_reward_tokens": 9537.0,
                        "profit_sb": 37.0,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2abbb8b2-f0bc-4682-b066-f9d517d13f87",
                            "gambit_id": "c13e37df-828f-4461-9fff-c2f2647223d2",
                            "last_updated": "2022-10-27T09:27:10.517821-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.65000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafbb3bc-7d7d-4c98-babc-75ad402f21db/?format=api"
                        },
                        {
                            "id": "68dab326-def2-46fc-8c20-02b0c025ccbc",
                            "gambit_id": "c58386c0-a58b-49a0-a941-2abc756b3fcb",
                            "last_updated": "2022-10-27T09:27:10.518888-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "2.26000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafbb3bc-7d7d-4c98-babc-75ad402f21db/?format=api"
                        }
                    ]
                },
                {
                    "id": "23730b25-a67a-40bf-831a-508abb4e6f90",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4dcd0ad3-a096-4279-976c-e1da2592bb54/?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": "Brooklyn Nets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "98419d70-4e53-4581-94d3-d1c81233c916",
                            "gambit_id": "8208143d-6ef2-4e78-a57d-0e21f1b8d192",
                            "last_updated": "2022-10-27T09:27:10.522036-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23730b25-a67a-40bf-831a-508abb4e6f90/?format=api"
                        },
                        {
                            "id": "516988fe-571f-444b-930b-4de63297f053",
                            "gambit_id": "a26560c5-64f9-40a8-ac06-41e3aaf50ad0",
                            "last_updated": "2022-10-27T09:27:10.521006-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23730b25-a67a-40bf-831a-508abb4e6f90/?format=api"
                        }
                    ]
                },
                {
                    "id": "72bf1164-9cfc-4aee-9733-35500b270550",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4dcd0ad3-a096-4279-976c-e1da2592bb54/?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 230.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 230.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8194417b-b375-464a-a086-c9a834905b35",
                            "gambit_id": "5ee5ac7d-7549-44ba-bac2-d474b77574e8",
                            "last_updated": "2022-10-27T09:27:10.514180-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 230.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "230.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72bf1164-9cfc-4aee-9733-35500b270550/?format=api"
                        },
                        {
                            "id": "ac6598b2-34d3-46ca-aac1-958d78fce9db",
                            "gambit_id": "80690560-a2c9-4e34-bb86-950159d0b0a9",
                            "last_updated": "2022-10-27T09:27:10.515402-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 230.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "230.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72bf1164-9cfc-4aee-9733-35500b270550/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "57762bb4-90e7-4081-aee2-9c61ad0dd1af",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "46ffd21f-0721-439a-b843-ce55725915e2",
            "completed": true,
            "last_updated": "2022-10-27T11:52:05.863433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.33,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/46ffd21f-0721-439a-b843-ce55725915e2",
            "datetime": "2022-10-26T19:40:00-04:00",
            "cutoff_datetime": "2022-10-26T19:40:00-04:00",
            "name": "Charlotte Hornets v. New York Knicks",
            "bettypes": [
                {
                    "id": "e2ca0e0d-373c-4592-bc26-606bb6dc407c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57762bb4-90e7-4081-aee2-9c61ad0dd1af/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Knicks",
                                "amount": 7221.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 2779.0
                            }
                        ],
                        "expected_reward_tokens": 9531.72,
                        "profit_sb": 31.72,
                        "profit_sb_percentage": 0.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3e4ec7ca-e4cb-4b80-ae2d-da2822ee5c6e",
                            "gambit_id": "db886878-3b05-4cda-bb78-8fabbe561a16",
                            "last_updated": "2022-10-27T11:52:05.869989-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Knicks",
                            "reward": "1.32000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ca0e0d-373c-4592-bc26-606bb6dc407c/?format=api"
                        },
                        {
                            "id": "4fb2f40a-3508-49bf-a37c-85bc20edd318",
                            "gambit_id": "08e5acfa-21d3-4d7f-8d41-6523679a631e",
                            "last_updated": "2022-10-27T11:52:05.871172-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "3.43000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ca0e0d-373c-4592-bc26-606bb6dc407c/?format=api"
                        }
                    ]
                },
                {
                    "id": "f05ce827-2c3b-43ec-9a8a-053c9c8619bd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57762bb4-90e7-4081-aee2-9c61ad0dd1af/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Knicks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cd372d80-e138-4b19-9e9e-07f411508857",
                            "gambit_id": "18aee0d7-80f0-45c5-880a-fa3eca055f0e",
                            "last_updated": "2022-10-27T11:52:05.874415-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Knicks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f05ce827-2c3b-43ec-9a8a-053c9c8619bd/?format=api"
                        },
                        {
                            "id": "b27fc87e-9c7e-40a2-89f5-9def306b5535",
                            "gambit_id": "c5cdcb3d-49dd-4979-b589-10de9d2c7049",
                            "last_updated": "2022-10-27T11:52:05.873338-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f05ce827-2c3b-43ec-9a8a-053c9c8619bd/?format=api"
                        }
                    ]
                },
                {
                    "id": "596748b1-70c8-48ee-903c-a4090a82d730",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57762bb4-90e7-4081-aee2-9c61ad0dd1af/?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 224",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 224",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a67503fb-bdc8-4cf7-8fb4-44169410d096",
                            "gambit_id": "672ce5e3-b726-45ca-ae93-6c35010d3a9c",
                            "last_updated": "2022-10-27T11:52:05.867575-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 224",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "224.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/596748b1-70c8-48ee-903c-a4090a82d730/?format=api"
                        },
                        {
                            "id": "c1182252-faa2-49b8-a95f-a803f87a452d",
                            "gambit_id": "3ed1a1d3-224a-434f-973b-60b5f8f754b7",
                            "last_updated": "2022-10-27T11:52:05.866378-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 224",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "224.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/596748b1-70c8-48ee-903c-a4090a82d730/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3086eff3-3e7a-45dc-bdd8-bb3ea2b2b4da",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "db7caaf3-ad47-4db6-9391-1e0b2cf66e48",
            "completed": true,
            "last_updated": "2022-10-27T11:57:06.565930-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.39,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/db7caaf3-ad47-4db6-9391-1e0b2cf66e48",
            "datetime": "2022-10-26T19:35:00-04:00",
            "cutoff_datetime": "2022-10-26T19:35:00-04:00",
            "name": "New York Rangers v. New York Islanders",
            "bettypes": [
                {
                    "id": "731fb4d0-33c7-4e76-b5ed-cd3e075e7783",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3086eff3-3e7a-45dc-bdd8-bb3ea2b2b4da/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Islanders",
                                "amount": 5780.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 4220.0
                            }
                        ],
                        "expected_reward_tokens": 9537.0,
                        "profit_sb": 37.0,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "01fb780b-5a73-41a5-9627-59c97192f3d3",
                            "gambit_id": "35822c35-34d6-44bf-9bbf-395d286a532e",
                            "last_updated": "2022-10-27T11:57:06.575270-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Islanders",
                            "reward": "1.65000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/731fb4d0-33c7-4e76-b5ed-cd3e075e7783/?format=api"
                        },
                        {
                            "id": "b5a6869b-bde5-468d-a43e-e0a4b70e5d70",
                            "gambit_id": "a2976c6a-4cf4-44d3-90b9-5d2f77b6b5b1",
                            "last_updated": "2022-10-27T11:57:06.576288-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Rangers",
                            "reward": "2.26000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/731fb4d0-33c7-4e76-b5ed-cd3e075e7783/?format=api"
                        }
                    ]
                },
                {
                    "id": "edded20e-660a-45be-aadf-aa74b4ec094b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3086eff3-3e7a-45dc-bdd8-bb3ea2b2b4da/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Rangers",
                                "amount": 6475.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 3525.0
                            }
                        ],
                        "expected_reward_tokens": 9517.5,
                        "profit_sb": 17.5,
                        "profit_sb_percentage": 0.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1fe17477-f45c-40ee-aefe-2b2d506cd50d",
                            "gambit_id": "9823b153-4458-4bf3-9479-27a06d574763",
                            "last_updated": "2022-10-27T11:57:06.573215-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Rangers",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edded20e-660a-45be-aadf-aa74b4ec094b/?format=api"
                        },
                        {
                            "id": "fab01f6b-67d3-49da-ab1f-19f9f05ba3cb",
                            "gambit_id": "c837f4c7-b1af-488d-96d3-d61bf8bd56c9",
                            "last_updated": "2022-10-27T11:57:06.572202-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Islanders",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edded20e-660a-45be-aadf-aa74b4ec094b/?format=api"
                        }
                    ]
                },
                {
                    "id": "e0e06ec0-017d-4574-bba0-0a772e9af39f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3086eff3-3e7a-45dc-bdd8-bb3ea2b2b4da/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "571315f6-0627-47df-acc2-fc5eac267ce1",
                            "gambit_id": "85f735aa-246b-4636-a87f-43bbe1f639da",
                            "last_updated": "2022-10-27T11:57:06.570037-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0e06ec0-017d-4574-bba0-0a772e9af39f/?format=api"
                        },
                        {
                            "id": "c1884c38-5974-4c7d-92b2-4724167e5b95",
                            "gambit_id": "3a366832-0819-417c-8e9d-bbc60ba8d5b0",
                            "last_updated": "2022-10-27T11:57:06.568821-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0e06ec0-017d-4574-bba0-0a772e9af39f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9ade8c97-0a9f-40bc-ac1d-a35e1dc08ae6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5c6c9fa5-9ae6-431b-bba0-ee01cc95b049",
            "completed": true,
            "last_updated": "2022-10-27T11:52:04.877061-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.02,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/5c6c9fa5-9ae6-431b-bba0-ee01cc95b049",
            "datetime": "2022-10-26T19:10:00-04:00",
            "cutoff_datetime": "2022-10-26T19:10:00-04:00",
            "name": "Orlando Magic v. Cleveland Cavaliers",
            "bettypes": [
                {
                    "id": "2da4a1e9-8e03-4486-8835-964b8506bf0d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9ade8c97-0a9f-40bc-ac1d-a35e1dc08ae6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 7660.0
                            },
                            {
                                "team": "Orlando Magic",
                                "amount": 2340.0
                            }
                        ],
                        "expected_reward_tokens": 9498.4,
                        "profit_sb": -1.6,
                        "profit_sb_percentage": -0.02,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "de766cd7-c1de-4584-96f0-dcb31a92f1ab",
                            "gambit_id": "adcdc3eb-240c-44af-89e3-cd0e69b10262",
                            "last_updated": "2022-10-27T11:52:04.883737-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "1.24000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da4a1e9-8e03-4486-8835-964b8506bf0d/?format=api"
                        },
                        {
                            "id": "ca2e7c6d-7214-467d-9e2c-223c33d28c73",
                            "gambit_id": "3fd21880-d13f-4544-b118-33516b8c7f52",
                            "last_updated": "2022-10-27T11:52:04.884875-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Orlando Magic",
                            "reward": "4.06000",
                            "odds": "4.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da4a1e9-8e03-4486-8835-964b8506bf0d/?format=api"
                        }
                    ]
                },
                {
                    "id": "94bb0a7c-c88c-454d-9cd9-78f3a13c6ed8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9ade8c97-0a9f-40bc-ac1d-a35e1dc08ae6/?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": "Orlando Magic",
                                "amount": 5000.0
                            },
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "81262e7c-c968-43a7-ba1f-ddee694df115",
                            "gambit_id": "ff71787b-323f-4752-ba23-65c0c0ace85a",
                            "last_updated": "2022-10-27T11:52:04.886957-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Orlando Magic",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94bb0a7c-c88c-454d-9cd9-78f3a13c6ed8/?format=api"
                        },
                        {
                            "id": "7041311a-1126-466c-ac87-47dfd0f735f1",
                            "gambit_id": "c170681b-4afa-471c-90ad-7aca5ac2378e",
                            "last_updated": "2022-10-27T11:52:04.887902-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94bb0a7c-c88c-454d-9cd9-78f3a13c6ed8/?format=api"
                        }
                    ]
                },
                {
                    "id": "b28aef55-4644-4fbf-8373-f31390af0a1e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9ade8c97-0a9f-40bc-ac1d-a35e1dc08ae6/?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 215.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 215.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e6614854-a4e0-44dc-b6a3-d0ff920ae475",
                            "gambit_id": "6c2b1574-6c72-44ff-9ebf-03124f46b603",
                            "last_updated": "2022-10-27T11:52:04.880162-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 215.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "215.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b28aef55-4644-4fbf-8373-f31390af0a1e/?format=api"
                        },
                        {
                            "id": "41bf9a82-8f8e-4650-b757-0dd3e4bb4d1a",
                            "gambit_id": "7436737b-c3ed-4514-a918-a03d8495ba6d",
                            "last_updated": "2022-10-27T11:52:04.881348-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 215.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "215.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b28aef55-4644-4fbf-8373-f31390af0a1e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cd612ecc-fb40-4fd6-bcb9-a084b263c20b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c446aecd-7f61-46fb-ae00-b312bd44dcfc",
            "completed": true,
            "last_updated": "2022-10-27T11:57:06.262558-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.33,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/c446aecd-7f61-46fb-ae00-b312bd44dcfc",
            "datetime": "2022-10-26T19:10:00-04:00",
            "cutoff_datetime": "2022-10-26T19:10:00-04:00",
            "name": "Atlanta Hawks v. Detroit Pistons",
            "bettypes": [
                {
                    "id": "64c8b83c-4159-42e2-a935-bcd673a16f97",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd612ecc-fb40-4fd6-bcb9-a084b263c20b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atlanta Hawks",
                                "amount": 7221.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 2779.0
                            }
                        ],
                        "expected_reward_tokens": 9531.72,
                        "profit_sb": 31.72,
                        "profit_sb_percentage": 0.33,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3aea380e-cde1-4fa8-a53f-8df7deaf88a4",
                            "gambit_id": "e451bd1f-0d8f-45d6-9d4c-c1a91641aca9",
                            "last_updated": "2022-10-27T11:57:06.269683-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.32000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64c8b83c-4159-42e2-a935-bcd673a16f97/?format=api"
                        },
                        {
                            "id": "78dcd824-9651-448f-9505-453b0cb8c80f",
                            "gambit_id": "bfdfdc8f-008a-4b12-8e6e-45e0e91376ff",
                            "last_updated": "2022-10-27T11:57:06.268696-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Pistons",
                            "reward": "3.43000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64c8b83c-4159-42e2-a935-bcd673a16f97/?format=api"
                        }
                    ]
                },
                {
                    "id": "e0be5199-9219-4ae3-8d9d-a2ae52da3ac6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd612ecc-fb40-4fd6-bcb9-a084b263c20b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atlanta Hawks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4d81bbe1-4b86-440f-88de-04a396847978",
                            "gambit_id": "e9cf0385-321d-4e94-a0c2-521b076c34ac",
                            "last_updated": "2022-10-27T11:57:06.272831-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0be5199-9219-4ae3-8d9d-a2ae52da3ac6/?format=api"
                        },
                        {
                            "id": "70a66a46-6308-4db3-9754-641ce9c20d48",
                            "gambit_id": "520cce63-4f16-48b4-8046-f4e7e1a11725",
                            "last_updated": "2022-10-27T11:57:06.271677-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0be5199-9219-4ae3-8d9d-a2ae52da3ac6/?format=api"
                        }
                    ]
                },
                {
                    "id": "a95aa54a-9636-42fc-8755-946308eafbe3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd612ecc-fb40-4fd6-bcb9-a084b263c20b/?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 229",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 229",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "211cb177-afac-4650-afc4-0f81ced9127e",
                            "gambit_id": "6523747e-3cbe-48ba-9fc2-7be1da94db29",
                            "last_updated": "2022-10-27T11:57:06.265526-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 229",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "229.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a95aa54a-9636-42fc-8755-946308eafbe3/?format=api"
                        },
                        {
                            "id": "d7e18f3f-cd8b-42f1-bb42-a1426ca846f8",
                            "gambit_id": "b4d2ad5d-3c80-45e1-87cd-1b1f3e0e3289",
                            "last_updated": "2022-10-27T11:57:06.266745-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 229",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "229.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a95aa54a-9636-42fc-8755-946308eafbe3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "02f670f4-c049-4dde-9259-ca38e90032b1",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "59b0f590-b4a6-4e91-9752-a1976f91aade",
            "completed": true,
            "last_updated": "2022-10-27T12:02:06.579298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.66,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/59b0f590-b4a6-4e91-9752-a1976f91aade",
            "datetime": "2022-10-26T15:00:00-04:00",
            "cutoff_datetime": "2022-10-26T15:00:00-04:00",
            "name": "FC Barcelona v. FC Bayern Munich",
            "bettypes": [
                {
                    "id": "c4aadba5-ad32-40b1-95a0-40e7696cb02d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/02f670f4-c049-4dde-9259-ca38e90032b1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "FC Barcelona",
                                "amount": 5542.0
                            },
                            {
                                "team": "FC Bayern Munich",
                                "amount": 4458.0
                            }
                        ],
                        "expected_reward_tokens": 12303.24,
                        "profit_sb": 2803.24,
                        "profit_sb_percentage": 29.51,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "FC Barcelona",
                                "amount": 4195.0
                            },
                            {
                                "team": "FC Bayern Munich",
                                "amount": 3374.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2431.0
                            }
                        ],
                        "expected_reward_tokens": 9310.73,
                        "profit_sb": -189.27,
                        "profit_sb_percentage": -1.99,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3d07e8f4-34db-4eb0-9064-827719d1f928",
                            "gambit_id": "d8e6d44d-ca77-47cf-810b-a47655dd26c5",
                            "last_updated": "2022-10-27T12:02:06.585212-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Barcelona",
                            "reward": "2.22000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4aadba5-ad32-40b1-95a0-40e7696cb02d/?format=api"
                        },
                        {
                            "id": "fa57ac3a-24e5-4be1-80a1-b83b93750b51",
                            "gambit_id": "0adca964-2e70-4914-ae4c-dbe67fb5c0e8",
                            "last_updated": "2022-10-27T12:02:06.587301-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Bayern Munich",
                            "reward": "2.76000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4aadba5-ad32-40b1-95a0-40e7696cb02d/?format=api"
                        },
                        {
                            "id": "19bd4e48-0881-46a0-a444-a99328dbe5d1",
                            "gambit_id": "36d40bf2-a7c3-457a-82f1-7ce183334d66",
                            "last_updated": "2022-10-27T12:02:06.586300-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.83000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4aadba5-ad32-40b1-95a0-40e7696cb02d/?format=api"
                        }
                    ]
                },
                {
                    "id": "a85d5c70-e962-465d-bf58-ef0ce750b88f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/02f670f4-c049-4dde-9259-ca38e90032b1/?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": 6722.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3278.0
                            }
                        ],
                        "expected_reward_tokens": 9342.3,
                        "profit_sb": -157.7,
                        "profit_sb_percentage": -1.66,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5f6aa7e1-5b79-4a21-b8e0-daeca040fe9f",
                            "gambit_id": "d08b31ec-5d0e-4d1a-8722-1d3cfdbeed91",
                            "last_updated": "2022-10-27T12:02:06.583272-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.39000",
                            "odds": "1.40000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a85d5c70-e962-465d-bf58-ef0ce750b88f/?format=api"
                        },
                        {
                            "id": "7acd4afc-586d-49ea-874d-1a392e376192",
                            "gambit_id": "d854bfa3-52d2-4a96-9edc-e90e2d0def1d",
                            "last_updated": "2022-10-27T12:02:06.582241-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.85000",
                            "odds": "2.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a85d5c70-e962-465d-bf58-ef0ce750b88f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f40a0a12-eac5-4e64-9f04-052906590611",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8dc00ab2-1ea1-4440-b992-59cbe977e9f4",
            "completed": true,
            "last_updated": "2022-10-27T12:02:06.732646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.69,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/8dc00ab2-1ea1-4440-b992-59cbe977e9f4",
            "datetime": "2022-10-26T15:00:00-04:00",
            "cutoff_datetime": "2022-10-26T15:00:00-04:00",
            "name": "Tottenham v. Sporting CP",
            "bettypes": [
                {
                    "id": "e6729164-df55-4d6a-95de-b828932e85bf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f40a0a12-eac5-4e64-9f04-052906590611/?format=api",
                    "name": "Pick the Winner",
                    "created_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": 7435.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2565.0
                            }
                        ],
                        "expected_reward_tokens": 11078.15,
                        "profit_sb": 1578.15,
                        "profit_sb_percentage": 16.61,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tottenham",
                                "amount": 6332.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2184.0
                            },
                            {
                                "team": "Sporting CP",
                                "amount": 1484.0
                            }
                        ],
                        "expected_reward_tokens": 9434.68,
                        "profit_sb": -65.32,
                        "profit_sb_percentage": -0.69,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "370456f0-446b-4a20-8770-f54a7930061e",
                            "gambit_id": "7d20556a-cba6-4bed-b592-0db1a8b7e1b4",
                            "last_updated": "2022-10-27T12:02:06.739622-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tottenham",
                            "reward": "1.49000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6729164-df55-4d6a-95de-b828932e85bf/?format=api"
                        },
                        {
                            "id": "7208d6a7-31ec-49e2-bdab-9a8086d92ee8",
                            "gambit_id": "0356610c-6ad7-4987-be85-b58d8b6d4b0f",
                            "last_updated": "2022-10-27T12:02:06.740572-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.32000",
                            "odds": "4.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6729164-df55-4d6a-95de-b828932e85bf/?format=api"
                        },
                        {
                            "id": "67865b58-89e7-4335-9502-d5947c2e4eb8",
                            "gambit_id": "552dfef1-2aa6-44a9-835d-3af73903c6c3",
                            "last_updated": "2022-10-27T12:02:06.738671-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sporting CP",
                            "reward": "6.36000",
                            "odds": "6.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6729164-df55-4d6a-95de-b828932e85bf/?format=api"
                        }
                    ]
                },
                {
                    "id": "6d08c9ae-0134-4997-9f60-91780f1c66d4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f40a0a12-eac5-4e64-9f04-052906590611/?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": 5410.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4590.0
                            }
                        ],
                        "expected_reward_tokens": 9088.2,
                        "profit_sb": -411.8,
                        "profit_sb_percentage": -4.33,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "41216169-ef87-41a6-a75d-c6dd777fa8c1",
                            "gambit_id": "099e442d-6643-43a0-9da7-4028adbfc42b",
                            "last_updated": "2022-10-27T12:02:06.736689-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.68000",
                            "odds": "1.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d08c9ae-0134-4997-9f60-91780f1c66d4/?format=api"
                        },
                        {
                            "id": "2288d04f-9c85-475a-8160-d29dbdf33348",
                            "gambit_id": "c0e41272-2172-45a4-84a0-7f845829c8e0",
                            "last_updated": "2022-10-27T12:02:06.735503-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.98000",
                            "odds": "2.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d08c9ae-0134-4997-9f60-91780f1c66d4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1d5c18ea-bc1d-4b30-b964-d342a00f7c11",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "46f2c2f5-e294-40a4-aada-fc3f2d990f71",
            "completed": true,
            "last_updated": "2022-10-27T12:02:07.366139-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.0,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/46f2c2f5-e294-40a4-aada-fc3f2d990f71",
            "datetime": "2022-10-26T15:00:00-04:00",
            "cutoff_datetime": "2022-10-26T15:00:00-04:00",
            "name": "Atletico Madrid v. Bayer 04 Leverkusen",
            "bettypes": [
                {
                    "id": "904c2283-1e83-4c5e-a4ee-2309a6b83df2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d5c18ea-bc1d-4b30-b964-d342a00f7c11/?format=api",
                    "name": "Pick the Winner",
                    "created_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": "Atletico Madrid",
                                "amount": 7166.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2834.0
                            }
                        ],
                        "expected_reward_tokens": 11392.68,
                        "profit_sb": 1892.68,
                        "profit_sb_percentage": 19.92,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atletico Madrid",
                                "amount": 5915.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2340.0
                            },
                            {
                                "team": "Bayer 04 Leverkusen",
                                "amount": 1745.0
                            }
                        ],
                        "expected_reward_tokens": 9404.85,
                        "profit_sb": -95.15,
                        "profit_sb_percentage": -1.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "aa516017-90a1-4c03-b86e-612bbe4bc6a8",
                            "gambit_id": "7f7fd668-09fa-46a2-a250-51e06ea57a9a",
                            "last_updated": "2022-10-27T12:02:07.374131-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Atletico Madrid",
                            "reward": "1.59000",
                            "odds": "1.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904c2283-1e83-4c5e-a4ee-2309a6b83df2/?format=api"
                        },
                        {
                            "id": "40360de4-1df1-4455-8c9b-70d2ff12ebf9",
                            "gambit_id": "246f5e41-0602-4fc3-9110-4be537fa5f89",
                            "last_updated": "2022-10-27T12:02:07.375265-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.02000",
                            "odds": "4.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904c2283-1e83-4c5e-a4ee-2309a6b83df2/?format=api"
                        },
                        {
                            "id": "a9093b49-b51f-4cfa-b49b-3c2fd9b32132",
                            "gambit_id": "5112934a-51ba-4bb0-9495-b736b5a90421",
                            "last_updated": "2022-10-27T12:02:07.372970-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Bayer 04 Leverkusen",
                            "reward": "5.39000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/904c2283-1e83-4c5e-a4ee-2309a6b83df2/?format=api"
                        }
                    ]
                },
                {
                    "id": "9116f24d-81e8-4a60-8508-ea1a57f1df94",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d5c18ea-bc1d-4b30-b964-d342a00f7c11/?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": 5387.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4613.0
                            }
                        ],
                        "expected_reward_tokens": 9318.26,
                        "profit_sb": -181.74,
                        "profit_sb_percentage": -1.91,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b787ea7e-fef6-484e-aead-376576f2efed",
                            "gambit_id": "f4c47b0f-9d3e-4365-9a80-091689bb0845",
                            "last_updated": "2022-10-27T12:02:07.370645-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.73000",
                            "odds": "1.75000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9116f24d-81e8-4a60-8508-ea1a57f1df94/?format=api"
                        },
                        {
                            "id": "369adaf8-d348-44ec-b2ac-d567d1009955",
                            "gambit_id": "2b281a87-7707-41a8-9561-d054ffb31b6b",
                            "last_updated": "2022-10-27T12:02:07.369068-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9116f24d-81e8-4a60-8508-ea1a57f1df94/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "07c47da5-7cff-41e2-b4fa-cde10cf47524",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c4d6f1b0-d92b-4166-a13c-dcf4faaab1be",
            "completed": true,
            "last_updated": "2022-10-27T12:02:07.685752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.5,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/c4d6f1b0-d92b-4166-a13c-dcf4faaab1be",
            "datetime": "2022-10-26T15:00:00-04:00",
            "cutoff_datetime": "2022-10-26T15:00:00-04:00",
            "name": "Ajax Amsterdam v. Liverpool",
            "bettypes": [
                {
                    "id": "84c1a974-2371-4e1a-ae38-60b316455692",
                    "match": "https://api-prod.gambitprofit.com/api/matches/07c47da5-7cff-41e2-b4fa-cde10cf47524/?format=api",
                    "name": "Pick the Winner",
                    "created_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": 6454.0
                            },
                            {
                                "team": "Ajax Amsterdam",
                                "amount": 3546.0
                            }
                        ],
                        "expected_reward_tokens": 12198.06,
                        "profit_sb": 2698.06,
                        "profit_sb_percentage": 28.4,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Liverpool",
                                "amount": 4925.0
                            },
                            {
                                "team": "Ajax Amsterdam",
                                "amount": 2706.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2369.0
                            }
                        ],
                        "expected_reward_tokens": 9308.25,
                        "profit_sb": -191.75,
                        "profit_sb_percentage": -2.02,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "db926e02-ca07-4eb6-92a0-01fd060ddbe5",
                            "gambit_id": "7e679b16-d66e-412c-b890-40d80abce717",
                            "last_updated": "2022-10-27T12:02:07.692114-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Liverpool",
                            "reward": "1.89000",
                            "odds": "1.91000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c1a974-2371-4e1a-ae38-60b316455692/?format=api"
                        },
                        {
                            "id": "44f4e0e1-fe76-435e-9556-c11937e964bb",
                            "gambit_id": "fa7f083a-b6e7-48d4-9e33-b7166b93e82a",
                            "last_updated": "2022-10-27T12:02:07.693246-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Ajax Amsterdam",
                            "reward": "3.44000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c1a974-2371-4e1a-ae38-60b316455692/?format=api"
                        },
                        {
                            "id": "498ef19a-2d52-4793-85eb-1ae980631aac",
                            "gambit_id": "c5fbadac-62c0-43e5-b7d1-ee04d3472d79",
                            "last_updated": "2022-10-27T12:02:07.694476-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.93000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c1a974-2371-4e1a-ae38-60b316455692/?format=api"
                        }
                    ]
                },
                {
                    "id": "582c703e-cb52-400d-a7ff-79002479db41",
                    "match": "https://api-prod.gambitprofit.com/api/matches/07c47da5-7cff-41e2-b4fa-cde10cf47524/?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": 6932.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3068.0
                            }
                        ],
                        "expected_reward_tokens": 9357.4,
                        "profit_sb": -142.6,
                        "profit_sb_percentage": -1.5,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6de1ba16-8eba-4f44-ac84-9b26f0e6adb5",
                            "gambit_id": "45899875-c191-4bc7-860a-fe4ba0eb378d",
                            "last_updated": "2022-10-27T12:02:07.689834-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.35000",
                            "odds": "1.36000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582c703e-cb52-400d-a7ff-79002479db41/?format=api"
                        },
                        {
                            "id": "012c9327-e629-4e74-865f-0478e6006f78",
                            "gambit_id": "4cc11cad-fe0d-4a27-8c4e-1f06aff07eb1",
                            "last_updated": "2022-10-27T12:02:07.688656-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "3.05000",
                            "odds": "3.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/582c703e-cb52-400d-a7ff-79002479db41/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5cf9011a-3444-4777-b140-a65fbcf45855",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "983ea98e-5e83-421c-81ae-ada5ed27a4cd",
            "completed": true,
            "last_updated": "2022-10-27T12:02:07.841259-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.66,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/983ea98e-5e83-421c-81ae-ada5ed27a4cd",
            "datetime": "2022-10-26T15:00:00-04:00",
            "cutoff_datetime": "2022-10-26T15:00:00-04:00",
            "name": "SSC Napoli v. Glasgow Rangers",
            "bettypes": [
                {
                    "id": "def0e499-75a1-4928-8a16-4de0afe9ce03",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5cf9011a-3444-4777-b140-a65fbcf45855/?format=api",
                    "name": "Pick the Winner",
                    "created_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": "SSC Napoli",
                                "amount": 8093.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1907.0
                            }
                        ],
                        "expected_reward_tokens": 10278.11,
                        "profit_sb": 778.11,
                        "profit_sb_percentage": 8.19,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SSC Napoli",
                                "amount": 7323.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1726.0
                            },
                            {
                                "team": "Glasgow Rangers",
                                "amount": 951.0
                            }
                        ],
                        "expected_reward_tokens": 9300.21,
                        "profit_sb": -199.79,
                        "profit_sb_percentage": -2.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "636a4150-0df7-4182-afc5-6d140321ab9e",
                            "gambit_id": "2defb935-9d1d-4877-97ba-3601a931e69a",
                            "last_updated": "2022-10-27T12:02:07.848763-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "SSC Napoli",
                            "reward": "1.27000",
                            "odds": "1.28000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def0e499-75a1-4928-8a16-4de0afe9ce03/?format=api"
                        },
                        {
                            "id": "a9a97b20-d034-4eb8-b5c6-5dfc31a9c60f",
                            "gambit_id": "9f3b5dd2-db53-4213-8636-19bd996cb8b4",
                            "last_updated": "2022-10-27T12:02:07.850042-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "5.39000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def0e499-75a1-4928-8a16-4de0afe9ce03/?format=api"
                        },
                        {
                            "id": "c6f9fdeb-8beb-4577-b0af-3f5fb035fa8f",
                            "gambit_id": "aeeed1d2-5cb0-4bfe-9074-7a08c8dd2f81",
                            "last_updated": "2022-10-27T12:02:07.847610-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Glasgow Rangers",
                            "reward": "9.78000",
                            "odds": "10.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/def0e499-75a1-4928-8a16-4de0afe9ce03/?format=api"
                        }
                    ]
                },
                {
                    "id": "32dfe6f3-0f69-4df5-8025-f036ca5c31ad",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5cf9011a-3444-4777-b140-a65fbcf45855/?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": 6488.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3512.0
                            }
                        ],
                        "expected_reward_tokens": 9341.92,
                        "profit_sb": -158.08,
                        "profit_sb_percentage": -1.66,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0ccb7637-05eb-46fd-9907-6f20e9cd22fa",
                            "gambit_id": "7c3ce08a-09e2-45af-ad1c-47b46c0f3a52",
                            "last_updated": "2022-10-27T12:02:07.845232-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.44000",
                            "odds": "1.45000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32dfe6f3-0f69-4df5-8025-f036ca5c31ad/?format=api"
                        },
                        {
                            "id": "af2c9262-6075-486e-a5da-177fde7a7c7d",
                            "gambit_id": "dd1d1036-dbf5-483b-b139-ef8bc2f7df93",
                            "last_updated": "2022-10-27T12:02:07.844062-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.66000",
                            "odds": "2.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32dfe6f3-0f69-4df5-8025-f036ca5c31ad/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2dbf02fe-29e9-4369-aee5-f12492ca3f3a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cb198e1c-80b1-4f16-a630-78cf160c20fc",
            "completed": true,
            "last_updated": "2022-10-27T12:07:07.482247-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.69,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/cb198e1c-80b1-4f16-a630-78cf160c20fc",
            "datetime": "2022-10-26T15:00:00-04:00",
            "cutoff_datetime": "2022-10-26T15:00:00-04:00",
            "name": "Eintracht Frankfurt v. Olympique Marseille",
            "bettypes": [
                {
                    "id": "caf9333b-6879-48fd-aec1-3e82a5243b15",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2dbf02fe-29e9-4369-aee5-f12492ca3f3a/?format=api",
                    "name": "Pick the Winner",
                    "created_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": "Eintracht Frankfurt",
                                "amount": 6174.0
                            },
                            {
                                "team": "Olympique Marseille",
                                "amount": 3826.0
                            }
                        ],
                        "expected_reward_tokens": 12778.84,
                        "profit_sb": 3278.84,
                        "profit_sb_percentage": 34.51,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Eintracht Frankfurt",
                                "amount": 4484.0
                            },
                            {
                                "team": "Olympique Marseille",
                                "amount": 2779.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2738.0
                            }
                        ],
                        "expected_reward_tokens": 9281.82,
                        "profit_sb": -218.18,
                        "profit_sb_percentage": -2.3,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e5c7ab3b-0426-4aa1-a63f-33e2c6418ccc",
                            "gambit_id": "6198660d-bbb8-4655-9f16-4566ef272e37",
                            "last_updated": "2022-10-27T12:07:07.489490-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Eintracht Frankfurt",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caf9333b-6879-48fd-aec1-3e82a5243b15/?format=api"
                        },
                        {
                            "id": "f2647fb5-b855-4d31-b1c1-5f8fa31063f9",
                            "gambit_id": "0385bd86-f95c-4823-a7a1-f507f61d27ed",
                            "last_updated": "2022-10-27T12:07:07.488520-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Olympique Marseille",
                            "reward": "3.34000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caf9333b-6879-48fd-aec1-3e82a5243b15/?format=api"
                        },
                        {
                            "id": "d3ae57e6-1c6c-45a2-8adb-0dc9c3cd5fd1",
                            "gambit_id": "457b3a4b-27bc-49e6-9fa6-028bff578092",
                            "last_updated": "2022-10-27T12:07:07.490481-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.39000",
                            "odds": "3.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/caf9333b-6879-48fd-aec1-3e82a5243b15/?format=api"
                        }
                    ]
                },
                {
                    "id": "d4959dc1-61d4-4964-9185-3904ef363f68",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2dbf02fe-29e9-4369-aee5-f12492ca3f3a/?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": 5160.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4840.0
                            }
                        ],
                        "expected_reward_tokens": 9339.6,
                        "profit_sb": -160.4,
                        "profit_sb_percentage": -1.69,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7421d1db-2058-4d95-81fa-2a148bdab142",
                            "gambit_id": "17e1ffdc-81f4-4531-98be-06f9032ce827",
                            "last_updated": "2022-10-27T12:07:07.486463-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.81000",
                            "odds": "1.83000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4959dc1-61d4-4964-9185-3904ef363f68/?format=api"
                        },
                        {
                            "id": "bddf0cad-bf3b-49b3-9d48-5ee96f134843",
                            "gambit_id": "45bad1a9-fa51-487f-b477-292d83b14a59",
                            "last_updated": "2022-10-27T12:07:07.485285-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.93000",
                            "odds": "1.95000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4959dc1-61d4-4964-9185-3904ef363f68/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d1722a36-dc42-4bdc-aa7e-0137d847d5b7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8209a982-c2dc-45a6-9537-192cc507a2c7",
            "completed": true,
            "last_updated": "2022-10-27T12:07:07.799435-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.92,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/8209a982-c2dc-45a6-9537-192cc507a2c7",
            "datetime": "2022-10-26T12:45:00-04:00",
            "cutoff_datetime": "2022-10-26T12:45:00-04:00",
            "name": "Club Brugge v. FC Porto",
            "bettypes": [
                {
                    "id": "f33e77ce-e514-4695-8858-e2434ff39b70",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d1722a36-dc42-4bdc-aa7e-0137d847d5b7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "FC Porto",
                                "amount": 5693.0
                            },
                            {
                                "team": "Club Brugge",
                                "amount": 4307.0
                            }
                        ],
                        "expected_reward_tokens": 12921.0,
                        "profit_sb": 3421.0,
                        "profit_sb_percentage": 36.01,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "FC Porto",
                                "amount": 4105.0
                            },
                            {
                                "team": "Club Brugge",
                                "amount": 3106.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2790.0
                            }
                        ],
                        "expected_reward_tokens": 9318.0,
                        "profit_sb": -182.0,
                        "profit_sb_percentage": -1.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f3a4f853-4d22-4878-b267-e2aaf0b9c4e5",
                            "gambit_id": "66a375a1-3867-447d-bfa1-ff1db3e5d680",
                            "last_updated": "2022-10-27T12:07:07.805903-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Porto",
                            "reward": "2.27000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f33e77ce-e514-4695-8858-e2434ff39b70/?format=api"
                        },
                        {
                            "id": "4a0f4a0c-e1e5-4313-b960-22f0a77f8e4a",
                            "gambit_id": "c2255d24-6fd4-4dd6-86c5-22512fe146bc",
                            "last_updated": "2022-10-27T12:07:07.807007-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Club Brugge",
                            "reward": "3.00000",
                            "odds": "3.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f33e77ce-e514-4695-8858-e2434ff39b70/?format=api"
                        },
                        {
                            "id": "a454f0ff-21c1-4be9-a3e0-a7ac262531bf",
                            "gambit_id": "771a358f-cf84-4ac2-8c59-e0a45ecbc0ff",
                            "last_updated": "2022-10-27T12:07:07.808054-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.34000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f33e77ce-e514-4695-8858-e2434ff39b70/?format=api"
                        }
                    ]
                },
                {
                    "id": "38b03b25-8831-4cfa-b71c-0b1605fda05b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d1722a36-dc42-4bdc-aa7e-0137d847d5b7/?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": 5067.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4933.0
                            }
                        ],
                        "expected_reward_tokens": 9272.61,
                        "profit_sb": -227.39,
                        "profit_sb_percentage": -2.39,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ea4c36a4-23c2-439f-88e0-a86cf1e85e58",
                            "gambit_id": "5cc4ff04-99cd-48fb-bd3f-3775b4dcda96",
                            "last_updated": "2022-10-27T12:07:07.803650-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.83000",
                            "odds": "1.85000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b03b25-8831-4cfa-b71c-0b1605fda05b/?format=api"
                        },
                        {
                            "id": "56d5e27d-bfc4-4ec4-92dd-962d04a91d24",
                            "gambit_id": "5e667962-63b6-47eb-9ee4-a9fcf52becf3",
                            "last_updated": "2022-10-27T12:07:07.802480-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.88000",
                            "odds": "1.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b03b25-8831-4cfa-b71c-0b1605fda05b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "512ac8ea-c461-4a1e-be13-11480c5aa2ad",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9bb430ae-364f-49ba-aa7a-5816f548302a",
            "completed": true,
            "last_updated": "2022-10-27T12:02:07.215169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.95,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/9bb430ae-364f-49ba-aa7a-5816f548302a",
            "datetime": "2022-10-26T12:45:00-04:00",
            "cutoff_datetime": "2022-10-26T12:45:00-04:00",
            "name": "Inter Milan v. FC Viktoria Plzen",
            "bettypes": [
                {
                    "id": "c4a3fca4-4dea-4e6b-8e48-86954c10a89e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/512ac8ea-c461-4a1e-be13-11480c5aa2ad/?format=api",
                    "name": "Pick the Winner",
                    "created_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 Milan",
                                "amount": 8812.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1188.0
                            }
                        ],
                        "expected_reward_tokens": 9869.44,
                        "profit_sb": 369.44,
                        "profit_sb_percentage": 3.89,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Inter Milan",
                                "amount": 8408.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1133.0
                            },
                            {
                                "team": "FC Viktoria Plzen",
                                "amount": 459.0
                            }
                        ],
                        "expected_reward_tokens": 9409.5,
                        "profit_sb": -90.5,
                        "profit_sb_percentage": -0.95,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f296fa42-e2cf-4b3f-aa39-811c520f713f",
                            "gambit_id": "18920eaa-3af1-4a29-b2fa-6ebcb7963428",
                            "last_updated": "2022-10-27T12:02:07.222055-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Inter Milan",
                            "reward": "1.12000",
                            "odds": "1.12000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a3fca4-4dea-4e6b-8e48-86954c10a89e/?format=api"
                        },
                        {
                            "id": "aba973fd-c90a-4c59-a0d3-cf77c856f4da",
                            "gambit_id": "3c755c2d-5ec5-452c-8d53-02f1c1df8679",
                            "last_updated": "2022-10-27T12:02:07.222963-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "8.31000",
                            "odds": "8.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a3fca4-4dea-4e6b-8e48-86954c10a89e/?format=api"
                        },
                        {
                            "id": "ffe8c08c-835e-4fd6-a2d6-cfe4afeb1c69",
                            "gambit_id": "1fa2c71d-5813-4818-8f71-e21aacfe7ae7",
                            "last_updated": "2022-10-27T12:02:07.221138-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Viktoria Plzen",
                            "reward": "20.50000",
                            "odds": "21.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a3fca4-4dea-4e6b-8e48-86954c10a89e/?format=api"
                        }
                    ]
                },
                {
                    "id": "199b8b73-a96c-4bfb-9076-9114c1105513",
                    "match": "https://api-prod.gambitprofit.com/api/matches/512ac8ea-c461-4a1e-be13-11480c5aa2ad/?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": 6786.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3214.0
                            }
                        ],
                        "expected_reward_tokens": 9159.9,
                        "profit_sb": -340.1,
                        "profit_sb_percentage": -3.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "26d92c60-75fa-4e35-b62f-149c58369fcb",
                            "gambit_id": "3bc4dea5-1822-4f5e-b01b-e97f3468ac60",
                            "last_updated": "2022-10-27T12:02:07.219283-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.35000",
                            "odds": "1.36000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199b8b73-a96c-4bfb-9076-9114c1105513/?format=api"
                        },
                        {
                            "id": "8b0b5cd9-d67a-4e4e-b5b2-0d4fee7ecb23",
                            "gambit_id": "20a1c5a3-0f30-4f2f-b010-9d79609dc173",
                            "last_updated": "2022-10-27T12:02:07.218305-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.85000",
                            "odds": "2.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199b8b73-a96c-4bfb-9076-9114c1105513/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2aa236f2-2625-4e5c-b1f4-3fdaedec2057",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e6db04db-0261-4380-a2ba-55d988f7fdb7",
            "completed": true,
            "last_updated": "2022-10-26T09:42:12.322117-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.84,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/e6db04db-0261-4380-a2ba-55d988f7fdb7",
            "datetime": "2022-10-25T22:35:00-04:00",
            "cutoff_datetime": "2022-10-25T22:35:00-04:00",
            "name": "Vegas Golden Knights v. San Jose Sharks",
            "bettypes": [
                {
                    "id": "bbf484c8-0aeb-4f0b-846b-bb4b7e677556",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2aa236f2-2625-4e5c-b1f4-3fdaedec2057/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 6025.0
                            },
                            {
                                "team": "San Jose Sharks",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0ab64819-e159-4128-b01b-68a376bd113d",
                            "gambit_id": "180c2a72-6619-47af-8d7c-3445a0491619",
                            "last_updated": "2022-10-26T09:42:12.331542-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbf484c8-0aeb-4f0b-846b-bb4b7e677556/?format=api"
                        },
                        {
                            "id": "ff1f2f2c-54e9-433a-812d-2bc1e8a799cc",
                            "gambit_id": "271cd3b1-fc0a-4702-8360-92bf6146ff9b",
                            "last_updated": "2022-10-26T09:42:12.330559-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Jose Sharks",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbf484c8-0aeb-4f0b-846b-bb4b7e677556/?format=api"
                        }
                    ]
                },
                {
                    "id": "29bc0f41-609c-48c5-bd11-095b15ffd238",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2aa236f2-2625-4e5c-b1f4-3fdaedec2057/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Jose Sharks",
                                "amount": 6173.0
                            },
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8fbacfc9-1df4-4143-8388-d396bfed4aa9",
                            "gambit_id": "42df3ba4-fb7a-4d3e-8f76-674cbcf34a75",
                            "last_updated": "2022-10-26T09:42:12.328576-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "San Jose Sharks",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29bc0f41-609c-48c5-bd11-095b15ffd238/?format=api"
                        },
                        {
                            "id": "5c532df4-c55c-4253-85ff-40e58c70a0d1",
                            "gambit_id": "6adf21e8-3e65-46e3-9e8b-ac43457cb794",
                            "last_updated": "2022-10-26T09:42:12.327601-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29bc0f41-609c-48c5-bd11-095b15ffd238/?format=api"
                        }
                    ]
                },
                {
                    "id": "b3e0f2b7-c750-4f22-8d11-9d435922cf1e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2aa236f2-2625-4e5c-b1f4-3fdaedec2057/?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": 5316.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1e7759cb-9571-4183-9a01-82c93728cb87",
                            "gambit_id": "674e0359-5fac-4447-9a42-a0783e9bb9bb",
                            "last_updated": "2022-10-26T09:42:12.324616-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3e0f2b7-c750-4f22-8d11-9d435922cf1e/?format=api"
                        },
                        {
                            "id": "3bc80095-a746-4c64-945f-1a9db40cd9bf",
                            "gambit_id": "1df882e5-c64d-4ddc-9514-78c999241e47",
                            "last_updated": "2022-10-26T09:42:12.325631-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3e0f2b7-c750-4f22-8d11-9d435922cf1e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "76152cb7-ada7-4cbc-9fb9-0a78547ab393",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "34891bbf-2040-4e99-886f-8e993e8ea222",
            "completed": true,
            "last_updated": "2022-10-26T09:42:12.477931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.2,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/34891bbf-2040-4e99-886f-8e993e8ea222",
            "datetime": "2022-10-25T22:35:00-04:00",
            "cutoff_datetime": "2022-10-25T22:35:00-04:00",
            "name": "Tampa Bay Lightning v. Los Angeles Kings",
            "bettypes": [
                {
                    "id": "27ed6917-44c6-4f05-8fa4-9ea061c7697d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/76152cb7-ada7-4cbc-9fb9-0a78547ab393/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 5610.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 4390.0
                            }
                        ],
                        "expected_reward_tokens": 9480.9,
                        "profit_sb": -19.1,
                        "profit_sb_percentage": -0.2,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5a1ffadf-0b60-480a-8ac6-4ad977fd08de",
                            "gambit_id": "8c2d45d0-d9c8-4bfb-887f-e3f444071424",
                            "last_updated": "2022-10-26T09:42:12.487461-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ed6917-44c6-4f05-8fa4-9ea061c7697d/?format=api"
                        },
                        {
                            "id": "4c600e7c-2cf7-41d8-a7c1-06f29fa74503",
                            "gambit_id": "7a2ec92e-5a42-439e-9676-030f41255445",
                            "last_updated": "2022-10-26T09:42:12.486481-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.16000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ed6917-44c6-4f05-8fa4-9ea061c7697d/?format=api"
                        }
                    ]
                },
                {
                    "id": "3769072b-8dae-418d-af51-402e4e726611",
                    "match": "https://api-prod.gambitprofit.com/api/matches/76152cb7-ada7-4cbc-9fb9-0a78547ab393/?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 Kings",
                                "amount": 6563.0
                            },
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "67efc6c6-e29d-4355-b504-b047469b6dfa",
                            "gambit_id": "64cbca9a-4d9a-4e02-98ae-a9deec0391c5",
                            "last_updated": "2022-10-26T09:42:12.483466-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3769072b-8dae-418d-af51-402e4e726611/?format=api"
                        },
                        {
                            "id": "2fc81c82-a4f0-4d37-94f5-9570a6320505",
                            "gambit_id": "f57d8a9f-242b-4cd5-a640-0aff3f2e8b5c",
                            "last_updated": "2022-10-26T09:42:12.484454-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3769072b-8dae-418d-af51-402e4e726611/?format=api"
                        }
                    ]
                },
                {
                    "id": "31bfd0d3-41f1-4bb6-b1f5-d111f442c0ba",
                    "match": "https://api-prod.gambitprofit.com/api/matches/76152cb7-ada7-4cbc-9fb9-0a78547ab393/?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": 5316.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fa190fa1-e324-4dcd-9e9e-c63752284a94",
                            "gambit_id": "ee7a89ea-0c4d-41e6-9cc8-905cfaa20ade",
                            "last_updated": "2022-10-26T09:42:12.481406-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31bfd0d3-41f1-4bb6-b1f5-d111f442c0ba/?format=api"
                        },
                        {
                            "id": "e897c24c-db95-4580-bc31-6526d635fcac",
                            "gambit_id": "bb5b803b-d747-465e-a6b6-3fe2c4b919aa",
                            "last_updated": "2022-10-26T09:42:12.480401-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31bfd0d3-41f1-4bb6-b1f5-d111f442c0ba/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "664ad227-4ae2-49d5-889d-0e5180cc31ae",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "72c07611-2e50-46d8-aa3f-8ad798454c69",
            "completed": true,
            "last_updated": "2022-10-26T09:47:09.812473-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.05,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/72c07611-2e50-46d8-aa3f-8ad798454c69",
            "datetime": "2022-10-25T22:05:00-04:00",
            "cutoff_datetime": "2022-10-25T22:05:00-04:00",
            "name": "Buffalo Sabres v. Seattle Kraken",
            "bettypes": [
                {
                    "id": "2671a0de-9d6c-4261-b879-d66ea39d496f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/664ad227-4ae2-49d5-889d-0e5180cc31ae/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Seattle Kraken",
                                "amount": 5521.0
                            },
                            {
                                "team": "Buffalo Sabres",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1c360dc1-0e16-4a1b-a0b1-f50f862a640f",
                            "gambit_id": "bb14111a-d8f9-431e-aa88-becb7fb58c4e",
                            "last_updated": "2022-10-26T09:47:09.821406-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2671a0de-9d6c-4261-b879-d66ea39d496f/?format=api"
                        },
                        {
                            "id": "08a86db4-d329-4af3-b0bc-6c407fd247e2",
                            "gambit_id": "77d84a87-c64d-4a9e-afb2-49808f5404e9",
                            "last_updated": "2022-10-26T09:47:09.822398-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2671a0de-9d6c-4261-b879-d66ea39d496f/?format=api"
                        }
                    ]
                },
                {
                    "id": "9f5523a4-b3a1-4a81-8a83-3a46a124bf03",
                    "match": "https://api-prod.gambitprofit.com/api/matches/664ad227-4ae2-49d5-889d-0e5180cc31ae/?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 Sabres",
                                "amount": 6563.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bc5e5825-1cef-4bb8-b7f8-1ee9fdf88628",
                            "gambit_id": "08b018ba-177f-4da2-93fa-64936c000245",
                            "last_updated": "2022-10-26T09:47:09.819355-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f5523a4-b3a1-4a81-8a83-3a46a124bf03/?format=api"
                        },
                        {
                            "id": "7f60ebef-f35c-4750-8516-8cc7051e67ac",
                            "gambit_id": "44a49935-9f14-4be4-8f5f-b9062922385e",
                            "last_updated": "2022-10-26T09:47:09.818329-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Seattle Kraken",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f5523a4-b3a1-4a81-8a83-3a46a124bf03/?format=api"
                        }
                    ]
                },
                {
                    "id": "732cd54a-3278-4cc3-a2c4-1f587e3aceac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/664ad227-4ae2-49d5-889d-0e5180cc31ae/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5419.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4581.0
                            }
                        ],
                        "expected_reward_tokens": 9482.67,
                        "profit_sb": -17.33,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "af32a8d2-eca1-4b56-866a-79fc206ad51c",
                            "gambit_id": "7f6b5249-d39d-4967-bea7-22adadc69319",
                            "last_updated": "2022-10-26T09:47:09.816233-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.75000",
                            "odds": "1.76920",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/732cd54a-3278-4cc3-a2c4-1f587e3aceac/?format=api"
                        },
                        {
                            "id": "f1d3fc1c-aa20-4b28-8ff7-8aff1f3ddae5",
                            "gambit_id": "f45bc1f6-b2c9-4e33-aec6-ab8d49fa935b",
                            "last_updated": "2022-10-26T09:47:09.815121-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/732cd54a-3278-4cc3-a2c4-1f587e3aceac/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e2c74a76-04da-4916-b5a0-7841c6475906",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "164a4f06-d226-4244-8322-6cdf50a43fdd",
            "completed": true,
            "last_updated": "2022-10-26T09:37:06.033267-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.4,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/164a4f06-d226-4244-8322-6cdf50a43fdd",
            "datetime": "2022-10-25T22:00:00-04:00",
            "cutoff_datetime": "2022-10-25T22:00:00-04:00",
            "name": "Golden State Warriors v. Phoenix Suns",
            "bettypes": [
                {
                    "id": "a8109bca-3892-49c6-b509-e89a20ec1303",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2c74a76-04da-4916-b5a0-7841c6475906/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Phoenix Suns",
                                "amount": 5316.0
                            },
                            {
                                "team": "Golden State Warriors",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "265b5776-dc69-49dd-bcd7-20c1422782a3",
                            "gambit_id": "8d48579f-150d-46f4-9b45-2b01670b3cb4",
                            "last_updated": "2022-10-26T09:37:06.041879-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8109bca-3892-49c6-b509-e89a20ec1303/?format=api"
                        },
                        {
                            "id": "f08c0c15-cef4-462e-85fa-d1fa65759791",
                            "gambit_id": "07d2bb8c-e4f2-4dda-88b2-8cbacfc8ab5a",
                            "last_updated": "2022-10-26T09:37:06.040805-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Golden State Warriors",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8109bca-3892-49c6-b509-e89a20ec1303/?format=api"
                        }
                    ]
                },
                {
                    "id": "d0a34bee-8b06-4c5e-a449-834650732d47",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2c74a76-04da-4916-b5a0-7841c6475906/?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": "Phoenix Suns",
                                "amount": 5106.0
                            },
                            {
                                "team": "Golden State Warriors",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bccc2047-5bd8-4a1b-9221-6433ca1ea1c7",
                            "gambit_id": "391a2c36-9f71-467f-a71e-ccf445774bfc",
                            "last_updated": "2022-10-26T09:37:06.043872-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0a34bee-8b06-4c5e-a449-834650732d47/?format=api"
                        },
                        {
                            "id": "43f965b3-8691-40d2-ba9b-3bec54ad022c",
                            "gambit_id": "1ed96fbf-80b7-4ca1-8174-9f7205a57c55",
                            "last_updated": "2022-10-26T09:37:06.044883-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0a34bee-8b06-4c5e-a449-834650732d47/?format=api"
                        }
                    ]
                },
                {
                    "id": "d42b9bd7-8d24-4a67-b196-d266acc9818e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e2c74a76-04da-4916-b5a0-7841c6475906/?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 227.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 227.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "28a69da7-6433-45b8-9900-12425da5a4b2",
                            "gambit_id": "d1036518-02ff-4efa-b8bc-0cde26f90a68",
                            "last_updated": "2022-10-26T09:37:06.038392-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 227.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d42b9bd7-8d24-4a67-b196-d266acc9818e/?format=api"
                        },
                        {
                            "id": "0212d0b6-b4bd-42fd-a5f6-175c50d61974",
                            "gambit_id": "dd28d72f-e554-428f-a7b2-4dcb4fac3bf0",
                            "last_updated": "2022-10-26T09:37:06.036218-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 227.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d42b9bd7-8d24-4a67-b196-d266acc9818e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fb6e1563-bc1f-4521-8a3e-e9c11df815ed",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "41de9cee-a5c1-413f-b2d4-8a6dbbee4e80",
            "completed": true,
            "last_updated": "2022-10-26T09:47:09.642395-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.84,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/41de9cee-a5c1-413f-b2d4-8a6dbbee4e80",
            "datetime": "2022-10-25T21:05:00-04:00",
            "cutoff_datetime": "2022-10-25T21:05:00-04:00",
            "name": "Pittsburgh Penguins v. Calgary Flames",
            "bettypes": [
                {
                    "id": "bf11d926-2bdd-4e82-be4c-11a5d103dbac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fb6e1563-bc1f-4521-8a3e-e9c11df815ed/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 6326.0
                            },
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 3674.0
                            }
                        ],
                        "expected_reward_tokens": 9552.26,
                        "profit_sb": 52.26,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "9316dcd4-a0b2-4117-901a-7bbb028315b2",
                            "gambit_id": "785a5209-b79c-4e5b-a8d8-60ee69e39948",
                            "last_updated": "2022-10-26T09:47:09.655379-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf11d926-2bdd-4e82-be4c-11a5d103dbac/?format=api"
                        },
                        {
                            "id": "a7b30f17-6605-49d5-b5e0-d30362e8b6d4",
                            "gambit_id": "f868921e-983a-433d-8596-d9c41f1ef40e",
                            "last_updated": "2022-10-26T09:47:09.656411-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "2.60000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf11d926-2bdd-4e82-be4c-11a5d103dbac/?format=api"
                        }
                    ]
                },
                {
                    "id": "c9bced27-1318-4ac8-a875-448cefab28a4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fb6e1563-bc1f-4521-8a3e-e9c11df815ed/?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 Penguins",
                                "amount": 6025.0
                            },
                            {
                                "team": "Calgary Flames",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a2749e84-c763-4772-8ee3-8b923ad2d61a",
                            "gambit_id": "b461ce19-23e7-4b02-bead-3851a5895fec",
                            "last_updated": "2022-10-26T09:47:09.653266-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "1.59000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9bced27-1318-4ac8-a875-448cefab28a4/?format=api"
                        },
                        {
                            "id": "0aeefc82-8610-4e57-90e4-5f238f8a8a0f",
                            "gambit_id": "8207bae2-2ac5-4a22-b2e5-8ca4b2e00fa8",
                            "last_updated": "2022-10-26T09:47:09.652165-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Calgary Flames",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9bced27-1318-4ac8-a875-448cefab28a4/?format=api"
                        }
                    ]
                },
                {
                    "id": "e7717a09-0391-4b19-a9b0-e090e71cf69d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fb6e1563-bc1f-4521-8a3e-e9c11df815ed/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6b18505f-8b6d-4076-856a-6606813a7f9f",
                            "gambit_id": "4d9b1bac-26d9-4320-bf3a-4ce8f57c372b",
                            "last_updated": "2022-10-26T09:47:09.647107-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7717a09-0391-4b19-a9b0-e090e71cf69d/?format=api"
                        },
                        {
                            "id": "ca0cdbf5-76b0-478f-ad6c-3ae9bfeb06bc",
                            "gambit_id": "851be38a-1f00-4d88-909c-474b0cc4606c",
                            "last_updated": "2022-10-26T09:47:09.645259-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7717a09-0391-4b19-a9b0-e090e71cf69d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d1d60dcd-0072-41e7-97bd-b4c0ce8da455",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "21b0c632-5554-4d28-a004-8fa0d8144dc8",
            "completed": true,
            "last_updated": "2022-10-26T09:52:10.869431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.25,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/21b0c632-5554-4d28-a004-8fa0d8144dc8",
            "datetime": "2022-10-25T20:35:00-04:00",
            "cutoff_datetime": "2022-10-25T20:35:00-04:00",
            "name": "Florida Panthers v. Chicago Blackhawks",
            "bettypes": [
                {
                    "id": "af053bbb-996b-480d-ad17-b676bc093c72",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d1d60dcd-0072-41e7-97bd-b4c0ce8da455/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Florida Panthers",
                                "amount": 6721.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 3279.0
                            }
                        ],
                        "expected_reward_tokens": 9476.31,
                        "profit_sb": -23.69,
                        "profit_sb_percentage": -0.25,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3e084639-3eb8-4322-accb-0af37a120f76",
                            "gambit_id": "5f3908d7-0103-4807-bf55-0a4c1fd8e9b1",
                            "last_updated": "2022-10-26T09:52:10.880617-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.41000",
                            "odds": "1.42550",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af053bbb-996b-480d-ad17-b676bc093c72/?format=api"
                        },
                        {
                            "id": "08c04c72-f81c-4b75-8999-e17c296f3237",
                            "gambit_id": "47494de5-5195-4fcd-a56a-1c082682f35c",
                            "last_updated": "2022-10-26T09:52:10.879629-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "2.89000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af053bbb-996b-480d-ad17-b676bc093c72/?format=api"
                        }
                    ]
                },
                {
                    "id": "b5139329-d9be-4a4e-a85d-621c19edeb29",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d1d60dcd-0072-41e7-97bd-b4c0ce8da455/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 5212.0
                            },
                            {
                                "team": "Florida Panthers",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "384d191f-f05f-4685-b288-c8499fc0f585",
                            "gambit_id": "01acf379-5a5f-45e2-a1b6-30627b57ab99",
                            "last_updated": "2022-10-26T09:52:10.876607-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5139329-d9be-4a4e-a85d-621c19edeb29/?format=api"
                        },
                        {
                            "id": "4c1f0565-b6f6-42e8-aff8-ae43c8a3376c",
                            "gambit_id": "386b87fd-0c11-410d-a237-dad8fb41bab3",
                            "last_updated": "2022-10-26T09:52:10.877628-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5139329-d9be-4a4e-a85d-621c19edeb29/?format=api"
                        }
                    ]
                },
                {
                    "id": "facc12a7-9eea-40dc-bb1b-aed19405aec2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d1d60dcd-0072-41e7-97bd-b4c0ce8da455/?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": 5106.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "222bc792-e53d-466b-8414-c0bddcaa41ba",
                            "gambit_id": "756c1a64-8048-4dfb-b21b-f442147657ba",
                            "last_updated": "2022-10-26T09:52:10.873369-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/facc12a7-9eea-40dc-bb1b-aed19405aec2/?format=api"
                        },
                        {
                            "id": "664bfee7-a787-4033-af1f-ea9fbbd32ddb",
                            "gambit_id": "fad1bd47-f1ee-44b2-b813-2d663a188877",
                            "last_updated": "2022-10-26T09:52:10.874553-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/facc12a7-9eea-40dc-bb1b-aed19405aec2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e10fc3d4-95c4-4585-b478-432cb8654f69",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "61096024-99fd-4137-99b5-21fe49a0c216",
            "completed": true,
            "last_updated": "2022-10-26T09:37:05.551456-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.52,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/61096024-99fd-4137-99b5-21fe49a0c216",
            "datetime": "2022-10-25T20:10:00-04:00",
            "cutoff_datetime": "2022-10-25T20:10:00-04:00",
            "name": "Los Angeles Clippers v. Oklahoma City Thunder",
            "bettypes": [
                {
                    "id": "5dbd17d0-ff2e-444a-a6c6-1ec2894f41c5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e10fc3d4-95c4-4585-b478-432cb8654f69/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 6563.0
                            },
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d79d195c-cd37-4872-b149-8d802003dccb",
                            "gambit_id": "9602a8fb-4584-4620-91dc-266564cd98c6",
                            "last_updated": "2022-10-26T09:37:05.562107-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbd17d0-ff2e-444a-a6c6-1ec2894f41c5/?format=api"
                        },
                        {
                            "id": "874a831b-c62c-40eb-b7ca-56fabe81bcc6",
                            "gambit_id": "061c7468-e206-43d6-a67f-f7574058ae81",
                            "last_updated": "2022-10-26T09:37:05.560981-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5dbd17d0-ff2e-444a-a6c6-1ec2894f41c5/?format=api"
                        }
                    ]
                },
                {
                    "id": "43e2a661-20c6-4a35-829a-83679b477ac4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e10fc3d4-95c4-4585-b478-432cb8654f69/?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": "Oklahoma City Thunder",
                                "amount": 5000.0
                            },
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2b18ed78-3ee9-4f65-954d-4d33c6795243",
                            "gambit_id": "36fd49e0-9870-4cbd-baf6-dc4e112298a7",
                            "last_updated": "2022-10-26T09:37:05.557847-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43e2a661-20c6-4a35-829a-83679b477ac4/?format=api"
                        },
                        {
                            "id": "7aa426b0-6363-48e5-9669-2db03ef536e1",
                            "gambit_id": "33efdf4e-3482-4d36-968e-162936fe32b4",
                            "last_updated": "2022-10-26T09:37:05.558900-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43e2a661-20c6-4a35-829a-83679b477ac4/?format=api"
                        }
                    ]
                },
                {
                    "id": "93b80fc3-0a2b-424e-96ba-482e27b3a50f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e10fc3d4-95c4-4585-b478-432cb8654f69/?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 217.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 217.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3f90388d-33e5-4fab-80e7-43eb223c36e8",
                            "gambit_id": "c34b129e-8d14-4eb6-b903-f4a791d8bfae",
                            "last_updated": "2022-10-26T09:37:05.554550-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 217.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "217.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93b80fc3-0a2b-424e-96ba-482e27b3a50f/?format=api"
                        },
                        {
                            "id": "54f398ac-3631-452c-99b6-9e173f947539",
                            "gambit_id": "8c174a30-42a5-459b-8a9b-4d8985819e31",
                            "last_updated": "2022-10-26T09:37:05.555674-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 217.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "217.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93b80fc3-0a2b-424e-96ba-482e27b3a50f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0ec2749c-d4dd-4f88-9ba0-98c3762206e5",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "fc2aca8c-bd81-4349-8cb0-b4a23c2c8f05",
            "completed": true,
            "last_updated": "2022-10-26T09:52:11.679531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.67,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/fc2aca8c-bd81-4349-8cb0-b4a23c2c8f05",
            "datetime": "2022-10-25T20:05:00-04:00",
            "cutoff_datetime": "2022-10-25T20:05:00-04:00",
            "name": "Colorado Avalanche v. New York Rangers",
            "bettypes": [
                {
                    "id": "3c913520-52a5-427b-9502-2427dbd656cf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ec2749c-d4dd-4f88-9ba0-98c3762206e5/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Colorado Avalanche",
                                "amount": 5106.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 4894.0
                            }
                        ],
                        "expected_reward_tokens": 9395.04,
                        "profit_sb": -104.96,
                        "profit_sb_percentage": -1.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8e38c401-b0f7-42c0-9ffe-3337d6f414ac",
                            "gambit_id": "5ae3310d-435b-40c7-9841-00182506efeb",
                            "last_updated": "2022-10-26T09:52:11.689315-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.84000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c913520-52a5-427b-9502-2427dbd656cf/?format=api"
                        },
                        {
                            "id": "5be79597-42b7-4cea-84f2-ce9a35dc706b",
                            "gambit_id": "0e4377cf-944c-4f6f-82ac-a9cac44369ce",
                            "last_updated": "2022-10-26T09:52:11.688333-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Rangers",
                            "reward": "1.92000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c913520-52a5-427b-9502-2427dbd656cf/?format=api"
                        }
                    ]
                },
                {
                    "id": "2c8e3a02-1a11-4a42-bce4-5f72c3b3ff1b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ec2749c-d4dd-4f88-9ba0-98c3762206e5/?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": "Colorado Avalanche",
                                "amount": 7084.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 2916.0
                            }
                        ],
                        "expected_reward_tokens": 9563.4,
                        "profit_sb": 63.4,
                        "profit_sb_percentage": 0.67,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "cbb0cc6d-35ad-4fa6-a84c-a4f26bc51b8a",
                            "gambit_id": "97e2406c-2252-40ad-a734-9642d54d3ac0",
                            "last_updated": "2022-10-26T09:52:11.686316-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.35000",
                            "odds": "1.36360",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c8e3a02-1a11-4a42-bce4-5f72c3b3ff1b/?format=api"
                        },
                        {
                            "id": "0a856599-f6c8-4d22-941c-af3ca9f16267",
                            "gambit_id": "27240e34-74e4-4138-afe5-8df6f3b10177",
                            "last_updated": "2022-10-26T09:52:11.685285-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New York Rangers",
                            "reward": "3.28000",
                            "odds": "3.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c8e3a02-1a11-4a42-bce4-5f72c3b3ff1b/?format=api"
                        }
                    ]
                },
                {
                    "id": "168d4dc0-5919-42f3-b0b3-cf048681558d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0ec2749c-d4dd-4f88-9ba0-98c3762206e5/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f8af6aa3-388f-40be-b6c0-1a3098ec5568",
                            "gambit_id": "10585796-7e60-482b-bade-6c134e9b7d98",
                            "last_updated": "2022-10-26T09:52:11.683138-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/168d4dc0-5919-42f3-b0b3-cf048681558d/?format=api"
                        },
                        {
                            "id": "13b93873-f499-4465-964d-8dcaa6d73db2",
                            "gambit_id": "296f63df-a446-4197-96e4-ba480b16834b",
                            "last_updated": "2022-10-26T09:52:11.682080-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/168d4dc0-5919-42f3-b0b3-cf048681558d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d619c973-7147-48c3-89ef-5ceed519bc94",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e0912dea-6adb-46c0-8328-4984f5d051f7",
            "completed": true,
            "last_updated": "2022-10-26T09:37:07.609807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.49,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/e0912dea-6adb-46c0-8328-4984f5d051f7",
            "datetime": "2022-10-25T19:30:00-04:00",
            "cutoff_datetime": "2022-10-25T19:30:00-04:00",
            "name": "Dallas Mavericks v. New Orleans Pelicans",
            "bettypes": [
                {
                    "id": "7fbe223c-c0b3-4534-89da-88c6fc4228c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d619c973-7147-48c3-89ef-5ceed519bc94/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Mavericks",
                                "amount": 6611.0
                            },
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 3389.0
                            }
                        ],
                        "expected_reward_tokens": 9453.73,
                        "profit_sb": -46.27,
                        "profit_sb_percentage": -0.49,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2e7c51f8-8193-4869-87ce-0b50e8143997",
                            "gambit_id": "207f983c-44e2-4177-9198-0596aed346ae",
                            "last_updated": "2022-10-26T09:37:07.620108-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.43000",
                            "odds": "1.44440",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fbe223c-c0b3-4534-89da-88c6fc4228c6/?format=api"
                        },
                        {
                            "id": "ba5dd331-fed5-4c31-8079-36d20cec48d8",
                            "gambit_id": "e04810a8-81c0-46a0-8e2d-a9aff10ea408",
                            "last_updated": "2022-10-26T09:37:07.619090-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "2.79000",
                            "odds": "2.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fbe223c-c0b3-4534-89da-88c6fc4228c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "e590b094-3ff2-40d7-9232-ad9523833c8b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d619c973-7147-48c3-89ef-5ceed519bc94/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 5000.0
                            },
                            {
                                "team": "Dallas Mavericks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c3e94c49-ac3a-4625-90da-4ef9ba7f9878",
                            "gambit_id": "a5b4dcd3-0225-4a94-8c27-fec172dfdb3e",
                            "last_updated": "2022-10-26T09:37:07.615878-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e590b094-3ff2-40d7-9232-ad9523833c8b/?format=api"
                        },
                        {
                            "id": "86f0c208-65ad-4d0a-9c92-edd3569fdb9f",
                            "gambit_id": "7268a201-ad52-4114-8fc2-f522cf16f496",
                            "last_updated": "2022-10-26T09:37:07.616908-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e590b094-3ff2-40d7-9232-ad9523833c8b/?format=api"
                        }
                    ]
                },
                {
                    "id": "7f22f259-0443-4a52-8705-efddbb28ecfe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d619c973-7147-48c3-89ef-5ceed519bc94/?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 218.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 218.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "16dc3d3a-56da-46f6-98ab-63b170d29b80",
                            "gambit_id": "78b06cf1-d88d-4cb0-a463-c0c6b840c36b",
                            "last_updated": "2022-10-26T09:37:07.612558-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 218.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "218.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f22f259-0443-4a52-8705-efddbb28ecfe/?format=api"
                        },
                        {
                            "id": "abaa200f-5ad3-41e0-a7a1-5eb9f9e9a575",
                            "gambit_id": "e2ef938b-9d97-4ac7-abcb-c4d75f1825b9",
                            "last_updated": "2022-10-26T09:37:07.613745-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 218.5",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "218.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f22f259-0443-4a52-8705-efddbb28ecfe/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "177eaba4-fcb5-40fa-a8b3-5d1dd4f48b22",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b5abbb2c-d5a4-4026-8c6e-ed442cd36d27",
            "completed": true,
            "last_updated": "2022-10-26T09:42:13.259463-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.52,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/b5abbb2c-d5a4-4026-8c6e-ed442cd36d27",
            "datetime": "2022-10-25T19:10:00-04:00",
            "cutoff_datetime": "2022-10-25T19:10:00-04:00",
            "name": "Detroit Pistons v. Washington Wizards",
            "bettypes": [
                {
                    "id": "34919c30-ca9a-4086-bb50-2ffa1caa5c84",
                    "match": "https://api-prod.gambitprofit.com/api/matches/177eaba4-fcb5-40fa-a8b3-5d1dd4f48b22/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Wizards",
                                "amount": 6563.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "67ad3069-f9d0-4f02-a89c-d0de57cd88ec",
                            "gambit_id": "bc873b18-b120-479a-a8af-d32ca6dd8f97",
                            "last_updated": "2022-10-26T09:42:13.267260-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34919c30-ca9a-4086-bb50-2ffa1caa5c84/?format=api"
                        },
                        {
                            "id": "9d2839bf-ef6f-4284-8569-0857af89c559",
                            "gambit_id": "0ab256a0-5540-4b5f-a578-81564920697d",
                            "last_updated": "2022-10-26T09:42:13.266061-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Pistons",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34919c30-ca9a-4086-bb50-2ffa1caa5c84/?format=api"
                        }
                    ]
                },
                {
                    "id": "e64a8aa9-6860-4e01-9743-ab1b11def691",
                    "match": "https://api-prod.gambitprofit.com/api/matches/177eaba4-fcb5-40fa-a8b3-5d1dd4f48b22/?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 Wizards",
                                "amount": 5000.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1244bb19-b580-4125-b02a-a68bfc9b6995",
                            "gambit_id": "73781c82-897d-4687-8480-70bf798eaa0f",
                            "last_updated": "2022-10-26T09:42:13.269648-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "-5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64a8aa9-6860-4e01-9743-ab1b11def691/?format=api"
                        },
                        {
                            "id": "e8988320-825f-4f41-a18f-01c63914edae",
                            "gambit_id": "2321d416-7a01-4fed-843f-9452b41d750f",
                            "last_updated": "2022-10-26T09:42:13.272027-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64a8aa9-6860-4e01-9743-ab1b11def691/?format=api"
                        }
                    ]
                },
                {
                    "id": "446f0aa9-5cc1-4878-a83a-ca2003578d9d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/177eaba4-fcb5-40fa-a8b3-5d1dd4f48b22/?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 221",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 221",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "444a4f55-7cd0-4164-ad0e-4d035b5a5918",
                            "gambit_id": "99725ad2-2803-4ee9-bd41-c5ecb12a4de8",
                            "last_updated": "2022-10-26T09:42:13.263623-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 221",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "221.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/446f0aa9-5cc1-4878-a83a-ca2003578d9d/?format=api"
                        },
                        {
                            "id": "15678bf8-c9ff-4ab7-806a-fe305dee4a86",
                            "gambit_id": "46bea927-e84c-4dba-b526-1ae2eb81a8a7",
                            "last_updated": "2022-10-26T09:42:13.262395-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 221",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": "221.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/446f0aa9-5cc1-4878-a83a-ca2003578d9d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b03967a3-f521-4a8c-99f7-ea7514d3aefd",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9555254d-c929-47da-98a9-00fff7035c49",
            "completed": true,
            "last_updated": "2022-10-26T09:52:11.032284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.71,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/9555254d-c929-47da-98a9-00fff7035c49",
            "datetime": "2022-10-25T19:05:00-04:00",
            "cutoff_datetime": "2022-10-25T19:05:00-04:00",
            "name": "Dallas Stars v. Boston Bruins",
            "bettypes": [
                {
                    "id": "154d0fcc-a538-4ce0-bcb8-11808a222265",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b03967a3-f521-4a8c-99f7-ea7514d3aefd/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Boston Bruins",
                                "amount": 6173.0
                            },
                            {
                                "team": "Dallas Stars",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b7d56c98-b2b7-410c-ae86-695eef1b4cf0",
                            "gambit_id": "3212d713-2d9b-4d2b-a9ee-e20e5732d014",
                            "last_updated": "2022-10-26T09:52:11.042088-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154d0fcc-a538-4ce0-bcb8-11808a222265/?format=api"
                        },
                        {
                            "id": "a2103f67-1287-41f7-be0e-84d9a769817b",
                            "gambit_id": "eb3e3fce-233e-4586-97de-bafb90b36a27",
                            "last_updated": "2022-10-26T09:52:11.043209-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Stars",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154d0fcc-a538-4ce0-bcb8-11808a222265/?format=api"
                        }
                    ]
                },
                {
                    "id": "b8d9fa32-babd-4db2-b513-1f414ff37c03",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b03967a3-f521-4a8c-99f7-ea7514d3aefd/?format=api",
                    "name": "Play the Odds",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Stars",
                                "amount": 6173.0
                            },
                            {
                                "team": "Boston Bruins",
                                "amount": 3827.0
                            }
                        ],
                        "expected_reward_tokens": 9567.5,
                        "profit_sb": 67.5,
                        "profit_sb_percentage": 0.71,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2a207aa5-0013-49e3-9d4f-72f395304a06",
                            "gambit_id": "951d013c-adcf-4360-96b6-7411596fc673",
                            "last_updated": "2022-10-26T09:52:11.038725-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Dallas Stars",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d9fa32-babd-4db2-b513-1f414ff37c03/?format=api"
                        },
                        {
                            "id": "243e036e-db93-4b92-b953-1ca1c1d97ecd",
                            "gambit_id": "13f3b3d6-b553-4bd4-a0e9-315b75e03b07",
                            "last_updated": "2022-10-26T09:52:11.039912-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Boston Bruins",
                            "reward": "2.50000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d9fa32-babd-4db2-b513-1f414ff37c03/?format=api"
                        }
                    ]
                },
                {
                    "id": "89798e60-7d8d-44a9-a83d-3c6879f8f2c9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b03967a3-f521-4a8c-99f7-ea7514d3aefd/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 6",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5d721a2d-5da9-4a0f-8ea9-7ee2b86eb069",
                            "gambit_id": "b672fb84-8a90-4e5b-9e3f-a12432d997aa",
                            "last_updated": "2022-10-26T09:52:11.035157-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89798e60-7d8d-44a9-a83d-3c6879f8f2c9/?format=api"
                        },
                        {
                            "id": "ff3bf8f7-cb04-49a6-b4ee-af65b267761e",
                            "gambit_id": "ea3ed103-965d-41ec-b3d7-410739bca21f",
                            "last_updated": "2022-10-26T09:52:11.036345-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89798e60-7d8d-44a9-a83d-3c6879f8f2c9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9061776b-1deb-4636-86ae-1f986564f625",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8f827216-a3f4-453c-93b6-db33ab587342",
            "completed": true,
            "last_updated": "2022-10-26T09:52:11.208242-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.39,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/8f827216-a3f4-453c-93b6-db33ab587342",
            "datetime": "2022-10-25T19:05:00-04:00",
            "cutoff_datetime": "2022-10-25T19:05:00-04:00",
            "name": "Minnesota Wild v. Montreal Canadiens",
            "bettypes": [
                {
                    "id": "d155f404-7fb8-41e8-ac35-f300d8a30642",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9061776b-1deb-4636-86ae-1f986564f625/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Wild",
                                "amount": 6475.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 3525.0
                            }
                        ],
                        "expected_reward_tokens": 9517.5,
                        "profit_sb": 17.5,
                        "profit_sb_percentage": 0.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7a8efe2d-4c70-4ddd-b38c-a40f11ebfcc2",
                            "gambit_id": "eb6b8ced-53cd-45f0-a155-0bbb1e475263",
                            "last_updated": "2022-10-26T09:52:11.218465-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Wild",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d155f404-7fb8-41e8-ac35-f300d8a30642/?format=api"
                        },
                        {
                            "id": "64d54aa9-f9a7-4bc6-ba81-9c6bb0f418d6",
                            "gambit_id": "f3acc62e-f61b-4011-ab68-d95526919ff7",
                            "last_updated": "2022-10-26T09:52:11.217445-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "2.70000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d155f404-7fb8-41e8-ac35-f300d8a30642/?format=api"
                        }
                    ]
                },
                {
                    "id": "71a7116d-8bea-4fb3-a4ed-18d452ca15ae",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9061776b-1deb-4636-86ae-1f986564f625/?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": "Montreal Canadiens",
                                "amount": 5780.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 4220.0
                            }
                        ],
                        "expected_reward_tokens": 9537.0,
                        "profit_sb": 37.0,
                        "profit_sb_percentage": 0.39,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6a8de1ab-4ec4-4a71-9236-a8257df09ba5",
                            "gambit_id": "655ff7f7-cda1-4dda-96bc-2c1cc521610a",
                            "last_updated": "2022-10-26T09:52:11.214307-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "1.65000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71a7116d-8bea-4fb3-a4ed-18d452ca15ae/?format=api"
                        },
                        {
                            "id": "88fd8de0-f4dc-4598-b054-43d4b7cbae17",
                            "gambit_id": "afc0348d-7c3d-436b-8e4f-e90704cf57ad",
                            "last_updated": "2022-10-26T09:52:11.215365-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Minnesota Wild",
                            "reward": "2.26000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71a7116d-8bea-4fb3-a4ed-18d452ca15ae/?format=api"
                        }
                    ]
                },
                {
                    "id": "422787da-20b1-413b-ad05-6ec9e7d28453",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9061776b-1deb-4636-86ae-1f986564f625/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5212.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4788.0
                            }
                        ],
                        "expected_reward_tokens": 9432.36,
                        "profit_sb": -67.64,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "92e10470-21a8-47c3-a3a7-9100346837f7",
                            "gambit_id": "96e9a414-9e95-4b8b-8ddc-2aac2d9ab6d8",
                            "last_updated": "2022-10-26T09:52:11.211133-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.81000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422787da-20b1-413b-ad05-6ec9e7d28453/?format=api"
                        },
                        {
                            "id": "67f08f12-e1a0-4f4d-946b-75299d5dc38a",
                            "gambit_id": "5d81e820-80d4-4f96-8b43-5f842597dc46",
                            "last_updated": "2022-10-26T09:52:11.212253-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.97000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422787da-20b1-413b-ad05-6ec9e7d28453/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "94bfff7b-939e-47af-943e-23dd3fe3d452",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "86a8b9d2-8546-42ba-a824-8e6e647b8269",
            "completed": true,
            "last_updated": "2022-10-26T09:52:11.526339-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.41,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/86a8b9d2-8546-42ba-a824-8e6e647b8269",
            "datetime": "2022-10-25T19:05:00-04:00",
            "cutoff_datetime": "2022-10-25T19:05:00-04:00",
            "name": "New Jersey Devils v. Detroit Red Wings",
            "bettypes": [
                {
                    "id": "92222b10-0d64-44be-923e-2ba574669c33",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94bfff7b-939e-47af-943e-23dd3fe3d452/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Red Wings",
                                "amount": 5000.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "632f8daa-4596-4b4b-96d3-044abaef9bc0",
                            "gambit_id": "6081fc84-291f-4f97-8107-c39658a66560",
                            "last_updated": "2022-10-26T09:52:11.535100-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92222b10-0d64-44be-923e-2ba574669c33/?format=api"
                        },
                        {
                            "id": "06a0cb36-2e23-4e08-a538-6dc5ae674215",
                            "gambit_id": "0f7a3097-379f-4ab3-813a-184cc3323396",
                            "last_updated": "2022-10-26T09:52:11.536109-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92222b10-0d64-44be-923e-2ba574669c33/?format=api"
                        }
                    ]
                },
                {
                    "id": "69214fde-58ee-4ee2-84de-25ebe6b6380e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94bfff7b-939e-47af-943e-23dd3fe3d452/?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 Jersey Devils",
                                "amount": 6913.0
                            },
                            {
                                "team": "Detroit Red Wings",
                                "amount": 3087.0
                            }
                        ],
                        "expected_reward_tokens": 9538.83,
                        "profit_sb": 38.83,
                        "profit_sb_percentage": 0.41,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a34a7f5b-6389-401e-8005-9543fa17fe44",
                            "gambit_id": "4a9640c7-fc39-4fe1-8f76-3b5431c4b2f0",
                            "last_updated": "2022-10-26T09:52:11.533051-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.38000",
                            "odds": "1.39220",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69214fde-58ee-4ee2-84de-25ebe6b6380e/?format=api"
                        },
                        {
                            "id": "9af5a153-4189-4455-b518-f65c313b4c68",
                            "gambit_id": "9e8b8ee2-07bb-43d1-9e24-db1491dff92a",
                            "last_updated": "2022-10-26T09:52:11.532030-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "3.09000",
                            "odds": "3.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69214fde-58ee-4ee2-84de-25ebe6b6380e/?format=api"
                        }
                    ]
                },
                {
                    "id": "b23436b8-c5f8-4e7b-b258-43817c6ea13a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/94bfff7b-939e-47af-943e-23dd3fe3d452/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5521.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5c32dfa1-f596-403d-a1ab-386378b8b638",
                            "gambit_id": "23716bb6-eda2-4a93-8af5-93f47c966d72",
                            "last_updated": "2022-10-26T09:52:11.529954-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23436b8-c5f8-4e7b-b258-43817c6ea13a/?format=api"
                        },
                        {
                            "id": "30304721-9aea-49dc-803f-5be6d72b52b8",
                            "gambit_id": "c28eecae-4c88-4c17-be8f-429752e3df92",
                            "last_updated": "2022-10-26T09:52:11.528886-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23436b8-c5f8-4e7b-b258-43817c6ea13a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b113194e-0ed5-4983-a19d-ced241005323",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "705bb333-5a81-44aa-aab3-0a0153f2186c",
            "completed": true,
            "last_updated": "2022-10-26T09:57:10.751491-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.05,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/705bb333-5a81-44aa-aab3-0a0153f2186c",
            "datetime": "2022-10-25T19:05:00-04:00",
            "cutoff_datetime": "2022-10-25T19:05:00-04:00",
            "name": "Arizona Coyotes v. Columbus Blue Jackets",
            "bettypes": [
                {
                    "id": "6989ac81-9f68-4504-af15-fa8b1a816b69",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b113194e-0ed5-4983-a19d-ced241005323/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 6563.0
                            },
                            {
                                "team": "Arizona Coyotes",
                                "amount": 3437.0
                            }
                        ],
                        "expected_reward_tokens": 9450.72,
                        "profit_sb": -49.28,
                        "profit_sb_percentage": -0.52,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6cb036f6-a42f-45ca-befe-99e00847b739",
                            "gambit_id": "305ae1fb-5278-43a7-a5f1-e17193b34310",
                            "last_updated": "2022-10-26T09:57:10.760789-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6989ac81-9f68-4504-af15-fa8b1a816b69/?format=api"
                        },
                        {
                            "id": "6b37e68f-20df-4711-9790-4efb42b8675c",
                            "gambit_id": "b274991b-ec3d-4e3c-94a5-0f20e2d1cc69",
                            "last_updated": "2022-10-26T09:57:10.761890-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "2.75000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6989ac81-9f68-4504-af15-fa8b1a816b69/?format=api"
                        }
                    ]
                },
                {
                    "id": "be31c0ef-d857-4acd-836c-5b7fb4d42291",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b113194e-0ed5-4983-a19d-ced241005323/?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 Coyotes",
                                "amount": 5521.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 4479.0
                            }
                        ],
                        "expected_reward_tokens": 9495.48,
                        "profit_sb": -4.52,
                        "profit_sb_percentage": -0.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "490e67a2-6ca4-4849-9fd3-de8d44eb19f1",
                            "gambit_id": "51a1d4b0-ebce-4ca6-bb49-fcecc006d900",
                            "last_updated": "2022-10-26T09:57:10.758523-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "1.72000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be31c0ef-d857-4acd-836c-5b7fb4d42291/?format=api"
                        },
                        {
                            "id": "5e5d18d3-900b-4899-a5c9-09999dabfe28",
                            "gambit_id": "97535e07-6de0-4b68-98b3-e44d8d1bf696",
                            "last_updated": "2022-10-26T09:57:10.757412-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be31c0ef-d857-4acd-836c-5b7fb4d42291/?format=api"
                        }
                    ]
                },
                {
                    "id": "2a9625be-f552-46aa-afeb-ea09c4043d82",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b113194e-0ed5-4983-a19d-ced241005323/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 5316.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4684.0
                            }
                        ],
                        "expected_reward_tokens": 9461.68,
                        "profit_sb": -38.32,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4b292c80-17b3-4d4a-83b6-ce4b89cfee4d",
                            "gambit_id": "4e62c043-80d1-4c3a-b9dc-78ea516e48a0",
                            "last_updated": "2022-10-26T09:57:10.754129-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a9625be-f552-46aa-afeb-ea09c4043d82/?format=api"
                        },
                        {
                            "id": "8f251cef-60f5-4064-adae-361da6f1fdfb",
                            "gambit_id": "39fde1ca-4662-4868-a780-dc764861915e",
                            "last_updated": "2022-10-26T09:57:10.755239-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a9625be-f552-46aa-afeb-ea09c4043d82/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "aa2429c5-1dc5-47a3-98d8-c9d2d3c495ec",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "be5c4705-5664-467e-a5a5-c36fa691af74",
            "completed": true,
            "last_updated": "2022-10-26T10:12:15.409710-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.62,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/be5c4705-5664-467e-a5a5-c36fa691af74",
            "datetime": "2022-10-25T15:00:00-04:00",
            "cutoff_datetime": "2022-10-25T15:00:00-04:00",
            "name": "Paris Saint Germain v. Maccabi Haifa",
            "bettypes": [
                {
                    "id": "173c505f-ae56-444e-a208-64176fd930cc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/aa2429c5-1dc5-47a3-98d8-c9d2d3c495ec/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": true,
                        "name": "High Risk",
                        "bet": [
                            {
                                "team": "Paris Saint Germain",
                                "amount": 10000
                            }
                        ],
                        "expected_reward_tokens": 10800.0,
                        "profit_sb": 1300.0,
                        "profit_sb_percentage": 13.68,
                        "recommended": true
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Paris Saint Germain",
                                "amount": 9087.0
                            },
                            {
                                "team": "Draw",
                                "amount": 913.0
                            }
                        ],
                        "expected_reward_tokens": 9813.96,
                        "profit_sb": 313.96,
                        "profit_sb_percentage": 3.3,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Paris Saint Germain",
                                "amount": 8749.0
                            },
                            {
                                "team": "Draw",
                                "amount": 879.0
                            },
                            {
                                "team": "Maccabi Haifa",
                                "amount": 372.0
                            }
                        ],
                        "expected_reward_tokens": 9441.36,
                        "profit_sb": -58.64,
                        "profit_sb_percentage": -0.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "840c9308-1584-4a61-9614-0d0e99633f13",
                            "gambit_id": "12bc84a3-bbf1-42cc-af01-3097892f5791",
                            "last_updated": "2022-10-26T10:12:15.416443-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Paris Saint Germain",
                            "reward": "1.08000",
                            "odds": "1.08000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173c505f-ae56-444e-a208-64176fd930cc/?format=api"
                        },
                        {
                            "id": "6bb87cde-0cca-4d88-a0c1-d242b12e7769",
                            "gambit_id": "f106d361-61de-4712-b399-6e877a3b22da",
                            "last_updated": "2022-10-26T10:12:15.417611-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "10.75000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173c505f-ae56-444e-a208-64176fd930cc/?format=api"
                        },
                        {
                            "id": "58c0fbb0-d52b-43a6-8bf7-ade918b4298a",
                            "gambit_id": "4d024603-bd8e-446e-bcbb-b88d622af07a",
                            "last_updated": "2022-10-26T10:12:15.415324-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Maccabi Haifa",
                            "reward": "25.38000",
                            "odds": "26.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/173c505f-ae56-444e-a208-64176fd930cc/?format=api"
                        }
                    ]
                },
                {
                    "id": "82a085ad-98f8-4782-af52-b05e26b819e7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/aa2429c5-1dc5-47a3-98d8-c9d2d3c495ec/?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": 7480.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 2520.0
                            }
                        ],
                        "expected_reward_tokens": 9273.6,
                        "profit_sb": -226.4,
                        "profit_sb_percentage": -2.38,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5f49d25a-ede9-4c66-8878-2163b659450f",
                            "gambit_id": "cb71aacb-3caf-4063-a691-a8b25cf37a11",
                            "last_updated": "2022-10-26T10:12:15.413259-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.24000",
                            "odds": "1.25000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82a085ad-98f8-4782-af52-b05e26b819e7/?format=api"
                        },
                        {
                            "id": "a4357c8e-1690-496b-8da4-66caba26234b",
                            "gambit_id": "6a4e84ff-9003-4ef0-8c9c-716ea6860018",
                            "last_updated": "2022-10-26T10:12:15.412212-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "3.68000",
                            "odds": "3.75000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82a085ad-98f8-4782-af52-b05e26b819e7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4dd72e7d-d190-4c8c-907e-ad33f8e36b9a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "402e3468-e2ee-41e6-8e60-99b6ca12a7ad",
            "completed": true,
            "last_updated": "2022-10-26T10:12:15.551870-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.33,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/402e3468-e2ee-41e6-8e60-99b6ca12a7ad",
            "datetime": "2022-10-25T15:00:00-04:00",
            "cutoff_datetime": "2022-10-25T15:00:00-04:00",
            "name": "Benfica v. Juventus",
            "bettypes": [
                {
                    "id": "6c972935-ff90-4d93-9e2c-c241d8b64634",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4dd72e7d-d190-4c8c-907e-ad33f8e36b9a/?format=api",
                    "name": "Pick the Winner",
                    "created_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": "Benfica",
                                "amount": 6196.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3804.0
                            }
                        ],
                        "expected_reward_tokens": 12515.16,
                        "profit_sb": 3015.16,
                        "profit_sb_percentage": 31.74,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Benfica",
                                "amount": 4623.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2839.0
                            },
                            {
                                "team": "Juventus",
                                "amount": 2538.0
                            }
                        ],
                        "expected_reward_tokens": 9338.46,
                        "profit_sb": -161.54,
                        "profit_sb_percentage": -1.7,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "aef09205-028e-4226-92e6-5af7bec5a680",
                            "gambit_id": "defc1c1c-213e-4107-b8ab-1b09cc13097d",
                            "last_updated": "2022-10-26T10:12:15.559725-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Benfica",
                            "reward": "2.02000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c972935-ff90-4d93-9e2c-c241d8b64634/?format=api"
                        },
                        {
                            "id": "a4b90312-4df3-4aef-be6d-102bed579295",
                            "gambit_id": "fa5a7532-4d43-437b-9ca3-73c059de029c",
                            "last_updated": "2022-10-26T10:12:15.560783-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.29000",
                            "odds": "3.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c972935-ff90-4d93-9e2c-c241d8b64634/?format=api"
                        },
                        {
                            "id": "c278f0d6-071c-411d-bfe8-a46e218c7269",
                            "gambit_id": "0a6d674c-c6ce-4073-a3ec-335c733f4f96",
                            "last_updated": "2022-10-26T10:12:15.558613-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Juventus",
                            "reward": "3.68000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c972935-ff90-4d93-9e2c-c241d8b64634/?format=api"
                        }
                    ]
                },
                {
                    "id": "88d13686-4a81-42d6-92b2-6a9e5f59784c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4dd72e7d-d190-4c8c-907e-ad33f8e36b9a/?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": 5266.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4734.0
                            }
                        ],
                        "expected_reward_tokens": 9373.32,
                        "profit_sb": -126.68,
                        "profit_sb_percentage": -1.33,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a37ab26a-e2a8-4644-9963-513d147e8972",
                            "gambit_id": "3c06e7a4-7645-486a-94aa-fd6ef0d4a13c",
                            "last_updated": "2022-10-26T10:12:15.555349-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.78000",
                            "odds": "1.80000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88d13686-4a81-42d6-92b2-6a9e5f59784c/?format=api"
                        },
                        {
                            "id": "073b4133-0a70-46e7-ab8e-f4f2e85f5b51",
                            "gambit_id": "b6d53e0e-8c18-498c-84e3-e639722ca12c",
                            "last_updated": "2022-10-26T10:12:15.556452-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.98000",
                            "odds": "2.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88d13686-4a81-42d6-92b2-6a9e5f59784c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a5e342c9-bfd6-4994-96f0-a93d259d1e25",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "23645186-c20b-4b00-898f-4270ec591c97",
            "completed": true,
            "last_updated": "2022-10-26T10:17:15.055409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.88,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/23645186-c20b-4b00-898f-4270ec591c97",
            "datetime": "2022-10-25T15:00:00-04:00",
            "cutoff_datetime": "2022-10-25T15:00:00-04:00",
            "name": "NK Dinamo Zagreb v. AC Milan",
            "bettypes": [
                {
                    "id": "e4096cf0-c4b0-4bdd-b554-9bdcd9c708ae",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5e342c9-bfd6-4994-96f0-a93d259d1e25/?format=api",
                    "name": "Pick the Winner",
                    "created_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": "AC Milan",
                                "amount": 6987.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3013.0
                            }
                        ],
                        "expected_reward_tokens": 11388.81,
                        "profit_sb": 1888.81,
                        "profit_sb_percentage": 19.88,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "AC Milan",
                                "amount": 5720.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2466.0
                            },
                            {
                                "team": "NK Dinamo Zagreb",
                                "amount": 1814.0
                            }
                        ],
                        "expected_reward_tokens": 9321.48,
                        "profit_sb": -178.52,
                        "profit_sb_percentage": -1.88,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cdc10f86-36aa-4676-9ec8-3c9d72d1c7a4",
                            "gambit_id": "62a07243-9813-44c0-b081-e081c574bd95",
                            "last_updated": "2022-10-26T10:17:15.061177-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "AC Milan",
                            "reward": "1.63000",
                            "odds": "1.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4096cf0-c4b0-4bdd-b554-9bdcd9c708ae/?format=api"
                        },
                        {
                            "id": "694aeabc-3fd1-4d74-9531-3df701f3f575",
                            "gambit_id": "f41b5629-aae8-4291-98fe-eb0dfe512c0c",
                            "last_updated": "2022-10-26T10:17:15.063267-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.78000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4096cf0-c4b0-4bdd-b554-9bdcd9c708ae/?format=api"
                        },
                        {
                            "id": "333c9b31-2b22-4460-b0dc-91e1b6b4c14f",
                            "gambit_id": "8e395c3f-7c0e-477a-b171-bba3b150bdb9",
                            "last_updated": "2022-10-26T10:17:15.062245-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "NK Dinamo Zagreb",
                            "reward": "5.14000",
                            "odds": "5.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4096cf0-c4b0-4bdd-b554-9bdcd9c708ae/?format=api"
                        }
                    ]
                },
                {
                    "id": "057e49e4-ee8e-43fc-8f35-8c6804908d64",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5e342c9-bfd6-4994-96f0-a93d259d1e25/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9300.0,
                        "profit_sb": -200.0,
                        "profit_sb_percentage": -2.11,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "425283f2-650c-4ffd-b0f8-7bef289edcd9",
                            "gambit_id": "4860ce71-6920-4de8-ba75-2234a096866e",
                            "last_updated": "2022-10-26T10:17:15.058001-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.86000",
                            "odds": "1.88000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/057e49e4-ee8e-43fc-8f35-8c6804908d64/?format=api"
                        },
                        {
                            "id": "6676fef8-2730-4005-b22a-8905de7d50ad",
                            "gambit_id": "309ef80a-1027-4660-92fe-9f9ff05f1c66",
                            "last_updated": "2022-10-26T10:17:15.059062-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.86000",
                            "odds": "1.88000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/057e49e4-ee8e-43fc-8f35-8c6804908d64/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "56e19679-0a63-4dea-b3d5-1bc137c01793",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a76eafcd-c344-4534-8b26-2ae739473ea3",
            "completed": true,
            "last_updated": "2022-10-26T10:12:16.403128-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.7,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/a76eafcd-c344-4534-8b26-2ae739473ea3",
            "datetime": "2022-10-25T15:00:00-04:00",
            "cutoff_datetime": "2022-10-25T15:00:00-04:00",
            "name": "Borussia Dortmund v. Manchester City",
            "bettypes": [
                {
                    "id": "6ed82702-4484-4ec8-9d14-db1bd40da600",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56e19679-0a63-4dea-b3d5-1bc137c01793/?format=api",
                    "name": "Pick the Winner",
                    "created_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": 7053.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2947.0
                            }
                        ],
                        "expected_reward_tokens": 11846.94,
                        "profit_sb": 2346.94,
                        "profit_sb_percentage": 24.7,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 5559.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2323.0
                            },
                            {
                                "team": "Borussia Dortmund",
                                "amount": 2118.0
                            }
                        ],
                        "expected_reward_tokens": 9338.46,
                        "profit_sb": -161.54,
                        "profit_sb_percentage": -1.7,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "563bf5b8-3fc0-45fb-9010-30d716e07b25",
                            "gambit_id": "eaed9609-24c5-4ad4-9950-af6e0fee44e0",
                            "last_updated": "2022-10-26T10:12:16.410424-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Manchester City",
                            "reward": "1.68000",
                            "odds": "1.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed82702-4484-4ec8-9d14-db1bd40da600/?format=api"
                        },
                        {
                            "id": "9750abdf-bc54-4e3d-b6ee-23b475e8a8ee",
                            "gambit_id": "a9f396c9-65d9-4172-9828-3169fd331716",
                            "last_updated": "2022-10-26T10:12:16.409458-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.02000",
                            "odds": "4.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed82702-4484-4ec8-9d14-db1bd40da600/?format=api"
                        },
                        {
                            "id": "bda2fc15-138c-4c2f-8f1f-4b1ec647f5f1",
                            "gambit_id": "a3a0aef8-d24c-4f54-aaaa-0c3e9b726a03",
                            "last_updated": "2022-10-26T10:12:16.408506-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Borussia Dortmund",
                            "reward": "4.41000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed82702-4484-4ec8-9d14-db1bd40da600/?format=api"
                        }
                    ]
                },
                {
                    "id": "1d8b7f36-6dcd-4c7f-bda0-bdf9794ed1b1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56e19679-0a63-4dea-b3d5-1bc137c01793/?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": 6132.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3868.0
                            }
                        ],
                        "expected_reward_tokens": 9320.64,
                        "profit_sb": -179.36,
                        "profit_sb_percentage": -1.89,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5dad0247-1745-4cba-9d42-7cfb16d95cb1",
                            "gambit_id": "42a9cd34-51ac-4deb-88dc-b4f967154cf5",
                            "last_updated": "2022-10-26T10:12:16.406582-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.52000",
                            "odds": "1.53000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8b7f36-6dcd-4c7f-bda0-bdf9794ed1b1/?format=api"
                        },
                        {
                            "id": "e597ef6a-304d-46bc-950c-d8d8f8e7c3b4",
                            "gambit_id": "fd8250af-eec9-4a45-88e6-45ef0dbfca4e",
                            "last_updated": "2022-10-26T10:12:16.405594-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.41000",
                            "odds": "2.45000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8b7f36-6dcd-4c7f-bda0-bdf9794ed1b1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e03e9942-03ac-4639-be92-98bddeb2a17d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "bdc35f1d-d294-4aa7-87d9-7bab19f07589",
            "completed": true,
            "last_updated": "2022-10-26T10:17:14.762585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.29,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/bdc35f1d-d294-4aa7-87d9-7bab19f07589",
            "datetime": "2022-10-25T15:00:00-04:00",
            "cutoff_datetime": "2022-10-25T15:00:00-04:00",
            "name": "Celtic v. FC Shakhtar Donetsk",
            "bettypes": [
                {
                    "id": "7ef8a60c-aea1-49fa-ace4-956b725583ff",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e03e9942-03ac-4639-be92-98bddeb2a17d/?format=api",
                    "name": "Pick the Winner",
                    "created_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": "Celtic",
                                "amount": 7115.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2885.0
                            }
                        ],
                        "expected_reward_tokens": 11597.45,
                        "profit_sb": 2097.45,
                        "profit_sb_percentage": 22.08,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Celtic",
                                "amount": 5753.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2333.0
                            },
                            {
                                "team": "FC Shakhtar Donetsk",
                                "amount": 1914.0
                            }
                        ],
                        "expected_reward_tokens": 9377.39,
                        "profit_sb": -122.61,
                        "profit_sb_percentage": -1.29,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bb10ba2c-84fc-48f7-a825-7c829b743f61",
                            "gambit_id": "4b4a4ad0-4622-4c1f-a64b-a3e80993a896",
                            "last_updated": "2022-10-26T10:17:14.769479-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Celtic",
                            "reward": "1.63000",
                            "odds": "1.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ef8a60c-aea1-49fa-ace4-956b725583ff/?format=api"
                        },
                        {
                            "id": "455fbbd5-876f-4161-adb0-f259fa813e9b",
                            "gambit_id": "3b81b7af-b171-48a1-91b7-db52ec8b95e6",
                            "last_updated": "2022-10-26T10:17:14.770475-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.02000",
                            "odds": "4.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ef8a60c-aea1-49fa-ace4-956b725583ff/?format=api"
                        },
                        {
                            "id": "18ce6af3-493b-495f-beed-66c3b0cbaedf",
                            "gambit_id": "5026859c-e73d-4741-a8af-e4666c72e418",
                            "last_updated": "2022-10-26T10:17:14.768479-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Shakhtar Donetsk",
                            "reward": "4.90000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ef8a60c-aea1-49fa-ace4-956b725583ff/?format=api"
                        }
                    ]
                },
                {
                    "id": "85fd0b9d-3509-43f2-b757-0dc6e97142f8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e03e9942-03ac-4639-be92-98bddeb2a17d/?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": 5623.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4377.0
                            }
                        ],
                        "expected_reward_tokens": 9277.95,
                        "profit_sb": -222.05,
                        "profit_sb_percentage": -2.34,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4ac241de-1ea1-432f-a2ab-834ed339c3f2",
                            "gambit_id": "5561e893-e98e-4c27-8fa3-b52fcda6bde4",
                            "last_updated": "2022-10-26T10:17:14.765221-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.65000",
                            "odds": "1.67000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85fd0b9d-3509-43f2-b757-0dc6e97142f8/?format=api"
                        },
                        {
                            "id": "fa6d42f8-d000-476d-a058-1358d08e0f9c",
                            "gambit_id": "6d883762-61c6-4cf2-98d9-5acc3d5d2daf",
                            "last_updated": "2022-10-26T10:17:14.766322-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.12000",
                            "odds": "2.15000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85fd0b9d-3509-43f2-b757-0dc6e97142f8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "78cf797b-d2ce-4627-bf4d-ca88a1ab6b0a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "90ca43f4-4e83-42ad-8e65-67aad1cce6b8",
            "completed": true,
            "last_updated": "2022-10-26T10:17:14.911394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.17,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/90ca43f4-4e83-42ad-8e65-67aad1cce6b8",
            "datetime": "2022-10-25T15:00:00-04:00",
            "cutoff_datetime": "2022-10-25T15:00:00-04:00",
            "name": "RB Leipzig v. Real Madrid",
            "bettypes": [
                {
                    "id": "da655c67-5b58-4a62-8f9b-ed01dc806d77",
                    "match": "https://api-prod.gambitprofit.com/api/matches/78cf797b-d2ce-4627-bf4d-ca88a1ab6b0a/?format=api",
                    "name": "Pick the Winner",
                    "created_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": "RB Leipzig",
                                "amount": 5609.0
                            },
                            {
                                "team": "Real Madrid",
                                "amount": 4391.0
                            }
                        ],
                        "expected_reward_tokens": 12732.43,
                        "profit_sb": 3232.43,
                        "profit_sb_percentage": 34.03,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "RB Leipzig",
                                "amount": 4094.0
                            },
                            {
                                "team": "Real Madrid",
                                "amount": 3205.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2702.0
                            }
                        ],
                        "expected_reward_tokens": 9293.38,
                        "profit_sb": -206.62,
                        "profit_sb_percentage": -2.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ec63d5e2-92d0-450d-b185-04d2c975e3c3",
                            "gambit_id": "cbaac330-b71e-463c-9cda-f171644317f3",
                            "last_updated": "2022-10-26T10:17:14.919585-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "RB Leipzig",
                            "reward": "2.27000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da655c67-5b58-4a62-8f9b-ed01dc806d77/?format=api"
                        },
                        {
                            "id": "a449c0d7-d5a8-47a0-a821-9664b79a98e2",
                            "gambit_id": "a33cda45-ec26-453a-8377-2295e302e856",
                            "last_updated": "2022-10-26T10:17:14.918584-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Real Madrid",
                            "reward": "2.90000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da655c67-5b58-4a62-8f9b-ed01dc806d77/?format=api"
                        },
                        {
                            "id": "eb98305d-d639-48d3-9264-4f237caae40e",
                            "gambit_id": "e110b8be-38d8-457f-9d92-c173e3750838",
                            "last_updated": "2022-10-26T10:17:14.917572-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.44000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da655c67-5b58-4a62-8f9b-ed01dc806d77/?format=api"
                        }
                    ]
                },
                {
                    "id": "87552b1a-9349-4c17-8981-3b209ce3b882",
                    "match": "https://api-prod.gambitprofit.com/api/matches/78cf797b-d2ce-4627-bf4d-ca88a1ab6b0a/?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": 5520.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4480.0
                            }
                        ],
                        "expected_reward_tokens": 9273.6,
                        "profit_sb": -226.4,
                        "profit_sb_percentage": -2.38,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "547dd172-5fbc-4b77-8d06-9ac63e1fecec",
                            "gambit_id": "6ea8b7b3-5407-49fc-8485-a9a61144a46b",
                            "last_updated": "2022-10-26T10:17:14.915466-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.68000",
                            "odds": "1.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87552b1a-9349-4c17-8981-3b209ce3b882/?format=api"
                        },
                        {
                            "id": "70a73831-aba2-48fd-8a5e-6031be0c9361",
                            "gambit_id": "5aaf4726-f5b7-4b52-ad2c-147969760a86",
                            "last_updated": "2022-10-26T10:17:14.914338-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.07000",
                            "odds": "2.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87552b1a-9349-4c17-8981-3b209ce3b882/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "21361012-f107-44cb-a299-03890d19a6cd",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "817ed1c7-84a6-4b05-9e62-f35581258d17",
            "completed": true,
            "last_updated": "2022-10-26T10:17:15.345380-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.27,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/817ed1c7-84a6-4b05-9e62-f35581258d17",
            "datetime": "2022-10-25T12:45:00-04:00",
            "cutoff_datetime": "2022-10-25T12:45:00-04:00",
            "name": "Sevilla v. FC Copenhagen",
            "bettypes": [
                {
                    "id": "a54d2715-7c0f-4a71-b99b-ba7fcc677880",
                    "match": "https://api-prod.gambitprofit.com/api/matches/21361012-f107-44cb-a299-03890d19a6cd/?format=api",
                    "name": "Pick the Winner",
                    "created_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": "Sevilla",
                                "amount": 7469.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2531.0
                            }
                        ],
                        "expected_reward_tokens": 10755.36,
                        "profit_sb": 1255.36,
                        "profit_sb_percentage": 13.21,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Sevilla",
                                "amount": 6515.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2207.0
                            },
                            {
                                "team": "FC Copenhagen",
                                "amount": 1278.0
                            }
                        ],
                        "expected_reward_tokens": 9379.75,
                        "profit_sb": -120.25,
                        "profit_sb_percentage": -1.27,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "86924143-cbf6-4a2d-a76d-7bbd990761e8",
                            "gambit_id": "405a1196-45c9-4624-b2c3-f22cd04d83e9",
                            "last_updated": "2022-10-26T10:17:15.355746-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Sevilla",
                            "reward": "1.44000",
                            "odds": "1.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a54d2715-7c0f-4a71-b99b-ba7fcc677880/?format=api"
                        },
                        {
                            "id": "dcf04f9c-4b49-40ef-a6ec-ee05803e6401",
                            "gambit_id": "5380502e-da01-4ddc-8da4-7c8f6e9b9d87",
                            "last_updated": "2022-10-26T10:17:15.356905-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "4.25000",
                            "odds": "4.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a54d2715-7c0f-4a71-b99b-ba7fcc677880/?format=api"
                        },
                        {
                            "id": "f8ef71dd-739f-4272-a855-f54af4860b9a",
                            "gambit_id": "c198fd0b-3be4-41e1-9322-b445ee77112d",
                            "last_updated": "2022-10-26T10:17:15.353585-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Copenhagen",
                            "reward": "7.34000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a54d2715-7c0f-4a71-b99b-ba7fcc677880/?format=api"
                        }
                    ]
                },
                {
                    "id": "4f9c2b31-3c58-4d74-9777-a6996b77f943",
                    "match": "https://api-prod.gambitprofit.com/api/matches/21361012-f107-44cb-a299-03890d19a6cd/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9300.0,
                        "profit_sb": -200.0,
                        "profit_sb_percentage": -2.11,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a55713a7-eb29-4baa-bc7a-81cf936681b4",
                            "gambit_id": "b8569f17-269b-4865-ae95-d6ef02f51027",
                            "last_updated": "2022-10-26T10:17:15.348024-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.86000",
                            "odds": "1.88000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9c2b31-3c58-4d74-9777-a6996b77f943/?format=api"
                        },
                        {
                            "id": "9d25e8fa-8e97-435e-ab5c-2442a0d8fec1",
                            "gambit_id": "3dff0325-965a-4929-b0cb-8af8fb9363e2",
                            "last_updated": "2022-10-26T10:17:15.349086-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.86000",
                            "odds": "1.88000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9c2b31-3c58-4d74-9777-a6996b77f943/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1bddc4a3-20c1-412d-9217-16ec7bd15adc",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "093c41d2-01c8-4788-a8df-602dc1bb12aa",
            "completed": true,
            "last_updated": "2022-10-26T10:17:15.201245-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.11,
            "sport_category": "UEFA Champions League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/093c41d2-01c8-4788-a8df-602dc1bb12aa",
            "datetime": "2022-10-25T12:45:00-04:00",
            "cutoff_datetime": "2022-10-25T12:45:00-04:00",
            "name": "FC Red Bull Salzburg v. Chelsea",
            "bettypes": [
                {
                    "id": "c0bdd87f-9f68-43c7-b76e-3e5faa970a50",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1bddc4a3-20c1-412d-9217-16ec7bd15adc/?format=api",
                    "name": "Pick the Winner",
                    "created_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": 6767.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3233.0
                            }
                        ],
                        "expected_reward_tokens": 11571.57,
                        "profit_sb": 2071.57,
                        "profit_sb_percentage": 21.81,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chelsea",
                                "amount": 5421.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2589.0
                            },
                            {
                                "team": "FC Red Bull Salzburg",
                                "amount": 1989.0
                            }
                        ],
                        "expected_reward_tokens": 9268.62,
                        "profit_sb": -231.38,
                        "profit_sb_percentage": -2.44,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8319bec2-b4ce-4fe9-a66c-39317c363530",
                            "gambit_id": "72ad3ce3-ecdc-4453-92a2-4a4cc86df273",
                            "last_updated": "2022-10-26T10:17:15.207530-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Chelsea",
                            "reward": "1.71000",
                            "odds": "1.73000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0bdd87f-9f68-43c7-b76e-3e5faa970a50/?format=api"
                        },
                        {
                            "id": "c2af53f4-5509-4f2f-9047-db381b73b47b",
                            "gambit_id": "b1e578ba-b1ba-4a53-91ae-60b94dc1b518",
                            "last_updated": "2022-10-26T10:17:15.210088-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Draw",
                            "reward": "3.58000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0bdd87f-9f68-43c7-b76e-3e5faa970a50/?format=api"
                        },
                        {
                            "id": "a8d9ce6d-f504-4836-8d62-e61b2017ff9b",
                            "gambit_id": "0d8d93f7-a339-4986-aad4-39d04ebbc7ff",
                            "last_updated": "2022-10-26T10:17:15.208873-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "FC Red Bull Salzburg",
                            "reward": "4.66000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0bdd87f-9f68-43c7-b76e-3e5faa970a50/?format=api"
                        }
                    ]
                },
                {
                    "id": "4b2c4de5-186f-4449-b370-b1a5e3f36216",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1bddc4a3-20c1-412d-9217-16ec7bd15adc/?format=api",
                    "name": "Over/Under",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9300.0,
                        "profit_sb": -200.0,
                        "profit_sb_percentage": -2.11,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9c2ec755-0809-4902-a652-8b3122cfb8f5",
                            "gambit_id": "abb25ba9-aeeb-4cbb-b82c-ac739a7e8cb0",
                            "last_updated": "2022-10-26T10:17:15.204125-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.86000",
                            "odds": "1.88000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b2c4de5-186f-4449-b370-b1a5e3f36216/?format=api"
                        },
                        {
                            "id": "b027aa40-c18b-4f69-b1ff-197ef0cb8001",
                            "gambit_id": "e483ab03-aa42-4ae4-949e-8bed5cdc5638",
                            "last_updated": "2022-10-26T10:17:15.205298-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.86000",
                            "odds": "1.88000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b2c4de5-186f-4449-b370-b1a5e3f36216/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b37eed8e-4070-44d5-964b-d12405543bef",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f195cdfa-2097-4dab-8a0d-f09a683fc79d",
            "completed": true,
            "last_updated": "2022-10-25T10:22:06.195906-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.05,
            "sport_category": "Powerball Betting",
            "sport": "Non Sporting",
            "url": "https://app.gambitrewards.com/match/f195cdfa-2097-4dab-8a0d-f09a683fc79d",
            "datetime": "2022-10-24T22:59:00-04:00",
            "cutoff_datetime": "2022-10-24T22:59:00-04:00",
            "name": "US Lottery - Powerball: Odd or Even Powerball Number - October 24th 2022",
            "bettypes": [
                {
                    "id": "d0859b38-bc56-4701-b786-5c39f62d4d92",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b37eed8e-4070-44d5-964b-d12405543bef/?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": 9400.0,
                        "profit_sb": -100.0,
                        "profit_sb_percentage": -1.05,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bbbea6c9-1758-47e7-a33b-abd45321e30c",
                            "gambit_id": "3e995708-2922-44ad-bf9b-d4b84e4300b5",
                            "last_updated": "2022-10-25T10:22:06.200044-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Odd",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0859b38-bc56-4701-b786-5c39f62d4d92/?format=api"
                        },
                        {
                            "id": "fa3ebcfa-cbab-4492-8d93-e84c0c039efd",
                            "gambit_id": "a66d6591-ff36-4980-b5a1-8b63f8fb46aa",
                            "last_updated": "2022-10-25T10:22:06.198883-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "Even",
                            "reward": "1.88000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0859b38-bc56-4701-b786-5c39f62d4d92/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2d7df9f5-17ad-48e1-8fc1-3aeb9b28848c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7af22011-f6c5-421b-a4cb-01fb956f6c46",
            "completed": true,
            "last_updated": "2022-10-25T10:21:58.377383-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/7af22011-f6c5-421b-a4cb-01fb956f6c46",
            "datetime": "2022-10-24T22:59:00-04:00",
            "cutoff_datetime": "2022-10-24T22:59:00-04:00",
            "name": "US Lottery - Powerball: Pick the Powerball Number - October 24th 2022",
            "bettypes": [
                {
                    "id": "92df105f-61bb-4dac-baaf-b3ffe24322ea",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2d7df9f5-17ad-48e1-8fc1-3aeb9b28848c/?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": "1e3e42c9-b4f7-4330-a9d7-104800b5b738",
                            "gambit_id": "6ff4e583-815c-442b-9ea2-74c4c85138ab",
                            "last_updated": "2022-10-25T10:21:58.380237-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "21 to 26",
                            "reward": "3.91000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                        },
                        {
                            "id": "634507c2-d808-4f82-a95c-9aca19f818e1",
                            "gambit_id": "4b913146-dd85-4fea-8256-2b91bd6f9123",
                            "last_updated": "2022-10-25T10:21:58.383515-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "6 to 10",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                        },
                        {
                            "id": "326e225d-3b17-4ac1-bbbb-01ac808caa5a",
                            "gambit_id": "2862eebe-a346-49e0-b205-df7ec3daafc9",
                            "last_updated": "2022-10-25T10:21:58.384497-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "1 to 5",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                        },
                        {
                            "id": "2c4f32ec-dcff-4f49-bcfb-c18a70bfb9eb",
                            "gambit_id": "a7ce8df9-5dbc-4b79-9412-05acf5ab67cf",
                            "last_updated": "2022-10-25T10:21:58.381450-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "16 to 20",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                        },
                        {
                            "id": "6d883d43-80af-4944-8a71-ae84842febbd",
                            "gambit_id": "d3c9d0c8-aee4-40e3-9d68-e6fd23d61d93",
                            "last_updated": "2022-10-25T10:21:58.382508-04:00",
                            "created_at": "1969-12-31T19:00:00-05:00",
                            "name": "11 to 15",
                            "reward": "4.64000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92df105f-61bb-4dac-baaf-b3ffe24322ea/?format=api"
                        }
                    ]
                }
            ]
        }
    ]
}