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=4500
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=4600",
    "previous": "https://api-prod.gambitprofit.com/api/matches/?format=api&limit=100&offset=4400",
    "results": [
        {
            "id": "07df5178-842b-4f2a-b67e-4c257cd48160",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "10eab10c-409d-4cc8-abb2-03ce702a6193",
            "completed": true,
            "last_updated": "2023-05-04T10:52:19.205992-04:00",
            "created_at": "2023-05-03T12:12:10.279119-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.09,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/10eab10c-409d-4cc8-abb2-03ce702a6193",
            "datetime": "2023-05-03T19:45:00-04:00",
            "cutoff_datetime": "2023-05-03T19:45:00-04:00",
            "name": "LAA (S Ohtani) v. STL (M Mikolas)",
            "bettypes": [
                {
                    "id": "722cf8fd-21d5-4535-ae64-36772eba9ffa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/07df5178-842b-4f2a-b67e-4c257cd48160/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:10.288948-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "LAA (S Ohtani)",
                                "amount": 5426.0
                            },
                            {
                                "team": "STL (M Mikolas)",
                                "amount": 4574.0
                            }
                        ],
                        "expected_reward_tokens": 9604.02,
                        "profit_sb": 104.02,
                        "profit_sb_percentage": 1.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "229e8abe-86fd-4628-9037-342a751104c7",
                            "gambit_id": "ae2e1946-c509-4351-8f86-e79878c2c329",
                            "last_updated": "2023-05-04T10:52:19.217560-04:00",
                            "created_at": "2023-05-03T12:12:10.290279-04:00",
                            "name": "LAA (S Ohtani)",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/722cf8fd-21d5-4535-ae64-36772eba9ffa/?format=api"
                        },
                        {
                            "id": "c9177838-2ab4-4ea2-82f8-acbfc74bc667",
                            "gambit_id": "e7611323-0c68-445e-be9f-0b26b3d55c50",
                            "last_updated": "2023-05-04T10:52:19.218918-04:00",
                            "created_at": "2023-05-03T12:12:10.291587-04:00",
                            "name": "STL (M Mikolas)",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/722cf8fd-21d5-4535-ae64-36772eba9ffa/?format=api"
                        }
                    ]
                },
                {
                    "id": "2951bd60-a6d2-42fa-8ebb-3d30f4537c3a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/07df5178-842b-4f2a-b67e-4c257cd48160/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:10.284894-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "STL",
                                "amount": 5784.0
                            },
                            {
                                "team": "LAA",
                                "amount": 4216.0
                            }
                        ],
                        "expected_reward_tokens": 9485.76,
                        "profit_sb": -14.24,
                        "profit_sb_percentage": -0.15,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "433d524d-d861-43dd-9093-f8d7b935d2a5",
                            "gambit_id": "b62195f8-b8f6-48c0-821b-58062026b504",
                            "last_updated": "2023-05-04T10:52:19.213549-04:00",
                            "created_at": "2023-05-03T12:12:10.286152-04:00",
                            "name": "STL",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2951bd60-a6d2-42fa-8ebb-3d30f4537c3a/?format=api"
                        },
                        {
                            "id": "6f8766a0-cd87-4f3d-b0bf-db469691ead4",
                            "gambit_id": "114e5bdd-46f7-4bba-9d87-d11bd7028166",
                            "last_updated": "2023-05-04T10:52:19.215100-04:00",
                            "created_at": "2023-05-03T12:12:10.287559-04:00",
                            "name": "LAA",
                            "reward": "2.25000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2951bd60-a6d2-42fa-8ebb-3d30f4537c3a/?format=api"
                        }
                    ]
                },
                {
                    "id": "7c69cd2f-9bc8-404b-b286-e5cae6a64b06",
                    "match": "https://api-prod.gambitprofit.com/api/matches/07df5178-842b-4f2a-b67e-4c257cd48160/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:10.280899-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bcd3f310-ae97-443d-8d47-390f5c4342ad",
                            "gambit_id": "254610b3-110e-4b6a-b012-17528c2e5449",
                            "last_updated": "2023-05-04T10:52:19.210804-04:00",
                            "created_at": "2023-05-03T12:12:10.283493-04:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c69cd2f-9bc8-404b-b286-e5cae6a64b06/?format=api"
                        },
                        {
                            "id": "ac8205f0-2a9a-46a6-ab49-a062bf96be86",
                            "gambit_id": "94e4b6cb-7132-4ebc-9f48-dda3a08903b2",
                            "last_updated": "2023-05-04T10:52:19.209434-04:00",
                            "created_at": "2023-05-03T12:12:10.282168-04:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c69cd2f-9bc8-404b-b286-e5cae6a64b06/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "368bd435-4aa6-4461-bd25-9d88a5edff18",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5477a201-9828-4653-9202-0016d3bb4173",
            "completed": true,
            "last_updated": "2023-05-04T10:52:17.645445-04:00",
            "created_at": "2023-05-03T12:12:10.123848-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/5477a201-9828-4653-9202-0016d3bb4173",
            "datetime": "2023-05-03T19:40:00-04:00",
            "cutoff_datetime": "2023-05-03T19:40:00-04:00",
            "name": "BAL (K Gibson) v. KAN (Z Greinke)",
            "bettypes": [
                {
                    "id": "082d4b87-298d-42a5-9820-29c7367438d6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/368bd435-4aa6-4461-bd25-9d88a5edff18/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:10.133451-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "BAL (K Gibson)",
                                "amount": 5787.0
                            },
                            {
                                "team": "KAN (Z Greinke)",
                                "amount": 4213.0
                            }
                        ],
                        "expected_reward_tokens": 9605.64,
                        "profit_sb": 105.64,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6ae58371-43ff-4931-b7d4-f834fdb3a6b7",
                            "gambit_id": "52708708-57aa-4eb5-aee5-114558612fd3",
                            "last_updated": "2023-05-04T10:52:17.657219-04:00",
                            "created_at": "2023-05-03T12:12:10.135957-04:00",
                            "name": "BAL (K Gibson)",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/082d4b87-298d-42a5-9820-29c7367438d6/?format=api"
                        },
                        {
                            "id": "e6cdf236-fe04-473e-a932-b26417debf83",
                            "gambit_id": "c0a9bb64-08c4-488e-8b10-009418cc5948",
                            "last_updated": "2023-05-04T10:52:17.655979-04:00",
                            "created_at": "2023-05-03T12:12:10.134661-04:00",
                            "name": "KAN (Z Greinke)",
                            "reward": "2.28000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/082d4b87-298d-42a5-9820-29c7367438d6/?format=api"
                        }
                    ]
                },
                {
                    "id": "c99a3352-09e5-4c2c-a081-ab5fae9c540a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/368bd435-4aa6-4461-bd25-9d88a5edff18/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:10.129598-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "KAN",
                                "amount": 5317.0
                            },
                            {
                                "team": "BAL",
                                "amount": 4683.0
                            }
                        ],
                        "expected_reward_tokens": 9411.09,
                        "profit_sb": -88.91,
                        "profit_sb_percentage": -0.94,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0c8658e6-fbbd-4183-b248-4e91c95f5118",
                            "gambit_id": "92dace9e-870e-4f0c-9d98-e8c3ed1bf113",
                            "last_updated": "2023-05-04T10:52:17.652045-04:00",
                            "created_at": "2023-05-03T12:12:10.130888-04:00",
                            "name": "KAN",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c99a3352-09e5-4c2c-a081-ab5fae9c540a/?format=api"
                        },
                        {
                            "id": "e9e97515-268d-449b-bab0-21bdf060dc5b",
                            "gambit_id": "fe54b29d-7a09-46ae-97b9-5b348c583a8a",
                            "last_updated": "2023-05-04T10:52:17.653379-04:00",
                            "created_at": "2023-05-03T12:12:10.132145-04:00",
                            "name": "BAL",
                            "reward": "2.01000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c99a3352-09e5-4c2c-a081-ab5fae9c540a/?format=api"
                        }
                    ]
                },
                {
                    "id": "2a6f746f-7ecb-4c43-82b9-9ecc0506c8e7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/368bd435-4aa6-4461-bd25-9d88a5edff18/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:10.125622-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fe85f9c0-59cd-4bd6-ae6e-2b4f69086b9f",
                            "gambit_id": "67c21ab2-8efb-4766-a99c-ae90cb525f2f",
                            "last_updated": "2023-05-04T10:52:17.648302-04:00",
                            "created_at": "2023-05-03T12:12:10.126885-04:00",
                            "name": "Game Total Under 9",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6f746f-7ecb-4c43-82b9-9ecc0506c8e7/?format=api"
                        },
                        {
                            "id": "c7f1e810-de17-4f9a-8e19-b4bfc816a9d3",
                            "gambit_id": "7c164c6d-e489-4071-9f2d-ae7c31d552f4",
                            "last_updated": "2023-05-04T10:52:17.649472-04:00",
                            "created_at": "2023-05-03T12:12:10.128172-04:00",
                            "name": "Game Total Over 9",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6f746f-7ecb-4c43-82b9-9ecc0506c8e7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8b74d7eb-a0f3-47c6-ac3a-4cc65bded721",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6cd07d65-9b70-42a3-a7b9-38581b2f2208",
            "completed": true,
            "last_updated": "2023-05-04T11:27:05.525962-04:00",
            "created_at": "2023-05-03T12:12:09.973538-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.06,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/6cd07d65-9b70-42a3-a7b9-38581b2f2208",
            "datetime": "2023-05-03T19:10:00-04:00",
            "cutoff_datetime": "2023-05-03T19:10:00-04:00",
            "name": "New Jersey Devils v. Carolina Hurricanes",
            "bettypes": [
                {
                    "id": "302507c7-adcd-41e0-a66d-7a9e6be8d596",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8b74d7eb-a0f3-47c6-ac3a-4cc65bded721/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:09.986320-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5000.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "010b59ce-20b3-4d52-b2cd-6c2e4e9bcb5a",
                            "gambit_id": "2330148a-49f6-4c46-bb91-78e9fe1a8325",
                            "last_updated": "2023-05-04T11:27:05.536464-04:00",
                            "created_at": "2023-05-03T12:12:09.987866-04:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/302507c7-adcd-41e0-a66d-7a9e6be8d596/?format=api"
                        },
                        {
                            "id": "1ad5221c-320e-466d-961a-bc05c1e3e5fd",
                            "gambit_id": "2054680a-cb2c-4bca-bfc4-f735cd408815",
                            "last_updated": "2023-05-04T11:27:05.537690-04:00",
                            "created_at": "2023-05-03T12:12:09.989472-04:00",
                            "name": "New Jersey Devils",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/302507c7-adcd-41e0-a66d-7a9e6be8d596/?format=api"
                        }
                    ]
                },
                {
                    "id": "8c579166-9840-4537-858f-b2608f350b30",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8b74d7eb-a0f3-47c6-ac3a-4cc65bded721/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:09.981349-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7033.0
                            },
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 2967.0
                            }
                        ],
                        "expected_reward_tokens": 9494.4,
                        "profit_sb": -5.6,
                        "profit_sb_percentage": -0.06,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bf272405-f3cb-4a45-a8a0-030f57f02564",
                            "gambit_id": "521292d7-8792-46ff-915b-3978035fc5c4",
                            "last_updated": "2023-05-04T11:27:05.534077-04:00",
                            "created_at": "2023-05-03T12:12:09.984569-04:00",
                            "name": "New Jersey Devils",
                            "reward": "1.35000",
                            "odds": "1.37040",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c579166-9840-4537-858f-b2608f350b30/?format=api"
                        },
                        {
                            "id": "9ee430c9-7cff-4fb3-b887-b087548fb91d",
                            "gambit_id": "42666935-b6fe-4bc4-a3c8-d94180bbff4d",
                            "last_updated": "2023-05-04T11:27:05.532597-04:00",
                            "created_at": "2023-05-03T12:12:09.982923-04:00",
                            "name": "Carolina Hurricanes",
                            "reward": "3.20000",
                            "odds": "3.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c579166-9840-4537-858f-b2608f350b30/?format=api"
                        }
                    ]
                },
                {
                    "id": "1e099805-c32d-4d9d-95c1-1200166e08e3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8b74d7eb-a0f3-47c6-ac3a-4cc65bded721/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:09.975957-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 5614.0
                            },
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a7e95343-ba9d-48ec-8e4a-917eaa745e51",
                            "gambit_id": "0f763e06-973a-4aa3-a965-fdd3b4f92310",
                            "last_updated": "2023-05-04T11:27:05.528850-04:00",
                            "created_at": "2023-05-03T12:12:09.977843-04:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e099805-c32d-4d9d-95c1-1200166e08e3/?format=api"
                        },
                        {
                            "id": "69ec21e3-808b-4cde-959c-37d639f8fa53",
                            "gambit_id": "4561d2ec-bc5b-4f3c-8f6f-bd75a1c56b2f",
                            "last_updated": "2023-05-04T11:27:05.530119-04:00",
                            "created_at": "2023-05-03T12:12:09.979611-04:00",
                            "name": "Game Total Over 5.5",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e099805-c32d-4d9d-95c1-1200166e08e3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3671c115-e318-4938-8bf5-6237de59c33d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "0aac6e85-86be-4829-8441-1aa8ed911459",
            "completed": true,
            "last_updated": "2023-05-04T10:52:17.469496-04:00",
            "created_at": "2023-05-03T12:12:09.657203-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.09,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/0aac6e85-86be-4829-8441-1aa8ed911459",
            "datetime": "2023-05-03T19:10:00-04:00",
            "cutoff_datetime": "2023-05-03T19:10:00-04:00",
            "name": "MIN (L Varland) v. CWS (D Cease)",
            "bettypes": [
                {
                    "id": "bda4cbfb-6f7c-436c-85e7-45a758ce764d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3671c115-e318-4938-8bf5-6237de59c33d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:09.668363-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CWS (D Cease)",
                                "amount": 5426.0
                            },
                            {
                                "team": "MIN (L Varland)",
                                "amount": 4574.0
                            }
                        ],
                        "expected_reward_tokens": 9604.02,
                        "profit_sb": 104.02,
                        "profit_sb_percentage": 1.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fb60118f-598e-4631-acd8-9be409941e7e",
                            "gambit_id": "d0cae8f2-b121-4cb1-aaff-40a70596fda2",
                            "last_updated": "2023-05-04T10:52:17.479991-04:00",
                            "created_at": "2023-05-03T12:12:09.669839-04:00",
                            "name": "CWS (D Cease)",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda4cbfb-6f7c-436c-85e7-45a758ce764d/?format=api"
                        },
                        {
                            "id": "e7fc746c-ff60-443e-b611-b4bcd7a7b6bb",
                            "gambit_id": "dc9cf3d4-2555-4d74-b39e-bdc7b987326c",
                            "last_updated": "2023-05-04T10:52:17.481131-04:00",
                            "created_at": "2023-05-03T12:12:09.671344-04:00",
                            "name": "MIN (L Varland)",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda4cbfb-6f7c-436c-85e7-45a758ce764d/?format=api"
                        }
                    ]
                },
                {
                    "id": "7a85cc2c-71b5-4652-9ddc-27dccedd3f66",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3671c115-e318-4938-8bf5-6237de59c33d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:09.663775-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "MIN",
                                "amount": 6241.0
                            },
                            {
                                "team": "CWS",
                                "amount": 3759.0
                            }
                        ],
                        "expected_reward_tokens": 9547.86,
                        "profit_sb": 47.86,
                        "profit_sb_percentage": 0.5,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bb57554d-0330-4b77-b2dc-a1d791604ea8",
                            "gambit_id": "7c627049-633b-477b-bc70-8c4672887652",
                            "last_updated": "2023-05-04T10:52:17.477700-04:00",
                            "created_at": "2023-05-03T12:12:09.666774-04:00",
                            "name": "MIN",
                            "reward": "1.53000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a85cc2c-71b5-4652-9ddc-27dccedd3f66/?format=api"
                        },
                        {
                            "id": "0448a898-e460-4325-9ecc-5bf99decf5ae",
                            "gambit_id": "43ce7b9a-9303-46f3-ae3b-0441017483c6",
                            "last_updated": "2023-05-04T10:52:17.476533-04:00",
                            "created_at": "2023-05-03T12:12:09.665219-04:00",
                            "name": "CWS",
                            "reward": "2.54000",
                            "odds": "2.60000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a85cc2c-71b5-4652-9ddc-27dccedd3f66/?format=api"
                        }
                    ]
                },
                {
                    "id": "c3876c73-3fae-495e-95de-6746699e55b0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3671c115-e318-4938-8bf5-6237de59c33d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:09.659257-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a6837df3-b129-42a0-97ca-827148bdff91",
                            "gambit_id": "5a0e54b9-c66c-4186-90b0-3c043b309cf5",
                            "last_updated": "2023-05-04T10:52:17.474185-04:00",
                            "created_at": "2023-05-03T12:12:09.660716-04:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3876c73-3fae-495e-95de-6746699e55b0/?format=api"
                        },
                        {
                            "id": "d756bee2-242f-4c40-b077-4861c204b2b6",
                            "gambit_id": "77530fd5-c5ec-415b-b01d-0434047cc008",
                            "last_updated": "2023-05-04T10:52:17.472749-04:00",
                            "created_at": "2023-05-03T12:12:09.662226-04:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3876c73-3fae-495e-95de-6746699e55b0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4e53fb8c-c4fd-46bb-a293-801ed14bb41c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "53b14a0b-f56e-432b-9a0e-85cbfad08397",
            "completed": true,
            "last_updated": "2023-05-04T10:52:15.947763-04:00",
            "created_at": "2023-05-03T12:12:09.826007-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/53b14a0b-f56e-432b-9a0e-85cbfad08397",
            "datetime": "2023-05-03T19:10:00-04:00",
            "cutoff_datetime": "2023-05-03T19:10:00-04:00",
            "name": "TOR (A Manoah) v. BOS (N Pivetta)",
            "bettypes": [
                {
                    "id": "4119ee5a-1ceb-4963-ab1a-d534284309da",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4e53fb8c-c4fd-46bb-a293-801ed14bb41c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:09.838096-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TOR (A Manoah)",
                                "amount": 5787.0
                            },
                            {
                                "team": "BOS (N Pivetta)",
                                "amount": 4213.0
                            }
                        ],
                        "expected_reward_tokens": 9605.64,
                        "profit_sb": 105.64,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f1644716-0d2c-4823-b2d9-cc2195549eaa",
                            "gambit_id": "cd4f9c3f-b4e4-4c81-a56d-b3e1162df6da",
                            "last_updated": "2023-05-04T10:52:15.958180-04:00",
                            "created_at": "2023-05-03T12:12:09.839617-04:00",
                            "name": "TOR (A Manoah)",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4119ee5a-1ceb-4963-ab1a-d534284309da/?format=api"
                        },
                        {
                            "id": "f20685e7-972f-4817-bc89-04801cd6be4c",
                            "gambit_id": "cf889864-c7a6-47de-8e29-81392fa06438",
                            "last_updated": "2023-05-04T10:52:15.959367-04:00",
                            "created_at": "2023-05-03T12:12:09.841416-04:00",
                            "name": "BOS (N Pivetta)",
                            "reward": "2.28000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4119ee5a-1ceb-4963-ab1a-d534284309da/?format=api"
                        }
                    ]
                },
                {
                    "id": "225aae4a-e3a4-440a-963c-bd2b364588fe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4e53fb8c-c4fd-46bb-a293-801ed14bb41c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:09.833179-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "BOS",
                                "amount": 5512.0
                            },
                            {
                                "team": "TOR",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ae673ef2-79fd-4ae0-9787-ecdeeb5c1d4e",
                            "gambit_id": "b59e50b9-b606-419e-9846-c50c3ee5d864",
                            "last_updated": "2023-05-04T10:52:15.954528-04:00",
                            "created_at": "2023-05-03T12:12:09.834698-04:00",
                            "name": "BOS",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/225aae4a-e3a4-440a-963c-bd2b364588fe/?format=api"
                        },
                        {
                            "id": "4d2e2c80-a833-4eba-bc25-da55ebe10d8b",
                            "gambit_id": "08df5885-c32e-4514-a4cc-4b82e0a57c0d",
                            "last_updated": "2023-05-04T10:52:15.955730-04:00",
                            "created_at": "2023-05-03T12:12:09.836398-04:00",
                            "name": "TOR",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/225aae4a-e3a4-440a-963c-bd2b364588fe/?format=api"
                        }
                    ]
                },
                {
                    "id": "382f5a1b-412c-467b-8d20-0c8d1ac2e8d5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4e53fb8c-c4fd-46bb-a293-801ed14bb41c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:09.828268-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 9.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fa1bc550-8c27-408c-bdfb-add2bc3c3a4b",
                            "gambit_id": "a0c5208d-21b5-4507-ad1b-a87f93896870",
                            "last_updated": "2023-05-04T10:52:15.950809-04:00",
                            "created_at": "2023-05-03T12:12:09.829869-04:00",
                            "name": "Game Total Under 9.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/382f5a1b-412c-467b-8d20-0c8d1ac2e8d5/?format=api"
                        },
                        {
                            "id": "6aff0699-ca64-450c-ac54-f419d985921a",
                            "gambit_id": "5d320f88-ec1d-433d-b595-c1b26cd6bbc3",
                            "last_updated": "2023-05-04T10:52:15.951992-04:00",
                            "created_at": "2023-05-03T12:12:09.831557-04:00",
                            "name": "Game Total Over 9.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/382f5a1b-412c-467b-8d20-0c8d1ac2e8d5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9c45f8d2-a2eb-46d1-990e-ebaf4c8d32cd",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cff9318c-10cf-4d9e-975f-f41592766131",
            "completed": true,
            "last_updated": "2023-05-04T10:52:15.026078-04:00",
            "created_at": "2023-05-03T12:12:09.491973-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/cff9318c-10cf-4d9e-975f-f41592766131",
            "datetime": "2023-05-03T19:05:00-04:00",
            "cutoff_datetime": "2023-05-03T19:05:00-04:00",
            "name": "CLE (S Bieber) v. NYY (C Schmidt)",
            "bettypes": [
                {
                    "id": "ffbd8285-6621-4374-9416-68c91028649d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9c45f8d2-a2eb-46d1-990e-ebaf4c8d32cd/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:09.503207-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CLE (S Bieber)",
                                "amount": 5337.0
                            },
                            {
                                "team": "NYY (C Schmidt)",
                                "amount": 4663.0
                            }
                        ],
                        "expected_reward_tokens": 9605.78,
                        "profit_sb": 105.78,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f68fb5df-64a4-4f2e-a280-bac6c74b90b8",
                            "gambit_id": "6cab12fe-eddd-4879-8159-bf86e79f1004",
                            "last_updated": "2023-05-04T10:52:15.038104-04:00",
                            "created_at": "2023-05-03T12:12:09.505868-04:00",
                            "name": "CLE (S Bieber)",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbd8285-6621-4374-9416-68c91028649d/?format=api"
                        },
                        {
                            "id": "b8f51126-2e3e-4046-b703-7f9f7aa3acb0",
                            "gambit_id": "2d49fbf3-7ccb-498f-a7e5-f111073679b4",
                            "last_updated": "2023-05-04T10:52:15.036856-04:00",
                            "created_at": "2023-05-03T12:12:09.504491-04:00",
                            "name": "NYY (C Schmidt)",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffbd8285-6621-4374-9416-68c91028649d/?format=api"
                        }
                    ]
                },
                {
                    "id": "4eb7b9db-0fe0-4508-87d6-8e38cbcd28c5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9c45f8d2-a2eb-46d1-990e-ebaf4c8d32cd/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:09.498908-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYY",
                                "amount": 5867.0
                            },
                            {
                                "team": "CLE",
                                "amount": 4133.0
                            }
                        ],
                        "expected_reward_tokens": 9504.54,
                        "profit_sb": 4.54,
                        "profit_sb_percentage": 0.05,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "023dec86-89b6-464b-8f6f-4a56ffd51648",
                            "gambit_id": "78e0890e-60f8-4f9b-be6f-15de5fa6f579",
                            "last_updated": "2023-05-04T10:52:15.033001-04:00",
                            "created_at": "2023-05-03T12:12:09.500356-04:00",
                            "name": "NYY",
                            "reward": "1.62000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eb7b9db-0fe0-4508-87d6-8e38cbcd28c5/?format=api"
                        },
                        {
                            "id": "fb679b93-b13c-4e70-b363-58fb1f99758c",
                            "gambit_id": "c3fdecf7-4f98-4471-b398-a08056e4bae9",
                            "last_updated": "2023-05-04T10:52:15.034293-04:00",
                            "created_at": "2023-05-03T12:12:09.501754-04:00",
                            "name": "CLE",
                            "reward": "2.30000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eb7b9db-0fe0-4508-87d6-8e38cbcd28c5/?format=api"
                        }
                    ]
                },
                {
                    "id": "dfd17e9d-0e50-4d81-8d2c-61cfda20bc2b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9c45f8d2-a2eb-46d1-990e-ebaf4c8d32cd/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:09.494033-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c9f6e3f6-033e-45ec-af3c-9fd4d23d7c69",
                            "gambit_id": "660bac21-dc88-4eda-9ea1-9136d2908828",
                            "last_updated": "2023-05-04T10:52:15.030558-04:00",
                            "created_at": "2023-05-03T12:12:09.497151-04:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfd17e9d-0e50-4d81-8d2c-61cfda20bc2b/?format=api"
                        },
                        {
                            "id": "a3bf70ea-06a0-46f0-b694-b16650ac9fcb",
                            "gambit_id": "e8a7ac43-db09-4b50-bc83-39a23d4a8b88",
                            "last_updated": "2023-05-04T10:52:15.029293-04:00",
                            "created_at": "2023-05-03T12:12:09.495620-04:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfd17e9d-0e50-4d81-8d2c-61cfda20bc2b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1b999d39-4523-4599-a77d-2c22b955d66c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5ec2703b-afe8-4feb-ae1d-c7aa3f1c9fa7",
            "completed": true,
            "last_updated": "2023-05-04T10:52:17.272232-04:00",
            "created_at": "2023-05-03T12:12:09.307206-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.96,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/5ec2703b-afe8-4feb-ae1d-c7aa3f1c9fa7",
            "datetime": "2023-05-03T19:05:00-04:00",
            "cutoff_datetime": "2023-05-03T19:05:00-04:00",
            "name": "CHC (M Stroman) v. WAS (J Irvin)",
            "bettypes": [
                {
                    "id": "b3ec30c6-b869-4d89-be8c-c5eba98f0697",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1b999d39-4523-4599-a77d-2c22b955d66c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:09.319966-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CHC (M Stroman)",
                                "amount": 6353.0
                            },
                            {
                                "team": "WAS (J Irvin)",
                                "amount": 3647.0
                            }
                        ],
                        "expected_reward_tokens": 9591.61,
                        "profit_sb": 91.61,
                        "profit_sb_percentage": 0.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "857f6f25-1fe5-47c9-9cc0-b1abf404ba52",
                            "gambit_id": "dd3779b2-ada5-4efb-8a6d-c19a2cf429a0",
                            "last_updated": "2023-05-04T10:52:17.283864-04:00",
                            "created_at": "2023-05-03T12:12:09.323078-04:00",
                            "name": "CHC (M Stroman)",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ec30c6-b869-4d89-be8c-c5eba98f0697/?format=api"
                        },
                        {
                            "id": "0019693b-6f7f-4bc0-a1bf-15bccd7f291d",
                            "gambit_id": "4d55559a-0b4b-415e-84be-5f3cd81aec35",
                            "last_updated": "2023-05-04T10:52:17.282335-04:00",
                            "created_at": "2023-05-03T12:12:09.321467-04:00",
                            "name": "WAS (J Irvin)",
                            "reward": "2.63000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ec30c6-b869-4d89-be8c-c5eba98f0697/?format=api"
                        }
                    ]
                },
                {
                    "id": "d8a5ed3f-6500-42c6-9eda-73cbe9c4868b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1b999d39-4523-4599-a77d-2c22b955d66c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:09.314595-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CHC",
                                "amount": 5213.0
                            },
                            {
                                "team": "WAS",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "96d1817d-35d1-417d-a723-0666b3e7c8df",
                            "gambit_id": "4b77c6c7-9860-4f83-a4de-a619afa5685d",
                            "last_updated": "2023-05-04T10:52:17.279912-04:00",
                            "created_at": "2023-05-03T12:12:09.317915-04:00",
                            "name": "CHC",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8a5ed3f-6500-42c6-9eda-73cbe9c4868b/?format=api"
                        },
                        {
                            "id": "a247df45-6787-44fe-828f-95218a0c9cc1",
                            "gambit_id": "dd403588-d4bb-4300-80f7-da0584323455",
                            "last_updated": "2023-05-04T10:52:17.278706-04:00",
                            "created_at": "2023-05-03T12:12:09.316210-04:00",
                            "name": "WAS",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8a5ed3f-6500-42c6-9eda-73cbe9c4868b/?format=api"
                        }
                    ]
                },
                {
                    "id": "b9c0ba93-b62e-4a13-96f5-a3151fb8c66b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1b999d39-4523-4599-a77d-2c22b955d66c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:09.309583-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 8",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "914953c4-1673-4085-bb58-da02f573f56f",
                            "gambit_id": "d81ad28d-64e2-458f-bf75-12c7a814b955",
                            "last_updated": "2023-05-04T10:52:17.275237-04:00",
                            "created_at": "2023-05-03T12:12:09.311351-04:00",
                            "name": "Game Total Under 8",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9c0ba93-b62e-4a13-96f5-a3151fb8c66b/?format=api"
                        },
                        {
                            "id": "61447ede-1e40-40f4-844f-fbc9cacb1270",
                            "gambit_id": "c9f52201-0520-4857-827a-738bc699bea2",
                            "last_updated": "2023-05-04T10:52:17.276416-04:00",
                            "created_at": "2023-05-03T12:12:09.312964-04:00",
                            "name": "Game Total Over 8",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9c0ba93-b62e-4a13-96f5-a3151fb8c66b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "21bd6cfe-fd04-4c90-800b-d1fe46c259f1",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "079914aa-dc1d-410d-83fc-0a7410672720",
            "completed": true,
            "last_updated": "2023-05-04T10:57:21.972940-04:00",
            "created_at": "2023-05-03T12:12:08.939308-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.36,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/079914aa-dc1d-410d-83fc-0a7410672720",
            "datetime": "2023-05-03T18:40:00-04:00",
            "cutoff_datetime": "2023-05-03T18:40:00-04:00",
            "name": "NYM (M Scherzer) v. DET (M Lorenzen) - GM2",
            "bettypes": [
                {
                    "id": "61a7bb04-17d3-40e5-beb6-cce6ab88c843",
                    "match": "https://api-prod.gambitprofit.com/api/matches/21bd6cfe-fd04-4c90-800b-d1fe46c259f1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:08.956448-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYM (M Scherzer)",
                                "amount": 6442.0
                            },
                            {
                                "team": "DET (M Lorenzen)",
                                "amount": 3558.0
                            }
                        ],
                        "expected_reward_tokens": 9534.16,
                        "profit_sb": 34.16,
                        "profit_sb_percentage": 0.36,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "8498215f-ba0a-4728-b09e-3ce2f53f6308",
                            "gambit_id": "091ac000-2a69-441a-97c5-10979ae56d47",
                            "last_updated": "2023-05-04T10:57:21.987874-04:00",
                            "created_at": "2023-05-03T12:12:08.960386-04:00",
                            "name": "NYM (M Scherzer)",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a7bb04-17d3-40e5-beb6-cce6ab88c843/?format=api"
                        },
                        {
                            "id": "9d9a7c5f-112a-4e3f-b7b5-0255a5b8c773",
                            "gambit_id": "9ef9aa91-d8fe-484d-8e4a-86758017afc5",
                            "last_updated": "2023-05-04T10:57:21.986255-04:00",
                            "created_at": "2023-05-03T12:12:08.958368-04:00",
                            "name": "DET (M Lorenzen)",
                            "reward": "2.68000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a7bb04-17d3-40e5-beb6-cce6ab88c843/?format=api"
                        }
                    ]
                },
                {
                    "id": "7f0f4681-cf9a-44fe-9408-8884f9e34116",
                    "match": "https://api-prod.gambitprofit.com/api/matches/21bd6cfe-fd04-4c90-800b-d1fe46c259f1/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:08.949614-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYM",
                                "amount": 5421.0
                            },
                            {
                                "team": "DET",
                                "amount": 4579.0
                            }
                        ],
                        "expected_reward_tokens": 9432.54,
                        "profit_sb": -67.46,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fd336011-00f5-4f13-b970-57dc8dfa2a9f",
                            "gambit_id": "00ac975a-0e70-4d3d-8c57-9372afd1f16a",
                            "last_updated": "2023-05-04T10:57:21.982611-04:00",
                            "created_at": "2023-05-03T12:12:08.954251-04:00",
                            "name": "NYM",
                            "reward": "1.74000",
                            "odds": "1.76920",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f0f4681-cf9a-44fe-9408-8884f9e34116/?format=api"
                        },
                        {
                            "id": "47860913-5e9f-440a-bf75-f441e1826fe7",
                            "gambit_id": "a2c9f958-c6ad-45aa-b158-70dd4a8d163e",
                            "last_updated": "2023-05-04T10:57:21.980980-04:00",
                            "created_at": "2023-05-03T12:12:08.951763-04:00",
                            "name": "DET",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f0f4681-cf9a-44fe-9408-8884f9e34116/?format=api"
                        }
                    ]
                },
                {
                    "id": "a6659194-e382-4b19-87f4-34a14995b1df",
                    "match": "https://api-prod.gambitprofit.com/api/matches/21bd6cfe-fd04-4c90-800b-d1fe46c259f1/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:08.942669-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "96493b7b-283e-41f9-8c7e-9c1140a9b602",
                            "gambit_id": "6f5774d9-a72a-4db4-81de-2621d8e533cd",
                            "last_updated": "2023-05-04T10:57:21.976568-04:00",
                            "created_at": "2023-05-03T12:12:08.944788-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6659194-e382-4b19-87f4-34a14995b1df/?format=api"
                        },
                        {
                            "id": "c87b1342-9654-46ed-89f4-d87d8460af75",
                            "gambit_id": "63387474-4c6a-4783-b880-4aa7c8e7072f",
                            "last_updated": "2023-05-04T10:57:21.978005-04:00",
                            "created_at": "2023-05-03T12:12:08.947220-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6659194-e382-4b19-87f4-34a14995b1df/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "316122b2-baeb-4ce9-ac63-ea0ed3f92970",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "4af8918c-d3c6-477d-a2e5-6824053068f6",
            "completed": true,
            "last_updated": "2023-05-04T10:57:19.762634-04:00",
            "created_at": "2023-05-03T12:12:09.125465-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/4af8918c-d3c6-477d-a2e5-6824053068f6",
            "datetime": "2023-05-03T18:40:00-04:00",
            "cutoff_datetime": "2023-05-03T18:40:00-04:00",
            "name": "PIT (M Keller) v. TAM (S McClanahan)",
            "bettypes": [
                {
                    "id": "d80972b4-8173-431e-8d3d-2480325f59f3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/316122b2-baeb-4ce9-ac63-ea0ed3f92970/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:09.136829-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TAM (S McClanahan)",
                                "amount": 6442.0
                            },
                            {
                                "team": "PIT (M Keller)",
                                "amount": 3558.0
                            }
                        ],
                        "expected_reward_tokens": 9534.16,
                        "profit_sb": 34.16,
                        "profit_sb_percentage": 0.36,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c6c34890-3b0c-4d05-86b6-cfc6ad93e21d",
                            "gambit_id": "3425d181-6e3d-47d3-8ba3-2e0d0f20ddaa",
                            "last_updated": "2023-05-04T10:57:19.775789-04:00",
                            "created_at": "2023-05-03T12:12:09.138340-04:00",
                            "name": "TAM (S McClanahan)",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d80972b4-8173-431e-8d3d-2480325f59f3/?format=api"
                        },
                        {
                            "id": "ba54dbaa-1306-4d87-a0d0-10424abaa888",
                            "gambit_id": "374007cb-ab71-4a85-8d62-318f724b3748",
                            "last_updated": "2023-05-04T10:57:19.777828-04:00",
                            "created_at": "2023-05-03T12:12:09.139823-04:00",
                            "name": "PIT (M Keller)",
                            "reward": "2.68000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d80972b4-8173-431e-8d3d-2480325f59f3/?format=api"
                        }
                    ]
                },
                {
                    "id": "8196b29a-1163-4722-9ae6-8cc98c4c5103",
                    "match": "https://api-prod.gambitprofit.com/api/matches/316122b2-baeb-4ce9-ac63-ea0ed3f92970/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:09.132742-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "PIT",
                                "amount": 5337.0
                            },
                            {
                                "team": "TAM",
                                "amount": 4663.0
                            }
                        ],
                        "expected_reward_tokens": 9605.78,
                        "profit_sb": 105.78,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2c9da1ff-a5cf-4ed3-8e81-b70567247830",
                            "gambit_id": "84bccbd8-4efa-40d9-86e3-a3f856ea8f2c",
                            "last_updated": "2023-05-04T10:57:19.772513-04:00",
                            "created_at": "2023-05-03T12:12:09.135423-04:00",
                            "name": "PIT",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8196b29a-1163-4722-9ae6-8cc98c4c5103/?format=api"
                        },
                        {
                            "id": "0106f093-bb9c-4a9c-a4e8-14620f4745ca",
                            "gambit_id": "7369ec14-1232-4886-904b-e4b7cda37a51",
                            "last_updated": "2023-05-04T10:57:19.770940-04:00",
                            "created_at": "2023-05-03T12:12:09.134021-04:00",
                            "name": "TAM",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8196b29a-1163-4722-9ae6-8cc98c4c5103/?format=api"
                        }
                    ]
                },
                {
                    "id": "418591bf-51eb-4cd4-b2fb-e02665e47a5c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/316122b2-baeb-4ce9-ac63-ea0ed3f92970/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:09.127694-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 7",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 7",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fbb95ac3-9308-441a-bc98-eaf673fc4bbd",
                            "gambit_id": "02732318-67d7-491a-b069-d4912ce147f1",
                            "last_updated": "2023-05-04T10:57:19.767956-04:00",
                            "created_at": "2023-05-03T12:12:09.131201-04:00",
                            "name": "Game Total Over 7",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/418591bf-51eb-4cd4-b2fb-e02665e47a5c/?format=api"
                        },
                        {
                            "id": "a5efd0fd-9554-48b5-a72c-9b020958ba4b",
                            "gambit_id": "df975515-5460-413d-9ebd-b9ad00ff106e",
                            "last_updated": "2023-05-04T10:57:19.766372-04:00",
                            "created_at": "2023-05-03T12:12:09.129389-04:00",
                            "name": "Game Total Under 7",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/418591bf-51eb-4cd4-b2fb-e02665e47a5c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7871a4d8-f5d6-4356-b932-dd474f48e443",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cae5d3e9-76cf-47d1-8759-11167b36beca",
            "completed": true,
            "last_updated": "2023-05-04T10:57:19.487826-04:00",
            "created_at": "2023-05-03T12:12:08.728532-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.06,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/cae5d3e9-76cf-47d1-8759-11167b36beca",
            "datetime": "2023-05-03T16:10:00-04:00",
            "cutoff_datetime": "2023-05-03T16:10:00-04:00",
            "name": "PHI (A Nola) v. LOS (G Stone)",
            "bettypes": [
                {
                    "id": "c4da70d0-f58f-49e0-ba42-056f78e43784",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7871a4d8-f5d6-4356-b932-dd474f48e443/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:08.741532-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 (G Stone)",
                                "amount": 5247.0
                            },
                            {
                                "team": "PHI (A Nola)",
                                "amount": 4753.0
                            }
                        ],
                        "expected_reward_tokens": 9601.06,
                        "profit_sb": 101.06,
                        "profit_sb_percentage": 1.06,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4843252f-c9f0-4a98-ac4a-8d18824cec6e",
                            "gambit_id": "d0a2c16f-d1e9-49b6-a3ec-ad7584180285",
                            "last_updated": "2023-05-04T10:57:19.498555-04:00",
                            "created_at": "2023-05-03T12:12:08.742882-04:00",
                            "name": "LOS (G Stone)",
                            "reward": "1.83000",
                            "odds": "1.86210",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4da70d0-f58f-49e0-ba42-056f78e43784/?format=api"
                        },
                        {
                            "id": "84693d4e-a760-44e0-857d-8099bb1a6806",
                            "gambit_id": "db7b7215-d14f-4346-a5a2-d6c2920f6d3b",
                            "last_updated": "2023-05-04T10:57:19.499743-04:00",
                            "created_at": "2023-05-03T12:12:08.744266-04:00",
                            "name": "PHI (A Nola)",
                            "reward": "2.02000",
                            "odds": "2.06000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4da70d0-f58f-49e0-ba42-056f78e43784/?format=api"
                        }
                    ]
                },
                {
                    "id": "a93516cc-ef3b-47fd-b0ee-21d2c83b9ca9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7871a4d8-f5d6-4356-b932-dd474f48e443/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:08.737269-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6308.0
                            },
                            {
                                "team": "LOS",
                                "amount": 3692.0
                            }
                        ],
                        "expected_reward_tokens": 9525.08,
                        "profit_sb": 25.08,
                        "profit_sb_percentage": 0.26,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1a8d513f-9273-495f-bed1-49bab4f5053f",
                            "gambit_id": "d766a33f-6ab6-4cfe-8a9f-43f9ea3aefde",
                            "last_updated": "2023-05-04T10:57:19.496045-04:00",
                            "created_at": "2023-05-03T12:12:08.740041-04:00",
                            "name": "PHI",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a93516cc-ef3b-47fd-b0ee-21d2c83b9ca9/?format=api"
                        },
                        {
                            "id": "39487d70-61ca-4abd-adfa-88cc76bf16a6",
                            "gambit_id": "9985bf67-716b-488d-83fc-c12099d5f1df",
                            "last_updated": "2023-05-04T10:57:19.494777-04:00",
                            "created_at": "2023-05-03T12:12:08.738603-04:00",
                            "name": "LOS",
                            "reward": "2.58000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a93516cc-ef3b-47fd-b0ee-21d2c83b9ca9/?format=api"
                        }
                    ]
                },
                {
                    "id": "6022ef82-2d70-4f12-a86e-52af53f4c97a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7871a4d8-f5d6-4356-b932-dd474f48e443/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:08.732403-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f7a68b51-ee69-49df-aee0-fd5d288a7f97",
                            "gambit_id": "fc566159-2bcc-467e-9281-c7882ede22cf",
                            "last_updated": "2023-05-04T10:57:19.491141-04:00",
                            "created_at": "2023-05-03T12:12:08.734195-04:00",
                            "name": "Game Total Under 9",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6022ef82-2d70-4f12-a86e-52af53f4c97a/?format=api"
                        },
                        {
                            "id": "80e280f9-a0ae-4cb1-aaef-3322119df5b9",
                            "gambit_id": "102543fc-beaf-42e4-9c63-a42d274ff4f9",
                            "last_updated": "2023-05-04T10:57:19.492387-04:00",
                            "created_at": "2023-05-03T12:12:08.735749-04:00",
                            "name": "Game Total Over 9",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6022ef82-2d70-4f12-a86e-52af53f4c97a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8cf49580-3331-4774-9e3f-42f258a34117",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1c2851a3-05c4-4470-a777-da032788aacb",
            "completed": true,
            "last_updated": "2023-05-04T11:01:56.837651-04:00",
            "created_at": "2023-05-03T15:01:53.738249-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/1c2851a3-05c4-4470-a777-da032788aacb",
            "datetime": "2023-05-03T16:10:00-04:00",
            "cutoff_datetime": "2023-05-03T16:10:00-04:00",
            "name": "CIN (L Cessa) v. SDG (S Lugo)",
            "bettypes": [
                {
                    "id": "12f9bc11-8dc9-47a1-b3b4-d9c06b7fad2c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8cf49580-3331-4774-9e3f-42f258a34117/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T15:01:53.749160-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SDG (S Lugo)",
                                "amount": 6892.0
                            },
                            {
                                "team": "CIN (L Cessa)",
                                "amount": 3108.0
                            }
                        ],
                        "expected_reward_tokens": 9510.48,
                        "profit_sb": 10.48,
                        "profit_sb_percentage": 0.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "143f4af2-3cdf-4382-acec-22cf3dfabd35",
                            "gambit_id": "36899057-8df0-4ee2-8894-2417ffb9f2e4",
                            "last_updated": "2023-05-04T11:01:56.855699-04:00",
                            "created_at": "2023-05-03T15:01:53.750384-04:00",
                            "name": "SDG (S Lugo)",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12f9bc11-8dc9-47a1-b3b4-d9c06b7fad2c/?format=api"
                        },
                        {
                            "id": "8112c984-63ca-40c5-a374-5546dc9ae000",
                            "gambit_id": "4bcf6679-254d-4ff8-bf57-c9edd446f3f7",
                            "last_updated": "2023-05-04T11:01:56.857180-04:00",
                            "created_at": "2023-05-03T15:01:53.751703-04:00",
                            "name": "CIN (L Cessa)",
                            "reward": "3.06000",
                            "odds": "3.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12f9bc11-8dc9-47a1-b3b4-d9c06b7fad2c/?format=api"
                        }
                    ]
                },
                {
                    "id": "b3db7166-f8b1-4862-b5cf-764c113ee3bf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8cf49580-3331-4774-9e3f-42f258a34117/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T15:01:53.745107-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SDG",
                                "amount": 5421.0
                            },
                            {
                                "team": "CIN",
                                "amount": 4579.0
                            }
                        ],
                        "expected_reward_tokens": 9432.54,
                        "profit_sb": -67.46,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "417a4751-d3c9-483a-95cb-b10b9debdd3e",
                            "gambit_id": "ba555bdf-c1a1-4b60-bf13-b04f9afa3f50",
                            "last_updated": "2023-05-04T11:01:56.851007-04:00",
                            "created_at": "2023-05-03T15:01:53.746460-04:00",
                            "name": "SDG",
                            "reward": "1.74000",
                            "odds": "1.76920",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3db7166-f8b1-4862-b5cf-764c113ee3bf/?format=api"
                        },
                        {
                            "id": "020b9e02-a6d2-4c3a-902c-513538bb0b1b",
                            "gambit_id": "b0971101-798c-4471-9f71-1e63ed438a05",
                            "last_updated": "2023-05-04T11:01:56.852828-04:00",
                            "created_at": "2023-05-03T15:01:53.747798-04:00",
                            "name": "CIN",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3db7166-f8b1-4862-b5cf-764c113ee3bf/?format=api"
                        }
                    ]
                },
                {
                    "id": "ff3c5bb9-fd3e-4893-a9f7-699b741022b5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8cf49580-3331-4774-9e3f-42f258a34117/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T15:01:53.740502-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "be83869a-4f91-4768-9503-02075a9b37ff",
                            "gambit_id": "7285ebe8-bfb1-48f7-b90b-5a2005ae5741",
                            "last_updated": "2023-05-04T11:01:56.848170-04:00",
                            "created_at": "2023-05-03T15:01:53.743701-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3c5bb9-fd3e-4893-a9f7-699b741022b5/?format=api"
                        },
                        {
                            "id": "6921281b-f319-4baf-a7b1-2281b2d2ab1d",
                            "gambit_id": "3c8390ba-8252-4f50-bbba-637bad417b18",
                            "last_updated": "2023-05-04T11:01:56.842007-04:00",
                            "created_at": "2023-05-03T15:01:53.742197-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3c5bb9-fd3e-4893-a9f7-699b741022b5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "20b5402a-5644-42d7-b1c6-a8fbb5db7c7c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "fc07d3fb-a8d2-40eb-9cc0-9150bcba5b71",
            "completed": true,
            "last_updated": "2023-05-04T11:27:05.216216-04:00",
            "created_at": "2023-05-03T12:12:08.557087-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.55,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/fc07d3fb-a8d2-40eb-9cc0-9150bcba5b71",
            "datetime": "2023-05-03T15:00:00-04:00",
            "cutoff_datetime": "2023-05-03T15:00:00-04:00",
            "name": "Liverpool v. Fulham",
            "bettypes": [
                {
                    "id": "38d3606c-b90f-4e6b-9c14-d12f08dc889b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/20b5402a-5644-42d7-b1c6-a8fbb5db7c7c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:08.563218-04: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": 8204.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1796.0
                            }
                        ],
                        "expected_reward_tokens": 10416.8,
                        "profit_sb": 916.8,
                        "profit_sb_percentage": 9.65,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Liverpool",
                                "amount": 7366.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1613.0
                            },
                            {
                                "team": "Fulham",
                                "amount": 1021.0
                            }
                        ],
                        "expected_reward_tokens": 9352.36,
                        "profit_sb": -147.64,
                        "profit_sb_percentage": -1.55,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "740c43cc-bb79-4c10-a4f1-7de70ce15034",
                            "gambit_id": "6dec6a26-82e0-4cb7-9e6d-47ed06569558",
                            "last_updated": "2023-05-04T11:27:05.223802-04:00",
                            "created_at": "2023-05-03T12:12:08.566328-04:00",
                            "name": "Liverpool",
                            "reward": "1.27000",
                            "odds": "1.28000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d3606c-b90f-4e6b-9c14-d12f08dc889b/?format=api"
                        },
                        {
                            "id": "47d834e4-4447-46d6-a8cf-3f058a71c1df",
                            "gambit_id": "c64fd7fb-1930-48bf-9c86-39a9e8a814f4",
                            "last_updated": "2023-05-04T11:27:05.224959-04:00",
                            "created_at": "2023-05-03T12:12:08.567690-04:00",
                            "name": "Draw",
                            "reward": "5.80000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d3606c-b90f-4e6b-9c14-d12f08dc889b/?format=api"
                        },
                        {
                            "id": "2438968a-3a66-41fa-9627-cef4615f32b9",
                            "gambit_id": "ef4a838d-7253-4a9c-9c4d-bc8424ad5435",
                            "last_updated": "2023-05-04T11:27:05.222571-04:00",
                            "created_at": "2023-05-03T12:12:08.564877-04:00",
                            "name": "Fulham",
                            "reward": "9.16000",
                            "odds": "9.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d3606c-b90f-4e6b-9c14-d12f08dc889b/?format=api"
                        }
                    ]
                },
                {
                    "id": "78ab2008-0cc5-4367-ba22-d6b56ea8186a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/20b5402a-5644-42d7-b1c6-a8fbb5db7c7c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:08.558912-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 6478.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3522.0
                            }
                        ],
                        "expected_reward_tokens": 9262.86,
                        "profit_sb": -237.14,
                        "profit_sb_percentage": -2.5,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ae4402fe-e601-4d43-a773-5c0e5b6b1df4",
                            "gambit_id": "546a3418-8834-4d09-b8b7-e15d3d8a36b3",
                            "last_updated": "2023-05-04T11:27:05.220029-04:00",
                            "created_at": "2023-05-03T12:12:08.561710-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.43000",
                            "odds": "1.45000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ab2008-0cc5-4367-ba22-d6b56ea8186a/?format=api"
                        },
                        {
                            "id": "90c899e5-6512-45e3-a390-14c523522533",
                            "gambit_id": "f11019d7-b374-42a9-97b4-fd50edfed89d",
                            "last_updated": "2023-05-04T11:27:05.218955-04:00",
                            "created_at": "2023-05-03T12:12:08.560265-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.63000",
                            "odds": "2.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ab2008-0cc5-4367-ba22-d6b56ea8186a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "774e7623-1b2f-404d-a1b9-18b40d499a6e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "51ebb80d-c39c-4f8d-9e4c-60b79075fb43",
            "completed": true,
            "last_updated": "2023-05-04T11:27:05.369742-04:00",
            "created_at": "2023-05-03T12:12:08.391129-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.26,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/51ebb80d-c39c-4f8d-9e4c-60b79075fb43",
            "datetime": "2023-05-03T15:00:00-04:00",
            "cutoff_datetime": "2023-05-03T15:00:00-04:00",
            "name": "Manchester City v. West Ham United",
            "bettypes": [
                {
                    "id": "bb2c61ed-a55c-4a0f-886b-fecd9d4e826d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/774e7623-1b2f-404d-a1b9-18b40d499a6e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:08.397328-04: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": 8629.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1371.0
                            }
                        ],
                        "expected_reward_tokens": 9923.35,
                        "profit_sb": 423.35,
                        "profit_sb_percentage": 4.46,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 8074.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1283.0
                            },
                            {
                                "team": "West Ham United",
                                "amount": 643.0
                            }
                        ],
                        "expected_reward_tokens": 9284.92,
                        "profit_sb": -215.08,
                        "profit_sb_percentage": -2.26,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "97ed2d21-a5ba-4f87-b042-5bf94bdecab8",
                            "gambit_id": "c61fb770-a9ed-41b3-90f5-b852c3043643",
                            "last_updated": "2023-05-04T11:27:05.376669-04:00",
                            "created_at": "2023-05-03T12:12:08.399998-04:00",
                            "name": "Manchester City",
                            "reward": "1.15000",
                            "odds": "1.16000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2c61ed-a55c-4a0f-886b-fecd9d4e826d/?format=api"
                        },
                        {
                            "id": "380ff5da-00f9-44ea-b594-79c3e225a2aa",
                            "gambit_id": "92344101-00f6-4459-857e-6bde4491a1a6",
                            "last_updated": "2023-05-04T11:27:05.377762-04:00",
                            "created_at": "2023-05-03T12:12:08.401459-04:00",
                            "name": "Draw",
                            "reward": "7.24000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2c61ed-a55c-4a0f-886b-fecd9d4e826d/?format=api"
                        },
                        {
                            "id": "d671905d-7368-455f-a076-3e8d7a3d8a5e",
                            "gambit_id": "c2a16229-c4c9-4e59-94a1-4c729babf481",
                            "last_updated": "2023-05-04T11:27:05.375621-04:00",
                            "created_at": "2023-05-03T12:12:08.398622-04:00",
                            "name": "West Ham United",
                            "reward": "14.44000",
                            "odds": "15.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2c61ed-a55c-4a0f-886b-fecd9d4e826d/?format=api"
                        }
                    ]
                },
                {
                    "id": "d06a64fc-01d5-44ca-badf-b7a4e9394fbe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/774e7623-1b2f-404d-a1b9-18b40d499a6e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:08.392901-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 6714.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3286.0
                            }
                        ],
                        "expected_reward_tokens": 9265.32,
                        "profit_sb": -234.68,
                        "profit_sb_percentage": -2.47,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "25a42e51-8090-409b-84c8-a3db3a9485e6",
                            "gambit_id": "00c90c7a-ce9b-4fd2-b7a3-23359cffee24",
                            "last_updated": "2023-05-04T11:27:05.373519-04:00",
                            "created_at": "2023-05-03T12:12:08.395934-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06a64fc-01d5-44ca-badf-b7a4e9394fbe/?format=api"
                        },
                        {
                            "id": "a684c86b-7b72-47ae-a620-129fb01d54d8",
                            "gambit_id": "2afc3459-4417-41c7-b98b-79cd1bd59cba",
                            "last_updated": "2023-05-04T11:27:05.372450-04:00",
                            "created_at": "2023-05-03T12:12:08.394345-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.82000",
                            "odds": "2.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06a64fc-01d5-44ca-badf-b7a4e9394fbe/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b280a0d7-149e-4ae0-8db5-9b409c735d30",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5b8b7508-0356-46a6-be56-a0311894a813",
            "completed": true,
            "last_updated": "2023-05-04T11:01:55.278263-04:00",
            "created_at": "2023-05-03T12:12:08.213372-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.76,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/5b8b7508-0356-46a6-be56-a0311894a813",
            "datetime": "2023-05-03T14:10:00-04:00",
            "cutoff_datetime": "2023-05-03T14:10:00-04:00",
            "name": "SFO (L Webb) v. HOU (F Valdez)",
            "bettypes": [
                {
                    "id": "da2c618a-0a11-452b-be08-b0856b60550a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b280a0d7-149e-4ae0-8db5-9b409c735d30/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:08.223751-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "HOU (F Valdez)",
                                "amount": 5838.0
                            },
                            {
                                "team": "SFO (L Webb)",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9572.6,
                        "profit_sb": 72.6,
                        "profit_sb_percentage": 0.76,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "68fdcfe0-0ac7-4073-b48b-b1f31e674f8a",
                            "gambit_id": "0ff35183-8728-472e-8ce4-0f60a8e16f30",
                            "last_updated": "2023-05-04T11:01:55.291353-04:00",
                            "created_at": "2023-05-03T12:12:08.225129-04:00",
                            "name": "HOU (F Valdez)",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da2c618a-0a11-452b-be08-b0856b60550a/?format=api"
                        },
                        {
                            "id": "6a7b2c43-6915-450e-84c1-a13c79f347b3",
                            "gambit_id": "947c4ceb-4981-4b79-9fc6-f9995cbd837f",
                            "last_updated": "2023-05-04T11:01:55.293463-04:00",
                            "created_at": "2023-05-03T12:12:08.226546-04:00",
                            "name": "SFO (L Webb)",
                            "reward": "2.30000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da2c618a-0a11-452b-be08-b0856b60550a/?format=api"
                        }
                    ]
                },
                {
                    "id": "edce16ce-5dd9-4fa1-9ff8-d369250b25f3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b280a0d7-149e-4ae0-8db5-9b409c735d30/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:08.219542-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SFO",
                                "amount": 5939.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b48131a2-c9f0-4a97-b0dc-2f364a9dc2ca",
                            "gambit_id": "d4b27b53-43a1-4626-9551-e695cc700d02",
                            "last_updated": "2023-05-04T11:01:55.288035-04:00",
                            "created_at": "2023-05-03T12:12:08.222252-04:00",
                            "name": "SFO",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edce16ce-5dd9-4fa1-9ff8-d369250b25f3/?format=api"
                        },
                        {
                            "id": "a7df5875-4256-4c07-ad16-05704218d047",
                            "gambit_id": "72356731-1c0f-4c74-aa3d-72a7b0315523",
                            "last_updated": "2023-05-04T11:01:55.286597-04:00",
                            "created_at": "2023-05-03T12:12:08.220843-04:00",
                            "name": "HOU",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edce16ce-5dd9-4fa1-9ff8-d369250b25f3/?format=api"
                        }
                    ]
                },
                {
                    "id": "3c1dab06-ab0f-42a1-b16e-09bf084947a3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b280a0d7-149e-4ae0-8db5-9b409c735d30/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:08.215246-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c893a716-5890-477d-bb22-565784d5055a",
                            "gambit_id": "202bdb0d-5f58-43a5-9699-4647da242dbf",
                            "last_updated": "2023-05-04T11:01:55.282102-04:00",
                            "created_at": "2023-05-03T12:12:08.216667-04:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c1dab06-ab0f-42a1-b16e-09bf084947a3/?format=api"
                        },
                        {
                            "id": "863f3a00-2f5b-42a5-aea0-53f96d0f842b",
                            "gambit_id": "6175fb73-2994-4f1f-8918-10986c6cbed0",
                            "last_updated": "2023-05-04T11:01:55.283570-04:00",
                            "created_at": "2023-05-03T12:12:08.218023-04:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c1dab06-ab0f-42a1-b16e-09bf084947a3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "148581ee-5dc4-424b-a77b-8011b3711fc7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "05a96700-da06-4684-a87a-713b6246672c",
            "completed": true,
            "last_updated": "2023-05-04T11:01:56.683561-04:00",
            "created_at": "2023-05-03T12:12:08.030029-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/05a96700-da06-4684-a87a-713b6246672c",
            "datetime": "2023-05-03T14:05:00-04:00",
            "cutoff_datetime": "2023-05-03T14:05:00-04:00",
            "name": "ARI (B Pfaadt) v. TEX (A Heaney)",
            "bettypes": [
                {
                    "id": "f4b9b528-1b42-4e38-a09d-be647deced08",
                    "match": "https://api-prod.gambitprofit.com/api/matches/148581ee-5dc4-424b-a77b-8011b3711fc7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:08.041020-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TEX (A Heaney)",
                                "amount": 5337.0
                            },
                            {
                                "team": "ARI (B Pfaadt)",
                                "amount": 4663.0
                            }
                        ],
                        "expected_reward_tokens": 9605.78,
                        "profit_sb": 105.78,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "12bd9335-c61a-42f6-9819-28b517f5d9df",
                            "gambit_id": "a59100f0-faf6-4b5d-8203-bc408e23089b",
                            "last_updated": "2023-05-04T11:01:56.695347-04:00",
                            "created_at": "2023-05-03T12:12:08.042404-04:00",
                            "name": "TEX (A Heaney)",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b9b528-1b42-4e38-a09d-be647deced08/?format=api"
                        },
                        {
                            "id": "b67a3fff-2c2c-46c2-b047-4357bb3c425e",
                            "gambit_id": "4f76e751-59f6-44be-ac41-655cd5a77195",
                            "last_updated": "2023-05-04T11:01:56.696798-04:00",
                            "created_at": "2023-05-03T12:12:08.043804-04:00",
                            "name": "ARI (B Pfaadt)",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b9b528-1b42-4e38-a09d-be647deced08/?format=api"
                        }
                    ]
                },
                {
                    "id": "d40279a1-e4f3-4534-90a0-bab8996318fe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/148581ee-5dc4-424b-a77b-8011b3711fc7/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:08.036670-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "ARI",
                                "amount": 6241.0
                            },
                            {
                                "team": "TEX",
                                "amount": 3759.0
                            }
                        ],
                        "expected_reward_tokens": 9547.86,
                        "profit_sb": 47.86,
                        "profit_sb_percentage": 0.5,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "64629bfe-2d53-46e3-815f-0437caa4c8ef",
                            "gambit_id": "23dd9c69-f10a-4125-bc31-d40a3fcae4ec",
                            "last_updated": "2023-05-04T11:01:56.692652-04:00",
                            "created_at": "2023-05-03T12:12:08.039558-04:00",
                            "name": "ARI",
                            "reward": "1.53000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d40279a1-e4f3-4534-90a0-bab8996318fe/?format=api"
                        },
                        {
                            "id": "e9f43230-d6e2-425b-adaf-1c55cdcd6c9e",
                            "gambit_id": "228b3885-60fd-4dc2-ba84-31f942ccf273",
                            "last_updated": "2023-05-04T11:01:56.691311-04:00",
                            "created_at": "2023-05-03T12:12:08.038136-04:00",
                            "name": "TEX",
                            "reward": "2.54000",
                            "odds": "2.60000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d40279a1-e4f3-4534-90a0-bab8996318fe/?format=api"
                        }
                    ]
                },
                {
                    "id": "6fad2bea-8e30-4682-a6dc-f672d9f72206",
                    "match": "https://api-prod.gambitprofit.com/api/matches/148581ee-5dc4-424b-a77b-8011b3711fc7/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:08.032065-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6afb2647-ae5c-4249-be2c-8ad975071b25",
                            "gambit_id": "f36b9ad6-ec6b-42d8-86ab-61d3b70ae03a",
                            "last_updated": "2023-05-04T11:01:56.688494-04:00",
                            "created_at": "2023-05-03T12:12:08.034980-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fad2bea-8e30-4682-a6dc-f672d9f72206/?format=api"
                        },
                        {
                            "id": "1290b401-2eba-4b92-a5a1-bc8222b0b195",
                            "gambit_id": "64202324-31dd-47e2-9f8c-96b14a097b6d",
                            "last_updated": "2023-05-04T11:01:56.687191-04:00",
                            "created_at": "2023-05-03T12:12:08.033533-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fad2bea-8e30-4682-a6dc-f672d9f72206/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "119b0b91-e5f2-40ad-bd47-adc4efa00058",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3656505b-0b93-4c05-bb8c-72e5cda16708",
            "completed": true,
            "last_updated": "2023-05-04T11:06:52.203482-04:00",
            "created_at": "2023-05-03T12:12:07.822448-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.76,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/3656505b-0b93-4c05-bb8c-72e5cda16708",
            "datetime": "2023-05-03T13:40:00-04:00",
            "cutoff_datetime": "2023-05-03T13:40:00-04:00",
            "name": "NYM (J Lucchesi) v. DET (J Wentz) - Game 1",
            "bettypes": [
                {
                    "id": "ca5667c6-2acd-4321-ae39-a64fda1834c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/119b0b91-e5f2-40ad-bd47-adc4efa00058/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-03T12:12:07.833642-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYM (J Lucchesi)",
                                "amount": 5838.0
                            },
                            {
                                "team": "DET (J Wentz)",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9572.6,
                        "profit_sb": 72.6,
                        "profit_sb_percentage": 0.76,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "644e2e33-d7fb-49da-92ed-e565402bfbdd",
                            "gambit_id": "781b7c9e-a35d-444b-9669-2092516eee5e",
                            "last_updated": "2023-05-04T11:06:52.214666-04:00",
                            "created_at": "2023-05-03T12:12:07.836322-04:00",
                            "name": "NYM (J Lucchesi)",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca5667c6-2acd-4321-ae39-a64fda1834c6/?format=api"
                        },
                        {
                            "id": "a023bb68-9e5c-4f51-befd-ef7787b960ea",
                            "gambit_id": "fe3c48ed-6f8b-4add-9471-f91f5c877f05",
                            "last_updated": "2023-05-04T11:06:52.216052-04:00",
                            "created_at": "2023-05-03T12:12:07.834928-04:00",
                            "name": "DET (J Wentz)",
                            "reward": "2.30000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca5667c6-2acd-4321-ae39-a64fda1834c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "e16746e2-5e62-4382-abdc-a467091ccf65",
                    "match": "https://api-prod.gambitprofit.com/api/matches/119b0b91-e5f2-40ad-bd47-adc4efa00058/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-03T12:12:07.829541-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "DET",
                                "amount": 5213.0
                            },
                            {
                                "team": "NYM",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "19299256-b50e-4b0e-b95b-29d5e541711e",
                            "gambit_id": "35a0dfac-60dd-4b73-a4b1-07f464234e2f",
                            "last_updated": "2023-05-04T11:06:52.210163-04:00",
                            "created_at": "2023-05-03T12:12:07.830835-04:00",
                            "name": "DET",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e16746e2-5e62-4382-abdc-a467091ccf65/?format=api"
                        },
                        {
                            "id": "3038fc79-afcd-45db-bad0-e60fb3bc8bf4",
                            "gambit_id": "de83ad08-ecf1-42e6-90a0-a05d0dc0d80d",
                            "last_updated": "2023-05-04T11:06:52.211786-04:00",
                            "created_at": "2023-05-03T12:12:07.832222-04:00",
                            "name": "NYM",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e16746e2-5e62-4382-abdc-a467091ccf65/?format=api"
                        }
                    ]
                },
                {
                    "id": "c345dd1c-eddb-433d-9b80-0e8b7a51e821",
                    "match": "https://api-prod.gambitprofit.com/api/matches/119b0b91-e5f2-40ad-bd47-adc4efa00058/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-03T12:12:07.824779-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 9",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 9",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0c78c9ee-ddb1-4087-842c-29cd74633010",
                            "gambit_id": "bea9216a-6305-4b87-8c41-658a7f91905c",
                            "last_updated": "2023-05-04T11:06:52.207700-04:00",
                            "created_at": "2023-05-03T12:12:07.828098-04:00",
                            "name": "Game Total Over 9",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c345dd1c-eddb-433d-9b80-0e8b7a51e821/?format=api"
                        },
                        {
                            "id": "4be92e3b-7405-49c8-93ee-412d1c323f4a",
                            "gambit_id": "e63e5c16-924b-498e-b41f-7363825d7aae",
                            "last_updated": "2023-05-04T11:06:52.206425-04:00",
                            "created_at": "2023-05-03T12:12:07.826574-04:00",
                            "name": "Game Total Under 9",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c345dd1c-eddb-433d-9b80-0e8b7a51e821/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e82f9dc2-c53f-4bb5-8440-b521daf1f677",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "fcdaf88e-1c4b-49ff-8319-30e7c48be21f",
            "completed": true,
            "last_updated": "2023-05-03T12:12:14.838521-04:00",
            "created_at": "2023-05-02T11:52:06.763071-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.58,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/fcdaf88e-1c4b-49ff-8319-30e7c48be21f",
            "datetime": "2023-05-02T22:10:00-04:00",
            "cutoff_datetime": "2023-05-02T22:10:00-04:00",
            "name": "PHI (M Strahm) v. LOS (J Urias)",
            "bettypes": [
                {
                    "id": "e3a0ca57-9f66-4384-8add-9a21892c42a5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e82f9dc2-c53f-4bb5-8440-b521daf1f677/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:06.775493-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "LOS (J Urias)",
                                "amount": 5711.0
                            },
                            {
                                "team": "PHI (M Strahm)",
                                "amount": 4289.0
                            }
                        ],
                        "expected_reward_tokens": 9650.25,
                        "profit_sb": 150.25,
                        "profit_sb_percentage": 1.58,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "286c1f05-be63-4cff-980b-02025498b75b",
                            "gambit_id": "c81db5ff-c530-4366-a083-80c9ea775b01",
                            "last_updated": "2023-05-03T12:12:14.848628-04:00",
                            "created_at": "2023-05-02T11:52:06.777141-04:00",
                            "name": "LOS (J Urias)",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a0ca57-9f66-4384-8add-9a21892c42a5/?format=api"
                        },
                        {
                            "id": "6e52acda-0b19-45f8-92d1-1804871958fb",
                            "gambit_id": "724910a7-5d53-4a32-8e54-948a5b35ade2",
                            "last_updated": "2023-05-03T12:12:14.849779-04:00",
                            "created_at": "2023-05-02T11:52:06.778818-04:00",
                            "name": "PHI (M Strahm)",
                            "reward": "2.25000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a0ca57-9f66-4384-8add-9a21892c42a5/?format=api"
                        }
                    ]
                },
                {
                    "id": "90c660de-6a6d-4e5d-af93-f98ad93055c7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e82f9dc2-c53f-4bb5-8440-b521daf1f677/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:06.770972-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5939.0
                            },
                            {
                                "team": "LOS",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "57c241df-694c-43f6-a002-fae7b5149d63",
                            "gambit_id": "b2002e9a-b021-48ad-9062-6317548cae1b",
                            "last_updated": "2023-05-03T12:12:14.846280-04:00",
                            "created_at": "2023-05-02T11:52:06.773835-04:00",
                            "name": "PHI",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90c660de-6a6d-4e5d-af93-f98ad93055c7/?format=api"
                        },
                        {
                            "id": "0540554b-189b-40a3-b0bf-837f03dc5891",
                            "gambit_id": "0fba85df-fe2b-4a3a-9373-1f1f126287ff",
                            "last_updated": "2023-05-03T12:12:14.845034-04:00",
                            "created_at": "2023-05-02T11:52:06.772303-04:00",
                            "name": "LOS",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90c660de-6a6d-4e5d-af93-f98ad93055c7/?format=api"
                        }
                    ]
                },
                {
                    "id": "c01df49e-98b5-49db-bba9-e58aa5ebcd46",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e82f9dc2-c53f-4bb5-8440-b521daf1f677/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:06.765517-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 8",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 8",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a28ff393-4884-4fcd-aa36-54f87705b946",
                            "gambit_id": "221b3d21-d10e-4958-92f8-f63982c2a2a2",
                            "last_updated": "2023-05-03T12:12:14.841454-04:00",
                            "created_at": "2023-05-02T11:52:06.767394-04:00",
                            "name": "Game Total Under 8",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c01df49e-98b5-49db-bba9-e58aa5ebcd46/?format=api"
                        },
                        {
                            "id": "1341c46e-2361-44f3-a77c-a12fcf3dbf3d",
                            "gambit_id": "a3a450f8-c86f-42f0-8390-e5b51302ad8c",
                            "last_updated": "2023-05-03T12:12:14.842716-04:00",
                            "created_at": "2023-05-02T11:52:06.769381-04:00",
                            "name": "Game Total Over 8",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c01df49e-98b5-49db-bba9-e58aa5ebcd46/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "68ca7e87-cc63-47a6-8361-e7f6623461ea",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ca833a68-b681-4de7-9eb1-eb40cfbf7aec",
            "completed": true,
            "last_updated": "2023-05-03T12:12:14.466289-04:00",
            "created_at": "2023-05-02T11:52:06.618928-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.55,
            "sport_category": "NBA Playoffs",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/ca833a68-b681-4de7-9eb1-eb40cfbf7aec",
            "datetime": "2023-05-02T22:00:00-04:00",
            "cutoff_datetime": "2023-05-02T22:00:00-04:00",
            "name": "Los Angeles Lakers v. Golden State Warriors",
            "bettypes": [
                {
                    "id": "34d32393-26f7-4246-a63e-bb90b22476d2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/68ca7e87-cc63-47a6-8361-e7f6623461ea/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:06.629656-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6163.0
                            },
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 3837.0
                            }
                        ],
                        "expected_reward_tokens": 9552.65,
                        "profit_sb": 52.65,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "4cfd9453-42c1-43e6-ab8b-4736f6152dcd",
                            "gambit_id": "c2ddf61d-c04c-4c57-80f7-e907559298c0",
                            "last_updated": "2023-05-03T12:12:14.476419-04:00",
                            "created_at": "2023-05-02T11:52:06.631048-04:00",
                            "name": "Golden State Warriors",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34d32393-26f7-4246-a63e-bb90b22476d2/?format=api"
                        },
                        {
                            "id": "5923c45b-896c-47f5-af43-c9357f8a5b37",
                            "gambit_id": "e1090dcb-b3d7-4b70-8bc8-5adf68513d4e",
                            "last_updated": "2023-05-03T12:12:14.477583-04:00",
                            "created_at": "2023-05-02T11:52:06.632485-04:00",
                            "name": "Los Angeles Lakers",
                            "reward": "2.49000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34d32393-26f7-4246-a63e-bb90b22476d2/?format=api"
                        }
                    ]
                },
                {
                    "id": "741cd724-fda3-4e1a-a610-bf761b9ed66f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/68ca7e87-cc63-47a6-8361-e7f6623461ea/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:06.625314-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Golden State Warriors",
                                "amount": 5000.0
                            },
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7ad20986-c204-4811-ac03-5920f1814551",
                            "gambit_id": "20012b16-7c61-445f-ab78-06cc784f1ce9",
                            "last_updated": "2023-05-03T12:12:14.472803-04:00",
                            "created_at": "2023-05-02T11:52:06.626706-04:00",
                            "name": "Golden State Warriors",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741cd724-fda3-4e1a-a610-bf761b9ed66f/?format=api"
                        },
                        {
                            "id": "abecd4d4-25b9-4c18-af33-346672d42475",
                            "gambit_id": "0672f7b8-cc75-4345-8c51-12aa23b2359c",
                            "last_updated": "2023-05-03T12:12:14.473987-04:00",
                            "created_at": "2023-05-02T11:52:06.628162-04:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741cd724-fda3-4e1a-a610-bf761b9ed66f/?format=api"
                        }
                    ]
                },
                {
                    "id": "c028e2f0-ff35-4609-8ac3-76084b0dbeb3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/68ca7e87-cc63-47a6-8361-e7f6623461ea/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:06.620905-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 227",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 227",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fee354a6-a70e-4e2d-b80d-78a47abc935f",
                            "gambit_id": "cedd94f4-95db-4957-aac1-58b822bd4ac3",
                            "last_updated": "2023-05-03T12:12:14.469256-04:00",
                            "created_at": "2023-05-02T11:52:06.622335-04:00",
                            "name": "Game Total Under 227",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "227.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c028e2f0-ff35-4609-8ac3-76084b0dbeb3/?format=api"
                        },
                        {
                            "id": "0724d9ba-205a-4ad2-8719-78181d4958c5",
                            "gambit_id": "32d00af1-baae-4b24-a2e2-bcb1311e38f4",
                            "last_updated": "2023-05-03T12:12:14.470466-04:00",
                            "created_at": "2023-05-02T11:52:06.623739-04:00",
                            "name": "Game Total Over 227",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "227.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c028e2f0-ff35-4609-8ac3-76084b0dbeb3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fa15c1e9-3911-4fa6-882e-9cf9e50e1192",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "af4ae9ca-fb0a-4a04-8f0a-76dbf1ec393c",
            "completed": true,
            "last_updated": "2023-05-03T12:12:15.571270-04:00",
            "created_at": "2023-05-02T11:52:06.336155-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.03,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/af4ae9ca-fb0a-4a04-8f0a-76dbf1ec393c",
            "datetime": "2023-05-02T21:40:00-04:00",
            "cutoff_datetime": "2023-05-02T21:40:00-04:00",
            "name": "Seattle Kraken v. Dallas Stars",
            "bettypes": [
                {
                    "id": "000dc598-5625-4350-a2f7-ef89a31cf1d4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fa15c1e9-3911-4fa6-882e-9cf9e50e1192/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:06.346952-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6547.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 3453.0
                            }
                        ],
                        "expected_reward_tokens": 9426.69,
                        "profit_sb": -73.31,
                        "profit_sb_percentage": -0.77,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "765399ba-cb6c-4d7d-be2d-0ece3410042d",
                            "gambit_id": "5556a3d9-b520-446f-80d9-1596290dcef5",
                            "last_updated": "2023-05-03T12:12:15.585418-04:00",
                            "created_at": "2023-05-02T11:52:06.348331-04:00",
                            "name": "Dallas Stars",
                            "reward": "1.44000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000dc598-5625-4350-a2f7-ef89a31cf1d4/?format=api"
                        },
                        {
                            "id": "bde6be44-784d-420f-b3a2-763ea44259be",
                            "gambit_id": "79dcc454-0093-4c29-b6c8-b63a69054983",
                            "last_updated": "2023-05-03T12:12:15.586878-04:00",
                            "created_at": "2023-05-02T11:52:06.349758-04:00",
                            "name": "Seattle Kraken",
                            "reward": "2.73000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000dc598-5625-4350-a2f7-ef89a31cf1d4/?format=api"
                        }
                    ]
                },
                {
                    "id": "3108e7eb-c8db-43dd-8cce-cafa506d7c6e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fa15c1e9-3911-4fa6-882e-9cf9e50e1192/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:06.342534-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5939.0
                            },
                            {
                                "team": "Dallas Stars",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "53fe4255-066c-420d-baec-c7326d08c7fc",
                            "gambit_id": "82f87856-f560-4dcb-8f95-972faa153ed3",
                            "last_updated": "2023-05-03T12:12:15.582714-04:00",
                            "created_at": "2023-05-02T11:52:06.345373-04:00",
                            "name": "Seattle Kraken",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3108e7eb-c8db-43dd-8cce-cafa506d7c6e/?format=api"
                        },
                        {
                            "id": "54124f26-8911-4cc4-8aad-e34c08eed388",
                            "gambit_id": "a35c2bdd-aec3-434b-8aff-6c7564446a69",
                            "last_updated": "2023-05-03T12:12:15.581073-04:00",
                            "created_at": "2023-05-02T11:52:06.343890-04:00",
                            "name": "Dallas Stars",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3108e7eb-c8db-43dd-8cce-cafa506d7c6e/?format=api"
                        }
                    ]
                },
                {
                    "id": "88aa91fb-db92-4371-904c-1549a4e4485f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fa15c1e9-3911-4fa6-882e-9cf9e50e1192/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:06.338172-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 5512.0
                            },
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cf01786f-16fa-4c89-8089-e1cd0a15913a",
                            "gambit_id": "9ff1d5f0-cfe4-4a4d-8159-634606d58e0e",
                            "last_updated": "2023-05-03T12:12:15.575523-04:00",
                            "created_at": "2023-05-02T11:52:06.339546-04:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88aa91fb-db92-4371-904c-1549a4e4485f/?format=api"
                        },
                        {
                            "id": "49291c8d-c8a0-44d9-b673-54e7c0f2a9b8",
                            "gambit_id": "b0ea0172-9468-4138-ab97-0d6497a60540",
                            "last_updated": "2023-05-03T12:12:15.577290-04:00",
                            "created_at": "2023-05-02T11:52:06.340956-04:00",
                            "name": "Game Total Over 5.5",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88aa91fb-db92-4371-904c-1549a4e4485f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "65800ce6-d151-4d04-89b4-dad1ab69cc0b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d32a922a-8163-4eec-9485-83114512f00c",
            "completed": true,
            "last_updated": "2023-05-03T12:12:16.680681-04:00",
            "created_at": "2023-05-02T12:41:50.712919-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.41,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/d32a922a-8163-4eec-9485-83114512f00c",
            "datetime": "2023-05-02T21:40:00-04:00",
            "cutoff_datetime": "2023-05-02T21:40:00-04:00",
            "name": "CIN (G Ashcraft) v. SDG (M Wacha)",
            "bettypes": [
                {
                    "id": "a1563239-0bc3-4de2-8b0a-1c2dabfc61ec",
                    "match": "https://api-prod.gambitprofit.com/api/matches/65800ce6-d151-4d04-89b4-dad1ab69cc0b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T12:41:50.726570-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SDG (M Wacha)",
                                "amount": 6359.0
                            },
                            {
                                "team": "CIN (G Ashcraft)",
                                "amount": 3641.0
                            }
                        ],
                        "expected_reward_tokens": 9538.5,
                        "profit_sb": 38.5,
                        "profit_sb_percentage": 0.41,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e5f6e970-04d8-46b6-b225-28c7d1b7bbb3",
                            "gambit_id": "8030fd67-2bd7-4e98-b6ea-2fe76e475e79",
                            "last_updated": "2023-05-03T12:12:16.690470-04:00",
                            "created_at": "2023-05-02T12:41:50.728083-04:00",
                            "name": "SDG (M Wacha)",
                            "reward": "1.50000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1563239-0bc3-4de2-8b0a-1c2dabfc61ec/?format=api"
                        },
                        {
                            "id": "d53b34d6-6032-4ded-bee8-98e50d2b8261",
                            "gambit_id": "5804fa50-6f67-4b58-ac9d-0855f1a43821",
                            "last_updated": "2023-05-03T12:12:16.691590-04:00",
                            "created_at": "2023-05-02T12:41:50.729878-04:00",
                            "name": "CIN (G Ashcraft)",
                            "reward": "2.62000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1563239-0bc3-4de2-8b0a-1c2dabfc61ec/?format=api"
                        }
                    ]
                },
                {
                    "id": "36854072-847c-44a0-9768-eaa6ae41edb5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/65800ce6-d151-4d04-89b4-dad1ab69cc0b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T12:41:50.721693-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CIN",
                                "amount": 5423.0
                            },
                            {
                                "team": "SDG",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "43499598-ff3a-4509-9f52-0a2ef4c7c26e",
                            "gambit_id": "6caefc41-2395-474f-8a0f-c4a4524dfb4b",
                            "last_updated": "2023-05-03T12:12:16.688206-04:00",
                            "created_at": "2023-05-02T12:41:50.724963-04:00",
                            "name": "CIN",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36854072-847c-44a0-9768-eaa6ae41edb5/?format=api"
                        },
                        {
                            "id": "2b9eadb9-6bf0-4b91-a912-1d3253e019ed",
                            "gambit_id": "4c4626cf-6550-46ea-b5e0-9c78d1bafd0d",
                            "last_updated": "2023-05-03T12:12:16.687098-04:00",
                            "created_at": "2023-05-02T12:41:50.723435-04:00",
                            "name": "SDG",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36854072-847c-44a0-9768-eaa6ae41edb5/?format=api"
                        }
                    ]
                },
                {
                    "id": "2033bd39-5305-4264-9e5c-d533b05255b0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/65800ce6-d151-4d04-89b4-dad1ab69cc0b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T12:41:50.715701-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c040dead-8aa7-42f3-bbb4-bf71bd84d857",
                            "gambit_id": "4c202f85-de67-465e-b3b2-b7808ca91ffb",
                            "last_updated": "2023-05-03T12:12:16.684802-04:00",
                            "created_at": "2023-05-02T12:41:50.719860-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2033bd39-5305-4264-9e5c-d533b05255b0/?format=api"
                        },
                        {
                            "id": "8619baa1-ca60-43f7-af95-039382385b1a",
                            "gambit_id": "35fce97c-5932-4f15-a999-b7893f0a8aca",
                            "last_updated": "2023-05-03T12:12:16.683621-04:00",
                            "created_at": "2023-05-02T12:41:50.717814-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2033bd39-5305-4264-9e5c-d533b05255b0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b08e1fdf-26cc-4a73-8a60-4cdfb3a1d433",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "635e3e54-c31d-4565-b431-436a450bf90d",
            "completed": true,
            "last_updated": "2023-05-03T12:12:15.074823-04:00",
            "created_at": "2023-05-02T11:52:06.477916-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.23,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/635e3e54-c31d-4565-b431-436a450bf90d",
            "datetime": "2023-05-02T21:40:00-04:00",
            "cutoff_datetime": "2023-05-02T21:40:00-04:00",
            "name": "SEA (B Miller) v. OAK (M Miller)",
            "bettypes": [
                {
                    "id": "559f9cee-b7af-4417-804c-2e8cb787e577",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b08e1fdf-26cc-4a73-8a60-4cdfb3a1d433/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:06.488250-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SEA (B Miller)",
                                "amount": 5527.0
                            },
                            {
                                "team": "OAK (M Miller)",
                                "amount": 4473.0
                            }
                        ],
                        "expected_reward_tokens": 9616.95,
                        "profit_sb": 116.95,
                        "profit_sb_percentage": 1.23,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0ee9c15e-33db-43ea-9a94-22c1b92aab64",
                            "gambit_id": "15fa2540-f1d7-49c1-b262-d674bffb4b7e",
                            "last_updated": "2023-05-03T12:12:15.088348-04:00",
                            "created_at": "2023-05-02T11:52:06.491275-04:00",
                            "name": "SEA (B Miller)",
                            "reward": "1.74000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/559f9cee-b7af-4417-804c-2e8cb787e577/?format=api"
                        },
                        {
                            "id": "9d98eba3-bfdc-4960-a7ab-b82adc045b7d",
                            "gambit_id": "ffb30e14-2315-492d-a697-a1d12014ad0b",
                            "last_updated": "2023-05-03T12:12:15.087190-04:00",
                            "created_at": "2023-05-02T11:52:06.489801-04:00",
                            "name": "OAK (M Miller)",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/559f9cee-b7af-4417-804c-2e8cb787e577/?format=api"
                        }
                    ]
                },
                {
                    "id": "02493a7a-2003-48e8-a95b-3268d6d03b9f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b08e1fdf-26cc-4a73-8a60-4cdfb3a1d433/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:06.483853-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "OAK",
                                "amount": 5699.0
                            },
                            {
                                "team": "SEA",
                                "amount": 4301.0
                            }
                        ],
                        "expected_reward_tokens": 9460.34,
                        "profit_sb": -39.66,
                        "profit_sb_percentage": -0.42,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "475f8dbe-ce10-46d7-9bbb-867193768a8e",
                            "gambit_id": "8f420daa-efbb-44d5-b941-d50a67f434f1",
                            "last_updated": "2023-05-03T12:12:15.082809-04:00",
                            "created_at": "2023-05-02T11:52:06.485181-04:00",
                            "name": "OAK",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02493a7a-2003-48e8-a95b-3268d6d03b9f/?format=api"
                        },
                        {
                            "id": "ea424236-5cd0-42aa-9ad4-6b812932325d",
                            "gambit_id": "09a0d3cc-96da-40b2-913e-ea1a800dad19",
                            "last_updated": "2023-05-03T12:12:15.084178-04:00",
                            "created_at": "2023-05-02T11:52:06.486648-04:00",
                            "name": "SEA",
                            "reward": "2.20000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02493a7a-2003-48e8-a95b-3268d6d03b9f/?format=api"
                        }
                    ]
                },
                {
                    "id": "bda4df53-6ae9-4658-b222-edd22cb3c8aa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b08e1fdf-26cc-4a73-8a60-4cdfb3a1d433/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:06.479777-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "11cae1bd-9ca9-4e72-8ec7-5e2ada600fdb",
                            "gambit_id": "4e7eb783-0003-48c3-a15f-2f6d8d3eac3b",
                            "last_updated": "2023-05-03T12:12:15.079905-04:00",
                            "created_at": "2023-05-02T11:52:06.482491-04:00",
                            "name": "Game Total Over 8",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda4df53-6ae9-4658-b222-edd22cb3c8aa/?format=api"
                        },
                        {
                            "id": "8c7d932a-1e9d-440f-8054-168365c6008a",
                            "gambit_id": "5dd1505f-412f-4543-9e38-78dcea7b345f",
                            "last_updated": "2023-05-03T12:12:15.078388-04:00",
                            "created_at": "2023-05-02T11:52:06.481116-04:00",
                            "name": "Game Total Under 8",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bda4df53-6ae9-4658-b222-edd22cb3c8aa/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "55af6a6c-ee30-4a48-a552-be7e5c065d76",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "996b8772-6986-42bd-9417-905acda36e95",
            "completed": true,
            "last_updated": "2023-05-03T12:12:17.067745-04:00",
            "created_at": "2023-05-02T15:42:11.061383-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.84,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/996b8772-6986-42bd-9417-905acda36e95",
            "datetime": "2023-05-02T20:40:00-04:00",
            "cutoff_datetime": "2023-05-02T20:40:00-04:00",
            "name": "MIL (F Peralta) v. COL (R Feltner)",
            "bettypes": [
                {
                    "id": "b7e0647e-e524-4a2d-9032-9aa8b1570b62",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55af6a6c-ee30-4a48-a552-be7e5c065d76/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T15:42:11.071614-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "MIL (F Peralta)",
                                "amount": 6025.0
                            },
                            {
                                "team": "COL (R Feltner)",
                                "amount": 3975.0
                            }
                        ],
                        "expected_reward_tokens": 9579.75,
                        "profit_sb": 79.75,
                        "profit_sb_percentage": 0.84,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "49b5c2c6-9f38-4a26-9bc5-c07867182fb9",
                            "gambit_id": "dcf721ab-8dc6-4954-94b6-ca141f1565ad",
                            "last_updated": "2023-05-03T12:12:17.083735-04:00",
                            "created_at": "2023-05-02T15:42:11.074313-04:00",
                            "name": "MIL (F Peralta)",
                            "reward": "1.59000",
                            "odds": "1.61350",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e0647e-e524-4a2d-9032-9aa8b1570b62/?format=api"
                        },
                        {
                            "id": "7345aad7-8311-4b85-9c95-d1180cb297dd",
                            "gambit_id": "706d5ebe-fb09-487a-b17b-da87294267b9",
                            "last_updated": "2023-05-03T12:12:17.082211-04:00",
                            "created_at": "2023-05-02T15:42:11.072860-04:00",
                            "name": "COL (R Feltner)",
                            "reward": "2.41000",
                            "odds": "2.48000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7e0647e-e524-4a2d-9032-9aa8b1570b62/?format=api"
                        }
                    ]
                },
                {
                    "id": "59d6d25b-6e33-4462-971b-2893ecfbd6f8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55af6a6c-ee30-4a48-a552-be7e5c065d76/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T15:42:11.067747-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "COL",
                                "amount": 5000.0
                            },
                            {
                                "team": "MIL",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3f4819fd-9078-4100-8458-5c90179e7217",
                            "gambit_id": "54ab0c25-a657-467a-b5f8-22eb2acefad2",
                            "last_updated": "2023-05-03T12:12:17.077807-04:00",
                            "created_at": "2023-05-02T15:42:11.068950-04:00",
                            "name": "COL",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d6d25b-6e33-4462-971b-2893ecfbd6f8/?format=api"
                        },
                        {
                            "id": "579bc7fa-9982-4643-aa71-06c04de65b38",
                            "gambit_id": "4ecab5e8-53be-4d4d-8428-d6cf0a418f6b",
                            "last_updated": "2023-05-03T12:12:17.079105-04:00",
                            "created_at": "2023-05-02T15:42:11.070252-04:00",
                            "name": "MIL",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59d6d25b-6e33-4462-971b-2893ecfbd6f8/?format=api"
                        }
                    ]
                },
                {
                    "id": "560703ae-1593-44b9-ba5f-ae6de8fedd38",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55af6a6c-ee30-4a48-a552-be7e5c065d76/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T15:42:11.063308-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 11",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 11",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c3b691d9-1349-4326-87c2-1277c519ed36",
                            "gambit_id": "9db8106a-a293-46c5-8c77-4dc941945fc2",
                            "last_updated": "2023-05-03T12:12:17.074011-04:00",
                            "created_at": "2023-05-02T15:42:11.064627-04:00",
                            "name": "Game Total Under 11",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/560703ae-1593-44b9-ba5f-ae6de8fedd38/?format=api"
                        },
                        {
                            "id": "fda06ec1-934b-4fdb-a9bb-fdeb8f7a951b",
                            "gambit_id": "94bc8fdd-e15b-44f0-bed1-2f1e8327ba48",
                            "last_updated": "2023-05-03T12:12:17.075345-04:00",
                            "created_at": "2023-05-02T15:42:11.066319-04:00",
                            "name": "Game Total Over 11",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/560703ae-1593-44b9-ba5f-ae6de8fedd38/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4dce3855-4af8-4edd-b2da-ceb57c7485d7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "99e351a6-b24a-4ada-a304-86eb09ef8f96",
            "completed": true,
            "last_updated": "2023-05-03T12:12:14.309221-04:00",
            "created_at": "2023-05-02T11:52:06.195054-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.96,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/99e351a6-b24a-4ada-a304-86eb09ef8f96",
            "datetime": "2023-05-02T20:10:00-04:00",
            "cutoff_datetime": "2023-05-02T20:10:00-04:00",
            "name": "SFO (A Desclafani) v. HOU (H Brown)",
            "bettypes": [
                {
                    "id": "9a97ddea-d8aa-4d45-b822-1470490f27f1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4dce3855-4af8-4edd-b2da-ceb57c7485d7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:06.205519-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 (H Brown)",
                                "amount": 6353.0
                            },
                            {
                                "team": "SFO (A Desclafani)",
                                "amount": 3647.0
                            }
                        ],
                        "expected_reward_tokens": 9591.61,
                        "profit_sb": 91.61,
                        "profit_sb_percentage": 0.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2b3b342d-738b-4684-8f2e-ccd843f8e0b9",
                            "gambit_id": "5a086182-3386-464e-98e2-22704940e75f",
                            "last_updated": "2023-05-03T12:12:14.319408-04:00",
                            "created_at": "2023-05-02T11:52:06.206922-04:00",
                            "name": "HOU (H Brown)",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a97ddea-d8aa-4d45-b822-1470490f27f1/?format=api"
                        },
                        {
                            "id": "85cf6ba1-c977-4c6a-9dcd-b082a5aa6fcc",
                            "gambit_id": "c62eaaf0-b523-48fd-9664-c15a781b7be5",
                            "last_updated": "2023-05-03T12:12:14.320514-04:00",
                            "created_at": "2023-05-02T11:52:06.208503-04:00",
                            "name": "SFO (A Desclafani)",
                            "reward": "2.63000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a97ddea-d8aa-4d45-b822-1470490f27f1/?format=api"
                        }
                    ]
                },
                {
                    "id": "bde7f155-15e8-4bb4-a735-f5ca0550b992",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4dce3855-4af8-4edd-b2da-ceb57c7485d7/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:06.201500-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SFO",
                                "amount": 5317.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4683.0
                            }
                        ],
                        "expected_reward_tokens": 9411.09,
                        "profit_sb": -88.91,
                        "profit_sb_percentage": -0.94,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8c69f8c0-99f3-4476-84af-28546f7efc0b",
                            "gambit_id": "32ab5ea0-9f34-4453-a12e-f64231f649c1",
                            "last_updated": "2023-05-03T12:12:14.317045-04:00",
                            "created_at": "2023-05-02T11:52:06.204120-04:00",
                            "name": "SFO",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bde7f155-15e8-4bb4-a735-f5ca0550b992/?format=api"
                        },
                        {
                            "id": "ae7991ad-8b48-4a3d-9cee-1b2cd365b8eb",
                            "gambit_id": "6a708112-7a43-42af-a936-c5447f995e14",
                            "last_updated": "2023-05-03T12:12:14.315864-04:00",
                            "created_at": "2023-05-02T11:52:06.202804-04:00",
                            "name": "HOU",
                            "reward": "2.01000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bde7f155-15e8-4bb4-a735-f5ca0550b992/?format=api"
                        }
                    ]
                },
                {
                    "id": "d56dd172-c079-4604-9760-799bb21725a2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4dce3855-4af8-4edd-b2da-ceb57c7485d7/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:06.197092-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3ebf5342-3c1d-4eb7-8108-408f82dcd2a3",
                            "gambit_id": "53d9aa3e-ea0d-4c1a-9436-61a230ad8a34",
                            "last_updated": "2023-05-03T12:12:14.313447-04:00",
                            "created_at": "2023-05-02T11:52:06.200092-04:00",
                            "name": "Game Total Over 8",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d56dd172-c079-4604-9760-799bb21725a2/?format=api"
                        },
                        {
                            "id": "0548b67a-d3bf-497e-8cd3-bce2d71c2be8",
                            "gambit_id": "7f4c001c-7090-46d4-bf2f-4563f1007d10",
                            "last_updated": "2023-05-03T12:12:14.312290-04:00",
                            "created_at": "2023-05-02T11:52:06.198622-04:00",
                            "name": "Game Total Under 8",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d56dd172-c079-4604-9760-799bb21725a2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "89870aa8-be94-4b48-b142-110749203933",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "56e3d383-b90f-4644-bc54-1d69bf794323",
            "completed": true,
            "last_updated": "2023-05-03T12:12:13.954518-04:00",
            "created_at": "2023-05-02T11:52:06.034491-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.76,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/56e3d383-b90f-4644-bc54-1d69bf794323",
            "datetime": "2023-05-02T20:05:00-04:00",
            "cutoff_datetime": "2023-05-02T20:05:00-04:00",
            "name": "ARI (Z Gallen) v. TEX (J Gray)",
            "bettypes": [
                {
                    "id": "93021b86-3588-4b05-a47a-cfe347c287ec",
                    "match": "https://api-prod.gambitprofit.com/api/matches/89870aa8-be94-4b48-b142-110749203933/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:06.047156-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "ARI (Z Gallen)",
                                "amount": 5838.0
                            },
                            {
                                "team": "TEX (J Gray)",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9572.6,
                        "profit_sb": 72.6,
                        "profit_sb_percentage": 0.76,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "847699ae-9937-4d57-813b-8850f7cdae2a",
                            "gambit_id": "7ce26f2d-a37e-4ea0-b835-dc30d389fbc8",
                            "last_updated": "2023-05-03T12:12:13.966820-04:00",
                            "created_at": "2023-05-02T11:52:06.050241-04:00",
                            "name": "ARI (Z Gallen)",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93021b86-3588-4b05-a47a-cfe347c287ec/?format=api"
                        },
                        {
                            "id": "fdb4a7dc-a9f7-4001-8651-65497564bfb9",
                            "gambit_id": "7439213f-347b-42d0-8643-31b33c95e04c",
                            "last_updated": "2023-05-03T12:12:13.965600-04:00",
                            "created_at": "2023-05-02T11:52:06.048724-04:00",
                            "name": "TEX (J Gray)",
                            "reward": "2.30000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93021b86-3588-4b05-a47a-cfe347c287ec/?format=api"
                        }
                    ]
                },
                {
                    "id": "bd8b2f44-2d6d-4ba9-b5f2-6932f521b778",
                    "match": "https://api-prod.gambitprofit.com/api/matches/89870aa8-be94-4b48-b142-110749203933/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:06.040991-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TEX",
                                "amount": 5512.0
                            },
                            {
                                "team": "ARI",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4f42b375-10fd-4b04-a097-74e825d20944",
                            "gambit_id": "abe0b8ae-129b-4eab-b67b-73cd8b3b398a",
                            "last_updated": "2023-05-03T12:12:13.961879-04:00",
                            "created_at": "2023-05-02T11:52:06.042727-04:00",
                            "name": "TEX",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd8b2f44-2d6d-4ba9-b5f2-6932f521b778/?format=api"
                        },
                        {
                            "id": "d368a7b7-804f-45bd-b6c3-f2d5903cab37",
                            "gambit_id": "ebd8b1ef-160c-4954-8908-69533c4dfe46",
                            "last_updated": "2023-05-03T12:12:13.963154-04:00",
                            "created_at": "2023-05-02T11:52:06.044195-04:00",
                            "name": "ARI",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd8b2f44-2d6d-4ba9-b5f2-6932f521b778/?format=api"
                        }
                    ]
                },
                {
                    "id": "3240e62e-d8f6-444c-9854-99c8d79d2d3e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/89870aa8-be94-4b48-b142-110749203933/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:06.036467-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1bb744cd-252f-4074-8f2f-0bda614ac8af",
                            "gambit_id": "52c35655-816b-4c20-806d-8595c467a27c",
                            "last_updated": "2023-05-03T12:12:13.959330-04:00",
                            "created_at": "2023-05-02T11:52:06.039385-04:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3240e62e-d8f6-444c-9854-99c8d79d2d3e/?format=api"
                        },
                        {
                            "id": "73bc0d19-4967-4167-bb4e-c9421b7bcc89",
                            "gambit_id": "d034eca8-fa95-459b-bf58-e2cbe0c59cf5",
                            "last_updated": "2023-05-03T12:12:13.957901-04:00",
                            "created_at": "2023-05-02T11:52:06.037836-04:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3240e62e-d8f6-444c-9854-99c8d79d2d3e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c642b898-e5f7-438a-9c65-0e14de37f484",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ab2cc11d-0867-4849-911b-d9db0231e3c9",
            "completed": true,
            "last_updated": "2023-05-03T12:12:16.036173-04:00",
            "created_at": "2023-05-02T11:52:05.880196-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/ab2cc11d-0867-4849-911b-d9db0231e3c9",
            "datetime": "2023-05-02T19:45:00-04:00",
            "cutoff_datetime": "2023-05-02T19:45:00-04:00",
            "name": "LAA (P Sandoval) v. STL (S Matz)",
            "bettypes": [
                {
                    "id": "72c0e786-8e80-4a41-aedb-3d71dbb281d7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c642b898-e5f7-438a-9c65-0e14de37f484/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:05.892362-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "STL (S Matz)",
                                "amount": 5787.0
                            },
                            {
                                "team": "LAA (P Sandoval)",
                                "amount": 4213.0
                            }
                        ],
                        "expected_reward_tokens": 9605.64,
                        "profit_sb": 105.64,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b3e78a73-0b81-487e-8563-ee2f16753466",
                            "gambit_id": "3b8a0fbb-7f93-4be8-acde-53a1ebf2431d",
                            "last_updated": "2023-05-03T12:12:16.051129-04:00",
                            "created_at": "2023-05-02T11:52:05.893676-04:00",
                            "name": "STL (S Matz)",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72c0e786-8e80-4a41-aedb-3d71dbb281d7/?format=api"
                        },
                        {
                            "id": "249045e2-4365-4ec7-80dc-ad87c19d5ba7",
                            "gambit_id": "228b14f6-918c-40f8-b8a0-43305de8b89f",
                            "last_updated": "2023-05-03T12:12:16.052704-04:00",
                            "created_at": "2023-05-02T11:52:05.895047-04:00",
                            "name": "LAA (P Sandoval)",
                            "reward": "2.28000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72c0e786-8e80-4a41-aedb-3d71dbb281d7/?format=api"
                        }
                    ]
                },
                {
                    "id": "3d8558f9-2442-4b92-80b7-e1d998be9477",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c642b898-e5f7-438a-9c65-0e14de37f484/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:05.888120-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "LAA",
                                "amount": 5939.0
                            },
                            {
                                "team": "STL",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c6e3c789-d1f4-40ac-928f-6710c7e8b128",
                            "gambit_id": "47efea2a-dbc2-4b9d-90d6-88416bfd1cbd",
                            "last_updated": "2023-05-03T12:12:16.047704-04:00",
                            "created_at": "2023-05-02T11:52:05.890897-04:00",
                            "name": "LAA",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8558f9-2442-4b92-80b7-e1d998be9477/?format=api"
                        },
                        {
                            "id": "e09b86dc-efdd-4829-ae50-6bd6d77c757d",
                            "gambit_id": "02dcb4c0-7582-47c8-a935-6e8eb1c2a704",
                            "last_updated": "2023-05-03T12:12:16.045837-04:00",
                            "created_at": "2023-05-02T11:52:05.889458-04:00",
                            "name": "STL",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8558f9-2442-4b92-80b7-e1d998be9477/?format=api"
                        }
                    ]
                },
                {
                    "id": "df541a1b-6b2f-40d5-a6fd-683561bdf141",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c642b898-e5f7-438a-9c65-0e14de37f484/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:05.882829-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fc9556d7-4ec6-4731-bc29-37f44a283ed9",
                            "gambit_id": "b8f32a15-834b-4c0c-802d-58d80448614c",
                            "last_updated": "2023-05-03T12:12:16.042181-04:00",
                            "created_at": "2023-05-02T11:52:05.886660-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df541a1b-6b2f-40d5-a6fd-683561bdf141/?format=api"
                        },
                        {
                            "id": "0a0cc5d7-ac51-4a6b-8df6-34b96013b041",
                            "gambit_id": "dd30dcb6-00e0-4f1c-90e1-e9a2227a7290",
                            "last_updated": "2023-05-03T12:12:16.040347-04:00",
                            "created_at": "2023-05-02T11:52:05.884730-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df541a1b-6b2f-40d5-a6fd-683561bdf141/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "00a54269-0c81-4831-bed6-d9ae0941b372",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a62bfda5-8b7d-4fe2-8119-ae9c3680c821",
            "completed": true,
            "last_updated": "2023-05-03T12:12:16.215500-04:00",
            "created_at": "2023-05-02T11:52:05.713495-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.86,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/a62bfda5-8b7d-4fe2-8119-ae9c3680c821",
            "datetime": "2023-05-02T19:40:00-04:00",
            "cutoff_datetime": "2023-05-02T19:40:00-04:00",
            "name": "BAL (T Wells) v. KAN (R Yarbrough)",
            "bettypes": [
                {
                    "id": "14ba182c-7dfb-4255-988f-baef04f5038b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/00a54269-0c81-4831-bed6-d9ae0941b372/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:05.724061-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "BAL (T Wells)",
                                "amount": 6182.0
                            },
                            {
                                "team": "KAN (R Yarbrough)",
                                "amount": 3818.0
                            }
                        ],
                        "expected_reward_tokens": 9582.1,
                        "profit_sb": 82.1,
                        "profit_sb_percentage": 0.86,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "60e88908-8376-4a99-8b58-a5822a92e14b",
                            "gambit_id": "d26a9867-dbe1-4147-a4df-c688f4681cbb",
                            "last_updated": "2023-05-03T12:12:16.227938-04:00",
                            "created_at": "2023-05-02T11:52:05.726955-04:00",
                            "name": "BAL (T Wells)",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ba182c-7dfb-4255-988f-baef04f5038b/?format=api"
                        },
                        {
                            "id": "506b0d4a-1ef4-497c-840e-5ee544168f40",
                            "gambit_id": "f06fcdf2-8320-443d-8a19-091d86efd3dd",
                            "last_updated": "2023-05-03T12:12:16.226762-04:00",
                            "created_at": "2023-05-02T11:52:05.725484-04:00",
                            "name": "KAN (R Yarbrough)",
                            "reward": "2.51000",
                            "odds": "2.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ba182c-7dfb-4255-988f-baef04f5038b/?format=api"
                        }
                    ]
                },
                {
                    "id": "0bc382f0-1714-4900-ae0c-f0f708b6473c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/00a54269-0c81-4831-bed6-d9ae0941b372/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:05.719706-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "BAL",
                                "amount": 5000.0
                            },
                            {
                                "team": "KAN",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "64c5d1a3-283d-4038-8fd6-e2a5f6003ea1",
                            "gambit_id": "1fbff900-421c-4a84-bc1d-a7772b8eeac0",
                            "last_updated": "2023-05-03T12:12:16.224121-04:00",
                            "created_at": "2023-05-02T11:52:05.722580-04:00",
                            "name": "BAL",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc382f0-1714-4900-ae0c-f0f708b6473c/?format=api"
                        },
                        {
                            "id": "7e790ed2-f158-468f-97ba-19063d175463",
                            "gambit_id": "6566d653-9157-43ea-a920-063e726db217",
                            "last_updated": "2023-05-03T12:12:16.222773-04:00",
                            "created_at": "2023-05-02T11:52:05.721082-04:00",
                            "name": "KAN",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc382f0-1714-4900-ae0c-f0f708b6473c/?format=api"
                        }
                    ]
                },
                {
                    "id": "18804589-fa3c-48a4-b49e-dc8a9a85ed20",
                    "match": "https://api-prod.gambitprofit.com/api/matches/00a54269-0c81-4831-bed6-d9ae0941b372/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:05.715472-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "00a9dbbf-a213-4d29-b10e-3a6725a96563",
                            "gambit_id": "fc4737de-c99c-43cc-9d41-8185fea84ac0",
                            "last_updated": "2023-05-03T12:12:16.220154-04:00",
                            "created_at": "2023-05-02T11:52:05.718272-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18804589-fa3c-48a4-b49e-dc8a9a85ed20/?format=api"
                        },
                        {
                            "id": "feb75786-e562-46d9-80fa-0bf36d002839",
                            "gambit_id": "d4e480f9-b202-4d47-8dad-d3a662e5c77c",
                            "last_updated": "2023-05-03T12:12:16.218850-04:00",
                            "created_at": "2023-05-02T11:52:05.716856-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18804589-fa3c-48a4-b49e-dc8a9a85ed20/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "55e36b0f-c205-4322-81bb-fdb93a3896b7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "15ed4b3a-6858-42a3-a588-72aaa9c7ae4f",
            "completed": true,
            "last_updated": "2023-05-03T12:12:15.779658-04:00",
            "created_at": "2023-05-02T11:52:05.252961-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.49,
            "sport_category": "NBA Playoffs",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/15ed4b3a-6858-42a3-a588-72aaa9c7ae4f",
            "datetime": "2023-05-02T19:30:00-04:00",
            "cutoff_datetime": "2023-05-02T19:30:00-04:00",
            "name": "Miami Heat v. New York Knicks",
            "bettypes": [
                {
                    "id": "f6a09083-bc8e-4fc9-b025-92f8750e8b76",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55e36b0f-c205-4322-81bb-fdb93a3896b7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:05.263580-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7945.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 2055.0
                            }
                        ],
                        "expected_reward_tokens": 9453.0,
                        "profit_sb": -47.0,
                        "profit_sb_percentage": -0.49,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fcf3ac92-ac80-4491-b500-642729e47505",
                            "gambit_id": "a03cd34f-e107-4064-93f8-4923664b740f",
                            "last_updated": "2023-05-03T12:12:15.791479-04:00",
                            "created_at": "2023-05-02T11:52:05.265006-04:00",
                            "name": "New York Knicks",
                            "reward": "1.19000",
                            "odds": "1.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a09083-bc8e-4fc9-b025-92f8750e8b76/?format=api"
                        },
                        {
                            "id": "8fa09da3-fa35-4f61-b0e1-1808f107eaf1",
                            "gambit_id": "d52d6305-5a85-4697-810f-dbd1ca110308",
                            "last_updated": "2023-05-03T12:12:15.793587-04:00",
                            "created_at": "2023-05-02T11:52:05.266405-04:00",
                            "name": "Miami Heat",
                            "reward": "4.60000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a09083-bc8e-4fc9-b025-92f8750e8b76/?format=api"
                        }
                    ]
                },
                {
                    "id": "63bc4b12-b556-4cdc-b1ce-286b7e50c605",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55e36b0f-c205-4322-81bb-fdb93a3896b7/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:05.259087-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Miami Heat",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "30bfebf9-9263-4f75-bc25-fc8767d0cd10",
                            "gambit_id": "2cb6288c-1fd1-46d3-b664-9fbb160b51f3",
                            "last_updated": "2023-05-03T12:12:15.787564-04:00",
                            "created_at": "2023-05-02T11:52:05.260456-04:00",
                            "name": "New York Knicks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63bc4b12-b556-4cdc-b1ce-286b7e50c605/?format=api"
                        },
                        {
                            "id": "19526758-e907-4686-8924-9f9944e663ba",
                            "gambit_id": "d04402a3-70f2-4bd1-bcc5-a882b4697b08",
                            "last_updated": "2023-05-03T12:12:15.788917-04:00",
                            "created_at": "2023-05-02T11:52:05.261883-04:00",
                            "name": "Miami Heat",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63bc4b12-b556-4cdc-b1ce-286b7e50c605/?format=api"
                        }
                    ]
                },
                {
                    "id": "6cd10815-5f1e-4c37-aad3-aefc57df0673",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55e36b0f-c205-4322-81bb-fdb93a3896b7/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:05.254876-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 207.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 207.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "465b1d3b-4ba2-458c-9540-6395cf22396f",
                            "gambit_id": "1698b54d-b698-4f3b-af81-139ce1ca02bb",
                            "last_updated": "2023-05-03T12:12:15.784791-04:00",
                            "created_at": "2023-05-02T11:52:05.257643-04:00",
                            "name": "Game Total Over 207.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "207.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd10815-5f1e-4c37-aad3-aefc57df0673/?format=api"
                        },
                        {
                            "id": "0c65bad8-459e-48a3-9923-c50fbbf39222",
                            "gambit_id": "dc4d867c-08e7-410c-bbcd-84aae2f7f015",
                            "last_updated": "2023-05-03T12:12:15.783331-04:00",
                            "created_at": "2023-05-02T11:52:05.256277-04:00",
                            "name": "Game Total Under 207.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "207.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd10815-5f1e-4c37-aad3-aefc57df0673/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c5914476-5cb9-44f6-8018-e75a00e47f2f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3c76ed7c-9707-45e1-a5b3-e14c337f25c6",
            "completed": true,
            "last_updated": "2023-05-03T12:12:14.129709-04:00",
            "created_at": "2023-05-02T11:52:04.998222-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.07,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/3c76ed7c-9707-45e1-a5b3-e14c337f25c6",
            "datetime": "2023-05-02T19:10:00-04:00",
            "cutoff_datetime": "2023-05-02T19:10:00-04:00",
            "name": "TOR (Y Kikuchi) v. BOS (T Houck)",
            "bettypes": [
                {
                    "id": "f4b55a92-e455-4fc2-bd66-c9fbf08b9a47",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c5914476-5cb9-44f6-8018-e75a00e47f2f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:05.013640-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TOR (Y Kikuchi)",
                                "amount": 5615.0
                            },
                            {
                                "team": "BOS (T Houck)",
                                "amount": 4385.0
                            }
                        ],
                        "expected_reward_tokens": 9601.65,
                        "profit_sb": 101.65,
                        "profit_sb_percentage": 1.07,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "108ca95f-9c3e-4ede-85f6-2189546fc70b",
                            "gambit_id": "89fa7405-281a-4f49-a629-53737d2f9f00",
                            "last_updated": "2023-05-03T12:12:14.141133-04:00",
                            "created_at": "2023-05-02T11:52:05.017671-04:00",
                            "name": "TOR (Y Kikuchi)",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b55a92-e455-4fc2-bd66-c9fbf08b9a47/?format=api"
                        },
                        {
                            "id": "9407d49a-d1a2-4975-95ed-2fe4f15aaf5f",
                            "gambit_id": "e3e7245f-4227-4295-9226-ffba3c81b5c6",
                            "last_updated": "2023-05-03T12:12:14.140010-04:00",
                            "created_at": "2023-05-02T11:52:05.015392-04:00",
                            "name": "BOS (T Houck)",
                            "reward": "2.19000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b55a92-e455-4fc2-bd66-c9fbf08b9a47/?format=api"
                        }
                    ]
                },
                {
                    "id": "1f6863c7-f93b-4839-b984-d284f6933674",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c5914476-5cb9-44f6-8018-e75a00e47f2f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:05.007112-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "BOS",
                                "amount": 5423.0
                            },
                            {
                                "team": "TOR",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0da4fcd1-c727-4df9-b7b2-b995971eeefc",
                            "gambit_id": "5c448e07-dabb-4591-8631-501179ef79a1",
                            "last_updated": "2023-05-03T12:12:14.136467-04:00",
                            "created_at": "2023-05-02T11:52:05.008916-04:00",
                            "name": "BOS",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f6863c7-f93b-4839-b984-d284f6933674/?format=api"
                        },
                        {
                            "id": "b7d6c3de-b1e8-4c1b-bfa1-9ff97766c220",
                            "gambit_id": "a990e8b2-4ae5-4d4a-8698-d17dea5fe3f6",
                            "last_updated": "2023-05-03T12:12:14.137601-04:00",
                            "created_at": "2023-05-02T11:52:05.010784-04:00",
                            "name": "TOR",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f6863c7-f93b-4839-b984-d284f6933674/?format=api"
                        }
                    ]
                },
                {
                    "id": "aaa53db9-ec48-4535-9469-46d84d207542",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c5914476-5cb9-44f6-8018-e75a00e47f2f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:05.001036-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 9.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e16f58d6-ae95-4fa6-acde-3161ec790cfd",
                            "gambit_id": "fd883bb9-2ba9-41ad-ad62-91be6debfb77",
                            "last_updated": "2023-05-03T12:12:14.132855-04:00",
                            "created_at": "2023-05-02T11:52:05.002975-04:00",
                            "name": "Game Total Under 9.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaa53db9-ec48-4535-9469-46d84d207542/?format=api"
                        },
                        {
                            "id": "0347d947-d307-4698-ab53-833fd3ea8455",
                            "gambit_id": "6e2b5364-ab2d-42e0-8c9b-552c3ca85576",
                            "last_updated": "2023-05-03T12:12:14.134014-04:00",
                            "created_at": "2023-05-02T11:52:05.004997-04:00",
                            "name": "Game Total Over 9.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaa53db9-ec48-4535-9469-46d84d207542/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c91f61f1-4ccd-4261-87a1-b26ce606efee",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "414018df-7b05-4ac5-b9a0-9a32e2853486",
            "completed": true,
            "last_updated": "2023-05-03T12:12:13.283030-04:00",
            "created_at": "2023-05-02T11:52:04.471337-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.36,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/414018df-7b05-4ac5-b9a0-9a32e2853486",
            "datetime": "2023-05-02T19:10:00-04:00",
            "cutoff_datetime": "2023-05-02T19:10:00-04:00",
            "name": "Florida Panthers v. Toronto Maple Leafs",
            "bettypes": [
                {
                    "id": "b9f257f5-2f81-4eb8-92ba-9e2870a9b44b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c91f61f1-4ccd-4261-87a1-b26ce606efee/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:04.483853-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6442.0
                            },
                            {
                                "team": "Florida Panthers",
                                "amount": 3558.0
                            }
                        ],
                        "expected_reward_tokens": 9534.16,
                        "profit_sb": 34.16,
                        "profit_sb_percentage": 0.36,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0721f00a-9c28-4178-9f5a-aad55a033c84",
                            "gambit_id": "574ceb63-6b47-4643-b0f2-35ad2e78ca4a",
                            "last_updated": "2023-05-03T12:12:13.293492-04:00",
                            "created_at": "2023-05-02T11:52:04.485512-04:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f257f5-2f81-4eb8-92ba-9e2870a9b44b/?format=api"
                        },
                        {
                            "id": "1a4fe1fb-c2ab-42c9-be77-c92761569c2a",
                            "gambit_id": "167a5a1e-a52f-422f-a407-4ed04db5a56a",
                            "last_updated": "2023-05-03T12:12:13.294726-04:00",
                            "created_at": "2023-05-02T11:52:04.487479-04:00",
                            "name": "Florida Panthers",
                            "reward": "2.68000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9f257f5-2f81-4eb8-92ba-9e2870a9b44b/?format=api"
                        }
                    ]
                },
                {
                    "id": "15d2d7e1-686a-4382-bbf7-700b65e89610",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c91f61f1-4ccd-4261-87a1-b26ce606efee/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:04.478096-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5939.0
                            },
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "88074958-5997-4756-9657-eed08e129be6",
                            "gambit_id": "5f78800d-e6b5-4572-a396-83bc1e58c68e",
                            "last_updated": "2023-05-03T12:12:13.291069-04:00",
                            "created_at": "2023-05-02T11:52:04.481729-04:00",
                            "name": "Florida Panthers",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15d2d7e1-686a-4382-bbf7-700b65e89610/?format=api"
                        },
                        {
                            "id": "af45d7dd-b398-43cd-b6a5-6566d5f971e2",
                            "gambit_id": "32127293-9126-4cc3-9be2-d670a1fca032",
                            "last_updated": "2023-05-03T12:12:13.289858-04:00",
                            "created_at": "2023-05-02T11:52:04.479628-04:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15d2d7e1-686a-4382-bbf7-700b65e89610/?format=api"
                        }
                    ]
                },
                {
                    "id": "a7967cb8-f3e4-4136-853e-8cf889d2695e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c91f61f1-4ccd-4261-87a1-b26ce606efee/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:04.473335-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5421.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4579.0
                            }
                        ],
                        "expected_reward_tokens": 9432.54,
                        "profit_sb": -67.46,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b970e491-a960-424c-9944-bc57cc9cf04a",
                            "gambit_id": "3d911f31-6f7e-4532-b9dc-a537ffc4cc02",
                            "last_updated": "2023-05-03T12:12:13.287258-04:00",
                            "created_at": "2023-05-02T11:52:04.476426-04:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.74000",
                            "odds": "1.76920",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7967cb8-f3e4-4136-853e-8cf889d2695e/?format=api"
                        },
                        {
                            "id": "f91e9cfa-968c-4580-b89b-967ae480fb55",
                            "gambit_id": "2a86b4a0-6c34-458c-99fa-d6b6a303ea9b",
                            "last_updated": "2023-05-03T12:12:13.285938-04:00",
                            "created_at": "2023-05-02T11:52:04.474911-04:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7967cb8-f3e4-4136-853e-8cf889d2695e/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fac69ce1-be12-4194-98cb-77304c4ff41b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "2afec9d6-3fa9-4403-bf18-8e8bff207a5b",
            "completed": true,
            "last_updated": "2023-05-03T12:12:13.472033-04:00",
            "created_at": "2023-05-02T11:52:04.703443-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.86,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/2afec9d6-3fa9-4403-bf18-8e8bff207a5b",
            "datetime": "2023-05-02T19:10:00-04:00",
            "cutoff_datetime": "2023-05-02T19:10:00-04:00",
            "name": "MIN (J Ryan) v. CWS (M Kopech)",
            "bettypes": [
                {
                    "id": "0c9152f5-af98-4f42-90ed-71a4c23aa47e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fac69ce1-be12-4194-98cb-77304c4ff41b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:04.714783-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "MIN (J Ryan)",
                                "amount": 6182.0
                            },
                            {
                                "team": "CWS (M Kopech)",
                                "amount": 3818.0
                            }
                        ],
                        "expected_reward_tokens": 9582.1,
                        "profit_sb": 82.1,
                        "profit_sb_percentage": 0.86,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "103ae5f5-485e-45d1-a14c-d2806e95b7c3",
                            "gambit_id": "477642ca-2e5e-4a4b-9765-9f1e0382236a",
                            "last_updated": "2023-05-03T12:12:13.483990-04:00",
                            "created_at": "2023-05-02T11:52:04.717709-04:00",
                            "name": "MIN (J Ryan)",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c9152f5-af98-4f42-90ed-71a4c23aa47e/?format=api"
                        },
                        {
                            "id": "5771a8fd-1960-45c1-ae6b-8d237729278f",
                            "gambit_id": "226db71e-ff5c-4cc9-8407-ac0a35e0d14d",
                            "last_updated": "2023-05-03T12:12:13.482810-04:00",
                            "created_at": "2023-05-02T11:52:04.716238-04:00",
                            "name": "CWS (M Kopech)",
                            "reward": "2.51000",
                            "odds": "2.57000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c9152f5-af98-4f42-90ed-71a4c23aa47e/?format=api"
                        }
                    ]
                },
                {
                    "id": "7367d939-e182-4b7d-a8fa-598d6c370b2a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fac69ce1-be12-4194-98cb-77304c4ff41b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:04.710186-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CWS",
                                "amount": 5107.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b3d9c1db-6736-4b3a-ad78-72323f3b35fb",
                            "gambit_id": "6f910ef3-f27c-4d10-8563-01d809eb402f",
                            "last_updated": "2023-05-03T12:12:13.479041-04:00",
                            "created_at": "2023-05-02T11:52:04.711585-04:00",
                            "name": "CWS",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7367d939-e182-4b7d-a8fa-598d6c370b2a/?format=api"
                        },
                        {
                            "id": "2b0f8548-ba5d-4d82-ae14-8deb1b235b1e",
                            "gambit_id": "9f0b9f78-1398-45e7-bfaa-bb746cf5ce72",
                            "last_updated": "2023-05-03T12:12:13.480324-04:00",
                            "created_at": "2023-05-02T11:52:04.713105-04:00",
                            "name": "MIN",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7367d939-e182-4b7d-a8fa-598d6c370b2a/?format=api"
                        }
                    ]
                },
                {
                    "id": "c97b1dd4-d95e-4734-9218-70cbdfa52e05",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fac69ce1-be12-4194-98cb-77304c4ff41b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:04.705487-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "acee510d-8b06-4192-9f15-a2a2cc2657e8",
                            "gambit_id": "5fcda14a-f5dc-460f-be92-fe36fced71ce",
                            "last_updated": "2023-05-03T12:12:13.474934-04:00",
                            "created_at": "2023-05-02T11:52:04.707007-04:00",
                            "name": "Game Total Under 9",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97b1dd4-d95e-4734-9218-70cbdfa52e05/?format=api"
                        },
                        {
                            "id": "850ae5b9-69c1-4474-b8e7-61a88c99c665",
                            "gambit_id": "6d41579c-d9fe-4e7e-9189-71542764c133",
                            "last_updated": "2023-05-03T12:12:13.476267-04:00",
                            "created_at": "2023-05-02T11:52:04.708529-04:00",
                            "name": "Game Total Over 9",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97b1dd4-d95e-4734-9218-70cbdfa52e05/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bdb56da7-8dbe-4a4f-984e-2465ce226900",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e2a8bc05-e199-43c3-afab-d5668f5078f3",
            "completed": true,
            "last_updated": "2023-05-03T12:12:16.863880-04:00",
            "created_at": "2023-05-02T15:42:10.920174-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.07,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/e2a8bc05-e199-43c3-afab-d5668f5078f3",
            "datetime": "2023-05-02T19:05:00-04:00",
            "cutoff_datetime": "2023-05-02T19:05:00-04:00",
            "name": "CHC (H Wesneski) v. WAS (T Williams)",
            "bettypes": [
                {
                    "id": "675b6f47-1ff7-4264-983b-1cc362024ac4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bdb56da7-8dbe-4a4f-984e-2465ce226900/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T15:42:10.930511-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CHC (H Wesneski)",
                                "amount": 5615.0
                            },
                            {
                                "team": "WAS (T Williams)",
                                "amount": 4385.0
                            }
                        ],
                        "expected_reward_tokens": 9601.65,
                        "profit_sb": 101.65,
                        "profit_sb_percentage": 1.07,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "39b3e754-cdeb-4a63-a998-0e8ed7d2916d",
                            "gambit_id": "9cbf18eb-4996-4d4c-9a97-0248ec43813b",
                            "last_updated": "2023-05-03T12:12:16.877357-04:00",
                            "created_at": "2023-05-02T15:42:10.933165-04:00",
                            "name": "CHC (H Wesneski)",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/675b6f47-1ff7-4264-983b-1cc362024ac4/?format=api"
                        },
                        {
                            "id": "aa258697-680b-4938-a959-777799228422",
                            "gambit_id": "86fb3ba6-0c67-4caf-9803-576a2d4999a3",
                            "last_updated": "2023-05-03T12:12:16.875931-04:00",
                            "created_at": "2023-05-02T15:42:10.931796-04:00",
                            "name": "WAS (T Williams)",
                            "reward": "2.19000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/675b6f47-1ff7-4264-983b-1cc362024ac4/?format=api"
                        }
                    ]
                },
                {
                    "id": "c3e0f200-ca05-4d86-9cd3-dba4eb0c64b8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bdb56da7-8dbe-4a4f-984e-2465ce226900/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T15:42:10.926131-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "WAS",
                                "amount": 5614.0
                            },
                            {
                                "team": "CHC",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6faee398-6c63-44ba-82cf-ab611aa0ac3b",
                            "gambit_id": "029e98b6-4af3-4d7a-bb9a-4b368ef1aa7f",
                            "last_updated": "2023-05-03T12:12:16.871102-04:00",
                            "created_at": "2023-05-02T15:42:10.927568-04:00",
                            "name": "WAS",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e0f200-ca05-4d86-9cd3-dba4eb0c64b8/?format=api"
                        },
                        {
                            "id": "a691a62a-1494-40e3-a28c-0370ca01373a",
                            "gambit_id": "3c9a9698-413e-489f-b486-6ea8828378b8",
                            "last_updated": "2023-05-03T12:12:16.872492-04:00",
                            "created_at": "2023-05-02T15:42:10.929012-04:00",
                            "name": "CHC",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e0f200-ca05-4d86-9cd3-dba4eb0c64b8/?format=api"
                        }
                    ]
                },
                {
                    "id": "ca79a422-97bf-43ce-960c-67d0211b5eda",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bdb56da7-8dbe-4a4f-984e-2465ce226900/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T15:42:10.921967-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "706f1070-14fe-45fc-ac7f-114b9538a8b7",
                            "gambit_id": "488fa3b7-b68f-419a-9aab-0961434d3b85",
                            "last_updated": "2023-05-03T12:12:16.867289-04:00",
                            "created_at": "2023-05-02T15:42:10.923272-04:00",
                            "name": "Game Total Under 9",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca79a422-97bf-43ce-960c-67d0211b5eda/?format=api"
                        },
                        {
                            "id": "4e5fbfff-da79-45a5-b5fd-9789ffbba580",
                            "gambit_id": "1366af14-dce3-4831-89cb-c6d6e26620c5",
                            "last_updated": "2023-05-03T12:12:16.868526-04:00",
                            "created_at": "2023-05-02T15:42:10.924653-04:00",
                            "name": "Game Total Over 9",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca79a422-97bf-43ce-960c-67d0211b5eda/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6571c7ca-f6ed-4947-99c6-e54f5f553406",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e96668c0-7f98-4d3b-9638-9aa356595c59",
            "completed": true,
            "last_updated": "2023-05-03T12:12:17.473647-04:00",
            "created_at": "2023-05-02T15:42:10.776957-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.78,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/e96668c0-7f98-4d3b-9638-9aa356595c59",
            "datetime": "2023-05-02T18:40:00-04:00",
            "cutoff_datetime": "2023-05-02T18:40:00-04:00",
            "name": "PIT (R Contreras) v. TAM (J Guerra)",
            "bettypes": [
                {
                    "id": "702f55c4-be6f-4d84-b75e-1bb22c64508d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6571c7ca-f6ed-4947-99c6-e54f5f553406/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T15:42:10.788846-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TAM (J Guerra)",
                                "amount": 6060.0
                            },
                            {
                                "team": "PIT (R Contreras)",
                                "amount": 3940.0
                            }
                        ],
                        "expected_reward_tokens": 9574.2,
                        "profit_sb": 74.2,
                        "profit_sb_percentage": 0.78,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f23a8fc1-8401-4aa3-ad49-0c68a299ed3d",
                            "gambit_id": "3d40e7a1-eb34-40bb-92b6-ede178f98314",
                            "last_updated": "2023-05-03T12:12:17.488175-04:00",
                            "created_at": "2023-05-02T15:42:10.790123-04:00",
                            "name": "TAM (J Guerra)",
                            "reward": "1.58000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/702f55c4-be6f-4d84-b75e-1bb22c64508d/?format=api"
                        },
                        {
                            "id": "dcdc75d2-f7e2-47e3-9792-b58c67ea2f4f",
                            "gambit_id": "3b78952a-11f0-4520-bf64-254d2f9fa75d",
                            "last_updated": "2023-05-03T12:12:17.490029-04:00",
                            "created_at": "2023-05-02T15:42:10.791595-04:00",
                            "name": "PIT (R Contreras)",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/702f55c4-be6f-4d84-b75e-1bb22c64508d/?format=api"
                        }
                    ]
                },
                {
                    "id": "e2f38ecb-2a47-440e-85b2-ec6c321eb88a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6571c7ca-f6ed-4947-99c6-e54f5f553406/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T15:42:10.784530-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "PIT",
                                "amount": 5512.0
                            },
                            {
                                "team": "TAM",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "83e21420-508b-4c18-aa7b-4d9c22b89a83",
                            "gambit_id": "433f6c43-1806-40db-b5ac-7ee93ff9df2d",
                            "last_updated": "2023-05-03T12:12:17.484626-04:00",
                            "created_at": "2023-05-02T15:42:10.787483-04:00",
                            "name": "PIT",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f38ecb-2a47-440e-85b2-ec6c321eb88a/?format=api"
                        },
                        {
                            "id": "36943d8e-e2b2-42b0-93f0-163a2043a580",
                            "gambit_id": "5b61bade-57ad-4e42-8ee3-78959732dbe9",
                            "last_updated": "2023-05-03T12:12:17.482943-04:00",
                            "created_at": "2023-05-02T15:42:10.786085-04:00",
                            "name": "TAM",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f38ecb-2a47-440e-85b2-ec6c321eb88a/?format=api"
                        }
                    ]
                },
                {
                    "id": "eab30ffa-d10c-40ea-8f08-a18f9f1d954d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6571c7ca-f6ed-4947-99c6-e54f5f553406/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T15:42:10.779277-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "95113e34-58eb-4fb5-89f1-b9a7f9053a29",
                            "gambit_id": "376c2d53-fa94-4652-a0cf-b92af7af7301",
                            "last_updated": "2023-05-03T12:12:17.479434-04:00",
                            "created_at": "2023-05-02T15:42:10.782692-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eab30ffa-d10c-40ea-8f08-a18f9f1d954d/?format=api"
                        },
                        {
                            "id": "938a1875-936d-4015-8358-3bd267b40d5d",
                            "gambit_id": "dafeb7e1-faae-4820-b021-bdeb4faccf22",
                            "last_updated": "2023-05-03T12:12:17.477641-04:00",
                            "created_at": "2023-05-02T15:42:10.781032-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eab30ffa-d10c-40ea-8f08-a18f9f1d954d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e0988cd7-f416-45d0-a45f-85bf4c887e4a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "84901173-1a05-40db-b42a-345fe7422630",
            "completed": true,
            "last_updated": "2023-05-03T12:12:17.280376-04:00",
            "created_at": "2023-05-02T15:42:10.632132-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.88,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/84901173-1a05-40db-b42a-345fe7422630",
            "datetime": "2023-05-02T18:40:00-04:00",
            "cutoff_datetime": "2023-05-02T18:40:00-04:00",
            "name": "ATL (B Elder) v. MIA (S Alcantara)",
            "bettypes": [
                {
                    "id": "59709e03-3841-43f7-a5da-69dbd9eef1c4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e0988cd7-f416-45d0-a45f-85bf4c887e4a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T15:42:10.643871-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "MIA (S Alcantara)",
                                "amount": 5325.0
                            },
                            {
                                "team": "ATL (B Elder)",
                                "amount": 4675.0
                            }
                        ],
                        "expected_reward_tokens": 9583.75,
                        "profit_sb": 83.75,
                        "profit_sb_percentage": 0.88,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "23e045a9-802d-4a96-b4ed-5de34dc8d14f",
                            "gambit_id": "6993bab8-6be9-4d18-b4fa-0884e74c5f38",
                            "last_updated": "2023-05-03T12:12:17.290376-04:00",
                            "created_at": "2023-05-02T15:42:10.645397-04:00",
                            "name": "MIA (S Alcantara)",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59709e03-3841-43f7-a5da-69dbd9eef1c4/?format=api"
                        },
                        {
                            "id": "4f22be86-b14c-432a-bef6-e5c5fe582729",
                            "gambit_id": "b0db3a4c-887c-4a14-8956-88a9646fff59",
                            "last_updated": "2023-05-03T12:12:17.291529-04:00",
                            "created_at": "2023-05-02T15:42:10.646963-04:00",
                            "name": "ATL (B Elder)",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59709e03-3841-43f7-a5da-69dbd9eef1c4/?format=api"
                        }
                    ]
                },
                {
                    "id": "eac1e8fe-5b73-4f07-a845-85069c12f179",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e0988cd7-f416-45d0-a45f-85bf4c887e4a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T15:42:10.639646-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "ATL",
                                "amount": 6390.0
                            },
                            {
                                "team": "MIA",
                                "amount": 3610.0
                            }
                        ],
                        "expected_reward_tokens": 9457.2,
                        "profit_sb": -42.8,
                        "profit_sb_percentage": -0.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "311ce123-aad6-47b2-a03a-8a8bb1091690",
                            "gambit_id": "27d4f9c4-bc56-4e29-bf96-2dece5d8fac3",
                            "last_updated": "2023-05-03T12:12:17.288050-04:00",
                            "created_at": "2023-05-02T15:42:10.642442-04:00",
                            "name": "ATL",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eac1e8fe-5b73-4f07-a845-85069c12f179/?format=api"
                        },
                        {
                            "id": "103f7037-1811-497d-ab7e-be12cf38f3a5",
                            "gambit_id": "b88e6888-e64b-4169-8c23-1cec4b2ee62f",
                            "last_updated": "2023-05-03T12:12:17.286895-04:00",
                            "created_at": "2023-05-02T15:42:10.641034-04:00",
                            "name": "MIA",
                            "reward": "2.62000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eac1e8fe-5b73-4f07-a845-85069c12f179/?format=api"
                        }
                    ]
                },
                {
                    "id": "ecb688c5-2a02-43bc-af4f-e1efd8409b95",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e0988cd7-f416-45d0-a45f-85bf4c887e4a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T15:42:10.634459-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "da58c2b1-b321-432c-8a2d-b054e89349dc",
                            "gambit_id": "a8b97366-39b8-476a-8917-d4c7d81a012a",
                            "last_updated": "2023-05-03T12:12:17.284514-04:00",
                            "created_at": "2023-05-02T15:42:10.637530-04:00",
                            "name": "Game Total Over 8",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb688c5-2a02-43bc-af4f-e1efd8409b95/?format=api"
                        },
                        {
                            "id": "10a702f2-505e-42f8-acee-c4f339723bc8",
                            "gambit_id": "2dd76a79-6c07-4146-8261-e34749389595",
                            "last_updated": "2023-05-03T12:12:17.283325-04:00",
                            "created_at": "2023-05-02T15:42:10.636056-04:00",
                            "name": "Game Total Under 8",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecb688c5-2a02-43bc-af4f-e1efd8409b95/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e29051f4-6063-44bc-8526-51163878eb1c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "782f7e68-3f87-443c-8a50-c72fa3abff9e",
            "completed": false,
            "last_updated": "2023-05-09T18:37:14.690147-04:00",
            "created_at": "2023-05-02T11:52:04.241058-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.76,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/782f7e68-3f87-443c-8a50-c72fa3abff9e",
            "datetime": "2023-05-02T18:40:00-04:00",
            "cutoff_datetime": "2023-05-02T18:40:00-04:00",
            "name": "NYM (J Lucchesi) v. DET (M Lorenzen)",
            "bettypes": [
                {
                    "id": "6d16bd67-e505-4a42-8a67-599faa95efb8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e29051f4-6063-44bc-8526-51163878eb1c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:04.252419-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYM (J Lucchesi)",
                                "amount": 5838.0
                            },
                            {
                                "team": "DET (M Lorenzen)",
                                "amount": 4162.0
                            }
                        ],
                        "expected_reward_tokens": 9572.6,
                        "profit_sb": 72.6,
                        "profit_sb_percentage": 0.76,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "095c93d1-b9de-4d5b-b2f0-cedf25691876",
                            "gambit_id": "07adb025-d45f-4dc7-bc12-05011227a07f",
                            "last_updated": "2023-05-09T18:37:14.704710-04:00",
                            "created_at": "2023-05-02T11:52:04.255138-04:00",
                            "name": "NYM (J Lucchesi)",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d16bd67-e505-4a42-8a67-599faa95efb8/?format=api"
                        },
                        {
                            "id": "dea3179b-9060-4d72-b0b9-8b5518f67af3",
                            "gambit_id": "b3743ab0-42b0-470c-af28-62073eef5182",
                            "last_updated": "2023-05-09T18:37:14.703367-04:00",
                            "created_at": "2023-05-02T11:52:04.253738-04:00",
                            "name": "DET (M Lorenzen)",
                            "reward": "2.30000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d16bd67-e505-4a42-8a67-599faa95efb8/?format=api"
                        }
                    ]
                },
                {
                    "id": "4153d5b6-c2c2-4f75-88bc-933f08225da7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e29051f4-6063-44bc-8526-51163878eb1c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-02T11:52:04.243056-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "DET",
                                "amount": 5421.0
                            },
                            {
                                "team": "NYM",
                                "amount": 4579.0
                            }
                        ],
                        "expected_reward_tokens": 9432.54,
                        "profit_sb": -67.46,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d7a1ce41-fb66-4ca4-a459-e6a06b80c78c",
                            "gambit_id": "3dad30fb-8bb2-497d-9373-1d9aa7b3601e",
                            "last_updated": "2023-05-09T18:37:14.695221-04:00",
                            "created_at": "2023-05-02T11:52:04.244471-04:00",
                            "name": "DET",
                            "reward": "1.74000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4153d5b6-c2c2-4f75-88bc-933f08225da7/?format=api"
                        },
                        {
                            "id": "ef7d6f5d-3b22-453d-b6e1-0d3650b22294",
                            "gambit_id": "6eb657a9-147b-4605-9175-b558169a5f90",
                            "last_updated": "2023-05-09T18:37:14.696575-04:00",
                            "created_at": "2023-05-02T11:52:04.245875-04:00",
                            "name": "NYM",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4153d5b6-c2c2-4f75-88bc-933f08225da7/?format=api"
                        }
                    ]
                },
                {
                    "id": "1efc79d0-ad99-4988-9e6b-177513272f13",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e29051f4-6063-44bc-8526-51163878eb1c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:04.248141-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6f69f2b0-baaf-454d-aaf1-d0fa1cdb0f88",
                            "gambit_id": "b6fb1bef-c0ee-4de0-a98b-8fd0021ee5b4",
                            "last_updated": "2023-05-09T18:37:14.700563-04:00",
                            "created_at": "2023-05-02T11:52:04.250971-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1efc79d0-ad99-4988-9e6b-177513272f13/?format=api"
                        },
                        {
                            "id": "6967afdb-4869-4c18-ae33-740cc23a0634",
                            "gambit_id": "d2fd9f82-94ea-40f6-ad08-93c2b2e98add",
                            "last_updated": "2023-05-09T18:37:14.699273-04:00",
                            "created_at": "2023-05-02T11:52:04.249567-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1efc79d0-ad99-4988-9e6b-177513272f13/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "91196bb7-ba3e-4352-a401-250cb99cdbdc",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "aaa5c466-eddc-426f-988b-ecd62cc62f91",
            "completed": true,
            "last_updated": "2023-05-03T12:12:16.429641-04:00",
            "created_at": "2023-05-02T11:52:04.075891-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.14,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/aaa5c466-eddc-426f-988b-ecd62cc62f91",
            "datetime": "2023-05-02T15:00:00-04:00",
            "cutoff_datetime": "2023-05-02T15:00:00-04:00",
            "name": "Arsenal v. Chelsea",
            "bettypes": [
                {
                    "id": "cef7cf24-f45c-4281-a4cc-c2171aed32ea",
                    "match": "https://api-prod.gambitprofit.com/api/matches/91196bb7-ba3e-4352-a401-250cb99cdbdc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-02T11:52:04.083348-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Arsenal",
                                "amount": 7204.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2796.0
                            }
                        ],
                        "expected_reward_tokens": 11379.72,
                        "profit_sb": 1879.72,
                        "profit_sb_percentage": 19.79,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arsenal",
                                "amount": 5885.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2285.0
                            },
                            {
                                "team": "Chelsea",
                                "amount": 1830.0
                            }
                        ],
                        "expected_reward_tokens": 9296.4,
                        "profit_sb": -203.6,
                        "profit_sb_percentage": -2.14,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f8ebc49d-7083-4c04-b13d-e97483581926",
                            "gambit_id": "9ef97b65-f544-488b-93f7-092b5686ee28",
                            "last_updated": "2023-05-03T12:12:16.437809-04:00",
                            "created_at": "2023-05-02T11:52:04.085963-04:00",
                            "name": "Arsenal",
                            "reward": "1.58000",
                            "odds": "1.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef7cf24-f45c-4281-a4cc-c2171aed32ea/?format=api"
                        },
                        {
                            "id": "f0e84ee0-651a-4025-a7fd-7e6954895843",
                            "gambit_id": "c5869565-ecd9-4cc9-9b3e-9e04791ec3b0",
                            "last_updated": "2023-05-03T12:12:16.439012-04:00",
                            "created_at": "2023-05-02T11:52:04.087491-04:00",
                            "name": "Draw",
                            "reward": "4.07000",
                            "odds": "4.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef7cf24-f45c-4281-a4cc-c2171aed32ea/?format=api"
                        },
                        {
                            "id": "5b90736b-c0a3-48a3-8ae0-88d6ce201744",
                            "gambit_id": "41fcc32d-1235-466a-9674-1f29ea885d5d",
                            "last_updated": "2023-05-03T12:12:16.436577-04:00",
                            "created_at": "2023-05-02T11:52:04.084593-04:00",
                            "name": "Chelsea",
                            "reward": "5.08000",
                            "odds": "5.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef7cf24-f45c-4281-a4cc-c2171aed32ea/?format=api"
                        }
                    ]
                },
                {
                    "id": "30646f6e-d678-4e3a-b2d9-03f05bc20df7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/91196bb7-ba3e-4352-a401-250cb99cdbdc/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-02T11:52:04.078334-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5615.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4385.0
                            }
                        ],
                        "expected_reward_tokens": 9208.5,
                        "profit_sb": -291.5,
                        "profit_sb_percentage": -3.07,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "db6ec0dc-2356-4787-8c8b-1f84f9289e97",
                            "gambit_id": "f0fef9d4-8d51-4437-bece-f41e3d7f8d0d",
                            "last_updated": "2023-05-03T12:12:16.433963-04:00",
                            "created_at": "2023-05-02T11:52:04.081865-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.64000",
                            "odds": "1.67000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30646f6e-d678-4e3a-b2d9-03f05bc20df7/?format=api"
                        },
                        {
                            "id": "a130c031-349c-4525-b96f-abfefc4523fa",
                            "gambit_id": "920bea13-9e99-42b5-9a7b-6da136d701ab",
                            "last_updated": "2023-05-03T12:12:16.432668-04:00",
                            "created_at": "2023-05-02T11:52:04.080312-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30646f6e-d678-4e3a-b2d9-03f05bc20df7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ee32f2ba-98f5-4ad4-9c18-6bdf1c3a1927",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b43a6e77-24a5-486b-b192-fc969de88a20",
            "completed": true,
            "last_updated": "2023-05-02T11:52:08.166806-04:00",
            "created_at": "2023-05-01T12:27:17.068231-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.04,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/b43a6e77-24a5-486b-b192-fc969de88a20",
            "datetime": "2023-05-01T22:10:00-04:00",
            "cutoff_datetime": "2023-05-01T22:10:00-04:00",
            "name": "PHI (T Walker) v. LOS (T Gonsolin)",
            "bettypes": [
                {
                    "id": "24cb4fe1-8939-4542-804b-78c77495c0c8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ee32f2ba-98f5-4ad4-9c18-6bdf1c3a1927/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:17.078553-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "LOS (T Gonsolin)",
                                "amount": 6114.0
                            },
                            {
                                "team": "PHI (T Walker)",
                                "amount": 3886.0
                            }
                        ],
                        "expected_reward_tokens": 9598.42,
                        "profit_sb": 98.42,
                        "profit_sb_percentage": 1.04,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d900d05a-5716-4823-854f-77ab80b46bdf",
                            "gambit_id": "36220e56-0d29-45a2-a8e2-efcd09d7f9bf",
                            "last_updated": "2023-05-02T11:52:08.182478-04:00",
                            "created_at": "2023-05-01T12:27:17.079839-04:00",
                            "name": "LOS (T Gonsolin)",
                            "reward": "1.57000",
                            "odds": "1.59520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cb4fe1-8939-4542-804b-78c77495c0c8/?format=api"
                        },
                        {
                            "id": "95195d96-7a91-4ca6-b3d9-fcc17859414a",
                            "gambit_id": "5812186e-e3d6-4f7d-9d70-6728d3f7ea90",
                            "last_updated": "2023-05-02T11:52:08.184168-04:00",
                            "created_at": "2023-05-01T12:27:17.082460-04:00",
                            "name": "PHI (T Walker)",
                            "reward": "2.47000",
                            "odds": "2.53000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cb4fe1-8939-4542-804b-78c77495c0c8/?format=api"
                        }
                    ]
                },
                {
                    "id": "f560da38-8809-4884-b05b-f9d89e43bf1f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ee32f2ba-98f5-4ad4-9c18-6bdf1c3a1927/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:17.074479-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5699.0
                            },
                            {
                                "team": "LOS",
                                "amount": 4301.0
                            }
                        ],
                        "expected_reward_tokens": 9460.34,
                        "profit_sb": -39.66,
                        "profit_sb_percentage": -0.42,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0a6aa4a5-005c-4311-b2b3-06818b9bad46",
                            "gambit_id": "fe200d40-c323-4511-9f6e-cce2f4f570de",
                            "last_updated": "2023-05-02T11:52:08.179053-04:00",
                            "created_at": "2023-05-01T12:27:17.077150-04:00",
                            "name": "PHI",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f560da38-8809-4884-b05b-f9d89e43bf1f/?format=api"
                        },
                        {
                            "id": "5ab52d0c-3387-445c-8213-f0c12b37dc74",
                            "gambit_id": "60882945-77ac-46d0-b32e-00f117ce5e05",
                            "last_updated": "2023-05-02T11:52:08.177258-04:00",
                            "created_at": "2023-05-01T12:27:17.075778-04:00",
                            "name": "LOS",
                            "reward": "2.20000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f560da38-8809-4884-b05b-f9d89e43bf1f/?format=api"
                        }
                    ]
                },
                {
                    "id": "b68596be-5c42-478e-8389-751628d6a70f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ee32f2ba-98f5-4ad4-9c18-6bdf1c3a1927/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:17.070131-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c32bcf25-1010-4be9-8c28-937b9fae09fe",
                            "gambit_id": "9466b720-23e2-46a4-b76e-5a0fe0063a4a",
                            "last_updated": "2023-05-02T11:52:08.173725-04:00",
                            "created_at": "2023-05-01T12:27:17.072927-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b68596be-5c42-478e-8389-751628d6a70f/?format=api"
                        },
                        {
                            "id": "389a1d64-a4f4-4dca-86d4-a7d1b8c6165b",
                            "gambit_id": "51363e89-c4d0-4c80-9ddb-dfe999721fd3",
                            "last_updated": "2023-05-02T11:52:08.171966-04:00",
                            "created_at": "2023-05-01T12:27:17.071520-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b68596be-5c42-478e-8389-751628d6a70f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "260d9fed-7c56-4f94-884e-c111db5a5347",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "47d84813-7bac-487d-9362-d5510c24267c",
            "completed": true,
            "last_updated": "2023-05-02T11:52:07.856799-04:00",
            "created_at": "2023-05-01T12:27:16.680652-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.17,
            "sport_category": "NBA Playoffs",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/47d84813-7bac-487d-9362-d5510c24267c",
            "datetime": "2023-05-01T22:05:00-04:00",
            "cutoff_datetime": "2023-05-01T22:05:00-04:00",
            "name": "Phoenix Suns v. Denver Nuggets",
            "bettypes": [
                {
                    "id": "9978367d-4df8-428e-b16b-4af2c67e4f0d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/260d9fed-7c56-4f94-884e-c111db5a5347/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:16.693455-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6100.0
                            },
                            {
                                "team": "Phoenix Suns",
                                "amount": 3900.0
                            }
                        ],
                        "expected_reward_tokens": 9516.0,
                        "profit_sb": 16.0,
                        "profit_sb_percentage": 0.17,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2dd616a5-86af-458f-87f9-85cf4a1dd86d",
                            "gambit_id": "386d1c07-e72d-4010-92a0-f858fbca6a25",
                            "last_updated": "2023-05-02T11:52:07.871955-04:00",
                            "created_at": "2023-05-01T12:27:16.695182-04:00",
                            "name": "Denver Nuggets",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9978367d-4df8-428e-b16b-4af2c67e4f0d/?format=api"
                        },
                        {
                            "id": "9437598e-4507-4b5f-89f7-64717ef8dbf3",
                            "gambit_id": "0558b3a3-6743-4db6-bb8e-4570937e384c",
                            "last_updated": "2023-05-02T11:52:07.873783-04:00",
                            "created_at": "2023-05-01T12:27:16.697081-04:00",
                            "name": "Phoenix Suns",
                            "reward": "2.44000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9978367d-4df8-428e-b16b-4af2c67e4f0d/?format=api"
                        }
                    ]
                },
                {
                    "id": "036bf877-7dfe-422f-86d8-d32fdb9b2a62",
                    "match": "https://api-prod.gambitprofit.com/api/matches/260d9fed-7c56-4f94-884e-c111db5a5347/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:16.687778-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5000.0
                            },
                            {
                                "team": "Denver Nuggets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "faa0fc43-48a5-44c0-9b81-9f50c79aba34",
                            "gambit_id": "9cb76c28-293b-47c2-82c8-93ada07ea942",
                            "last_updated": "2023-05-02T11:52:07.868428-04:00",
                            "created_at": "2023-05-01T12:27:16.691415-04:00",
                            "name": "Phoenix Suns",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036bf877-7dfe-422f-86d8-d32fdb9b2a62/?format=api"
                        },
                        {
                            "id": "a1d2459b-4a43-46f0-bf85-09b2e153003c",
                            "gambit_id": "f2c7a0ad-615a-4a5a-ab39-b537f9ea54c7",
                            "last_updated": "2023-05-02T11:52:07.866660-04:00",
                            "created_at": "2023-05-01T12:27:16.689415-04:00",
                            "name": "Denver Nuggets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036bf877-7dfe-422f-86d8-d32fdb9b2a62/?format=api"
                        }
                    ]
                },
                {
                    "id": "45f38a8a-8710-49ff-8d43-7a98a79a4252",
                    "match": "https://api-prod.gambitprofit.com/api/matches/260d9fed-7c56-4f94-884e-c111db5a5347/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:16.682823-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0eb15485-b94e-4169-a1cb-67e8a521658a",
                            "gambit_id": "f35e8d8f-aad3-414f-a72c-b4e6d267f072",
                            "last_updated": "2023-05-02T11:52:07.861297-04:00",
                            "created_at": "2023-05-01T12:27:16.684510-04:00",
                            "name": "Game Total Under 229.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "229.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45f38a8a-8710-49ff-8d43-7a98a79a4252/?format=api"
                        },
                        {
                            "id": "0ae966bd-8ab5-4c20-8e7e-65c829aa6e56",
                            "gambit_id": "1e75fabc-390d-4253-922e-85a51b1574ce",
                            "last_updated": "2023-05-02T11:52:07.863121-04:00",
                            "created_at": "2023-05-01T12:27:16.686144-04:00",
                            "name": "Game Total Over 229.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "229.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45f38a8a-8710-49ff-8d43-7a98a79a4252/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3706ba53-0c99-49f2-b692-066f45fb9f3d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "51c013f6-d0ca-4153-813f-39f3516cd3c6",
            "completed": true,
            "last_updated": "2023-05-02T11:52:09.443621-04:00",
            "created_at": "2023-05-01T12:27:16.423236-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.46,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/51c013f6-d0ca-4153-813f-39f3516cd3c6",
            "datetime": "2023-05-01T21:40:00-04:00",
            "cutoff_datetime": "2023-05-01T21:40:00-04:00",
            "name": "CIN (L Weaver) v. SDG (B Snell)",
            "bettypes": [
                {
                    "id": "72e3698b-c4d0-46fd-a7c3-2feb50c02e09",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3706ba53-0c99-49f2-b692-066f45fb9f3d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:16.435481-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SDG (B Snell)",
                                "amount": 6674.0
                            },
                            {
                                "team": "CIN (L Weaver)",
                                "amount": 3326.0
                            }
                        ],
                        "expected_reward_tokens": 9543.82,
                        "profit_sb": 43.82,
                        "profit_sb_percentage": 0.46,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b82e4c42-62fd-4b96-85ba-d439fd204ed3",
                            "gambit_id": "6e995858-9770-4e9c-9d68-8914e4982558",
                            "last_updated": "2023-05-02T11:52:09.454284-04:00",
                            "created_at": "2023-05-01T12:27:16.437097-04:00",
                            "name": "SDG (B Snell)",
                            "reward": "1.43000",
                            "odds": "1.44440",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72e3698b-c4d0-46fd-a7c3-2feb50c02e09/?format=api"
                        },
                        {
                            "id": "af9700f5-9019-4371-953c-678d2ec7e277",
                            "gambit_id": "987eba05-3c83-4ad3-88df-c9f62f003154",
                            "last_updated": "2023-05-02T11:52:09.455502-04:00",
                            "created_at": "2023-05-01T12:27:16.438823-04:00",
                            "name": "CIN (L Weaver)",
                            "reward": "2.87000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72e3698b-c4d0-46fd-a7c3-2feb50c02e09/?format=api"
                        }
                    ]
                },
                {
                    "id": "e0a2b27f-1295-4040-a92d-2d7822007f24",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3706ba53-0c99-49f2-b692-066f45fb9f3d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:16.430411-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SDG",
                                "amount": 5213.0
                            },
                            {
                                "team": "CIN",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c3d48362-6516-4187-ac07-03e92dec1e7f",
                            "gambit_id": "303a2fcb-e372-4d93-bca6-faef878fdb93",
                            "last_updated": "2023-05-02T11:52:09.450505-04:00",
                            "created_at": "2023-05-01T12:27:16.431971-04:00",
                            "name": "SDG",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a2b27f-1295-4040-a92d-2d7822007f24/?format=api"
                        },
                        {
                            "id": "eb966126-5bb4-4c3e-a11c-c74a6688215a",
                            "gambit_id": "0ab31c6c-9846-4fbe-9909-b604c7b5832d",
                            "last_updated": "2023-05-02T11:52:09.451797-04:00",
                            "created_at": "2023-05-01T12:27:16.433665-04:00",
                            "name": "CIN",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0a2b27f-1295-4040-a92d-2d7822007f24/?format=api"
                        }
                    ]
                },
                {
                    "id": "92c45a47-87c9-4073-acd0-cd037d51df2d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3706ba53-0c99-49f2-b692-066f45fb9f3d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:16.425310-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3f6e1599-8180-4e09-b568-fbd64bd51d36",
                            "gambit_id": "633f35ad-6c75-48c3-96b1-26923d787f11",
                            "last_updated": "2023-05-02T11:52:09.447986-04:00",
                            "created_at": "2023-05-01T12:27:16.428638-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92c45a47-87c9-4073-acd0-cd037d51df2d/?format=api"
                        },
                        {
                            "id": "d255cd92-43a2-4458-8c10-b51ccfd03cba",
                            "gambit_id": "e38fa593-a680-4fa4-96d8-18f7ae0284db",
                            "last_updated": "2023-05-02T11:52:09.446728-04:00",
                            "created_at": "2023-05-01T12:27:16.426919-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92c45a47-87c9-4073-acd0-cd037d51df2d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "104c2f5a-dc5f-40ad-99dd-9bbc8c8287ab",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ccffd410-8023-422a-aa41-45778e5686b3",
            "completed": true,
            "last_updated": "2023-05-02T11:52:09.302745-04:00",
            "created_at": "2023-05-01T12:27:16.173395-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.36,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/ccffd410-8023-422a-aa41-45778e5686b3",
            "datetime": "2023-05-01T20:10:00-04:00",
            "cutoff_datetime": "2023-05-01T20:10:00-04:00",
            "name": "SFO (R Stripling) v. HOU (L Garcia)",
            "bettypes": [
                {
                    "id": "26f447e2-4052-488e-acb5-369faf19ebc6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/104c2f5a-dc5f-40ad-99dd-9bbc8c8287ab/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:16.187842-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "HOU (L Garcia)",
                                "amount": 6442.0
                            },
                            {
                                "team": "SFO (R Stripling)",
                                "amount": 3558.0
                            }
                        ],
                        "expected_reward_tokens": 9534.16,
                        "profit_sb": 34.16,
                        "profit_sb_percentage": 0.36,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1641ac9c-a7ef-4536-aff6-787a6f6cc86b",
                            "gambit_id": "3b9848c8-f6df-429c-bb91-a27dcaf476a3",
                            "last_updated": "2023-05-02T11:52:09.313170-04:00",
                            "created_at": "2023-05-01T12:27:16.189468-04:00",
                            "name": "HOU (L Garcia)",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f447e2-4052-488e-acb5-369faf19ebc6/?format=api"
                        },
                        {
                            "id": "b473e5ef-3a40-4ab5-be27-5183e78077ee",
                            "gambit_id": "619d4007-8164-41b5-b022-93cef182507e",
                            "last_updated": "2023-05-02T11:52:09.314417-04:00",
                            "created_at": "2023-05-01T12:27:16.191095-04:00",
                            "name": "SFO (R Stripling)",
                            "reward": "2.68000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f447e2-4052-488e-acb5-369faf19ebc6/?format=api"
                        }
                    ]
                },
                {
                    "id": "8486dc37-6148-4894-a28e-cf6eb4306b67",
                    "match": "https://api-prod.gambitprofit.com/api/matches/104c2f5a-dc5f-40ad-99dd-9bbc8c8287ab/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:16.181666-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SFO",
                                "amount": 5213.0
                            },
                            {
                                "team": "HOU",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4e28bbab-e30e-4fd1-aec3-ff33c3782d40",
                            "gambit_id": "730eedc9-279f-4fac-891f-e02dde7a2d68",
                            "last_updated": "2023-05-02T11:52:09.310774-04:00",
                            "created_at": "2023-05-01T12:27:16.185274-04:00",
                            "name": "SFO",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8486dc37-6148-4894-a28e-cf6eb4306b67/?format=api"
                        },
                        {
                            "id": "4871c34d-7df0-499b-99d8-eb449450202c",
                            "gambit_id": "467dd662-76f5-406c-bd5e-e7ca254e3667",
                            "last_updated": "2023-05-02T11:52:09.309531-04:00",
                            "created_at": "2023-05-01T12:27:16.183432-04:00",
                            "name": "HOU",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8486dc37-6148-4894-a28e-cf6eb4306b67/?format=api"
                        }
                    ]
                },
                {
                    "id": "4e18a9f0-3ff0-4217-b43b-a2f6c8d3212f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/104c2f5a-dc5f-40ad-99dd-9bbc8c8287ab/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:16.175953-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8300634e-ea5c-410b-87cd-838934234394",
                            "gambit_id": "2c834687-4d72-43b5-a63c-5db8ed435eff",
                            "last_updated": "2023-05-02T11:52:09.307101-04:00",
                            "created_at": "2023-05-01T12:27:16.179768-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e18a9f0-3ff0-4217-b43b-a2f6c8d3212f/?format=api"
                        },
                        {
                            "id": "9274d044-5865-48c3-bb15-746833c652c4",
                            "gambit_id": "516c10bc-1c93-45f8-99e3-946019aa47b5",
                            "last_updated": "2023-05-02T11:52:09.305784-04:00",
                            "created_at": "2023-05-01T12:27:16.177835-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e18a9f0-3ff0-4217-b43b-a2f6c8d3212f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "811f556e-cb53-40d1-a717-890dae522c5a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "07c5c81d-6342-4a2a-862d-f6f7c82e8130",
            "completed": true,
            "last_updated": "2023-05-02T11:52:09.158021-04:00",
            "created_at": "2023-05-01T12:27:15.949786-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.55,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/07c5c81d-6342-4a2a-862d-f6f7c82e8130",
            "datetime": "2023-05-01T20:08:00-04:00",
            "cutoff_datetime": "2023-05-01T20:08:00-04:00",
            "name": "New York Rangers v. New Jersey Devils",
            "bettypes": [
                {
                    "id": "1ebf5a28-28e2-44b1-b4da-138c5b8cdcf6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/811f556e-cb53-40d1-a717-890dae522c5a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:15.961594-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5000.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c0006e8c-0488-474c-a6e9-d5b1b4f440c9",
                            "gambit_id": "12140163-34d3-4a90-a3b5-9dc232183e6d",
                            "last_updated": "2023-05-02T11:52:09.169140-04:00",
                            "created_at": "2023-05-01T12:27:15.962983-04:00",
                            "name": "New Jersey Devils",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ebf5a28-28e2-44b1-b4da-138c5b8cdcf6/?format=api"
                        },
                        {
                            "id": "e4fe7a30-868a-45dc-9deb-2763cdd5db08",
                            "gambit_id": "1579fec7-bdb5-4c23-8e13-8b099416b9a9",
                            "last_updated": "2023-05-02T11:52:09.170478-04:00",
                            "created_at": "2023-05-01T12:27:15.964400-04:00",
                            "name": "New York Rangers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ebf5a28-28e2-44b1-b4da-138c5b8cdcf6/?format=api"
                        }
                    ]
                },
                {
                    "id": "4927bf32-81fd-4406-98e4-4f05b3e6fb03",
                    "match": "https://api-prod.gambitprofit.com/api/matches/811f556e-cb53-40d1-a717-890dae522c5a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:15.957102-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7024.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 2976.0
                            }
                        ],
                        "expected_reward_tokens": 9552.64,
                        "profit_sb": 52.64,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f7b45575-5b3a-47ec-862c-b9457539db80",
                            "gambit_id": "93d8e36b-0510-4bd4-a2d2-bf0f7199ebc9",
                            "last_updated": "2023-05-02T11:52:09.166428-04:00",
                            "created_at": "2023-05-01T12:27:15.960027-04:00",
                            "name": "New York Rangers",
                            "reward": "1.36000",
                            "odds": "1.37040",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4927bf32-81fd-4406-98e4-4f05b3e6fb03/?format=api"
                        },
                        {
                            "id": "43aa0ea2-55b2-4a0a-a383-dea649789570",
                            "gambit_id": "6fcc6399-f221-40ef-b0cf-d3dd6b62ac43",
                            "last_updated": "2023-05-02T11:52:09.165100-04:00",
                            "created_at": "2023-05-01T12:27:15.958516-04:00",
                            "name": "New Jersey Devils",
                            "reward": "3.21000",
                            "odds": "3.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4927bf32-81fd-4406-98e4-4f05b3e6fb03/?format=api"
                        }
                    ]
                },
                {
                    "id": "983f8849-3478-4c04-a924-1b05e5f68cf6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/811f556e-cb53-40d1-a717-890dae522c5a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:15.952351-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 5421.0
                            },
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 4579.0
                            }
                        ],
                        "expected_reward_tokens": 9432.54,
                        "profit_sb": -67.46,
                        "profit_sb_percentage": -0.71,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ce11f134-c55c-4f26-bb17-df7dbff2a465",
                            "gambit_id": "67008630-9317-477c-8973-281a58436e7b",
                            "last_updated": "2023-05-02T11:52:09.161223-04:00",
                            "created_at": "2023-05-01T12:27:15.953963-04:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.74000",
                            "odds": "1.76920",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/983f8849-3478-4c04-a924-1b05e5f68cf6/?format=api"
                        },
                        {
                            "id": "cc7e4106-ad89-4cca-bfa2-a91864f75230",
                            "gambit_id": "a85011d7-cd35-4fe5-8533-970a1845cd5e",
                            "last_updated": "2023-05-02T11:52:09.162554-04:00",
                            "created_at": "2023-05-01T12:27:15.955537-04:00",
                            "name": "Game Total Over 5.5",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/983f8849-3478-4c04-a924-1b05e5f68cf6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b537c0c5-4bea-4dfd-ac02-a9b3489f3d25",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "bc3495c6-b01c-49c5-ba09-6344c86ff70d",
            "completed": true,
            "last_updated": "2023-05-02T11:52:09.009260-04:00",
            "created_at": "2023-05-01T12:27:15.774228-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.43,
            "sport_category": "NBA Playoffs",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/bc3495c6-b01c-49c5-ba09-6344c86ff70d",
            "datetime": "2023-05-01T19:30:00-04:00",
            "cutoff_datetime": "2023-05-01T19:30:00-04:00",
            "name": "Philadelphia 76ers v. Boston Celtics",
            "bettypes": [
                {
                    "id": "770fc54e-73f7-49f5-8f28-4145d6d49f5f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b537c0c5-4bea-4dfd-ac02-a9b3489f3d25/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:15.788109-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 8085.0
                            },
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 1915.0
                            }
                        ],
                        "expected_reward_tokens": 9459.45,
                        "profit_sb": -40.55,
                        "profit_sb_percentage": -0.43,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fcd69921-4d85-445f-91b0-bc4aeaf3804a",
                            "gambit_id": "93c904af-3a0c-49f9-8316-e1322940c679",
                            "last_updated": "2023-05-02T11:52:09.020281-04:00",
                            "created_at": "2023-05-01T12:27:15.789648-04:00",
                            "name": "Boston Celtics",
                            "reward": "1.17000",
                            "odds": "1.18180",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/770fc54e-73f7-49f5-8f28-4145d6d49f5f/?format=api"
                        },
                        {
                            "id": "ca30d3e0-056e-44bc-ae88-8d2b2c41ecb6",
                            "gambit_id": "50cd2e63-4656-42b9-aa10-40e660763b0b",
                            "last_updated": "2023-05-02T11:52:09.021861-04:00",
                            "created_at": "2023-05-01T12:27:15.791239-04:00",
                            "name": "Philadelphia 76ers",
                            "reward": "4.94000",
                            "odds": "5.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/770fc54e-73f7-49f5-8f28-4145d6d49f5f/?format=api"
                        }
                    ]
                },
                {
                    "id": "ee06c446-2c13-490a-a9b4-fc41634d96f7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b537c0c5-4bea-4dfd-ac02-a9b3489f3d25/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:15.782518-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Philadelphia 76ers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "390d43c1-4085-4704-a0e1-d3c45fea3b97",
                            "gambit_id": "a53e26e6-3311-461b-8c8c-5075f0073af6",
                            "last_updated": "2023-05-02T11:52:09.016159-04:00",
                            "created_at": "2023-05-01T12:27:15.784222-04:00",
                            "name": "Boston Celtics",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-10.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee06c446-2c13-490a-a9b4-fc41634d96f7/?format=api"
                        },
                        {
                            "id": "b401bbfb-2c45-428f-8e39-207406227d54",
                            "gambit_id": "21c9721a-ea74-43d1-ad17-e9a097d7ff36",
                            "last_updated": "2023-05-02T11:52:09.017529-04:00",
                            "created_at": "2023-05-01T12:27:15.786340-04:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "10.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee06c446-2c13-490a-a9b4-fc41634d96f7/?format=api"
                        }
                    ]
                },
                {
                    "id": "a23dc807-ec0d-4bf2-9b34-fcda39a4a601",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b537c0c5-4bea-4dfd-ac02-a9b3489f3d25/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:15.776984-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 215",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 215",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8ddb2ba9-6bb4-4d43-9c3d-1470ce9d20d4",
                            "gambit_id": "3e3b4f05-0894-4f1f-b96c-c7218b7ecd75",
                            "last_updated": "2023-05-02T11:52:09.013591-04:00",
                            "created_at": "2023-05-01T12:27:15.780667-04:00",
                            "name": "Game Total Over 215",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "215.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23dc807-ec0d-4bf2-9b34-fcda39a4a601/?format=api"
                        },
                        {
                            "id": "09777d38-34c8-45df-bb82-4cc4332771f5",
                            "gambit_id": "3fe8903a-38eb-4f1a-97b9-939680cb56cf",
                            "last_updated": "2023-05-02T11:52:09.012360-04:00",
                            "created_at": "2023-05-01T12:27:15.778957-04:00",
                            "name": "Game Total Under 215",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "215.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23dc807-ec0d-4bf2-9b34-fcda39a4a601/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5c1303d3-6d5e-4457-b0aa-658cb6e61a4c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "aded072c-e08a-4694-9661-445d1c7096ea",
            "completed": true,
            "last_updated": "2023-05-02T11:52:08.858952-04:00",
            "created_at": "2023-05-01T12:27:15.589138-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.77,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/aded072c-e08a-4694-9661-445d1c7096ea",
            "datetime": "2023-05-01T19:10:00-04:00",
            "cutoff_datetime": "2023-05-01T19:10:00-04:00",
            "name": "TOR (J Berrios) v. BOS (C Kluber)",
            "bettypes": [
                {
                    "id": "36af6948-afb0-4e29-afe7-c459a2912a6f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5c1303d3-6d5e-4457-b0aa-658cb6e61a4c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:15.601536-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TOR (J Berrios)",
                                "amount": 5873.0
                            },
                            {
                                "team": "BOS (C Kluber)",
                                "amount": 4127.0
                            }
                        ],
                        "expected_reward_tokens": 9572.99,
                        "profit_sb": 72.99,
                        "profit_sb_percentage": 0.77,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "98283000-fa74-4ecb-8fe5-2edc96eefcb8",
                            "gambit_id": "36cbbd34-2292-403f-9bc6-c06d600d56a7",
                            "last_updated": "2023-05-02T11:52:08.870734-04:00",
                            "created_at": "2023-05-01T12:27:15.605004-04:00",
                            "name": "TOR (J Berrios)",
                            "reward": "1.63000",
                            "odds": "1.65360",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36af6948-afb0-4e29-afe7-c459a2912a6f/?format=api"
                        },
                        {
                            "id": "cfba0f2b-6726-43ad-b9d3-f562ed75d35b",
                            "gambit_id": "e7953617-7374-4841-842a-8eacdc93a41e",
                            "last_updated": "2023-05-02T11:52:08.869576-04:00",
                            "created_at": "2023-05-01T12:27:15.603410-04:00",
                            "name": "BOS (C Kluber)",
                            "reward": "2.32000",
                            "odds": "2.38000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36af6948-afb0-4e29-afe7-c459a2912a6f/?format=api"
                        }
                    ]
                },
                {
                    "id": "867b9c48-dda5-4bce-b96c-a1057edc18ff",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5c1303d3-6d5e-4457-b0aa-658cb6e61a4c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:15.596587-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "BOS",
                                "amount": 5317.0
                            },
                            {
                                "team": "TOR",
                                "amount": 4683.0
                            }
                        ],
                        "expected_reward_tokens": 9411.09,
                        "profit_sb": -88.91,
                        "profit_sb_percentage": -0.94,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "83533f87-4b2a-4b93-ac18-3229c61d220b",
                            "gambit_id": "cb3764db-b2f6-4cc5-9703-2d84142e02d2",
                            "last_updated": "2023-05-02T11:52:08.865899-04:00",
                            "created_at": "2023-05-01T12:27:15.598265-04:00",
                            "name": "BOS",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867b9c48-dda5-4bce-b96c-a1057edc18ff/?format=api"
                        },
                        {
                            "id": "59b95024-8ad1-4e02-9150-f66933c336e5",
                            "gambit_id": "e340065c-d7c0-4196-9f68-068f091d1246",
                            "last_updated": "2023-05-02T11:52:08.867169-04:00",
                            "created_at": "2023-05-01T12:27:15.599857-04:00",
                            "name": "TOR",
                            "reward": "2.01000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867b9c48-dda5-4bce-b96c-a1057edc18ff/?format=api"
                        }
                    ]
                },
                {
                    "id": "0f1f96a3-1394-4689-9f6d-262f002e3f95",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5c1303d3-6d5e-4457-b0aa-658cb6e61a4c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:15.591333-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 10",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 10",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "153412c6-2ae2-474b-8356-7d6eafd9e673",
                            "gambit_id": "ddd9346c-b0fe-41d8-b1f7-6026fe7e8d17",
                            "last_updated": "2023-05-02T11:52:08.862175-04:00",
                            "created_at": "2023-05-01T12:27:15.593062-04:00",
                            "name": "Game Total Under 10",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f1f96a3-1394-4689-9f6d-262f002e3f95/?format=api"
                        },
                        {
                            "id": "8165f1dc-4d5c-40dc-85d9-c9ea8631a672",
                            "gambit_id": "0b559963-a3a7-44ec-95d8-62968daca975",
                            "last_updated": "2023-05-02T11:52:08.863502-04:00",
                            "created_at": "2023-05-01T12:27:15.594837-04:00",
                            "name": "Game Total Over 10",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f1f96a3-1394-4689-9f6d-262f002e3f95/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bfedf2ad-9450-4d71-a67f-3afa353b13b8",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "939eefa8-a981-4b35-bd04-3726c29c7a6b",
            "completed": true,
            "last_updated": "2023-05-02T11:52:08.476577-04:00",
            "created_at": "2023-05-01T12:27:15.131638-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.87,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/939eefa8-a981-4b35-bd04-3726c29c7a6b",
            "datetime": "2023-05-01T19:05:00-04:00",
            "cutoff_datetime": "2023-05-01T19:05:00-04:00",
            "name": "CLE (C Quantrill) v. NYY (D German)",
            "bettypes": [
                {
                    "id": "c5f1a206-9e0b-406d-bd8b-f10bfca4018a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bfedf2ad-9450-4d71-a67f-3afa353b13b8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:15.144328-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYY (D German)",
                                "amount": 5415.0
                            },
                            {
                                "team": "CLE (C Quantrill)",
                                "amount": 4585.0
                            }
                        ],
                        "expected_reward_tokens": 9582.65,
                        "profit_sb": 82.65,
                        "profit_sb_percentage": 0.87,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c2ce2000-36d8-45a3-896b-66d0859d22c0",
                            "gambit_id": "8e2568c2-286d-43d6-9aa7-550d10b0fc16",
                            "last_updated": "2023-05-02T11:52:08.489746-04:00",
                            "created_at": "2023-05-01T12:27:15.145886-04:00",
                            "name": "NYY (D German)",
                            "reward": "1.77000",
                            "odds": "1.80650",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f1a206-9e0b-406d-bd8b-f10bfca4018a/?format=api"
                        },
                        {
                            "id": "5ff62464-b0d1-40e6-9558-339d45e546ed",
                            "gambit_id": "26453321-755a-4a04-a918-3bcb95bcf5d5",
                            "last_updated": "2023-05-02T11:52:08.491472-04:00",
                            "created_at": "2023-05-01T12:27:15.147581-04:00",
                            "name": "CLE (C Quantrill)",
                            "reward": "2.09000",
                            "odds": "2.14000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f1a206-9e0b-406d-bd8b-f10bfca4018a/?format=api"
                        }
                    ]
                },
                {
                    "id": "e415e6aa-8311-42cd-a51b-6206456580d9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bfedf2ad-9450-4d71-a67f-3afa353b13b8/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:15.139751-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CLE",
                                "amount": 6100.0
                            },
                            {
                                "team": "NYY",
                                "amount": 3900.0
                            }
                        ],
                        "expected_reward_tokens": 9516.0,
                        "profit_sb": 16.0,
                        "profit_sb_percentage": 0.17,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dd977b13-e08e-4544-b12c-881cedccaf19",
                            "gambit_id": "8b4ba961-2d69-4033-9f12-d3e5cc83dbc7",
                            "last_updated": "2023-05-02T11:52:08.486525-04:00",
                            "created_at": "2023-05-01T12:27:15.142820-04:00",
                            "name": "CLE",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e415e6aa-8311-42cd-a51b-6206456580d9/?format=api"
                        },
                        {
                            "id": "9992c4c7-e2d3-4f6e-91ed-540f256a217c",
                            "gambit_id": "10e21cc5-4419-457f-a04a-fcdc157da6d4",
                            "last_updated": "2023-05-02T11:52:08.485054-04:00",
                            "created_at": "2023-05-01T12:27:15.141262-04:00",
                            "name": "NYY",
                            "reward": "2.44000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e415e6aa-8311-42cd-a51b-6206456580d9/?format=api"
                        }
                    ]
                },
                {
                    "id": "64d4eefc-9967-494e-b845-e5ee21142a5a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bfedf2ad-9450-4d71-a67f-3afa353b13b8/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:15.133974-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0d3a4ff1-86d5-4064-8c90-c47e30c19c69",
                            "gambit_id": "cfed4bb2-ba5d-4f37-b06d-e49c3306a021",
                            "last_updated": "2023-05-02T11:52:08.481874-04:00",
                            "created_at": "2023-05-01T12:27:15.135941-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d4eefc-9967-494e-b845-e5ee21142a5a/?format=api"
                        },
                        {
                            "id": "3756a5cb-fc33-4b9c-bc56-7ef9f8c6ca15",
                            "gambit_id": "b23f3692-95cb-4c6f-87ea-bce698503926",
                            "last_updated": "2023-05-02T11:52:08.480258-04:00",
                            "created_at": "2023-05-01T12:27:15.137935-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64d4eefc-9967-494e-b845-e5ee21142a5a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "57b664dc-5416-4646-aa99-ce3eb740a6f9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a4bcb110-aeba-4fc3-beea-8873be471c7a",
            "completed": true,
            "last_updated": "2023-05-02T11:52:08.645900-04:00",
            "created_at": "2023-05-01T12:27:15.361790-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.12,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/a4bcb110-aeba-4fc3-beea-8873be471c7a",
            "datetime": "2023-05-01T19:05:00-04:00",
            "cutoff_datetime": "2023-05-01T19:05:00-04:00",
            "name": "CHC (D Smyly) v. WAS (M Gore)",
            "bettypes": [
                {
                    "id": "f780c89c-2a6f-48ef-b9cb-c48152a9fee6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57b664dc-5416-4646-aa99-ce3eb740a6f9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:15.374145-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CHC (D Smyly)",
                                "amount": 5490.0
                            },
                            {
                                "team": "WAS (M Gore)",
                                "amount": 4510.0
                            }
                        ],
                        "expected_reward_tokens": 9606.3,
                        "profit_sb": 106.3,
                        "profit_sb_percentage": 1.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e988cd05-43b1-4b31-bb06-4663e15f94af",
                            "gambit_id": "885276ad-dd71-47f6-8a08-74024920cb4d",
                            "last_updated": "2023-05-02T11:52:08.657759-04:00",
                            "created_at": "2023-05-01T12:27:15.377270-04:00",
                            "name": "CHC (D Smyly)",
                            "reward": "1.75000",
                            "odds": "1.78120",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f780c89c-2a6f-48ef-b9cb-c48152a9fee6/?format=api"
                        },
                        {
                            "id": "8b76f389-ec3b-4c15-9677-d80cbca7187c",
                            "gambit_id": "e9353347-e33e-4eb7-baa3-f4c899293775",
                            "last_updated": "2023-05-02T11:52:08.656590-04:00",
                            "created_at": "2023-05-01T12:27:15.375660-04:00",
                            "name": "WAS (M Gore)",
                            "reward": "2.13000",
                            "odds": "2.18000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f780c89c-2a6f-48ef-b9cb-c48152a9fee6/?format=api"
                        }
                    ]
                },
                {
                    "id": "61c052f7-0d7b-4ad5-8c83-ff54fd14143c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57b664dc-5416-4646-aa99-ce3eb740a6f9/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:15.368811-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "WAS",
                                "amount": 5599.0
                            },
                            {
                                "team": "CHC",
                                "amount": 4401.0
                            }
                        ],
                        "expected_reward_tokens": 9462.15,
                        "profit_sb": -37.85,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5b5fcfb3-0424-4f2e-bd05-84aabc7f3b5f",
                            "gambit_id": "8acfca68-56f7-434d-b5a8-7670430d6704",
                            "last_updated": "2023-05-02T11:52:08.652578-04:00",
                            "created_at": "2023-05-01T12:27:15.370340-04:00",
                            "name": "WAS",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c052f7-0d7b-4ad5-8c83-ff54fd14143c/?format=api"
                        },
                        {
                            "id": "419becdd-935a-48d8-9391-54b769bc9e88",
                            "gambit_id": "3404288b-3ffc-4e74-a80c-6b4c62ff3cbe",
                            "last_updated": "2023-05-02T11:52:08.654077-04:00",
                            "created_at": "2023-05-01T12:27:15.371932-04:00",
                            "name": "CHC",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c052f7-0d7b-4ad5-8c83-ff54fd14143c/?format=api"
                        }
                    ]
                },
                {
                    "id": "bf4e4320-4528-4d28-b014-af1c047722cb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/57b664dc-5416-4646-aa99-ce3eb740a6f9/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:15.363957-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c81eaa65-0fb0-4ba8-abc8-fa683c462f1c",
                            "gambit_id": "f8b259e2-cf50-41ef-9c9a-5c32a8ce7d3e",
                            "last_updated": "2023-05-02T11:52:08.650110-04:00",
                            "created_at": "2023-05-01T12:27:15.366991-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4e4320-4528-4d28-b014-af1c047722cb/?format=api"
                        },
                        {
                            "id": "014f12ae-632b-4723-8246-69d25112fa39",
                            "gambit_id": "8889af0e-3edb-4a5d-9d42-5bfb7dab5df5",
                            "last_updated": "2023-05-02T11:52:08.648859-04:00",
                            "created_at": "2023-05-01T12:27:15.365439-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4e4320-4528-4d28-b014-af1c047722cb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e6562414-35ac-47cd-bb34-ece14efba33c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3f1b0eee-7576-42ea-9098-5df3a7fc0045",
            "completed": true,
            "last_updated": "2023-05-02T11:52:08.328006-04:00",
            "created_at": "2023-05-01T12:27:14.843162-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.82,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/3f1b0eee-7576-42ea-9098-5df3a7fc0045",
            "datetime": "2023-05-01T16:40:00-04:00",
            "cutoff_datetime": "2023-05-01T16:40:00-04:00",
            "name": "ATL (C Morton) v. NYM (T Megill) - Game 2",
            "bettypes": [
                {
                    "id": "3fd72377-9ef1-459b-b93f-1023f68d7f79",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e6562414-35ac-47cd-bb34-ece14efba33c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-05-01T12:27:14.858123-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "ATL (C Morton)",
                                "amount": 5234.0
                            },
                            {
                                "team": "NYM (T Megill)",
                                "amount": 4766.0
                            }
                        ],
                        "expected_reward_tokens": 9578.22,
                        "profit_sb": 78.22,
                        "profit_sb_percentage": 0.82,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "bb5a2c89-039d-40cf-81ec-c3fdee36d393",
                            "gambit_id": "d67008ff-47f7-457b-8d12-a4b0440ab603",
                            "last_updated": "2023-05-02T11:52:08.340677-04:00",
                            "created_at": "2023-05-01T12:27:14.861590-04:00",
                            "name": "ATL (C Morton)",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd72377-9ef1-459b-b93f-1023f68d7f79/?format=api"
                        },
                        {
                            "id": "b50e7d09-8aaf-4c0b-8c83-e65b30f18123",
                            "gambit_id": "47359ae5-c547-483b-ab0e-5fcb7daaa714",
                            "last_updated": "2023-05-02T11:52:08.339371-04:00",
                            "created_at": "2023-05-01T12:27:14.859828-04:00",
                            "name": "NYM (T Megill)",
                            "reward": "2.01000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd72377-9ef1-459b-b93f-1023f68d7f79/?format=api"
                        }
                    ]
                },
                {
                    "id": "3cbd6df9-00d3-44d8-bba2-ef450a1eaa7f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e6562414-35ac-47cd-bb34-ece14efba33c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-05-01T12:27:14.852630-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYM",
                                "amount": 5939.0
                            },
                            {
                                "team": "ATL",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3a0d2b4a-e493-4ee2-9cbc-12d7d22ecb33",
                            "gambit_id": "c2714cee-c858-435a-9485-ad7d9dc4810e",
                            "last_updated": "2023-05-02T11:52:08.335256-04:00",
                            "created_at": "2023-05-01T12:27:14.854327-04:00",
                            "name": "NYM",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cbd6df9-00d3-44d8-bba2-ef450a1eaa7f/?format=api"
                        },
                        {
                            "id": "c6cd4b1b-d772-44e6-a3b8-0f135d614b9e",
                            "gambit_id": "3a6fcba5-010b-4278-9853-15930931ae6f",
                            "last_updated": "2023-05-02T11:52:08.336634-04:00",
                            "created_at": "2023-05-01T12:27:14.856205-04:00",
                            "name": "ATL",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cbd6df9-00d3-44d8-bba2-ef450a1eaa7f/?format=api"
                        }
                    ]
                },
                {
                    "id": "81993734-a42b-4cc6-9c6a-b950f3f8c2fd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e6562414-35ac-47cd-bb34-ece14efba33c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-05-01T12:27:14.846397-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9",
                                "amount": 5317.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4683.0
                            }
                        ],
                        "expected_reward_tokens": 9411.09,
                        "profit_sb": -88.91,
                        "profit_sb_percentage": -0.94,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a7f5893c-3ace-4e0e-9025-24c20b6ed455",
                            "gambit_id": "9546e935-4223-48c5-8741-1b545dda1ef4",
                            "last_updated": "2023-05-02T11:52:08.331214-04:00",
                            "created_at": "2023-05-01T12:27:14.848600-04:00",
                            "name": "Game Total Under 9",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81993734-a42b-4cc6-9c6a-b950f3f8c2fd/?format=api"
                        },
                        {
                            "id": "929ac7e8-ab6d-4a73-a9f3-6dd3f00ca28a",
                            "gambit_id": "4146594f-7286-4482-923b-f8fb564a201c",
                            "last_updated": "2023-05-02T11:52:08.332615-04:00",
                            "created_at": "2023-05-01T12:27:14.850621-04:00",
                            "name": "Game Total Over 9",
                            "reward": "2.01000",
                            "odds": "2.05000",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81993734-a42b-4cc6-9c6a-b950f3f8c2fd/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e0746701-8f2a-49e9-bf7e-a29d989d4e89",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "eaaa7b8f-4aa5-46f0-85a7-b5931615d735",
            "completed": true,
            "last_updated": "2023-05-02T11:52:07.680159-04:00",
            "created_at": "2023-04-28T15:12:05.836252-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.44,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/eaaa7b8f-4aa5-46f0-85a7-b5931615d735",
            "datetime": "2023-05-01T15:00:00-04:00",
            "cutoff_datetime": "2023-05-01T15:00:00-04:00",
            "name": "Leicester City v. Everton",
            "bettypes": [
                {
                    "id": "e4e1b391-8c0e-4c16-9183-0a0a691f3212",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e0746701-8f2a-49e9-bf7e-a29d989d4e89/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:12:05.842325-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Leicester City",
                                "amount": 6245.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3755.0
                            }
                        ],
                        "expected_reward_tokens": 12240.2,
                        "profit_sb": 2740.2,
                        "profit_sb_percentage": 28.84,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Leicester City",
                                "amount": 4705.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2829.0
                            },
                            {
                                "team": "Everton",
                                "amount": 2466.0
                            }
                        ],
                        "expected_reward_tokens": 9221.8,
                        "profit_sb": -278.2,
                        "profit_sb_percentage": -2.93,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "87d6d4dd-64b3-4ba9-92dd-d6beca629b0e",
                            "gambit_id": "4bf707af-6535-4d07-acdc-b539b811dd6c",
                            "last_updated": "2023-05-02T11:52:07.690621-04:00",
                            "created_at": "2023-04-28T15:12:05.845121-04:00",
                            "name": "Leicester City",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e1b391-8c0e-4c16-9183-0a0a691f3212/?format=api"
                        },
                        {
                            "id": "48095cbe-ad77-4c23-9206-6a6203cff018",
                            "gambit_id": "80663fcb-793b-4495-9a36-d0240aad6045",
                            "last_updated": "2023-05-02T11:52:07.692166-04:00",
                            "created_at": "2023-04-28T15:12:05.846510-04:00",
                            "name": "Draw",
                            "reward": "3.26000",
                            "odds": "3.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e1b391-8c0e-4c16-9183-0a0a691f3212/?format=api"
                        },
                        {
                            "id": "ab226e4f-4977-43d6-bcdf-580fbc7733ff",
                            "gambit_id": "071022ce-5084-48c0-b91b-c7641f66cdaf",
                            "last_updated": "2023-05-02T11:52:07.689020-04:00",
                            "created_at": "2023-04-28T15:12:05.843742-04:00",
                            "name": "Everton",
                            "reward": "3.74000",
                            "odds": "3.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4e1b391-8c0e-4c16-9183-0a0a691f3212/?format=api"
                        }
                    ]
                },
                {
                    "id": "f4e7a3a6-935b-4a07-9879-45cb10f28766",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e0746701-8f2a-49e9-bf7e-a29d989d4e89/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:12:05.838038-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5389.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4611.0
                            }
                        ],
                        "expected_reward_tokens": 9268.11,
                        "profit_sb": -231.89,
                        "profit_sb_percentage": -2.44,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0e0199d0-321d-4f79-9409-10d044ffa9aa",
                            "gambit_id": "9d160c6e-97ca-4ed8-b390-dae192c5541a",
                            "last_updated": "2023-05-02T11:52:07.683906-04:00",
                            "created_at": "2023-04-28T15:12:05.839431-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.72000",
                            "odds": "1.75000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4e7a3a6-935b-4a07-9879-45cb10f28766/?format=api"
                        },
                        {
                            "id": "ebebc5a1-2c39-402b-a240-c1a78f7f9466",
                            "gambit_id": "b3e1156b-9f48-4291-81c5-20ad51782da1",
                            "last_updated": "2023-05-02T11:52:07.685768-04:00",
                            "created_at": "2023-04-28T15:12:05.840832-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "2.01000",
                            "odds": "2.05000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4e7a3a6-935b-4a07-9879-45cb10f28766/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ca0c1b20-9f21-4dcb-94ff-e3d3c46c55cc",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ec8c1a45-dcab-4cc8-bdbd-3cfcdb0db181",
            "completed": true,
            "last_updated": "2023-05-01T12:27:23.915331-04:00",
            "created_at": "2023-04-30T12:47:12.952764-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.4,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/ec8c1a45-dcab-4cc8-bdbd-3cfcdb0db181",
            "datetime": "2023-04-30T21:38:00-04:00",
            "cutoff_datetime": "2023-04-30T21:38:00-04:00",
            "name": "Seattle Kraken v. Colorado Avalanche",
            "bettypes": [
                {
                    "id": "a31d7ad5-1277-4ca5-a067-3dba010009f5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ca0c1b20-9f21-4dcb-94ff-e3d3c46c55cc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:12.967740-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6651.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 3349.0
                            }
                        ],
                        "expected_reward_tokens": 9444.18,
                        "profit_sb": -55.82,
                        "profit_sb_percentage": -0.59,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "225b5140-cf84-4cef-9506-5b81781fca86",
                            "gambit_id": "94cf4d4e-8298-43c4-a9af-dc7773ba33f3",
                            "last_updated": "2023-05-01T12:27:23.926635-04:00",
                            "created_at": "2023-04-30T12:47:12.969595-04:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a31d7ad5-1277-4ca5-a067-3dba010009f5/?format=api"
                        },
                        {
                            "id": "3741dd16-050d-4b7e-a2fd-050113e27956",
                            "gambit_id": "a38b2a16-5852-47c2-9816-b666e6648cc2",
                            "last_updated": "2023-05-01T12:27:23.928037-04:00",
                            "created_at": "2023-04-30T12:47:12.971458-04:00",
                            "name": "Seattle Kraken",
                            "reward": "2.82000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a31d7ad5-1277-4ca5-a067-3dba010009f5/?format=api"
                        }
                    ]
                },
                {
                    "id": "07985c4b-2dbc-4fdc-94a1-8698afc290c5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ca0c1b20-9f21-4dcb-94ff-e3d3c46c55cc/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:12.961467-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5599.0
                            },
                            {
                                "team": "Colorado Avalanche",
                                "amount": 4401.0
                            }
                        ],
                        "expected_reward_tokens": 9462.15,
                        "profit_sb": -37.85,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e8b9f237-2943-468e-8823-e688a353b33f",
                            "gambit_id": "dab1c956-92f9-4646-b7c2-7b6212a018cd",
                            "last_updated": "2023-05-01T12:27:23.923874-04:00",
                            "created_at": "2023-04-30T12:47:12.965569-04:00",
                            "name": "Seattle Kraken",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07985c4b-2dbc-4fdc-94a1-8698afc290c5/?format=api"
                        },
                        {
                            "id": "351c1430-29f6-4331-a626-d087d460f4cd",
                            "gambit_id": "2e730c2e-39dc-4070-b97f-e3e65106c9e2",
                            "last_updated": "2023-05-01T12:27:23.922568-04:00",
                            "created_at": "2023-04-30T12:47:12.963369-04:00",
                            "name": "Colorado Avalanche",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07985c4b-2dbc-4fdc-94a1-8698afc290c5/?format=api"
                        }
                    ]
                },
                {
                    "id": "345151d5-6df1-46bb-a821-a7abb8155270",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ca0c1b20-9f21-4dcb-94ff-e3d3c46c55cc/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:12.955460-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c655f5a6-5559-47f2-9a1e-2bbca681e76c",
                            "gambit_id": "780dc4e7-1acc-4c03-82a3-b17519839e59",
                            "last_updated": "2023-05-01T12:27:23.919938-04:00",
                            "created_at": "2023-04-30T12:47:12.959317-04:00",
                            "name": "Game Total Over 5.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345151d5-6df1-46bb-a821-a7abb8155270/?format=api"
                        },
                        {
                            "id": "e2f6e4f9-8a55-405d-ba95-196e1ee49556",
                            "gambit_id": "b57accca-7df3-465f-b518-775b747893d5",
                            "last_updated": "2023-05-01T12:27:23.918578-04:00",
                            "created_at": "2023-04-30T12:47:12.957402-04:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345151d5-6df1-46bb-a821-a7abb8155270/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cc71955e-41dc-4ac6-ad1a-2f83f559b9c3",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d4c29507-78a7-4bb9-95bd-3923a308c73c",
            "completed": true,
            "last_updated": "2023-05-01T12:27:23.754423-04:00",
            "created_at": "2023-04-30T12:47:12.755009-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.49,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d4c29507-78a7-4bb9-95bd-3923a308c73c",
            "datetime": "2023-04-30T18:30:00-04:00",
            "cutoff_datetime": "2023-04-30T18:30:00-04:00",
            "name": "Florida Panthers v. Boston Bruins",
            "bettypes": [
                {
                    "id": "6f0fc50e-051d-4251-8ec1-00209d5390ad",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc71955e-41dc-4ac6-ad1a-2f83f559b9c3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:12.775584-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6706.0
                            },
                            {
                                "team": "Florida Panthers",
                                "amount": 3294.0
                            }
                        ],
                        "expected_reward_tokens": 9453.78,
                        "profit_sb": -46.22,
                        "profit_sb_percentage": -0.49,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e63dadcb-3945-461f-995a-5d5e3f3989a1",
                            "gambit_id": "279a1f85-445f-4868-b1b5-834c363ebc4d",
                            "last_updated": "2023-05-01T12:27:23.766436-04:00",
                            "created_at": "2023-04-30T12:47:12.778036-04:00",
                            "name": "Boston Bruins",
                            "reward": "1.41000",
                            "odds": "1.42550",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0fc50e-051d-4251-8ec1-00209d5390ad/?format=api"
                        },
                        {
                            "id": "eb4d3094-69c9-4ace-be6f-9edcf7e9ad8e",
                            "gambit_id": "00feca9d-879b-4802-8b92-f3e110b017c9",
                            "last_updated": "2023-05-01T12:27:23.767963-04:00",
                            "created_at": "2023-04-30T12:47:12.780437-04:00",
                            "name": "Florida Panthers",
                            "reward": "2.87000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f0fc50e-051d-4251-8ec1-00209d5390ad/?format=api"
                        }
                    ]
                },
                {
                    "id": "5d3b7d86-9d48-4c2f-a988-b19b686ff2d3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc71955e-41dc-4ac6-ad1a-2f83f559b9c3/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:12.764149-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5512.0
                            },
                            {
                                "team": "Boston Bruins",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "224f3e8c-a2d0-4a10-b129-d9075df0a394",
                            "gambit_id": "097b3a90-3478-4e3a-ab71-b5373a9c6c31",
                            "last_updated": "2023-05-01T12:27:23.763403-04:00",
                            "created_at": "2023-04-30T12:47:12.768388-04:00",
                            "name": "Florida Panthers",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3b7d86-9d48-4c2f-a988-b19b686ff2d3/?format=api"
                        },
                        {
                            "id": "04069297-5395-4271-9ec9-261dfc1e4006",
                            "gambit_id": "e672459c-507d-42ce-ab7d-9c79e377e506",
                            "last_updated": "2023-05-01T12:27:23.761827-04:00",
                            "created_at": "2023-04-30T12:47:12.765982-04:00",
                            "name": "Boston Bruins",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3b7d86-9d48-4c2f-a988-b19b686ff2d3/?format=api"
                        }
                    ]
                },
                {
                    "id": "0eada13d-c876-4b3a-a0ea-888d8ef5e6e9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cc71955e-41dc-4ac6-ad1a-2f83f559b9c3/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:12.757685-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5213.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2da4b579-29ab-4c8b-a0c8-06b7593b13ee",
                            "gambit_id": "d60825d7-2265-49a2-8c6a-a77c65f6ef76",
                            "last_updated": "2023-05-01T12:27:23.758975-04:00",
                            "created_at": "2023-04-30T12:47:12.762000-04:00",
                            "name": "Game Total Over 6",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eada13d-c876-4b3a-a0ea-888d8ef5e6e9/?format=api"
                        },
                        {
                            "id": "d7f9da0e-d698-4c82-8257-bce4384302ca",
                            "gambit_id": "f099630e-abf7-4d07-a6b9-ea3163c0e353",
                            "last_updated": "2023-05-01T12:27:23.757671-04:00",
                            "created_at": "2023-04-30T12:47:12.759909-04:00",
                            "name": "Game Total Under 6",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eada13d-c876-4b3a-a0ea-888d8ef5e6e9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "997b301f-2608-4abe-ac24-b94afa645b16",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cab33129-df55-4dc2-959d-493b3272b712",
            "completed": true,
            "last_updated": "2023-05-01T12:27:23.588146-04:00",
            "created_at": "2023-04-30T12:47:12.562239-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.34,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/cab33129-df55-4dc2-959d-493b3272b712",
            "datetime": "2023-04-30T16:10:00-04:00",
            "cutoff_datetime": "2023-04-30T16:10:00-04:00",
            "name": "STL (J Woodford) v. LOS (N Syndergaard)",
            "bettypes": [
                {
                    "id": "58be7b5e-08bc-46ed-829b-36c25eb1a57d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/997b301f-2608-4abe-ac24-b94afa645b16/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:12.579276-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 (N Syndergaard)",
                                "amount": 5663.0
                            },
                            {
                                "team": "STL (J Woodford)",
                                "amount": 4337.0
                            }
                        ],
                        "expected_reward_tokens": 9627.1,
                        "profit_sb": 127.1,
                        "profit_sb_percentage": 1.34,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c346c228-f015-427b-a0aa-d6f62c10f9a7",
                            "gambit_id": "df2eca75-e95a-4103-9eb7-af663e699859",
                            "last_updated": "2023-05-01T12:27:23.605014-04:00",
                            "created_at": "2023-04-30T12:47:12.581415-04:00",
                            "name": "LOS (N Syndergaard)",
                            "reward": "1.70000",
                            "odds": "1.72990",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58be7b5e-08bc-46ed-829b-36c25eb1a57d/?format=api"
                        },
                        {
                            "id": "99f5089c-524c-49a5-ba14-b2ef58ce74cb",
                            "gambit_id": "0c65be3b-8661-47cc-bb94-c2bd8608bc8b",
                            "last_updated": "2023-05-01T12:27:23.607009-04:00",
                            "created_at": "2023-04-30T12:47:12.583648-04:00",
                            "name": "STL (J Woodford)",
                            "reward": "2.22000",
                            "odds": "2.27000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58be7b5e-08bc-46ed-829b-36c25eb1a57d/?format=api"
                        }
                    ]
                },
                {
                    "id": "a5e9a584-f5bf-45a2-92aa-8cfcee6ef961",
                    "match": "https://api-prod.gambitprofit.com/api/matches/997b301f-2608-4abe-ac24-b94afa645b16/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:12.571262-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "STL",
                                "amount": 5784.0
                            },
                            {
                                "team": "LOS",
                                "amount": 4216.0
                            }
                        ],
                        "expected_reward_tokens": 9485.76,
                        "profit_sb": -14.24,
                        "profit_sb_percentage": -0.15,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e004d328-387a-4cbc-a02d-31c09b61c0c2",
                            "gambit_id": "a00914fd-b925-4651-807e-f0a7bd964a1a",
                            "last_updated": "2023-05-01T12:27:23.601128-04:00",
                            "created_at": "2023-04-30T12:47:12.576566-04:00",
                            "name": "STL",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5e9a584-f5bf-45a2-92aa-8cfcee6ef961/?format=api"
                        },
                        {
                            "id": "c1c56836-0c77-4de7-ac0a-7c64325fa7ef",
                            "gambit_id": "6b7bd7d6-ffc1-44bc-a43a-09109b3ca324",
                            "last_updated": "2023-05-01T12:27:23.599111-04:00",
                            "created_at": "2023-04-30T12:47:12.573752-04:00",
                            "name": "LOS",
                            "reward": "2.25000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5e9a584-f5bf-45a2-92aa-8cfcee6ef961/?format=api"
                        }
                    ]
                },
                {
                    "id": "ffa874e6-6a50-4be5-afc5-f7659c087aa8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/997b301f-2608-4abe-ac24-b94afa645b16/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:12.564949-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 10",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 10",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "42d2ceff-8a11-4b5b-a869-d6282925f95a",
                            "gambit_id": "5c304ba9-3e9a-48b0-bd07-f9b3773572e3",
                            "last_updated": "2023-05-01T12:27:23.595193-04:00",
                            "created_at": "2023-04-30T12:47:12.568833-04:00",
                            "name": "Game Total Over 10",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffa874e6-6a50-4be5-afc5-f7659c087aa8/?format=api"
                        },
                        {
                            "id": "e518dc4b-2723-46d8-a02f-aeddddb5181b",
                            "gambit_id": "ca986297-e70d-4c1f-afad-5d995eae348c",
                            "last_updated": "2023-05-01T12:27:23.593040-04:00",
                            "created_at": "2023-04-30T12:47:12.566800-04:00",
                            "name": "Game Total Under 10",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffa874e6-6a50-4be5-afc5-f7659c087aa8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3e55fe33-e8fb-418c-b214-ad346a83174e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "46302118-aa65-4419-ae48-8869f55af711",
            "completed": true,
            "last_updated": "2023-05-01T12:27:23.288451-04:00",
            "created_at": "2023-04-30T12:47:12.364750-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/46302118-aa65-4419-ae48-8869f55af711",
            "datetime": "2023-04-30T16:05:00-04:00",
            "cutoff_datetime": "2023-04-30T16:05:00-04:00",
            "name": "SFO (A Cobb) v. SDG (Y Darvish)",
            "bettypes": [
                {
                    "id": "be747ad5-153a-43de-b3bc-7d18495d0260",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3e55fe33-e8fb-418c-b214-ad346a83174e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:12.380055-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SDG (Y Darvish)",
                                "amount": 5787.0
                            },
                            {
                                "team": "SFO (A Cobb)",
                                "amount": 4213.0
                            }
                        ],
                        "expected_reward_tokens": 9605.64,
                        "profit_sb": 105.64,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "524f7e7b-9bd2-4f36-b23b-1fe495c5ed00",
                            "gambit_id": "7cfe2104-6135-4ac0-823b-956e970d4acb",
                            "last_updated": "2023-05-01T12:27:23.302041-04:00",
                            "created_at": "2023-04-30T12:47:12.382006-04:00",
                            "name": "SDG (Y Darvish)",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be747ad5-153a-43de-b3bc-7d18495d0260/?format=api"
                        },
                        {
                            "id": "33ec0f9b-36b8-4fee-9fb7-51c86db19589",
                            "gambit_id": "5d02b8d8-bac9-43f0-9ece-4feae1fbc538",
                            "last_updated": "2023-05-01T12:27:23.304081-04:00",
                            "created_at": "2023-04-30T12:47:12.384204-04:00",
                            "name": "SFO (A Cobb)",
                            "reward": "2.28000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be747ad5-153a-43de-b3bc-7d18495d0260/?format=api"
                        }
                    ]
                },
                {
                    "id": "90b8f801-5387-443b-b148-cb668d4a5a76",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3e55fe33-e8fb-418c-b214-ad346a83174e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:12.372280-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SFO",
                                "amount": 5317.0
                            },
                            {
                                "team": "SDG",
                                "amount": 4683.0
                            }
                        ],
                        "expected_reward_tokens": 9411.09,
                        "profit_sb": -88.91,
                        "profit_sb_percentage": -0.94,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d5a8e81e-6ca8-4a23-badf-cac00068b229",
                            "gambit_id": "ee97115c-f72f-40ef-85e6-f7ffd194ff63",
                            "last_updated": "2023-05-01T12:27:23.298273-04:00",
                            "created_at": "2023-04-30T12:47:12.377912-04:00",
                            "name": "SFO",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b8f801-5387-443b-b148-cb668d4a5a76/?format=api"
                        },
                        {
                            "id": "070466cc-b260-4569-9010-49a53197af3b",
                            "gambit_id": "21606b57-9258-42bb-9aed-ae029b4b9e40",
                            "last_updated": "2023-05-01T12:27:23.296275-04:00",
                            "created_at": "2023-04-30T12:47:12.374169-04:00",
                            "name": "SDG",
                            "reward": "2.01000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b8f801-5387-443b-b148-cb668d4a5a76/?format=api"
                        }
                    ]
                },
                {
                    "id": "eb4098c4-0a3f-4f41-8557-9e6e36e51f29",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3e55fe33-e8fb-418c-b214-ad346a83174e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:12.367198-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 19.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 19.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "75785d18-1af6-49d3-8231-36fc20beef12",
                            "gambit_id": "4181cd65-88aa-463d-9f12-56cb4fbd8e7d",
                            "last_updated": "2023-05-01T12:27:23.293633-04:00",
                            "created_at": "2023-04-30T12:47:12.370559-04:00",
                            "name": "Game Total Over 19.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "19.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4098c4-0a3f-4f41-8557-9e6e36e51f29/?format=api"
                        },
                        {
                            "id": "b41725f0-b1ed-4cab-88ad-84356b02b8ab",
                            "gambit_id": "e5291528-c0dd-4447-9562-e070facce3f0",
                            "last_updated": "2023-05-01T12:27:23.292187-04:00",
                            "created_at": "2023-04-30T12:47:12.368854-04:00",
                            "name": "Game Total Under 19.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "19.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4098c4-0a3f-4f41-8557-9e6e36e51f29/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7aa72830-7ef4-4baf-a070-b2fa3c0b6afa",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "61512b76-0427-4ac9-86e0-78033a2143a7",
            "completed": true,
            "last_updated": "2023-05-01T12:27:25.326643-04:00",
            "created_at": "2023-04-30T12:47:12.185978-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.24,
            "sport_category": "NBA Playoffs",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/61512b76-0427-4ac9-86e0-78033a2143a7",
            "datetime": "2023-04-30T15:30:00-04:00",
            "cutoff_datetime": "2023-04-30T15:30:00-04:00",
            "name": "Golden State Warriors v. Sacramento Kings",
            "bettypes": [
                {
                    "id": "ebe7ac56-caa2-402a-9eb0-7fefed74dd16",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7aa72830-7ef4-4baf-a070-b2fa3c0b6afa/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:12.202263-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5213.0
                            },
                            {
                                "team": "Golden State Warriors",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c55abde0-77d9-4277-88f5-837d36154860",
                            "gambit_id": "b718c2b2-46f6-45f2-ad0e-f601c7b6f13b",
                            "last_updated": "2023-05-01T12:27:25.345674-04:00",
                            "created_at": "2023-04-30T12:47:12.203779-04:00",
                            "name": "Sacramento Kings",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebe7ac56-caa2-402a-9eb0-7fefed74dd16/?format=api"
                        },
                        {
                            "id": "74bf5173-7258-4435-ac96-b21f5b4eea9e",
                            "gambit_id": "7f11b0d8-0d4b-4b29-b8e5-c4ec07ba1c14",
                            "last_updated": "2023-05-01T12:27:25.347453-04:00",
                            "created_at": "2023-04-30T12:47:12.207659-04:00",
                            "name": "Golden State Warriors",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebe7ac56-caa2-402a-9eb0-7fefed74dd16/?format=api"
                        }
                    ]
                },
                {
                    "id": "5d25a75e-0033-475f-901a-afa6e1a5d084",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7aa72830-7ef4-4baf-a070-b2fa3c0b6afa/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:12.196458-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Golden State Warriors",
                                "amount": 5000.0
                            },
                            {
                                "team": "Sacramento Kings",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fe0ceb8a-cb4a-49cc-9595-fd050b49648a",
                            "gambit_id": "1bb7a64b-aaa7-4578-9d34-2143dfa91587",
                            "last_updated": "2023-05-01T12:27:25.341634-04:00",
                            "created_at": "2023-04-30T12:47:12.200136-04:00",
                            "name": "Golden State Warriors",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d25a75e-0033-475f-901a-afa6e1a5d084/?format=api"
                        },
                        {
                            "id": "528a08a4-2a0f-415a-82dd-fc359238c823",
                            "gambit_id": "92034ffa-569d-47d4-af02-f8a33f63d039",
                            "last_updated": "2023-05-01T12:27:25.339213-04:00",
                            "created_at": "2023-04-30T12:47:12.198245-04:00",
                            "name": "Sacramento Kings",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d25a75e-0033-475f-901a-afa6e1a5d084/?format=api"
                        }
                    ]
                },
                {
                    "id": "5c0e0752-af18-41cc-a19b-51ed042d4f5a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7aa72830-7ef4-4baf-a070-b2fa3c0b6afa/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:12.188374-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 229.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 229.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2dd0fc17-155c-4808-978c-a3ecb085c20e",
                            "gambit_id": "27abcf83-a0e9-4c59-977b-2f47bdc5236f",
                            "last_updated": "2023-05-01T12:27:25.334157-04:00",
                            "created_at": "2023-04-30T12:47:12.192069-04:00",
                            "name": "Game Total Over 229.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "229.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0e0752-af18-41cc-a19b-51ed042d4f5a/?format=api"
                        },
                        {
                            "id": "a8ac8aed-e58f-4f5d-a49c-dec7c09ab315",
                            "gambit_id": "e2012571-38bd-49af-9f52-caff7011f164",
                            "last_updated": "2023-05-01T12:27:25.331549-04:00",
                            "created_at": "2023-04-30T12:47:12.190184-04:00",
                            "name": "Game Total Under 229.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "229.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0e0752-af18-41cc-a19b-51ed042d4f5a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dd1d16e7-6841-4e90-99e0-2c82dcb72304",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "33c8c239-8f81-4881-9d6f-58374d12eaa1",
            "completed": true,
            "last_updated": "2023-05-01T12:27:25.133342-04:00",
            "created_at": "2023-04-30T12:47:12.008950-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.09,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/33c8c239-8f81-4881-9d6f-58374d12eaa1",
            "datetime": "2023-04-30T15:10:00-04:00",
            "cutoff_datetime": "2023-04-30T15:10:00-04:00",
            "name": "ARI (R Nelson) v. COL (A Gomber)",
            "bettypes": [
                {
                    "id": "7c8889d6-21ad-4d33-96d3-8f4231db6960",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd1d16e7-6841-4e90-99e0-2c82dcb72304/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:12.024933-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "ARI (R Nelson)",
                                "amount": 5426.0
                            },
                            {
                                "team": "COL (A Gomber)",
                                "amount": 4574.0
                            }
                        ],
                        "expected_reward_tokens": 9604.02,
                        "profit_sb": 104.02,
                        "profit_sb_percentage": 1.09,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "40d28cd2-5fd8-4b5b-850c-4fb90e87a742",
                            "gambit_id": "a9c4da02-e24d-4ad1-865b-a2ba7a0b960d",
                            "last_updated": "2023-05-01T12:27:25.151216-04:00",
                            "created_at": "2023-04-30T12:47:12.028543-04:00",
                            "name": "ARI (R Nelson)",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8889d6-21ad-4d33-96d3-8f4231db6960/?format=api"
                        },
                        {
                            "id": "ce00f871-1d55-47af-b71b-5ce602983537",
                            "gambit_id": "daf13efc-8ec7-44cd-b5a4-9d254efdb23d",
                            "last_updated": "2023-05-01T12:27:25.149472-04:00",
                            "created_at": "2023-04-30T12:47:12.026733-04:00",
                            "name": "COL (A Gomber)",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c8889d6-21ad-4d33-96d3-8f4231db6960/?format=api"
                        }
                    ]
                },
                {
                    "id": "beb61720-71c8-4074-b786-5327d4d9cbb1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd1d16e7-6841-4e90-99e0-2c82dcb72304/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:12.019608-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "COL",
                                "amount": 5599.0
                            },
                            {
                                "team": "ARI",
                                "amount": 4401.0
                            }
                        ],
                        "expected_reward_tokens": 9462.15,
                        "profit_sb": -37.85,
                        "profit_sb_percentage": -0.4,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "286b1fa6-f943-4106-a9a1-0ba015e91058",
                            "gambit_id": "bd1beb67-c218-4fa8-9fcf-77a834b9c136",
                            "last_updated": "2023-05-01T12:27:25.143665-04:00",
                            "created_at": "2023-04-30T12:47:12.021419-04:00",
                            "name": "COL",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beb61720-71c8-4074-b786-5327d4d9cbb1/?format=api"
                        },
                        {
                            "id": "9b3ed7b9-9c89-4e44-b3f6-9121fbbddd85",
                            "gambit_id": "4f75179c-474a-474b-b8d5-e52992149eec",
                            "last_updated": "2023-05-01T12:27:25.145545-04:00",
                            "created_at": "2023-04-30T12:47:12.023122-04:00",
                            "name": "ARI",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beb61720-71c8-4074-b786-5327d4d9cbb1/?format=api"
                        }
                    ]
                },
                {
                    "id": "ff3082e4-8341-4de6-a4f9-9b60c55d91f8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd1d16e7-6841-4e90-99e0-2c82dcb72304/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:12.012029-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 12",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 12",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "57951fa4-ca10-42cc-af4f-136bd5945a93",
                            "gambit_id": "cee1467e-9a3b-4f6a-a5e2-e69aa374282f",
                            "last_updated": "2023-05-01T12:27:25.137830-04:00",
                            "created_at": "2023-04-30T12:47:12.014563-04:00",
                            "name": "Game Total Under 12",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "12.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3082e4-8341-4de6-a4f9-9b60c55d91f8/?format=api"
                        },
                        {
                            "id": "c3863fd4-aff9-4266-9177-62d4b2bffe42",
                            "gambit_id": "f33f5553-199e-406e-affb-efac9e83094f",
                            "last_updated": "2023-05-01T12:27:25.139821-04:00",
                            "created_at": "2023-04-30T12:47:12.017114-04:00",
                            "name": "Game Total Over 12",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "12.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff3082e4-8341-4de6-a4f9-9b60c55d91f8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e3b630cd-5326-4d94-8204-8be3eeda38c9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "88b79ada-2cc4-42f6-8d95-b31f57ed39f5",
            "completed": true,
            "last_updated": "2023-05-01T12:27:20.661043-04:00",
            "created_at": "2023-04-28T15:07:05.834611-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.24,
            "sport_category": "XFL Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/88b79ada-2cc4-42f6-8d95-b31f57ed39f5",
            "datetime": "2023-04-30T15:00:00-04:00",
            "cutoff_datetime": "2023-04-30T15:00:00-04:00",
            "name": "Seattle Sea Dragons v. DC Defenders",
            "bettypes": [
                {
                    "id": "20a0713c-dbbd-4481-84c8-f673d70b814b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e3b630cd-5326-4d94-8204-8be3eeda38c9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:07:05.836511-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "DC Defenders",
                                "amount": 5423.0
                            },
                            {
                                "team": "Seattle Sea Dragons",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9f1aa85c-3d73-4f10-ba7b-48ce99ce6794",
                            "gambit_id": "273d491d-1394-4d47-8a33-7691403836da",
                            "last_updated": "2023-05-01T12:27:20.664661-04:00",
                            "created_at": "2023-04-28T15:07:05.838047-04:00",
                            "name": "DC Defenders",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20a0713c-dbbd-4481-84c8-f673d70b814b/?format=api"
                        },
                        {
                            "id": "bad12d03-aee8-4c73-92a8-29b5d1cb9d5c",
                            "gambit_id": "877ef535-caa2-4da0-a3b8-74e4fd7acb12",
                            "last_updated": "2023-05-01T12:27:20.666107-04:00",
                            "created_at": "2023-04-28T15:07:05.839728-04:00",
                            "name": "Seattle Sea Dragons",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20a0713c-dbbd-4481-84c8-f673d70b814b/?format=api"
                        }
                    ]
                },
                {
                    "id": "4f70e021-dd01-4e55-a5a3-82cc88a5c65b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e3b630cd-5326-4d94-8204-8be3eeda38c9/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T15:07:05.845932-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "DC Defenders",
                                "amount": 5000.0
                            },
                            {
                                "team": "Seattle Sea Dragons",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b4d523e8-b547-4ab7-a496-9dc434672b7f",
                            "gambit_id": "5c8e59fe-586c-43b0-8de6-2cb0c5b9ecd1",
                            "last_updated": "2023-05-01T12:27:20.673465-04:00",
                            "created_at": "2023-04-28T15:07:05.847383-04:00",
                            "name": "DC Defenders",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f70e021-dd01-4e55-a5a3-82cc88a5c65b/?format=api"
                        },
                        {
                            "id": "7dce33c1-f91b-4a70-8c8d-1a351e1aae87",
                            "gambit_id": "1ddb7502-e33d-4be0-9997-0b038e15b999",
                            "last_updated": "2023-05-01T12:27:20.675004-04:00",
                            "created_at": "2023-04-28T15:07:05.848934-04:00",
                            "name": "Seattle Sea Dragons",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f70e021-dd01-4e55-a5a3-82cc88a5c65b/?format=api"
                        }
                    ]
                },
                {
                    "id": "5c277572-9c82-4b32-9995-5433e5f96438",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e3b630cd-5326-4d94-8204-8be3eeda38c9/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:07:05.841374-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 48.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e90f4915-d3e7-4df8-9a62-daceacf306e6",
                            "gambit_id": "971c67af-aedf-44d9-98b2-1db299baf764",
                            "last_updated": "2023-05-01T12:27:20.668926-04:00",
                            "created_at": "2023-04-28T15:07:05.842788-04:00",
                            "name": "Game Total Under 48.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "48.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c277572-9c82-4b32-9995-5433e5f96438/?format=api"
                        },
                        {
                            "id": "3f931782-ba68-438a-ae54-c130876ea6d0",
                            "gambit_id": "ca8ad6df-c1a3-4091-86d7-d5ef73cf3258",
                            "last_updated": "2023-05-01T12:27:20.670432-04:00",
                            "created_at": "2023-04-28T15:07:05.844345-04:00",
                            "name": "Game Total Over 48.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "48.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c277572-9c82-4b32-9995-5433e5f96438/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dd57fe11-1ffc-4e7b-83f0-c6f287aea3f3",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "78f830ef-1d87-4cd7-adf8-da0db3941133",
            "completed": true,
            "last_updated": "2023-05-01T12:27:24.845348-04:00",
            "created_at": "2023-04-30T12:47:11.832057-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.18,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/78f830ef-1d87-4cd7-adf8-da0db3941133",
            "datetime": "2023-04-30T14:35:00-04:00",
            "cutoff_datetime": "2023-04-30T14:35:00-04:00",
            "name": "NYY (N Cortes) v. TEX (M Perez)",
            "bettypes": [
                {
                    "id": "f6fefcc0-a24c-458d-b887-84e6f6159338",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd57fe11-1ffc-4e7b-83f0-c6f287aea3f3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:11.844381-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYY (N Cortes)",
                                "amount": 5311.0
                            },
                            {
                                "team": "TEX (M Perez)",
                                "amount": 4689.0
                            }
                        ],
                        "expected_reward_tokens": 9612.45,
                        "profit_sb": 112.45,
                        "profit_sb_percentage": 1.18,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b61b9bec-2c0c-48fd-bd8c-a116fdcef779",
                            "gambit_id": "4674bdb8-157a-40c2-a446-0555799ca5ab",
                            "last_updated": "2023-05-01T12:27:24.862351-04:00",
                            "created_at": "2023-04-30T12:47:11.847344-04:00",
                            "name": "NYY (N Cortes)",
                            "reward": "1.81000",
                            "odds": "1.84030",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6fefcc0-a24c-458d-b887-84e6f6159338/?format=api"
                        },
                        {
                            "id": "58688bde-395a-410d-a949-44ed98811092",
                            "gambit_id": "60c2e32c-7cd2-4ee7-98d7-a5c0ac108fe7",
                            "last_updated": "2023-05-01T12:27:24.860630-04:00",
                            "created_at": "2023-04-30T12:47:11.845812-04:00",
                            "name": "TEX (M Perez)",
                            "reward": "2.05000",
                            "odds": "2.09000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6fefcc0-a24c-458d-b887-84e6f6159338/?format=api"
                        }
                    ]
                },
                {
                    "id": "56820bcf-ba97-4962-a400-beb167c27886",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd57fe11-1ffc-4e7b-83f0-c6f287aea3f3/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:11.839757-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TEX",
                                "amount": 5939.0
                            },
                            {
                                "team": "NYY",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3e14166e-ba4a-4760-8249-d5803388bd01",
                            "gambit_id": "90831990-d05d-4496-b66b-25fb5f80a317",
                            "last_updated": "2023-05-01T12:27:24.855515-04:00",
                            "created_at": "2023-04-30T12:47:11.841218-04:00",
                            "name": "TEX",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56820bcf-ba97-4962-a400-beb167c27886/?format=api"
                        },
                        {
                            "id": "685d10a0-81fd-4f2c-a844-97e47d5d95bb",
                            "gambit_id": "9ad91433-4e69-4411-88d3-d024193c99e9",
                            "last_updated": "2023-05-01T12:27:24.857190-04:00",
                            "created_at": "2023-04-30T12:47:11.842787-04:00",
                            "name": "NYY",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56820bcf-ba97-4962-a400-beb167c27886/?format=api"
                        }
                    ]
                },
                {
                    "id": "29b634ff-e256-4130-8224-5011911f9d18",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd57fe11-1ffc-4e7b-83f0-c6f287aea3f3/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:11.834714-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "605167a5-76e8-4a08-85a6-4ac93e23ae95",
                            "gambit_id": "91de074e-3c14-4ff4-8d89-b84a06881864",
                            "last_updated": "2023-05-01T12:27:24.851862-04:00",
                            "created_at": "2023-04-30T12:47:11.838084-04:00",
                            "name": "Game Total Over 8",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29b634ff-e256-4130-8224-5011911f9d18/?format=api"
                        },
                        {
                            "id": "d07a3104-c068-4dce-a092-f3564ab01a05",
                            "gambit_id": "33340730-e51b-4d67-9c29-18741b3b6b52",
                            "last_updated": "2023-05-01T12:27:24.849972-04:00",
                            "created_at": "2023-04-30T12:47:11.836406-04:00",
                            "name": "Game Total Under 8",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29b634ff-e256-4130-8224-5011911f9d18/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8f0fe9b7-5b95-4131-b2f3-1332d1bff29d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c3ff626e-a734-4466-9fa1-cff23ca96d76",
            "completed": true,
            "last_updated": "2023-05-01T12:27:24.396536-04:00",
            "created_at": "2023-04-30T12:47:11.509069-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.95,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/c3ff626e-a734-4466-9fa1-cff23ca96d76",
            "datetime": "2023-04-30T14:10:00-04:00",
            "cutoff_datetime": "2023-04-30T14:10:00-04:00",
            "name": "LAA (J Suarez) v. MIL (C Rea)",
            "bettypes": [
                {
                    "id": "e10ab92d-685e-433f-bee2-8d6436f111b7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f0fe9b7-5b95-4131-b2f3-1332d1bff29d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:11.522799-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "MIL (C Rea)",
                                "amount": 5299.0
                            },
                            {
                                "team": "LAA (J Suarez)",
                                "amount": 4701.0
                            }
                        ],
                        "expected_reward_tokens": 9590.04,
                        "profit_sb": 90.04,
                        "profit_sb_percentage": 0.95,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "400e61fd-4d15-4c40-bb55-feea02f48e73",
                            "gambit_id": "c16c32eb-d95c-4a69-a4b1-4d791235a5fd",
                            "last_updated": "2023-05-01T12:27:24.413066-04:00",
                            "created_at": "2023-04-30T12:47:11.524249-04:00",
                            "name": "MIL (C Rea)",
                            "reward": "1.81000",
                            "odds": "1.84750",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e10ab92d-685e-433f-bee2-8d6436f111b7/?format=api"
                        },
                        {
                            "id": "f3ac9af6-8e2b-47dd-837a-53a1689abce4",
                            "gambit_id": "8e26efaf-9ff4-447d-a730-ea1b72d01b84",
                            "last_updated": "2023-05-01T12:27:24.415018-04:00",
                            "created_at": "2023-04-30T12:47:11.526217-04:00",
                            "name": "LAA (J Suarez)",
                            "reward": "2.04000",
                            "odds": "2.08000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e10ab92d-685e-433f-bee2-8d6436f111b7/?format=api"
                        }
                    ]
                },
                {
                    "id": "066aaed0-ce7d-4cc5-a4e8-221afbbda95b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f0fe9b7-5b95-4131-b2f3-1332d1bff29d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:11.517567-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "LAA",
                                "amount": 6163.0
                            },
                            {
                                "team": "MIL",
                                "amount": 3837.0
                            }
                        ],
                        "expected_reward_tokens": 9552.65,
                        "profit_sb": 52.65,
                        "profit_sb_percentage": 0.55,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "427007f3-caaa-41bc-807c-a31c1212c8df",
                            "gambit_id": "fafb6021-dc3d-4da4-8e11-c63cf94334ee",
                            "last_updated": "2023-05-01T12:27:24.409273-04:00",
                            "created_at": "2023-04-30T12:47:11.521041-04:00",
                            "name": "LAA",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/066aaed0-ce7d-4cc5-a4e8-221afbbda95b/?format=api"
                        },
                        {
                            "id": "0fd3c21c-bcf7-4122-a0ac-4ad2c762f52c",
                            "gambit_id": "29614d53-c3ba-4108-805e-14ca5c9bb370",
                            "last_updated": "2023-05-01T12:27:24.407363-04:00",
                            "created_at": "2023-04-30T12:47:11.519202-04:00",
                            "name": "MIL",
                            "reward": "2.49000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/066aaed0-ce7d-4cc5-a4e8-221afbbda95b/?format=api"
                        }
                    ]
                },
                {
                    "id": "2cd9f188-11d9-4bbe-9837-f51b956b8706",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f0fe9b7-5b95-4131-b2f3-1332d1bff29d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:11.511122-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 9.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 9.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4b7d3bf0-8d81-4642-8398-12e912ad0ab0",
                            "gambit_id": "ab57c843-6b3f-4a4e-aa48-0f633bac0897",
                            "last_updated": "2023-05-01T12:27:24.403339-04:00",
                            "created_at": "2023-04-30T12:47:11.515317-04:00",
                            "name": "Game Total Over 9.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cd9f188-11d9-4bbe-9837-f51b956b8706/?format=api"
                        },
                        {
                            "id": "b91860cb-ab0a-4352-8a1d-2c72ec3bd4e0",
                            "gambit_id": "9b34d54a-f72a-4088-9789-0955d8064def",
                            "last_updated": "2023-05-01T12:27:24.401320-04:00",
                            "created_at": "2023-04-30T12:47:11.512852-04:00",
                            "name": "Game Total Under 9.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cd9f188-11d9-4bbe-9837-f51b956b8706/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "853be0ec-caef-4721-8b25-fe8e8f647a32",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "95babf3f-193e-4f4a-82a5-d97778f25bfa",
            "completed": true,
            "last_updated": "2023-05-01T12:27:24.585792-04:00",
            "created_at": "2023-04-30T12:47:11.666652-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.26,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/95babf3f-193e-4f4a-82a5-d97778f25bfa",
            "datetime": "2023-04-30T14:10:00-04:00",
            "cutoff_datetime": "2023-04-30T14:10:00-04:00",
            "name": "TAM (D Rasmussen) v. CWS (M Clevinger)",
            "bettypes": [
                {
                    "id": "8e1bdba9-193c-4f8d-988d-a9bfcd9bafae",
                    "match": "https://api-prod.gambitprofit.com/api/matches/853be0ec-caef-4721-8b25-fe8e8f647a32/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:11.681719-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TAM (D Rasmussen)",
                                "amount": 6308.0
                            },
                            {
                                "team": "CWS (M Clevinger)",
                                "amount": 3692.0
                            }
                        ],
                        "expected_reward_tokens": 9525.08,
                        "profit_sb": 25.08,
                        "profit_sb_percentage": 0.26,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "fe457145-b274-4bca-af74-ff9bfa50fe5c",
                            "gambit_id": "1b696ec8-8813-4ff3-a0b9-902e0e0b4e4b",
                            "last_updated": "2023-05-01T12:27:24.601543-04:00",
                            "created_at": "2023-04-30T12:47:11.684760-04:00",
                            "name": "TAM (D Rasmussen)",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e1bdba9-193c-4f8d-988d-a9bfcd9bafae/?format=api"
                        },
                        {
                            "id": "ac7a8513-db57-43d9-94fc-6675edfb2229",
                            "gambit_id": "1bfb4c32-6806-44da-90da-fffa07aff4aa",
                            "last_updated": "2023-05-01T12:27:24.599939-04:00",
                            "created_at": "2023-04-30T12:47:11.683205-04:00",
                            "name": "CWS (M Clevinger)",
                            "reward": "2.58000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e1bdba9-193c-4f8d-988d-a9bfcd9bafae/?format=api"
                        }
                    ]
                },
                {
                    "id": "b9e5df50-716f-428c-863a-1cb21c8d4f59",
                    "match": "https://api-prod.gambitprofit.com/api/matches/853be0ec-caef-4721-8b25-fe8e8f647a32/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:11.677037-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TAM",
                                "amount": 5213.0
                            },
                            {
                                "team": "CWS",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8b7da55d-9705-4fe7-a6c3-b9169371a6be",
                            "gambit_id": "92a5e8f6-20a3-493d-a5fa-3986e99061a8",
                            "last_updated": "2023-05-01T12:27:24.596754-04:00",
                            "created_at": "2023-04-30T12:47:11.680128-04:00",
                            "name": "TAM",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9e5df50-716f-428c-863a-1cb21c8d4f59/?format=api"
                        },
                        {
                            "id": "3e67e470-600c-449b-beb7-0cd98c13a4f7",
                            "gambit_id": "574fdc19-ee94-442e-83dc-0f75e2823efc",
                            "last_updated": "2023-05-01T12:27:24.595178-04:00",
                            "created_at": "2023-04-30T12:47:11.678511-04:00",
                            "name": "CWS",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9e5df50-716f-428c-863a-1cb21c8d4f59/?format=api"
                        }
                    ]
                },
                {
                    "id": "3d830b78-785b-4ed8-82fd-e004a85ba265",
                    "match": "https://api-prod.gambitprofit.com/api/matches/853be0ec-caef-4721-8b25-fe8e8f647a32/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:11.669144-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 9",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4d68d1c3-e0e6-4e42-98f0-f7f440535be4",
                            "gambit_id": "5d12885e-1449-4ca3-ae37-f12695007298",
                            "last_updated": "2023-05-01T12:27:24.590023-04:00",
                            "created_at": "2023-04-30T12:47:11.671778-04:00",
                            "name": "Game Total Under 9",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d830b78-785b-4ed8-82fd-e004a85ba265/?format=api"
                        },
                        {
                            "id": "e2321349-f836-4333-a1e4-c290d1e68a3b",
                            "gambit_id": "8a00aa25-99f1-4c28-bf32-5a4fccd63206",
                            "last_updated": "2023-05-01T12:27:24.591714-04:00",
                            "created_at": "2023-04-30T12:47:11.674934-04:00",
                            "name": "Game Total Over 9",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d830b78-785b-4ed8-82fd-e004a85ba265/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "556c1aa3-fa6c-4bef-8f33-3ce35301d1e9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5df80576-0f88-402e-8e54-9b9795c2738a",
            "completed": true,
            "last_updated": "2023-05-01T12:27:24.163994-04:00",
            "created_at": "2023-04-30T12:47:11.335461-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.58,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/5df80576-0f88-402e-8e54-9b9795c2738a",
            "datetime": "2023-04-30T14:10:00-04:00",
            "cutoff_datetime": "2023-04-30T14:10:00-04:00",
            "name": "KAN (B Singer) v. MIN (S Gray)",
            "bettypes": [
                {
                    "id": "52adc696-8942-4de0-987d-152d0d249454",
                    "match": "https://api-prod.gambitprofit.com/api/matches/556c1aa3-fa6c-4bef-8f33-3ce35301d1e9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-30T12:47:11.349932-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "MIN (S Gray)",
                                "amount": 6500.0
                            },
                            {
                                "team": "KAN (B Singer)",
                                "amount": 3500.0
                            }
                        ],
                        "expected_reward_tokens": 9555.0,
                        "profit_sb": 55.0,
                        "profit_sb_percentage": 0.58,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6ddcbe68-9e76-4b1b-84a1-3bab6b5451f6",
                            "gambit_id": "725f00fc-f4cb-4efe-b804-c4f87c4ed708",
                            "last_updated": "2023-05-01T12:27:24.180958-04:00",
                            "created_at": "2023-04-30T12:47:11.351786-04:00",
                            "name": "MIN (S Gray)",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52adc696-8942-4de0-987d-152d0d249454/?format=api"
                        },
                        {
                            "id": "896ccb86-7612-4095-94af-d21eae95020b",
                            "gambit_id": "596001a5-8588-4d38-93b6-47a2ebe5ae38",
                            "last_updated": "2023-05-01T12:27:24.182591-04:00",
                            "created_at": "2023-04-30T12:47:11.353428-04:00",
                            "name": "KAN (B Singer)",
                            "reward": "2.73000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52adc696-8942-4de0-987d-152d0d249454/?format=api"
                        }
                    ]
                },
                {
                    "id": "fde59cb8-45d9-488c-af93-16c4bef6a746",
                    "match": "https://api-prod.gambitprofit.com/api/matches/556c1aa3-fa6c-4bef-8f33-3ce35301d1e9/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-30T12:47:11.344937-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "KAN",
                                "amount": 5213.0
                            },
                            {
                                "team": "MIN",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5ce87680-9d14-4a4a-8abf-136ba29f2f17",
                            "gambit_id": "fc9dd9a2-dea8-4688-8ca4-cf786661dd09",
                            "last_updated": "2023-05-01T12:27:24.177440-04:00",
                            "created_at": "2023-04-30T12:47:11.348205-04:00",
                            "name": "KAN",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fde59cb8-45d9-488c-af93-16c4bef6a746/?format=api"
                        },
                        {
                            "id": "c812632b-6ff0-4a4a-bd19-729528665837",
                            "gambit_id": "b0585745-66b4-4b21-9074-279945f5e112",
                            "last_updated": "2023-05-01T12:27:24.175519-04:00",
                            "created_at": "2023-04-30T12:47:11.346495-04:00",
                            "name": "MIN",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fde59cb8-45d9-488c-af93-16c4bef6a746/?format=api"
                        }
                    ]
                },
                {
                    "id": "f68074b7-2cdc-4c59-ba15-de582d6518c3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/556c1aa3-fa6c-4bef-8f33-3ce35301d1e9/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-30T12:47:11.338818-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4775e158-5a52-4f68-a4ee-6b5d217a7fa9",
                            "gambit_id": "f489c4b8-b53c-43ea-9918-d17facf3cbad",
                            "last_updated": "2023-05-01T12:27:24.169825-04:00",
                            "created_at": "2023-04-30T12:47:11.341042-04:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f68074b7-2cdc-4c59-ba15-de582d6518c3/?format=api"
                        },
                        {
                            "id": "01127eb4-e8bb-4a08-9967-fa5757e0a08a",
                            "gambit_id": "12a4e7b1-da16-4a7e-95d6-846a8fa0705a",
                            "last_updated": "2023-05-01T12:27:24.171808-04:00",
                            "created_at": "2023-04-30T12:47:11.343077-04:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f68074b7-2cdc-4c59-ba15-de582d6518c3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "78cb267b-996f-416b-86b7-0a9a059be352",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6583453c-d2f9-435e-aa82-621496b354ee",
            "completed": true,
            "last_updated": "2023-05-01T12:27:19.803280-04:00",
            "created_at": "2023-04-28T15:07:05.643383-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.24,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/6583453c-d2f9-435e-aa82-621496b354ee",
            "datetime": "2023-04-30T11:30:00-04:00",
            "cutoff_datetime": "2023-04-30T11:30:00-04:00",
            "name": "Liverpool v. Tottenham",
            "bettypes": [
                {
                    "id": "b7182512-aaa3-4103-bbac-2b2aa505bd99",
                    "match": "https://api-prod.gambitprofit.com/api/matches/78cb267b-996f-416b-86b7-0a9a059be352/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:07:05.650719-04: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": 7529.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2471.0
                            }
                        ],
                        "expected_reward_tokens": 11366.6,
                        "profit_sb": 1866.6,
                        "profit_sb_percentage": 19.65,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Liverpool",
                                "amount": 6152.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2019.0
                            },
                            {
                                "team": "Tottenham",
                                "amount": 1829.0
                            }
                        ],
                        "expected_reward_tokens": 9287.4,
                        "profit_sb": -212.6,
                        "profit_sb_percentage": -2.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "25b9b1f0-43fa-4f2b-b3cc-9b6fe7bda67c",
                            "gambit_id": "1a9275c5-053b-454e-ab8b-b8f2e721b2d2",
                            "last_updated": "2023-05-01T12:27:19.815612-04:00",
                            "created_at": "2023-04-28T15:07:05.654340-04:00",
                            "name": "Liverpool",
                            "reward": "1.51000",
                            "odds": "1.53000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7182512-aaa3-4103-bbac-2b2aa505bd99/?format=api"
                        },
                        {
                            "id": "04104e61-f853-4402-9d44-6c0f6029129b",
                            "gambit_id": "0d22ccb2-110d-4e91-9a4d-4ebbeabcea67",
                            "last_updated": "2023-05-01T12:27:19.817280-04:00",
                            "created_at": "2023-04-28T15:07:05.655847-04:00",
                            "name": "Draw",
                            "reward": "4.60000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7182512-aaa3-4103-bbac-2b2aa505bd99/?format=api"
                        },
                        {
                            "id": "d0be138c-0b03-47ed-95c0-3dff6302df37",
                            "gambit_id": "62aa32e1-11aa-4bb2-aab6-2041f837cf5b",
                            "last_updated": "2023-05-01T12:27:19.813895-04:00",
                            "created_at": "2023-04-28T15:07:05.652460-04:00",
                            "name": "Tottenham",
                            "reward": "5.08000",
                            "odds": "5.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7182512-aaa3-4103-bbac-2b2aa505bd99/?format=api"
                        }
                    ]
                },
                {
                    "id": "75055f9c-7565-43be-b305-2d156976e25c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/78cb267b-996f-416b-86b7-0a9a059be352/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:07:05.645456-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 6714.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3286.0
                            }
                        ],
                        "expected_reward_tokens": 9265.32,
                        "profit_sb": -234.68,
                        "profit_sb_percentage": -2.47,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5a5749c4-7173-4bc8-be3a-b6d81359c540",
                            "gambit_id": "ea3f1284-a074-4466-9975-e9895cb1f772",
                            "last_updated": "2023-05-01T12:27:19.810435-04:00",
                            "created_at": "2023-04-28T15:07:05.648843-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75055f9c-7565-43be-b305-2d156976e25c/?format=api"
                        },
                        {
                            "id": "22168d9a-95fa-4fec-aa30-211a93206f88",
                            "gambit_id": "4db42f3f-1b34-4438-bf39-02ab3ccd9228",
                            "last_updated": "2023-05-01T12:27:19.808406-04:00",
                            "created_at": "2023-04-28T15:07:05.647053-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.82000",
                            "odds": "2.90000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75055f9c-7565-43be-b305-2d156976e25c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "79a5b431-e677-48ee-aab8-7cf08c33b176",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "72323521-e072-4cd4-9b21-f81b7f34456b",
            "completed": true,
            "last_updated": "2023-05-01T12:27:20.914539-04:00",
            "created_at": "2023-04-28T15:07:05.490775-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.92,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/72323521-e072-4cd4-9b21-f81b7f34456b",
            "datetime": "2023-04-30T09:00:00-04:00",
            "cutoff_datetime": "2023-04-30T09:00:00-04:00",
            "name": "Newcastle United v. Southampton",
            "bettypes": [
                {
                    "id": "d4dd8120-a7d2-4885-a1e0-33760c876d5f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79a5b431-e677-48ee-aab8-7cf08c33b176/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:07:05.500092-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Newcastle United",
                                "amount": 8239.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1761.0
                            }
                        ],
                        "expected_reward_tokens": 10213.8,
                        "profit_sb": 713.8,
                        "profit_sb_percentage": 7.51,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Newcastle United",
                                "amount": 7514.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1607.0
                            },
                            {
                                "team": "Southampton",
                                "amount": 879.0
                            }
                        ],
                        "expected_reward_tokens": 9317.36,
                        "profit_sb": -182.64,
                        "profit_sb_percentage": -1.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6903f7c5-3295-4e6c-b2a6-1e6a6c9ca76f",
                            "gambit_id": "70e84ca4-36d4-43ab-a983-cf2b08367d90",
                            "last_updated": "2023-05-01T12:27:20.922479-04:00",
                            "created_at": "2023-04-28T15:07:05.502174-04:00",
                            "name": "Newcastle United",
                            "reward": "1.24000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4dd8120-a7d2-4885-a1e0-33760c876d5f/?format=api"
                        },
                        {
                            "id": "ad9236da-64a0-4058-be48-ebcdaca63dc6",
                            "gambit_id": "f98612cb-5c19-485c-bddb-2f302928c2b7",
                            "last_updated": "2023-05-01T12:27:20.925100-04:00",
                            "created_at": "2023-04-28T15:07:05.506510-04:00",
                            "name": "Draw",
                            "reward": "5.80000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4dd8120-a7d2-4885-a1e0-33760c876d5f/?format=api"
                        },
                        {
                            "id": "e1884b01-3d42-44b1-9b3c-c08ea4814872",
                            "gambit_id": "ffe4d926-ebd5-40e0-849d-9cec3e44430e",
                            "last_updated": "2023-05-01T12:27:20.923798-04:00",
                            "created_at": "2023-04-28T15:07:05.504211-04:00",
                            "name": "Southampton",
                            "reward": "10.60000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4dd8120-a7d2-4885-a1e0-33760c876d5f/?format=api"
                        }
                    ]
                },
                {
                    "id": "e5d0aa56-1181-4d9f-85fb-2e4395308cc8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79a5b431-e677-48ee-aab8-7cf08c33b176/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:07:05.493511-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5974.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4026.0
                            }
                        ],
                        "expected_reward_tokens": 9259.7,
                        "profit_sb": -240.3,
                        "profit_sb_percentage": -2.53,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "27f5f370-3384-43e1-8691-a662e85a03e0",
                            "gambit_id": "4f875b97-f53d-40d1-9709-9846a4d2cbbb",
                            "last_updated": "2023-05-01T12:27:20.919750-04:00",
                            "created_at": "2023-04-28T15:07:05.497687-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.55000",
                            "odds": "1.57000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d0aa56-1181-4d9f-85fb-2e4395308cc8/?format=api"
                        },
                        {
                            "id": "116a8ece-1a0c-4fdf-b5a8-14cb8a5b5960",
                            "gambit_id": "dfad2fc1-b783-4eee-8045-b54992381208",
                            "last_updated": "2023-05-01T12:27:20.918320-04:00",
                            "created_at": "2023-04-28T15:07:05.495641-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.30000",
                            "odds": "2.35000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d0aa56-1181-4d9f-85fb-2e4395308cc8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1a4096b4-dcaa-4ef2-aa87-694b79043843",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ad209445-fdbb-4d02-a57e-a99505f7e103",
            "completed": true,
            "last_updated": "2023-05-01T12:27:21.207263-04:00",
            "created_at": "2023-04-28T15:07:05.042977-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.92,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/ad209445-fdbb-4d02-a57e-a99505f7e103",
            "datetime": "2023-04-30T09:00:00-04:00",
            "cutoff_datetime": "2023-04-30T09:00:00-04:00",
            "name": "Fulham v. Manchester City",
            "bettypes": [
                {
                    "id": "72951064-2916-4bdc-8a2e-ca1005088248",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a4096b4-dcaa-4ef2-aa87-694b79043843/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:07:05.052041-04: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": 8239.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1761.0
                            }
                        ],
                        "expected_reward_tokens": 10213.8,
                        "profit_sb": 713.8,
                        "profit_sb_percentage": 7.51,
                        "recommended": true
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester City",
                                "amount": 7514.0
                            },
                            {
                                "team": "Draw",
                                "amount": 1607.0
                            },
                            {
                                "team": "Fulham",
                                "amount": 879.0
                            }
                        ],
                        "expected_reward_tokens": 9317.36,
                        "profit_sb": -182.64,
                        "profit_sb_percentage": -1.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d81237af-d7b6-4936-80ba-da8f44227b9f",
                            "gambit_id": "5b3f667a-6b2a-4747-bced-5e377eb0b491",
                            "last_updated": "2023-05-01T12:27:21.215288-04:00",
                            "created_at": "2023-04-28T15:07:05.053685-04:00",
                            "name": "Manchester City",
                            "reward": "1.24000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72951064-2916-4bdc-8a2e-ca1005088248/?format=api"
                        },
                        {
                            "id": "ff459bbe-9068-4b08-862d-c74ec4d28963",
                            "gambit_id": "7a50577e-c5a4-4899-80e4-e6326094f6d5",
                            "last_updated": "2023-05-01T12:27:21.218005-04:00",
                            "created_at": "2023-04-28T15:07:05.057140-04:00",
                            "name": "Draw",
                            "reward": "5.80000",
                            "odds": "6.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72951064-2916-4bdc-8a2e-ca1005088248/?format=api"
                        },
                        {
                            "id": "73d1c3e4-86d0-4583-aad1-b1535042f2cf",
                            "gambit_id": "49e0ddd5-8c3d-4fb0-9189-bf5f36798397",
                            "last_updated": "2023-05-01T12:27:21.216677-04:00",
                            "created_at": "2023-04-28T15:07:05.055464-04:00",
                            "name": "Fulham",
                            "reward": "10.60000",
                            "odds": "11.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72951064-2916-4bdc-8a2e-ca1005088248/?format=api"
                        }
                    ]
                },
                {
                    "id": "92aeb3bc-09fc-453c-b0b7-7639d38511e9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a4096b4-dcaa-4ef2-aa87-694b79043843/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:07:05.046098-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5974.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4026.0
                            }
                        ],
                        "expected_reward_tokens": 9259.7,
                        "profit_sb": -240.3,
                        "profit_sb_percentage": -2.53,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a91ed98c-b516-41a7-b3bd-9ed380e2a2e3",
                            "gambit_id": "81a8ff6d-bd4b-4da1-b48b-2d0820371ae2",
                            "last_updated": "2023-05-01T12:27:21.212091-04:00",
                            "created_at": "2023-04-28T15:07:05.050234-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.55000",
                            "odds": "1.57000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92aeb3bc-09fc-453c-b0b7-7639d38511e9/?format=api"
                        },
                        {
                            "id": "a4d4a3d9-2259-47d8-9788-45264faa58a7",
                            "gambit_id": "39249798-0043-49a9-bc72-9c121f17be89",
                            "last_updated": "2023-05-01T12:27:21.210772-04:00",
                            "created_at": "2023-04-28T15:07:05.048284-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.30000",
                            "odds": "2.35000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92aeb3bc-09fc-453c-b0b7-7639d38511e9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b26db255-7a86-4538-9530-c84c7448fef9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "90c55a18-f30b-4219-984c-a7626ccc2e39",
            "completed": true,
            "last_updated": "2023-05-01T12:27:19.543933-04:00",
            "created_at": "2023-04-28T15:07:05.328063-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.63,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/90c55a18-f30b-4219-984c-a7626ccc2e39",
            "datetime": "2023-04-30T09:00:00-04:00",
            "cutoff_datetime": "2023-04-30T09:00:00-04:00",
            "name": "Manchester United v. Aston Villa",
            "bettypes": [
                {
                    "id": "00f7c39c-cb25-4b2a-9a6f-202e4c22e629",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b26db255-7a86-4538-9530-c84c7448fef9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:07:05.336936-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Manchester United",
                                "amount": 6873.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3127.0
                            }
                        ],
                        "expected_reward_tokens": 11820.06,
                        "profit_sb": 2320.06,
                        "profit_sb_percentage": 24.42,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Manchester United",
                                "amount": 5363.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2440.0
                            },
                            {
                                "team": "Aston Villa",
                                "amount": 2196.0
                            }
                        ],
                        "expected_reward_tokens": 9223.2,
                        "profit_sb": -276.8,
                        "profit_sb_percentage": -2.91,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "10fc8f10-f8f9-4d7e-815c-cf9e890dcb6d",
                            "gambit_id": "3cef16b3-b688-453e-8146-65033dbd31a1",
                            "last_updated": "2023-05-01T12:27:19.559042-04:00",
                            "created_at": "2023-04-28T15:07:05.341066-04:00",
                            "name": "Manchester United",
                            "reward": "1.72000",
                            "odds": "1.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f7c39c-cb25-4b2a-9a6f-202e4c22e629/?format=api"
                        },
                        {
                            "id": "f765af7f-f348-4c28-aa25-a7530a7fa174",
                            "gambit_id": "bf33184a-b29b-456b-8f9a-774a6287db6b",
                            "last_updated": "2023-05-01T12:27:19.562361-04:00",
                            "created_at": "2023-04-28T15:07:05.343064-04:00",
                            "name": "Draw",
                            "reward": "3.78000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f7c39c-cb25-4b2a-9a6f-202e4c22e629/?format=api"
                        },
                        {
                            "id": "275e9adc-b7ac-424f-856e-2f9561f7fc66",
                            "gambit_id": "aa5419a6-f7c1-42e9-a9b3-7488527c4a10",
                            "last_updated": "2023-05-01T12:27:19.556909-04:00",
                            "created_at": "2023-04-28T15:07:05.338914-04:00",
                            "name": "Aston Villa",
                            "reward": "4.20000",
                            "odds": "4.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f7c39c-cb25-4b2a-9a6f-202e4c22e629/?format=api"
                        }
                    ]
                },
                {
                    "id": "45a3722a-9e29-4720-ba8b-a7eacf1a6530",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b26db255-7a86-4538-9530-c84c7448fef9/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:07:05.330683-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 6047.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 3953.0
                            }
                        ],
                        "expected_reward_tokens": 9250.02,
                        "profit_sb": -249.98,
                        "profit_sb_percentage": -2.63,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c05259dc-0a1f-420a-a60f-62f2c1fed573",
                            "gambit_id": "2bf64d4c-82f4-438d-ace7-caaa75f59179",
                            "last_updated": "2023-05-01T12:27:19.552104-04:00",
                            "created_at": "2023-04-28T15:07:05.334689-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.53000",
                            "odds": "1.55000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a3722a-9e29-4720-ba8b-a7eacf1a6530/?format=api"
                        },
                        {
                            "id": "bbec03ed-75d2-476a-a3a4-02f9d759dff8",
                            "gambit_id": "50ae7a59-5fc6-4538-9bec-4add0da98bee",
                            "last_updated": "2023-05-01T12:27:19.549977-04:00",
                            "created_at": "2023-04-28T15:07:05.332633-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a3722a-9e29-4720-ba8b-a7eacf1a6530/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "698d317d-c4bd-4422-aa49-b7ceb5142170",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6fcc8c85-a19c-4aaf-befa-2c56164b6d4c",
            "completed": true,
            "last_updated": "2023-05-01T12:27:20.406279-04:00",
            "created_at": "2023-04-28T15:07:04.861422-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.39,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/6fcc8c85-a19c-4aaf-befa-2c56164b6d4c",
            "datetime": "2023-04-30T09:00:00-04:00",
            "cutoff_datetime": "2023-04-30T09:00:00-04:00",
            "name": "Bournemouth v. Leeds United",
            "bettypes": [
                {
                    "id": "d9e2e8e3-a5ab-421b-87b3-a5370add4183",
                    "match": "https://api-prod.gambitprofit.com/api/matches/698d317d-c4bd-4422-aa49-b7ceb5142170/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:07:04.868911-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Bournemouth",
                                "amount": 5456.0
                            },
                            {
                                "team": "Leeds United",
                                "amount": 4544.0
                            }
                        ],
                        "expected_reward_tokens": 13039.84,
                        "profit_sb": 3539.84,
                        "profit_sb_percentage": 37.26,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Bournemouth",
                                "amount": 3880.0
                            },
                            {
                                "team": "Leeds United",
                                "amount": 3231.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2889.0
                            }
                        ],
                        "expected_reward_tokens": 9272.97,
                        "profit_sb": -227.03,
                        "profit_sb_percentage": -2.39,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6e8d4254-93f2-44a6-8972-ec1c21cbfe72",
                            "gambit_id": "f9897a31-0275-4673-9498-2afc188ff2a0",
                            "last_updated": "2023-05-01T12:27:20.417314-04:00",
                            "created_at": "2023-04-28T15:07:04.872209-04:00",
                            "name": "Bournemouth",
                            "reward": "2.39000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e2e8e3-a5ab-421b-87b3-a5370add4183/?format=api"
                        },
                        {
                            "id": "767914fb-7034-4960-9479-ea9c1b6d0384",
                            "gambit_id": "afc8dddc-822c-40e0-86e0-411a79264117",
                            "last_updated": "2023-05-01T12:27:20.415959-04:00",
                            "created_at": "2023-04-28T15:07:04.870535-04:00",
                            "name": "Leeds United",
                            "reward": "2.87000",
                            "odds": "2.95000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e2e8e3-a5ab-421b-87b3-a5370add4183/?format=api"
                        },
                        {
                            "id": "2ad8f996-75cd-4a0a-bc25-1560414d85d0",
                            "gambit_id": "3805c98a-e1ef-4e07-98e5-f6a5ea7103dd",
                            "last_updated": "2023-05-01T12:27:20.418715-04:00",
                            "created_at": "2023-04-28T15:07:04.873894-04:00",
                            "name": "Draw",
                            "reward": "3.21000",
                            "odds": "3.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9e2e8e3-a5ab-421b-87b3-a5370add4183/?format=api"
                        }
                    ]
                },
                {
                    "id": "ee7d8618-d83e-4b4d-bb50-30becaa5a0eb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/698d317d-c4bd-4422-aa49-b7ceb5142170/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:07:04.863448-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 9200.0,
                        "profit_sb": -300.0,
                        "profit_sb_percentage": -3.16,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f89422ce-583a-4558-8b65-6059691f04db",
                            "gambit_id": "e64e4d10-1f25-4049-98ee-972f65968894",
                            "last_updated": "2023-05-01T12:27:20.411057-04:00",
                            "created_at": "2023-04-28T15:07:04.865073-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.84000",
                            "odds": "1.88000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee7d8618-d83e-4b4d-bb50-30becaa5a0eb/?format=api"
                        },
                        {
                            "id": "d7eaa9fd-8e39-400f-8cbf-1a31a7748ffe",
                            "gambit_id": "3b4b9f41-8dbb-4485-bf38-d08260f02d66",
                            "last_updated": "2023-05-01T12:27:20.413202-04:00",
                            "created_at": "2023-04-28T15:07:04.867042-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.84000",
                            "odds": "1.88000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee7d8618-d83e-4b4d-bb50-30becaa5a0eb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "10139504-aefe-4deb-a286-dedee85ef6c0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "86a22b69-4630-4c2f-8bee-d95069274392",
            "completed": true,
            "last_updated": "2023-04-30T15:27:07.086090-04:00",
            "created_at": "2023-04-29T16:27:02.668706-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.11,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/86a22b69-4630-4c2f-8bee-d95069274392",
            "datetime": "2023-04-29T21:10:00-04:00",
            "cutoff_datetime": "2023-04-29T21:10:00-04:00",
            "name": "STL (J Montgomery) v. LOS (C Kershaw)",
            "bettypes": [
                {
                    "id": "0dcfae33-a0d2-4110-981d-519f5a9068c9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10139504-aefe-4deb-a286-dedee85ef6c0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:02.681315-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 (C Kershaw)",
                                "amount": 5787.0
                            },
                            {
                                "team": "STL (J Montgomery)",
                                "amount": 4213.0
                            }
                        ],
                        "expected_reward_tokens": 9605.64,
                        "profit_sb": 105.64,
                        "profit_sb_percentage": 1.11,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "700b3a70-dd9e-4c63-b47c-b382d95e1be9",
                            "gambit_id": "fd327816-59a6-436e-9932-1c9f30593be1",
                            "last_updated": "2023-04-30T15:27:07.099702-04:00",
                            "created_at": "2023-04-29T16:27:02.682752-04:00",
                            "name": "LOS (C Kershaw)",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dcfae33-a0d2-4110-981d-519f5a9068c9/?format=api"
                        },
                        {
                            "id": "f2d13546-1add-471a-ae5d-8659afeeebd8",
                            "gambit_id": "6db58ff3-5f6c-4568-9c6e-dfd5aad53bff",
                            "last_updated": "2023-04-30T15:27:07.101251-04:00",
                            "created_at": "2023-04-29T16:27:02.684397-04:00",
                            "name": "STL (J Montgomery)",
                            "reward": "2.28000",
                            "odds": "2.33000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dcfae33-a0d2-4110-981d-519f5a9068c9/?format=api"
                        }
                    ]
                },
                {
                    "id": "0e2073ae-9405-46ac-94b2-80ff3a7ba4ac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10139504-aefe-4deb-a286-dedee85ef6c0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:27:02.676451-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "STL",
                                "amount": 5939.0
                            },
                            {
                                "team": "LOS",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c7fc517e-a361-478e-b53d-0d415788aeb3",
                            "gambit_id": "ebf5f9ee-8fe4-4c91-880f-b58d8b7668fa",
                            "last_updated": "2023-04-30T15:27:07.096555-04:00",
                            "created_at": "2023-04-29T16:27:02.679728-04:00",
                            "name": "STL",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2073ae-9405-46ac-94b2-80ff3a7ba4ac/?format=api"
                        },
                        {
                            "id": "36ee00cb-1da5-4ed4-934a-f458d417b533",
                            "gambit_id": "d79de257-f2a6-4138-83f3-c3f664763021",
                            "last_updated": "2023-04-30T15:27:07.095036-04:00",
                            "created_at": "2023-04-29T16:27:02.678041-04:00",
                            "name": "LOS",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2073ae-9405-46ac-94b2-80ff3a7ba4ac/?format=api"
                        }
                    ]
                },
                {
                    "id": "6c9a2462-4852-4605-b1f6-a7519022748a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10139504-aefe-4deb-a286-dedee85ef6c0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:27:02.671129-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 8",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e9dc5724-ea04-4272-8f6d-63625dfc8756",
                            "gambit_id": "1d5fcdc6-e0f5-4429-94d2-0c8cea766c98",
                            "last_updated": "2023-04-30T15:27:07.091677-04:00",
                            "created_at": "2023-04-29T16:27:02.674614-04:00",
                            "name": "Game Total Over 8",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9a2462-4852-4605-b1f6-a7519022748a/?format=api"
                        },
                        {
                            "id": "bde4d8b3-e8a7-447d-97f3-c530399260cf",
                            "gambit_id": "6c4e5f5a-5fce-4211-98bc-cf5f7d39e1b3",
                            "last_updated": "2023-04-30T15:27:07.090049-04:00",
                            "created_at": "2023-04-29T16:27:02.672784-04:00",
                            "name": "Game Total Under 8",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9a2462-4852-4605-b1f6-a7519022748a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "735b9293-2e75-4160-981b-a0ef34046380",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "52375819-2a68-4abd-a17b-49e48d2f94af",
            "completed": true,
            "last_updated": "2023-04-30T15:37:14.192666-04:00",
            "created_at": "2023-04-29T16:27:02.472751-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NBA Playoffs",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/52375819-2a68-4abd-a17b-49e48d2f94af",
            "datetime": "2023-04-29T20:30:00-04:00",
            "cutoff_datetime": "2023-04-29T20:30:00-04:00",
            "name": "Phoenix Suns v. Denver Nuggets",
            "bettypes": [
                {
                    "id": "d1aa8105-b3f3-466f-96ae-e12b2ec658b6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/735b9293-2e75-4160-981b-a0ef34046380/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:02.488324-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6090.0
                            },
                            {
                                "team": "Phoenix Suns",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4988079d-75c4-4397-afcd-827cef4e5e9e",
                            "gambit_id": "ab68461b-f87b-4673-adfd-30ecb8ce9cef",
                            "last_updated": "2023-04-30T15:37:14.209996-04:00",
                            "created_at": "2023-04-29T16:27:02.490314-04:00",
                            "name": "Denver Nuggets",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1aa8105-b3f3-466f-96ae-e12b2ec658b6/?format=api"
                        },
                        {
                            "id": "e7f666a2-ca77-48d4-a46d-d2bb4a7d1d5c",
                            "gambit_id": "fde6a5cd-890b-4d5b-a7a6-7309061524b3",
                            "last_updated": "2023-04-30T15:37:14.212191-04:00",
                            "created_at": "2023-04-29T16:27:02.492238-04:00",
                            "name": "Phoenix Suns",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1aa8105-b3f3-466f-96ae-e12b2ec658b6/?format=api"
                        }
                    ]
                },
                {
                    "id": "9fb587ba-3b03-4442-a5a9-916e5dae5790",
                    "match": "https://api-prod.gambitprofit.com/api/matches/735b9293-2e75-4160-981b-a0ef34046380/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:27:02.482041-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5000.0
                            },
                            {
                                "team": "Denver Nuggets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d300da26-8b72-47e1-8e38-78b14d2d4f77",
                            "gambit_id": "47c41bca-26f1-4bc8-bad7-f706e4d8f7b4",
                            "last_updated": "2023-04-30T15:37:14.205581-04:00",
                            "created_at": "2023-04-29T16:27:02.486130-04:00",
                            "name": "Phoenix Suns",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fb587ba-3b03-4442-a5a9-916e5dae5790/?format=api"
                        },
                        {
                            "id": "e0570908-8e2b-4b99-b1f3-c44a0afb52ca",
                            "gambit_id": "53a41687-1443-4d4c-8acb-aca78dbb0efa",
                            "last_updated": "2023-04-30T15:37:14.203212-04:00",
                            "created_at": "2023-04-29T16:27:02.484057-04:00",
                            "name": "Denver Nuggets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fb587ba-3b03-4442-a5a9-916e5dae5790/?format=api"
                        }
                    ]
                },
                {
                    "id": "783f7653-0424-475c-9c10-461f75cfffa0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/735b9293-2e75-4160-981b-a0ef34046380/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:27:02.475520-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 227",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c8b775db-b1a0-4e53-9f67-c5b596120205",
                            "gambit_id": "18c22919-005b-4e88-a0e0-c5a411276b90",
                            "last_updated": "2023-04-30T15:37:14.198609-04:00",
                            "created_at": "2023-04-29T16:27:02.479861-04:00",
                            "name": "Game Total Over 227",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "227.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/783f7653-0424-475c-9c10-461f75cfffa0/?format=api"
                        },
                        {
                            "id": "07cf0604-cc1a-4f90-97b8-8bac9f6e25d1",
                            "gambit_id": "7462bb14-7944-46de-809e-40df8d717f6d",
                            "last_updated": "2023-04-30T15:37:14.196396-04:00",
                            "created_at": "2023-04-29T16:27:02.477692-04:00",
                            "name": "Game Total Under 227",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "227.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/783f7653-0424-475c-9c10-461f75cfffa0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2dbfc53e-80f6-486c-9876-8e695a026437",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8a111f43-1f6f-4a3f-878f-0fb8d6c1d4b8",
            "completed": true,
            "last_updated": "2023-04-30T15:27:14.131365-04:00",
            "created_at": "2023-04-29T16:27:02.145379-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.72,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/8a111f43-1f6f-4a3f-878f-0fb8d6c1d4b8",
            "datetime": "2023-04-29T20:10:00-04:00",
            "cutoff_datetime": "2023-04-29T20:10:00-04:00",
            "name": "ARI (T Henry) v. COL (N Davis)",
            "bettypes": [
                {
                    "id": "bd50db06-b706-42d1-ae6a-b2a34a87ffc6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2dbfc53e-80f6-486c-9876-8e695a026437/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:02.153026-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "COL (N Davis)",
                                "amount": 5117.0
                            },
                            {
                                "team": "ARI (T Henry)",
                                "amount": 4883.0
                            }
                        ],
                        "expected_reward_tokens": 9568.79,
                        "profit_sb": 68.79,
                        "profit_sb_percentage": 0.72,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f6c8b0bb-dfa1-41a2-a6a1-7e360781edbf",
                            "gambit_id": "5755c3d9-3ac4-4807-ae8b-ce0e73533c5c",
                            "last_updated": "2023-04-30T15:27:14.146578-04:00",
                            "created_at": "2023-04-29T16:27:02.154912-04:00",
                            "name": "COL (N Davis)",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50db06-b706-42d1-ae6a-b2a34a87ffc6/?format=api"
                        },
                        {
                            "id": "46a30f43-80b6-4252-8f24-c0f67bd46c6e",
                            "gambit_id": "1c477f6e-97f6-455c-b0b8-b791e5fa4ad2",
                            "last_updated": "2023-04-30T15:27:14.148079-04:00",
                            "created_at": "2023-04-29T16:27:02.156683-04:00",
                            "name": "ARI (T Henry)",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd50db06-b706-42d1-ae6a-b2a34a87ffc6/?format=api"
                        }
                    ]
                },
                {
                    "id": "808746bc-5ef0-4f42-8e9b-ffd2a6bcf053",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2dbfc53e-80f6-486c-9876-8e695a026437/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:47:12.738025-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "COL",
                                "amount": 6020.0
                            },
                            {
                                "team": "ARI",
                                "amount": 3980.0
                            }
                        ],
                        "expected_reward_tokens": 9511.6,
                        "profit_sb": 11.6,
                        "profit_sb_percentage": 0.12,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "61ec629c-b7c9-422a-aabc-506705bacb77",
                            "gambit_id": "c04b7d03-57f2-40e7-b055-4f83f1560df7",
                            "last_updated": "2023-04-30T15:27:14.136055-04:00",
                            "created_at": "2023-04-29T16:47:12.739539-04:00",
                            "name": "COL",
                            "reward": "1.58000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/808746bc-5ef0-4f42-8e9b-ffd2a6bcf053/?format=api"
                        },
                        {
                            "id": "9560b3b9-6127-414e-9973-096db02053ec",
                            "gambit_id": "0fd68911-12cc-4643-8e81-1b7c5be204c1",
                            "last_updated": "2023-04-30T15:27:14.138091-04:00",
                            "created_at": "2023-04-29T16:47:12.741453-04:00",
                            "name": "ARI",
                            "reward": "2.39000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/808746bc-5ef0-4f42-8e9b-ffd2a6bcf053/?format=api"
                        }
                    ]
                },
                {
                    "id": "374a1506-8cd2-4c18-a7cb-268b4549fb99",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2dbfc53e-80f6-486c-9876-8e695a026437/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:27:02.147429-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 12",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 12",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b208a15b-a4aa-495e-b26b-8d8639d639d1",
                            "gambit_id": "e26248d5-b7fc-49ca-b633-ca2bf3b1f219",
                            "last_updated": "2023-04-30T15:27:14.141653-04:00",
                            "created_at": "2023-04-29T16:27:02.149175-04:00",
                            "name": "Game Total Under 12",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "12.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374a1506-8cd2-4c18-a7cb-268b4549fb99/?format=api"
                        },
                        {
                            "id": "483ccd24-9ef7-4481-b197-46d1e2343a56",
                            "gambit_id": "964fe76d-0506-41c1-8ff1-5ba7d747a921",
                            "last_updated": "2023-04-30T15:27:14.143380-04:00",
                            "created_at": "2023-04-29T16:27:02.151013-04:00",
                            "name": "Game Total Over 12",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "12.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374a1506-8cd2-4c18-a7cb-268b4549fb99/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b8b8b5df-98d6-47b9-8593-2888964983e3",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "67975de3-6699-496d-b062-5321fde4b13f",
            "completed": true,
            "last_updated": "2023-04-30T15:27:14.350800-04:00",
            "created_at": "2023-04-29T16:27:02.301595-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.27,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/67975de3-6699-496d-b062-5321fde4b13f",
            "datetime": "2023-04-29T20:10:00-04:00",
            "cutoff_datetime": "2023-04-29T20:10:00-04:00",
            "name": "TAM (C Faucher) v. CWS (L Lynn)",
            "bettypes": [
                {
                    "id": "b4f7b0b2-5dcb-4421-b8d0-60f8c908d674",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b8b8b5df-98d6-47b9-8593-2888964983e3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:02.318032-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TAM (C Faucher)",
                                "amount": 5627.0
                            },
                            {
                                "team": "CWS (L Lynn)",
                                "amount": 4373.0
                            }
                        ],
                        "expected_reward_tokens": 9620.6,
                        "profit_sb": 120.6,
                        "profit_sb_percentage": 1.27,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "6ff6b4ed-ab4e-4e2b-991d-1340221f26c1",
                            "gambit_id": "94fc8139-4a85-4770-a0cd-aa8ee0eafd58",
                            "last_updated": "2023-04-30T15:27:14.367674-04:00",
                            "created_at": "2023-04-29T16:27:02.321700-04:00",
                            "name": "TAM (C Faucher)",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4f7b0b2-5dcb-4421-b8d0-60f8c908d674/?format=api"
                        },
                        {
                            "id": "9b02e521-f167-4d76-8da4-ffdb97950648",
                            "gambit_id": "511f2174-764c-41c6-a127-9822405f163f",
                            "last_updated": "2023-04-30T15:27:14.365632-04:00",
                            "created_at": "2023-04-29T16:27:02.320017-04:00",
                            "name": "CWS (L Lynn)",
                            "reward": "2.20000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4f7b0b2-5dcb-4421-b8d0-60f8c908d674/?format=api"
                        }
                    ]
                },
                {
                    "id": "6a089cdf-7f30-4e8e-bcbf-aecd7ad334a7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b8b8b5df-98d6-47b9-8593-2888964983e3/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:27:02.311518-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "CWS",
                                "amount": 5699.0
                            },
                            {
                                "team": "TAM",
                                "amount": 4301.0
                            }
                        ],
                        "expected_reward_tokens": 9460.34,
                        "profit_sb": -39.66,
                        "profit_sb_percentage": -0.42,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "94f9386e-0e68-4ddf-be71-80e298c13678",
                            "gambit_id": "d92745a9-5be5-4272-bbef-e9fe8b80db14",
                            "last_updated": "2023-04-30T15:27:14.360177-04:00",
                            "created_at": "2023-04-29T16:27:02.313544-04:00",
                            "name": "CWS",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a089cdf-7f30-4e8e-bcbf-aecd7ad334a7/?format=api"
                        },
                        {
                            "id": "b8a6cf2b-006b-41a2-9341-57d06321df10",
                            "gambit_id": "bb0cc6e4-1229-40bf-b77f-497bfeb7ba51",
                            "last_updated": "2023-04-30T15:27:14.361832-04:00",
                            "created_at": "2023-04-29T16:27:02.315870-04:00",
                            "name": "TAM",
                            "reward": "2.20000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a089cdf-7f30-4e8e-bcbf-aecd7ad334a7/?format=api"
                        }
                    ]
                },
                {
                    "id": "c97947f7-957b-4956-a026-597aca03773f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b8b8b5df-98d6-47b9-8593-2888964983e3/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:27:02.304959-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 9.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 9.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4aaceda0-df2c-4c99-99e4-81e63b209c8d",
                            "gambit_id": "4925bdf6-e4d8-4f52-b28d-552cf04283ea",
                            "last_updated": "2023-04-30T15:27:14.355296-04:00",
                            "created_at": "2023-04-29T16:27:02.307045-04:00",
                            "name": "Game Total Under 9.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97947f7-957b-4956-a026-597aca03773f/?format=api"
                        },
                        {
                            "id": "01d325d0-ac28-4cfe-94f5-dab04040bad9",
                            "gambit_id": "053848e7-e12d-45df-aba5-8b2cc626a15f",
                            "last_updated": "2023-04-30T15:27:14.356889-04:00",
                            "created_at": "2023-04-29T16:27:02.309126-04:00",
                            "name": "Game Total Over 9.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97947f7-957b-4956-a026-597aca03773f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6d5b3d58-3a4f-4f8c-98d2-d29b7f7322c3",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "61bf962a-d12f-4259-8491-b327b32d49f6",
            "completed": true,
            "last_updated": "2023-04-30T15:12:10.266761-04:00",
            "created_at": "2023-04-29T16:26:59.541603-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -4.26,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/61bf962a-d12f-4259-8491-b327b32d49f6",
            "datetime": "2023-04-29T20:00:00-04:00",
            "cutoff_datetime": "2023-04-29T20:00:00-04:00",
            "name": "Camozzi vs Spohn",
            "bettypes": [
                {
                    "id": "fd7377a3-127b-4971-9b36-8f16196017ea",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6d5b3d58-3a4f-4f8c-98d2-d29b7f7322c3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:26:59.543375-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chris Camozzi",
                                "amount": 6405.0
                            },
                            {
                                "team": "Dan Spohn",
                                "amount": 3595.0
                            }
                        ],
                        "expected_reward_tokens": 9095.1,
                        "profit_sb": -404.9,
                        "profit_sb_percentage": -4.26,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "db44074f-ce45-48a7-b017-3cc6057a7ac2",
                            "gambit_id": "46e34073-e8bb-4060-ae53-fb86f1b6bb64",
                            "last_updated": "2023-04-30T15:12:10.271662-04:00",
                            "created_at": "2023-04-29T16:26:59.546035-04:00",
                            "name": "Chris Camozzi",
                            "reward": "1.42000",
                            "odds": "1.47000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd7377a3-127b-4971-9b36-8f16196017ea/?format=api"
                        },
                        {
                            "id": "99fe68d4-216b-4112-ac5d-527576231fc5",
                            "gambit_id": "b37813d9-1f4b-43e6-bb78-51d26f382eb8",
                            "last_updated": "2023-04-30T15:12:10.270175-04:00",
                            "created_at": "2023-04-29T16:26:59.544732-04:00",
                            "name": "Dan Spohn",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd7377a3-127b-4971-9b36-8f16196017ea/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "af62e67e-0d8a-4857-9ff3-8545bd16befb",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e43ccd61-e8d8-4599-86db-24030e7e2d68",
            "completed": true,
            "last_updated": "2023-04-30T15:17:17.114540-04:00",
            "created_at": "2023-04-29T16:27:01.540666-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -4.26,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/e43ccd61-e8d8-4599-86db-24030e7e2d68",
            "datetime": "2023-04-29T20:00:00-04:00",
            "cutoff_datetime": "2023-04-29T20:00:00-04:00",
            "name": "Ferea vs Rawlings",
            "bettypes": [
                {
                    "id": "2842183b-6068-4543-ba6d-2540c9f03e04",
                    "match": "https://api-prod.gambitprofit.com/api/matches/af62e67e-0d8a-4857-9ff3-8545bd16befb/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:01.543419-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Christine Ferea",
                                "amount": 6405.0
                            },
                            {
                                "team": "Bec Rawlings",
                                "amount": 3595.0
                            }
                        ],
                        "expected_reward_tokens": 9095.1,
                        "profit_sb": -404.9,
                        "profit_sb_percentage": -4.26,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f9449782-8de9-4937-8d9f-ded88bbdeb08",
                            "gambit_id": "4fb95684-f4ad-47bc-a031-a35bcb3d2adf",
                            "last_updated": "2023-04-30T15:17:17.118418-04:00",
                            "created_at": "2023-04-29T16:27:01.547762-04:00",
                            "name": "Christine Ferea",
                            "reward": "1.42000",
                            "odds": "1.47000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2842183b-6068-4543-ba6d-2540c9f03e04/?format=api"
                        },
                        {
                            "id": "51a1f1a2-320e-466c-ac9c-f7c9dec4f2ce",
                            "gambit_id": "e18cbb1f-6081-4fed-b1c7-32b8bbced7fc",
                            "last_updated": "2023-04-30T15:17:17.117240-04:00",
                            "created_at": "2023-04-29T16:27:01.545490-04:00",
                            "name": "Bec Rawlings",
                            "reward": "2.53000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2842183b-6068-4543-ba6d-2540c9f03e04/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3e47e90a-b852-4c96-828c-65253f5915f3",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5bd2a55e-29b1-43e0-bb8e-a3738b3663e5",
            "completed": false,
            "last_updated": "2023-05-06T19:57:23.014090-04:00",
            "created_at": "2023-04-29T16:27:00.289043-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -3.65,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/5bd2a55e-29b1-43e0-bb8e-a3738b3663e5",
            "datetime": "2023-04-29T20:00:00-04:00",
            "cutoff_datetime": "2023-04-29T20:00:00-04:00",
            "name": "Lawrence vs Reid",
            "bettypes": [
                {
                    "id": "b33f05c3-83c9-4dc4-b4ee-b335a236d985",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3e47e90a-b852-4c96-828c-65253f5915f3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:00.290799-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "BJ Lawrence",
                                "amount": 6731.0
                            },
                            {
                                "team": "Wayna Reid",
                                "amount": 3269.0
                            }
                        ],
                        "expected_reward_tokens": 9153.2,
                        "profit_sb": -346.8,
                        "profit_sb_percentage": -3.65,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "869e9918-f98f-43b0-86a0-ed01900f9f29",
                            "gambit_id": "51af60f9-1509-4fbc-8f7f-2ec50bb4b90b",
                            "last_updated": "2023-05-06T19:57:23.019267-04:00",
                            "created_at": "2023-04-29T16:27:00.293558-04:00",
                            "name": "BJ Lawrence",
                            "reward": "1.36000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33f05c3-83c9-4dc4-b4ee-b335a236d985/?format=api"
                        },
                        {
                            "id": "3cb86116-b9ba-420e-a56d-f58d4098b717",
                            "gambit_id": "af13e4e4-175c-448c-83ef-0fdab282828d",
                            "last_updated": "2023-05-06T19:57:23.017618-04:00",
                            "created_at": "2023-04-29T16:27:00.292174-04:00",
                            "name": "Wayna Reid",
                            "reward": "2.80000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b33f05c3-83c9-4dc4-b4ee-b335a236d985/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dc4a446d-f8ad-4568-9e2b-20a81ca0d08c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b3d32c55-e554-4a80-b2d7-3e54057ff074",
            "completed": true,
            "last_updated": "2023-04-30T15:22:12.698318-04:00",
            "created_at": "2023-04-29T16:27:01.913045-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -4.27,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/b3d32c55-e554-4a80-b2d7-3e54057ff074",
            "datetime": "2023-04-29T20:00:00-04:00",
            "cutoff_datetime": "2023-04-29T20:00:00-04:00",
            "name": "Perry vs Rockhold",
            "bettypes": [
                {
                    "id": "f7943b07-620a-43c8-830a-5fe0f6389f8f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dc4a446d-f8ad-4568-9e2b-20a81ca0d08c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:01.915537-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Mike Perry",
                                "amount": 6272.0
                            },
                            {
                                "team": "Luke Rockhold",
                                "amount": 3728.0
                            }
                        ],
                        "expected_reward_tokens": 9094.4,
                        "profit_sb": -405.6,
                        "profit_sb_percentage": -4.27,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4e17d29b-8599-4e15-bb11-eaca88b3b1c7",
                            "gambit_id": "1c98b5cd-8023-452a-b12b-2fcd77e2b25a",
                            "last_updated": "2023-04-30T15:22:12.703468-04:00",
                            "created_at": "2023-04-29T16:27:01.919392-04:00",
                            "name": "Mike Perry",
                            "reward": "1.45000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7943b07-620a-43c8-830a-5fe0f6389f8f/?format=api"
                        },
                        {
                            "id": "85331cee-67ab-49b3-8324-aebe04ab7de6",
                            "gambit_id": "4fd5af0f-236d-49e7-b18c-23a0f5295585",
                            "last_updated": "2023-04-30T15:22:12.701973-04:00",
                            "created_at": "2023-04-29T16:27:01.917394-04:00",
                            "name": "Luke Rockhold",
                            "reward": "2.44000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7943b07-620a-43c8-830a-5fe0f6389f8f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "21df8dff-8c15-470d-8d9b-0d5bd4f527e2",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f93c6194-cdcd-4e55-84ab-88109376ae87",
            "completed": true,
            "last_updated": "2023-04-30T15:17:17.690210-04:00",
            "created_at": "2023-04-29T16:27:01.736590-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -5.15,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/f93c6194-cdcd-4e55-84ab-88109376ae87",
            "datetime": "2023-04-29T20:00:00-04:00",
            "cutoff_datetime": "2023-04-29T20:00:00-04:00",
            "name": "Mendes vs Alvarez",
            "bettypes": [
                {
                    "id": "02b2332c-aadb-44bd-80b4-d3703bfb1ce6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/21df8dff-8c15-470d-8d9b-0d5bd4f527e2/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:01.739048-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chad Mendes",
                                "amount": 5668.0
                            },
                            {
                                "team": "Eddie Alvarez",
                                "amount": 4332.0
                            }
                        ],
                        "expected_reward_tokens": 9010.56,
                        "profit_sb": -489.44,
                        "profit_sb_percentage": -5.15,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "eb478296-eaea-4eb9-a4a4-7b73fbe3c565",
                            "gambit_id": "78f4a661-b9d6-4064-ac69-e0cfb4ec2e12",
                            "last_updated": "2023-04-30T15:17:17.694447-04:00",
                            "created_at": "2023-04-29T16:27:01.743061-04:00",
                            "name": "Chad Mendes",
                            "reward": "1.59000",
                            "odds": "1.66000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02b2332c-aadb-44bd-80b4-d3703bfb1ce6/?format=api"
                        },
                        {
                            "id": "910d8ae0-af3c-4ac3-aa99-84ca4ba51bf2",
                            "gambit_id": "7a001ac4-aaed-4b8a-8323-0eb41c3fa2e2",
                            "last_updated": "2023-04-30T15:17:17.693120-04:00",
                            "created_at": "2023-04-29T16:27:01.740881-04:00",
                            "name": "Eddie Alvarez",
                            "reward": "2.08000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02b2332c-aadb-44bd-80b4-d3703bfb1ce6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5faf2941-d86a-4fcd-88bf-5a314d2b7540",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b5864eb0-05fd-4f45-aa82-d440f7f004ca",
            "completed": true,
            "last_updated": "2023-04-30T15:17:16.195759-04:00",
            "created_at": "2023-04-29T16:27:01.211075-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -4.29,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/b5864eb0-05fd-4f45-aa82-d440f7f004ca",
            "datetime": "2023-04-29T20:00:00-04:00",
            "cutoff_datetime": "2023-04-29T20:00:00-04:00",
            "name": "Girtz vs Torres",
            "bettypes": [
                {
                    "id": "71e8f7ab-d61e-4d6f-86b2-d1fb93c5e08b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5faf2941-d86a-4fcd-88bf-5a314d2b7540/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:01.212978-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Brandon Girtz",
                                "amount": 5904.0
                            },
                            {
                                "team": "Christian Torres",
                                "amount": 4096.0
                            }
                        ],
                        "expected_reward_tokens": 9092.16,
                        "profit_sb": -407.84,
                        "profit_sb_percentage": -4.29,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "528618c3-0fe1-4584-9562-a63e750bf5a2",
                            "gambit_id": "e7fc0afc-964d-46ca-83c8-09972e5abab6",
                            "last_updated": "2023-04-30T15:17:16.200588-04:00",
                            "created_at": "2023-04-29T16:27:01.216045-04:00",
                            "name": "Brandon Girtz",
                            "reward": "1.54000",
                            "odds": "1.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71e8f7ab-d61e-4d6f-86b2-d1fb93c5e08b/?format=api"
                        },
                        {
                            "id": "e305078c-41c6-462a-a7af-d24615db2814",
                            "gambit_id": "99d65fe8-a645-4af9-a30d-d12587f9774a",
                            "last_updated": "2023-04-30T15:17:16.199078-04:00",
                            "created_at": "2023-04-29T16:27:01.214505-04:00",
                            "name": "Christian Torres",
                            "reward": "2.22000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71e8f7ab-d61e-4d6f-86b2-d1fb93c5e08b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "506ae6b4-9434-4fc2-8c60-f4b9bd3261d7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "34b3fc1a-3f17-424d-a0d7-7a5f91427c75",
            "completed": false,
            "last_updated": "2023-05-06T19:57:22.872146-04:00",
            "created_at": "2023-04-29T16:27:00.764354-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -3.63,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/34b3fc1a-3f17-424d-a0d7-7a5f91427c75",
            "datetime": "2023-04-29T20:00:00-04:00",
            "cutoff_datetime": "2023-04-29T20:00:00-04:00",
            "name": "Kamyron vs Roman",
            "bettypes": [
                {
                    "id": "4bee4db7-6363-4567-ab00-633a453f0576",
                    "match": "https://api-prod.gambitprofit.com/api/matches/506ae6b4-9434-4fc2-8c60-f4b9bd3261d7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:00.766398-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Khortni Kamyron",
                                "amount": 6104.0
                            },
                            {
                                "team": "Gabrielle Roman",
                                "amount": 3896.0
                            }
                        ],
                        "expected_reward_tokens": 9155.6,
                        "profit_sb": -344.4,
                        "profit_sb_percentage": -3.63,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f6d7e3ce-0620-4fc9-9c22-c01ca13cca72",
                            "gambit_id": "a9d36229-8bdd-4f6e-bf58-dda4b47767db",
                            "last_updated": "2023-05-06T19:57:22.879202-04:00",
                            "created_at": "2023-04-29T16:27:00.769270-04:00",
                            "name": "Khortni Kamyron",
                            "reward": "1.50000",
                            "odds": "1.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bee4db7-6363-4567-ab00-633a453f0576/?format=api"
                        },
                        {
                            "id": "e3a1ad47-4929-426d-a266-8060546f24c5",
                            "gambit_id": "2517293c-2f2f-4954-b040-dcc925b241d8",
                            "last_updated": "2023-05-06T19:57:22.877061-04:00",
                            "created_at": "2023-04-29T16:27:00.767841-04:00",
                            "name": "Gabrielle Roman",
                            "reward": "2.35000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bee4db7-6363-4567-ab00-633a453f0576/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7f5ab2e6-a9a9-4e3b-b4eb-e7e84e58ed63",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "72c1712a-a149-4336-a7a8-0e0bdd5a89f3",
            "completed": true,
            "last_updated": "2023-04-30T15:17:16.812755-04:00",
            "created_at": "2023-04-29T16:27:01.378882-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -3.84,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/72c1712a-a149-4336-a7a8-0e0bdd5a89f3",
            "datetime": "2023-04-29T20:00:00-04:00",
            "cutoff_datetime": "2023-04-29T20:00:00-04:00",
            "name": "Copeland vs Rothwell",
            "bettypes": [
                {
                    "id": "f4724df9-7b6a-4fc0-ac3e-84c6e0efb9eb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7f5ab2e6-a9a9-4e3b-b4eb-e7e84e58ed63/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:01.381128-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ben Rothwell",
                                "amount": 8014.0
                            },
                            {
                                "team": "Josh Copeland",
                                "amount": 1986.0
                            }
                        ],
                        "expected_reward_tokens": 9135.6,
                        "profit_sb": -364.4,
                        "profit_sb_percentage": -3.84,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3f0a27a6-88bc-4f14-99c2-38cf85ef0329",
                            "gambit_id": "04054c01-b9c1-4999-9862-9f3e68217dbb",
                            "last_updated": "2023-04-30T15:17:16.815787-04:00",
                            "created_at": "2023-04-29T16:27:01.382989-04:00",
                            "name": "Ben Rothwell",
                            "reward": "1.14000",
                            "odds": "1.16000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4724df9-7b6a-4fc0-ac3e-84c6e0efb9eb/?format=api"
                        },
                        {
                            "id": "026540b4-79e1-4a12-9909-a60ffc8a45ee",
                            "gambit_id": "029128fe-b940-4326-a664-46c4c5917f8b",
                            "last_updated": "2023-04-30T15:17:16.817023-04:00",
                            "created_at": "2023-04-29T16:27:01.384965-04:00",
                            "name": "Josh Copeland",
                            "reward": "4.60000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4724df9-7b6a-4fc0-ac3e-84c6e0efb9eb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cf8bba4a-0002-4313-a1f6-1a9486cc2674",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "09387899-8b44-42c3-85e0-a748df54996a",
            "completed": true,
            "last_updated": "2023-04-30T15:32:15.237936-04:00",
            "created_at": "2023-04-29T16:26:58.770159-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.76,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/09387899-8b44-42c3-85e0-a748df54996a",
            "datetime": "2023-04-29T19:05:00-04:00",
            "cutoff_datetime": "2023-04-29T19:05:00-04:00",
            "name": "NYY (J Brito) v. TEX (N Eovaldi)",
            "bettypes": [
                {
                    "id": "575b966a-86e0-4a72-b366-4b9cc38c33f7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cf8bba4a-0002-4313-a1f6-1a9486cc2674/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:26:58.784297-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "TEX (N Eovaldi)",
                                "amount": 5909.0
                            },
                            {
                                "team": "NYY (J Brito)",
                                "amount": 4091.0
                            }
                        ],
                        "expected_reward_tokens": 9572.58,
                        "profit_sb": 72.58,
                        "profit_sb_percentage": 0.76,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c7118a1e-20d3-4630-9fe2-e8e479792a9b",
                            "gambit_id": "4807638c-24b3-49f5-b6a9-b03d17d6ea85",
                            "last_updated": "2023-04-30T15:32:15.248049-04:00",
                            "created_at": "2023-04-29T16:26:58.785863-04:00",
                            "name": "TEX (N Eovaldi)",
                            "reward": "1.62000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575b966a-86e0-4a72-b366-4b9cc38c33f7/?format=api"
                        },
                        {
                            "id": "019171b2-5778-4998-952c-feb55e116a7f",
                            "gambit_id": "c83fe49b-cf20-4da6-91ac-fa888fa6646a",
                            "last_updated": "2023-04-30T15:32:15.249164-04:00",
                            "created_at": "2023-04-29T16:26:58.787505-04:00",
                            "name": "NYY (J Brito)",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575b966a-86e0-4a72-b366-4b9cc38c33f7/?format=api"
                        }
                    ]
                },
                {
                    "id": "24d0af59-e612-450d-b950-7bac0b051614",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cf8bba4a-0002-4313-a1f6-1a9486cc2674/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:26:58.778962-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "NYY",
                                "amount": 5784.0
                            },
                            {
                                "team": "TEX",
                                "amount": 4216.0
                            }
                        ],
                        "expected_reward_tokens": 9485.76,
                        "profit_sb": -14.24,
                        "profit_sb_percentage": -0.15,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "45f3b49e-34aa-4808-be62-f0e8f888b49e",
                            "gambit_id": "a8543053-c045-486b-9a7f-91736de0d255",
                            "last_updated": "2023-04-30T15:32:15.245707-04:00",
                            "created_at": "2023-04-29T16:26:58.782542-04:00",
                            "name": "NYY",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24d0af59-e612-450d-b950-7bac0b051614/?format=api"
                        },
                        {
                            "id": "a92c809e-4fc5-47f0-b6e1-b30115a2c501",
                            "gambit_id": "c0d35480-f578-4e50-acef-85f473b5039c",
                            "last_updated": "2023-04-30T15:32:15.244541-04:00",
                            "created_at": "2023-04-29T16:26:58.780760-04:00",
                            "name": "TEX",
                            "reward": "2.25000",
                            "odds": "2.30000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24d0af59-e612-450d-b950-7bac0b051614/?format=api"
                        }
                    ]
                },
                {
                    "id": "bfb13b63-e14e-4379-8e37-88f6ed391d99",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cf8bba4a-0002-4313-a1f6-1a9486cc2674/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:26:58.772227-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7f282571-37fa-4c38-b8ef-861b9b0bcd9f",
                            "gambit_id": "69fd9cae-6a06-4033-b4d1-c0c9aca07fcf",
                            "last_updated": "2023-04-30T15:32:15.240780-04:00",
                            "created_at": "2023-04-29T16:26:58.773675-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb13b63-e14e-4379-8e37-88f6ed391d99/?format=api"
                        },
                        {
                            "id": "0a3af237-de47-49be-9957-97c14b58f853",
                            "gambit_id": "7b9dedaf-179d-4379-8633-fb882b695fe8",
                            "last_updated": "2023-04-30T15:32:15.242101-04:00",
                            "created_at": "2023-04-29T16:26:58.775617-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb13b63-e14e-4379-8e37-88f6ed391d99/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f2fa83a3-1a9f-4603-98a1-317f852ec0c8",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6aab46b3-ab0e-41b6-930b-fd32f234eaf0",
            "completed": true,
            "last_updated": "2023-05-01T12:27:22.776917-04:00",
            "created_at": "2023-04-29T16:47:02.767269-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.07,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/6aab46b3-ab0e-41b6-930b-fd32f234eaf0",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Fernando Padilla v. Julian Erosa",
            "bettypes": [
                {
                    "id": "09bd7848-71e1-4314-a338-610edb384f32",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f2fa83a3-1a9f-4603-98a1-317f852ec0c8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:47:02.774269-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Julian Erosa",
                                "amount": 5673.0
                            },
                            {
                                "team": "Fernando Padilla",
                                "amount": 4327.0
                            }
                        ],
                        "expected_reward_tokens": 9303.05,
                        "profit_sb": -196.95,
                        "profit_sb_percentage": -2.07,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d2ff6e0b-c34d-4796-b7cb-f08dcf24bab1",
                            "gambit_id": "17cd9f36-01ab-43fc-9d81-e28fca792256",
                            "last_updated": "2023-05-01T12:27:22.784458-04:00",
                            "created_at": "2023-04-29T16:47:02.775931-04:00",
                            "name": "Julian Erosa",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09bd7848-71e1-4314-a338-610edb384f32/?format=api"
                        },
                        {
                            "id": "41626c5e-353f-49f0-9212-1328220ddcec",
                            "gambit_id": "562828d3-e43b-4208-b124-0c549d5cee50",
                            "last_updated": "2023-05-01T12:27:22.786014-04:00",
                            "created_at": "2023-04-29T16:47:02.777762-04:00",
                            "name": "Fernando Padilla",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09bd7848-71e1-4314-a338-610edb384f32/?format=api"
                        }
                    ]
                },
                {
                    "id": "1a396011-d0ce-4058-9b66-067165797d8f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f2fa83a3-1a9f-4603-98a1-317f852ec0c8/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:47:02.769470-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 5789.0
                            },
                            {
                                "team": "Total Rounds Over 2.5",
                                "amount": 4211.0
                            }
                        ],
                        "expected_reward_tokens": 9262.4,
                        "profit_sb": -237.6,
                        "profit_sb_percentage": -2.5,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cea73e9c-2d8e-4a08-ab7f-e1f7855521e0",
                            "gambit_id": "75824150-0120-42fd-a3bc-036cc4ced040",
                            "last_updated": "2023-05-01T12:27:22.780215-04:00",
                            "created_at": "2023-04-29T16:47:02.771093-04:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a396011-d0ce-4058-9b66-067165797d8f/?format=api"
                        },
                        {
                            "id": "a51e0dc9-6863-4a80-93af-0c221be7bb6e",
                            "gambit_id": "ba4889d4-2d32-413b-bf92-7f103dd9b47a",
                            "last_updated": "2023-05-01T12:27:22.781596-04:00",
                            "created_at": "2023-04-29T16:47:02.772623-04:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "2.20000",
                            "odds": "2.25000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a396011-d0ce-4058-9b66-067165797d8f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e8ca72f7-c484-4484-b9f7-c3a04ef3f4fd",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "533cc41c-15e9-44d7-b327-549be0638fbb",
            "completed": true,
            "last_updated": "2023-04-30T15:22:10.745435-04:00",
            "created_at": "2023-04-29T16:26:59.801676-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -5.15,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/533cc41c-15e9-44d7-b327-549be0638fbb",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Edwards vs Jackson",
            "bettypes": [
                {
                    "id": "e01fb1d8-5b34-47d9-a0d0-d0047357f2e0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e8ca72f7-c484-4484-b9f7-c3a04ef3f4fd/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:26:59.803289-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Jay Jackson",
                                "amount": 5668.0
                            },
                            {
                                "team": "Marcus Edwards",
                                "amount": 4332.0
                            }
                        ],
                        "expected_reward_tokens": 9010.56,
                        "profit_sb": -489.44,
                        "profit_sb_percentage": -5.15,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6293ee74-c5fe-48eb-bbf6-51122f1785dd",
                            "gambit_id": "66fd94bf-a126-483d-9872-e41354604fed",
                            "last_updated": "2023-04-30T15:22:10.748550-04:00",
                            "created_at": "2023-04-29T16:26:59.804564-04:00",
                            "name": "Jay Jackson",
                            "reward": "1.59000",
                            "odds": "1.66000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e01fb1d8-5b34-47d9-a0d0-d0047357f2e0/?format=api"
                        },
                        {
                            "id": "f93a0685-f6c8-4245-9cc0-0e7e5aa1ac55",
                            "gambit_id": "3f8271b6-b0d8-49fb-a041-cfb5fab624e1",
                            "last_updated": "2023-04-30T15:22:10.749964-04:00",
                            "created_at": "2023-04-29T16:26:59.806577-04:00",
                            "name": "Marcus Edwards",
                            "reward": "2.08000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e01fb1d8-5b34-47d9-a0d0-d0047357f2e0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a47cb544-4446-487e-a312-735b5f66473d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1c618f4a-6205-4f57-ac3e-4e584899832e",
            "completed": true,
            "last_updated": "2023-04-30T15:22:10.595697-04:00",
            "created_at": "2023-04-29T16:27:00.094808-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -3.24,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/1c618f4a-6205-4f57-ac3e-4e584899832e",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Willoughby vs Seybold",
            "bettypes": [
                {
                    "id": "420cc309-9a23-492c-a488-726ebb10cb22",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a47cb544-4446-487e-a312-735b5f66473d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:00.096419-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Jack Willoughby",
                                "amount": 6170.0
                            },
                            {
                                "team": "Mitch Seybold",
                                "amount": 3830.0
                            }
                        ],
                        "expected_reward_tokens": 9192.0,
                        "profit_sb": -308.0,
                        "profit_sb_percentage": -3.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2da3a738-c1c0-4895-8d79-18449c9c7541",
                            "gambit_id": "ea290ac6-1251-4cf9-8e0a-6a0a882e200c",
                            "last_updated": "2023-04-30T15:22:10.600154-04:00",
                            "created_at": "2023-04-29T16:27:00.098970-04:00",
                            "name": "Jack Willoughby",
                            "reward": "1.49000",
                            "odds": "1.54000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/420cc309-9a23-492c-a488-726ebb10cb22/?format=api"
                        },
                        {
                            "id": "99cc8f9b-004e-439f-9fce-b423e26064ff",
                            "gambit_id": "9231e8ad-ca09-43fe-9ae7-309727626ba0",
                            "last_updated": "2023-04-30T15:22:10.598784-04:00",
                            "created_at": "2023-04-29T16:27:00.097663-04:00",
                            "name": "Mitch Seybold",
                            "reward": "2.40000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/420cc309-9a23-492c-a488-726ebb10cb22/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a7d500e6-178e-447f-a841-01c488a0c10b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "4f15f616-dcc6-439c-8c43-c82168e96138",
            "completed": true,
            "last_updated": "2023-05-01T12:27:22.432718-04:00",
            "created_at": "2023-04-29T16:47:02.484252-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.18,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/4f15f616-dcc6-439c-8c43-c82168e96138",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Michal Oleksiejczuk v. Caio Borralho",
            "bettypes": [
                {
                    "id": "83411125-14c1-4d7f-bd06-5ec488105d2d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a7d500e6-178e-447f-a841-01c488a0c10b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:47:02.491079-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Caio Borralho",
                                "amount": 7375.0
                            },
                            {
                                "team": "Michal Oleksiejczuk",
                                "amount": 2625.0
                            }
                        ],
                        "expected_reward_tokens": 9292.5,
                        "profit_sb": -207.5,
                        "profit_sb_percentage": -2.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d0045cdc-2335-4166-b27e-858941f94c21",
                            "gambit_id": "b6e05404-3782-4e92-8953-ba41a9838d0a",
                            "last_updated": "2023-05-01T12:27:22.439975-04:00",
                            "created_at": "2023-04-29T16:47:02.492544-04:00",
                            "name": "Caio Borralho",
                            "reward": "1.26000",
                            "odds": "1.27030",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83411125-14c1-4d7f-bd06-5ec488105d2d/?format=api"
                        },
                        {
                            "id": "ae7df457-e3fa-48aa-bdba-0d3a9fd8ff80",
                            "gambit_id": "2f32d7f3-01a4-4285-be05-bcc1f4e075e4",
                            "last_updated": "2023-05-01T12:27:22.441291-04:00",
                            "created_at": "2023-04-29T16:47:02.494111-04:00",
                            "name": "Michal Oleksiejczuk",
                            "reward": "3.54000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83411125-14c1-4d7f-bd06-5ec488105d2d/?format=api"
                        }
                    ]
                },
                {
                    "id": "8bb47d0e-d5dc-4059-b518-cc0aacec95e3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a7d500e6-178e-447f-a841-01c488a0c10b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:47:02.486270-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 5875.0
                            },
                            {
                                "team": "Total Rounds Over 2.5",
                                "amount": 4125.0
                            }
                        ],
                        "expected_reward_tokens": 9281.25,
                        "profit_sb": -218.75,
                        "profit_sb_percentage": -2.3,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b72714b6-5994-4946-899a-28293f72897d",
                            "gambit_id": "d7a683e8-7da4-412b-afda-51e8244789dd",
                            "last_updated": "2023-05-01T12:27:22.435909-04:00",
                            "created_at": "2023-04-29T16:47:02.487720-04:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "1.58000",
                            "odds": "1.60610",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bb47d0e-d5dc-4059-b518-cc0aacec95e3/?format=api"
                        },
                        {
                            "id": "4116ddbf-65ec-4f78-b27c-2830f540ea56",
                            "gambit_id": "f44c4a7a-037a-4ce8-af28-5a343125db81",
                            "last_updated": "2023-05-01T12:27:22.437259-04:00",
                            "created_at": "2023-04-29T16:47:02.489498-04:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "2.25000",
                            "odds": "2.30000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bb47d0e-d5dc-4059-b518-cc0aacec95e3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "40b9f336-cc4f-4c27-87ac-32721359122e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b87c53f7-6347-42b2-9168-db62870359b4",
            "completed": true,
            "last_updated": "2023-05-01T12:27:23.132900-04:00",
            "created_at": "2023-04-29T16:47:03.053481-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.59,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/b87c53f7-6347-42b2-9168-db62870359b4",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Trey Waters v. Josh Quinlan",
            "bettypes": [
                {
                    "id": "d3a35a2b-40a6-415a-b7d9-ae876bf0cdb3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/40b9f336-cc4f-4c27-87ac-32721359122e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:47:03.059970-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Josh Quinlan",
                                "amount": 6610.0
                            },
                            {
                                "team": "Trey Waters",
                                "amount": 3390.0
                            }
                        ],
                        "expected_reward_tokens": 9254.0,
                        "profit_sb": -246.0,
                        "profit_sb_percentage": -2.59,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9e349ce7-d524-4eb7-9868-711e03e87377",
                            "gambit_id": "b79dc908-bb9d-4425-a350-9a019b3b999c",
                            "last_updated": "2023-05-01T12:27:23.140831-04:00",
                            "created_at": "2023-04-29T16:47:03.061324-04:00",
                            "name": "Josh Quinlan",
                            "reward": "1.40000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a35a2b-40a6-415a-b7d9-ae876bf0cdb3/?format=api"
                        },
                        {
                            "id": "326ac517-cb3e-44ae-9b5a-ed107873445e",
                            "gambit_id": "9b5415e8-852b-4e4a-a056-bf5575ca3767",
                            "last_updated": "2023-05-01T12:27:23.142336-04:00",
                            "created_at": "2023-04-29T16:47:03.062779-04:00",
                            "name": "Trey Waters",
                            "reward": "2.73000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3a35a2b-40a6-415a-b7d9-ae876bf0cdb3/?format=api"
                        }
                    ]
                },
                {
                    "id": "92c59961-5343-47b8-9b7b-1dfb7b5a1b31",
                    "match": "https://api-prod.gambitprofit.com/api/matches/40b9f336-cc4f-4c27-87ac-32721359122e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:47:03.055386-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 1.5",
                                "amount": 5095.0
                            },
                            {
                                "team": "Total Rounds Under 1.5",
                                "amount": 4905.0
                            }
                        ],
                        "expected_reward_tokens": 9171.0,
                        "profit_sb": -329.0,
                        "profit_sb_percentage": -3.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f6acb93a-9ca3-45f4-b16e-35f5a1746b16",
                            "gambit_id": "6dbaff6d-ca6e-485d-872b-51ee0eae3f63",
                            "last_updated": "2023-05-01T12:27:23.137863-04:00",
                            "created_at": "2023-04-29T16:47:03.058391-04:00",
                            "name": "Total Rounds Over 1.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92c59961-5343-47b8-9b7b-1dfb7b5a1b31/?format=api"
                        },
                        {
                            "id": "be2a609f-aeb6-4523-a22a-427697246f34",
                            "gambit_id": "92945407-00d1-4501-bf7d-77248334e80d",
                            "last_updated": "2023-05-01T12:27:23.136363-04:00",
                            "created_at": "2023-04-29T16:47:03.056886-04:00",
                            "name": "Total Rounds Under 1.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92c59961-5343-47b8-9b7b-1dfb7b5a1b31/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1207ce34-db90-46b9-9c57-842cef2c1dee",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cf1f3ca0-7b97-4ca7-98d0-706e0221e591",
            "completed": true,
            "last_updated": "2023-04-30T15:42:19.349975-04:00",
            "created_at": "2023-04-29T16:26:58.176121-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.45,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/cf1f3ca0-7b97-4ca7-98d0-706e0221e591",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "New Jersey Devils v. New York Rangers",
            "bettypes": [
                {
                    "id": "d35cc6bc-8501-4837-9f86-7a16c3f6f9cb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1207ce34-db90-46b9-9c57-842cef2c1dee/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:26:58.186290-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5319.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "718ab192-6225-4cee-8d7b-ab6c99ea842c",
                            "gambit_id": "b8b7fd7e-929a-454f-aa18-a12e48f9593f",
                            "last_updated": "2023-04-30T15:42:19.366489-04:00",
                            "created_at": "2023-04-29T16:26:58.187517-04:00",
                            "name": "New York Rangers",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d35cc6bc-8501-4837-9f86-7a16c3f6f9cb/?format=api"
                        },
                        {
                            "id": "795207bd-d974-4697-9b80-d8f31728f755",
                            "gambit_id": "ccf5dafd-8c28-4626-962e-4a173a91857a",
                            "last_updated": "2023-04-30T15:42:19.367903-04:00",
                            "created_at": "2023-04-29T16:26:58.188840-04:00",
                            "name": "New Jersey Devils",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d35cc6bc-8501-4837-9f86-7a16c3f6f9cb/?format=api"
                        }
                    ]
                },
                {
                    "id": "655b0149-dac9-4207-aa4b-dec4c0cb7996",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1207ce34-db90-46b9-9c57-842cef2c1dee/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:26:58.182356-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6805.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 3195.0
                            }
                        ],
                        "expected_reward_tokens": 9457.2,
                        "profit_sb": -42.8,
                        "profit_sb_percentage": -0.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4188e9c1-4a1d-4a27-b1fe-978170724512",
                            "gambit_id": "58035b75-66f8-4e9f-95a7-c191231e24e7",
                            "last_updated": "2023-04-30T15:42:19.363391-04:00",
                            "created_at": "2023-04-29T16:26:58.184887-04:00",
                            "name": "New Jersey Devils",
                            "reward": "1.39000",
                            "odds": "1.40820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655b0149-dac9-4207-aa4b-dec4c0cb7996/?format=api"
                        },
                        {
                            "id": "40c11283-5bf2-4247-8887-1124d16c02b0",
                            "gambit_id": "7617f01f-fdd2-418f-953a-5cd2732a4102",
                            "last_updated": "2023-04-30T15:42:19.362030-04:00",
                            "created_at": "2023-04-29T16:26:58.183557-04:00",
                            "name": "New York Rangers",
                            "reward": "2.96000",
                            "odds": "3.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/655b0149-dac9-4207-aa4b-dec4c0cb7996/?format=api"
                        }
                    ]
                },
                {
                    "id": "a5a90453-5bac-4f57-b118-aedf71815cf4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1207ce34-db90-46b9-9c57-842cef2c1dee/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:26:58.178254-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 5423.0
                            },
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6ae59641-f5a4-43d0-a70d-2950b68e2392",
                            "gambit_id": "f3cfa2e6-961c-4681-be1a-463f68aedb7c",
                            "last_updated": "2023-04-30T15:42:19.356947-04:00",
                            "created_at": "2023-04-29T16:26:58.179591-04:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5a90453-5bac-4f57-b118-aedf71815cf4/?format=api"
                        },
                        {
                            "id": "73f35ae0-5b4f-43fc-b0d7-7344843720a5",
                            "gambit_id": "d9480c47-7076-4301-889a-d4da843b1805",
                            "last_updated": "2023-04-30T15:42:19.358944-04:00",
                            "created_at": "2023-04-29T16:26:58.180923-04:00",
                            "name": "Game Total Over 5.5",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5a90453-5bac-4f57-b118-aedf71815cf4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "126f280a-4a1a-4518-8e32-f6c3de23b60e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8d8ca80c-5181-4c39-8816-b8c4ae0d3aa0",
            "completed": true,
            "last_updated": "2023-04-30T15:22:12.088780-04:00",
            "created_at": "2023-04-29T16:26:59.114888-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -4.27,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/8d8ca80c-5181-4c39-8816-b8c4ae0d3aa0",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Maestas vs Winemiller",
            "bettypes": [
                {
                    "id": "8fd6f254-08f5-4cf9-bf8c-aa2bd1cbfe49",
                    "match": "https://api-prod.gambitprofit.com/api/matches/126f280a-4a1a-4518-8e32-f6c3de23b60e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:26:59.116708-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dillon Winemiller",
                                "amount": 6272.0
                            },
                            {
                                "team": "Matthew Maestas",
                                "amount": 3728.0
                            }
                        ],
                        "expected_reward_tokens": 9094.4,
                        "profit_sb": -405.6,
                        "profit_sb_percentage": -4.27,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bea9177e-92e3-4150-9b6a-b8ec9edd2797",
                            "gambit_id": "3ab13758-faa7-430b-920b-567405880373",
                            "last_updated": "2023-04-30T15:22:12.092011-04:00",
                            "created_at": "2023-04-29T16:26:59.118047-04:00",
                            "name": "Dillon Winemiller",
                            "reward": "1.45000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd6f254-08f5-4cf9-bf8c-aa2bd1cbfe49/?format=api"
                        },
                        {
                            "id": "442affcf-15c2-444d-9066-bdb202901374",
                            "gambit_id": "3d366fdf-f41d-4c72-a580-bf717089b6e9",
                            "last_updated": "2023-04-30T15:22:12.093407-04:00",
                            "created_at": "2023-04-29T16:26:59.119477-04:00",
                            "name": "Matthew Maestas",
                            "reward": "2.44000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd6f254-08f5-4cf9-bf8c-aa2bd1cbfe49/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ca3a5c2f-0e82-4460-ad2d-27881ce4860f",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d76cf1dd-dd7d-454b-a378-d38d012a552d",
            "completed": true,
            "last_updated": "2023-04-30T15:37:13.932166-04:00",
            "created_at": "2023-04-29T16:26:57.941564-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.17,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d76cf1dd-dd7d-454b-a378-d38d012a552d",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Edmonton Oilers v. Los Angeles Kings",
            "bettypes": [
                {
                    "id": "74b97c23-587a-4546-a2c2-e2bc714e365c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ca3a5c2f-0e82-4460-ad2d-27881ce4860f/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:26:57.952810-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6090.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0b6168eb-5e3b-4803-90ac-e4eab958ef52",
                            "gambit_id": "be294849-28ff-48ae-a432-819d49d1211b",
                            "last_updated": "2023-04-30T15:37:13.946530-04:00",
                            "created_at": "2023-04-29T16:26:57.956468-04:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74b97c23-587a-4546-a2c2-e2bc714e365c/?format=api"
                        },
                        {
                            "id": "bf0bdda0-b82b-42dc-bf16-54bbf9966c34",
                            "gambit_id": "39f657b6-c435-42dc-a213-b37f0ec7b850",
                            "last_updated": "2023-04-30T15:37:13.944928-04:00",
                            "created_at": "2023-04-29T16:26:57.954934-04:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74b97c23-587a-4546-a2c2-e2bc714e365c/?format=api"
                        }
                    ]
                },
                {
                    "id": "9741cba4-4d46-43e8-9411-bf24a62b320c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ca3a5c2f-0e82-4460-ad2d-27881ce4860f/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:26:57.947518-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6100.0
                            },
                            {
                                "team": "Edmonton Oilers",
                                "amount": 3900.0
                            }
                        ],
                        "expected_reward_tokens": 9516.0,
                        "profit_sb": 16.0,
                        "profit_sb_percentage": 0.17,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e7742081-615e-44e9-9c69-e3049785eb36",
                            "gambit_id": "24f0dfdc-a04f-45b0-9d6a-6b798178561a",
                            "last_updated": "2023-04-30T15:37:13.940031-04:00",
                            "created_at": "2023-04-29T16:26:57.949891-04:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.56000",
                            "odds": "1.58480",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9741cba4-4d46-43e8-9411-bf24a62b320c/?format=api"
                        },
                        {
                            "id": "0d189dec-d4e0-4b71-89a4-8f77b1770dbe",
                            "gambit_id": "96e507ab-f409-45b1-a19e-0efac66ba5f1",
                            "last_updated": "2023-04-30T15:37:13.941786-04:00",
                            "created_at": "2023-04-29T16:26:57.951359-04:00",
                            "name": "Edmonton Oilers",
                            "reward": "2.44000",
                            "odds": "2.51000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9741cba4-4d46-43e8-9411-bf24a62b320c/?format=api"
                        }
                    ]
                },
                {
                    "id": "23c8c62f-146c-44f6-8230-36495e12f548",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ca3a5c2f-0e82-4460-ad2d-27881ce4860f/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:26:57.943394-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5614.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "239be19f-dddf-414d-a461-79fd17db9b14",
                            "gambit_id": "81700f30-006b-496e-a502-9b138236c5f2",
                            "last_updated": "2023-04-30T15:37:13.937160-04:00",
                            "created_at": "2023-04-29T16:26:57.946093-04:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23c8c62f-146c-44f6-8230-36495e12f548/?format=api"
                        },
                        {
                            "id": "ceaedc1c-c2e6-41fe-9154-c63bd82e4335",
                            "gambit_id": "e51175ef-d804-477a-a600-302dff2c50bc",
                            "last_updated": "2023-04-30T15:37:13.935659-04:00",
                            "created_at": "2023-04-29T16:26:57.944744-04:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23c8c62f-146c-44f6-8230-36495e12f548/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "32770cfd-426c-4705-8804-4c905a834a00",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7d676ff4-ebcb-41f9-959d-7b526c28793d",
            "completed": true,
            "last_updated": "2023-05-01T12:27:22.607775-04:00",
            "created_at": "2023-04-29T16:47:02.624323-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.57,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/7d676ff4-ebcb-41f9-959d-7b526c28793d",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Cody Durden v. Charles Johnson",
            "bettypes": [
                {
                    "id": "90578cdd-c191-440d-becf-f0a4d4798ebe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/32770cfd-426c-4705-8804-4c905a834a00/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:47:02.632685-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Charles Johnson",
                                "amount": 5493.0
                            },
                            {
                                "team": "Cody Durden",
                                "amount": 4507.0
                            }
                        ],
                        "expected_reward_tokens": 9283.17,
                        "profit_sb": -216.83,
                        "profit_sb_percentage": -2.28,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8adbc71c-6991-44ba-9d43-c4a852c7d409",
                            "gambit_id": "60aa0845-c064-46c9-b168-08d6cdbab33c",
                            "last_updated": "2023-05-01T12:27:22.616063-04:00",
                            "created_at": "2023-04-29T16:47:02.634508-04:00",
                            "name": "Charles Johnson",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90578cdd-c191-440d-becf-f0a4d4798ebe/?format=api"
                        },
                        {
                            "id": "4e86efca-75f2-4b56-8ce5-d5ab46f7ca8d",
                            "gambit_id": "1778b6ea-42c2-49f8-8ad9-af611fc5aba7",
                            "last_updated": "2023-05-01T12:27:22.617489-04:00",
                            "created_at": "2023-04-29T16:47:02.636202-04:00",
                            "name": "Cody Durden",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90578cdd-c191-440d-becf-f0a4d4798ebe/?format=api"
                        }
                    ]
                },
                {
                    "id": "8667b260-b43a-46b6-9c6d-d40d240155d8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/32770cfd-426c-4705-8804-4c905a834a00/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:47:02.626687-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 2.5",
                                "amount": 6318.0
                            },
                            {
                                "team": "Total Rounds Under 2.5",
                                "amount": 3682.0
                            }
                        ],
                        "expected_reward_tokens": 9350.64,
                        "profit_sb": -149.36,
                        "profit_sb_percentage": -1.57,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9846a7d2-da7e-4091-9eff-7aed826536e4",
                            "gambit_id": "fd8d607a-7793-49eb-9ae3-350178fc425e",
                            "last_updated": "2023-05-01T12:27:22.613033-04:00",
                            "created_at": "2023-04-29T16:47:02.630773-04:00",
                            "name": "Total Rounds Over 2.5",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8667b260-b43a-46b6-9c6d-d40d240155d8/?format=api"
                        },
                        {
                            "id": "7c921301-342a-45b5-98fa-5b64f35343c1",
                            "gambit_id": "cff64136-21dc-4e1b-8249-aa6cfe2117a9",
                            "last_updated": "2023-05-01T12:27:22.611530-04:00",
                            "created_at": "2023-04-29T16:47:02.628594-04:00",
                            "name": "Total Rounds Under 2.5",
                            "reward": "2.54000",
                            "odds": "2.60000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8667b260-b43a-46b6-9c6d-d40d240155d8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7eb4bb10-d5f4-429b-8a6e-b5579408a636",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "bb8c33a9-591c-49c8-ac73-ed07e20d9a20",
            "completed": true,
            "last_updated": "2023-04-30T15:42:19.526589-04:00",
            "created_at": "2023-04-29T16:26:58.419516-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.02,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/bb8c33a9-591c-49c8-ac73-ed07e20d9a20",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Toronto Maple Leafs v. Tampa Bay Lightning",
            "bettypes": [
                {
                    "id": "10b01f54-c208-4b5e-a5a9-923d46d3311c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7eb4bb10-d5f4-429b-8a6e-b5579408a636/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:26:58.430779-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "94b4c3eb-6f34-4857-9c8b-426634075ff2",
                            "gambit_id": "7ba8466a-c77a-4ea5-80ef-04280cea0d15",
                            "last_updated": "2023-04-30T15:42:19.538608-04:00",
                            "created_at": "2023-04-29T16:26:58.432582-04:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10b01f54-c208-4b5e-a5a9-923d46d3311c/?format=api"
                        },
                        {
                            "id": "023aa34f-3d8a-4187-845a-b69ca55e62bf",
                            "gambit_id": "4fe9f24e-e226-4e71-b26c-9c354986822c",
                            "last_updated": "2023-04-30T15:42:19.539936-04:00",
                            "created_at": "2023-04-29T16:26:58.434568-04:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10b01f54-c208-4b5e-a5a9-923d46d3311c/?format=api"
                        }
                    ]
                },
                {
                    "id": "ef9f62d1-2731-4b79-b4c8-5d25014af59f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7eb4bb10-d5f4-429b-8a6e-b5579408a636/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:26:58.425544-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6984.0
                            },
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 3016.0
                            }
                        ],
                        "expected_reward_tokens": 9498.24,
                        "profit_sb": -1.76,
                        "profit_sb_percentage": -0.02,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6647d892-95b5-4a9c-8378-10a2177bb2c3",
                            "gambit_id": "6954784f-358f-4706-8769-d5245020d622",
                            "last_updated": "2023-04-30T15:42:19.536121-04:00",
                            "created_at": "2023-04-29T16:26:58.428811-04:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.36000",
                            "odds": "1.37740",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef9f62d1-2731-4b79-b4c8-5d25014af59f/?format=api"
                        },
                        {
                            "id": "1bf3bab5-5de2-4b08-8490-7836c3588c3b",
                            "gambit_id": "ad3d10d4-dcd1-4b61-858b-36bc79eadf5c",
                            "last_updated": "2023-04-30T15:42:19.534577-04:00",
                            "created_at": "2023-04-29T16:26:58.427070-04:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "3.15000",
                            "odds": "3.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef9f62d1-2731-4b79-b4c8-5d25014af59f/?format=api"
                        }
                    ]
                },
                {
                    "id": "6292ee2f-6ca4-450f-aa20-dab611e676d9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7eb4bb10-d5f4-429b-8a6e-b5579408a636/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:26:58.421334-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b1b13a34-fe83-4218-8a5f-30f52c43fef3",
                            "gambit_id": "d974579e-fec3-4678-9068-99e8a4b29a1b",
                            "last_updated": "2023-04-30T15:42:19.529979-04:00",
                            "created_at": "2023-04-29T16:26:58.422728-04:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6292ee2f-6ca4-450f-aa20-dab611e676d9/?format=api"
                        },
                        {
                            "id": "57486fb1-fd3f-42d5-8570-07903c8c31b0",
                            "gambit_id": "c2919e49-2f48-44de-aea7-76d1c3d093d3",
                            "last_updated": "2023-04-30T15:42:19.531434-04:00",
                            "created_at": "2023-04-29T16:26:58.424123-04:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6292ee2f-6ca4-450f-aa20-dab611e676d9/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1d3b8f28-8c8d-4657-b259-bd98262a4f29",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6dfb1f17-7a56-4f0c-a8a6-a4705700cb80",
            "completed": true,
            "last_updated": "2023-05-01T12:27:20.136112-04:00",
            "created_at": "2023-04-28T15:07:04.601458-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.6,
            "sport_category": "XFL Lines",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/6dfb1f17-7a56-4f0c-a8a6-a4705700cb80",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Arlington Renegades v. Houston Roughnecks",
            "bettypes": [
                {
                    "id": "c6fcfa15-ac4a-4dd2-bb78-d2ad6abc2136",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d3b8f28-8c8d-4657-b259-bd98262a4f29/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:07:04.604530-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Roughnecks",
                                "amount": 7615.0
                            },
                            {
                                "team": "Arlington Renegades",
                                "amount": 2385.0
                            }
                        ],
                        "expected_reward_tokens": 9442.6,
                        "profit_sb": -57.4,
                        "profit_sb_percentage": -0.6,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "19d1b6d8-5b08-4270-9cf4-0ff24b0be2a5",
                            "gambit_id": "9700403f-ca39-498b-a230-3bd2b9dda54b",
                            "last_updated": "2023-05-01T12:27:20.146323-04:00",
                            "created_at": "2023-04-28T15:07:04.606574-04:00",
                            "name": "Houston Roughnecks",
                            "reward": "1.24000",
                            "odds": "1.25640",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6fcfa15-ac4a-4dd2-bb78-d2ad6abc2136/?format=api"
                        },
                        {
                            "id": "905f7316-af89-4959-a55c-1054f60cf6a3",
                            "gambit_id": "f2f4032f-bac8-4c5f-adf0-accb52d2b1a4",
                            "last_updated": "2023-05-01T12:27:20.148250-04:00",
                            "created_at": "2023-04-28T15:07:04.608413-04:00",
                            "name": "Arlington Renegades",
                            "reward": "3.96000",
                            "odds": "4.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6fcfa15-ac4a-4dd2-bb78-d2ad6abc2136/?format=api"
                        }
                    ]
                },
                {
                    "id": "44fbf343-df20-4559-b69e-32c36d54dd93",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d3b8f28-8c8d-4657-b259-bd98262a4f29/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T15:07:04.615248-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Roughnecks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Arlington Renegades",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c391c3dc-7b73-4856-9d76-5f5e2d0b27a5",
                            "gambit_id": "6487770f-d7ac-4922-84f1-ca49846fffbf",
                            "last_updated": "2023-05-01T12:27:20.156188-04:00",
                            "created_at": "2023-04-28T15:07:04.616722-04:00",
                            "name": "Houston Roughnecks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44fbf343-df20-4559-b69e-32c36d54dd93/?format=api"
                        },
                        {
                            "id": "a23ceee4-b1b1-42fb-aba1-c73c4593db8c",
                            "gambit_id": "a02647f2-b9de-4f8f-ae12-541a5fcca847",
                            "last_updated": "2023-05-01T12:27:20.157540-04:00",
                            "created_at": "2023-04-28T15:07:04.618245-04:00",
                            "name": "Arlington Renegades",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44fbf343-df20-4559-b69e-32c36d54dd93/?format=api"
                        }
                    ]
                },
                {
                    "id": "f2bcee53-b473-4c92-af74-bebcd91404f3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d3b8f28-8c8d-4657-b259-bd98262a4f29/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:07:04.610296-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 41",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 41",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dd4e97b0-4577-4e06-ad57-98bd92f003b2",
                            "gambit_id": "bfcd5181-c280-4fd0-92b7-ad16dd38ad15",
                            "last_updated": "2023-05-01T12:27:20.151587-04:00",
                            "created_at": "2023-04-28T15:07:04.611897-04:00",
                            "name": "Game Total Under 41",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "41.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bcee53-b473-4c92-af74-bebcd91404f3/?format=api"
                        },
                        {
                            "id": "edbaeac7-f95f-49f7-896e-602f20de944c",
                            "gambit_id": "b5cbf3d5-7914-4a4e-a7e9-afa2c467749e",
                            "last_updated": "2023-05-01T12:27:20.153234-04:00",
                            "created_at": "2023-04-28T15:07:04.613620-04:00",
                            "name": "Game Total Over 41",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "41.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2bcee53-b473-4c92-af74-bebcd91404f3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c1242688-0e08-4c43-9316-636851f491b9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "10870c98-ef72-447e-a91d-f1940aad56f4",
            "completed": true,
            "last_updated": "2023-05-01T12:27:22.967189-04:00",
            "created_at": "2023-04-29T16:47:02.912923-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.82,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/10870c98-ef72-447e-a91d-f1940aad56f4",
            "datetime": "2023-04-29T19:00:00-04:00",
            "cutoff_datetime": "2023-04-29T19:00:00-04:00",
            "name": "Marcos Rogerio de Lima v. Waldo Cortes Acosta",
            "bettypes": [
                {
                    "id": "aedaac16-17fa-4eba-b3d2-af652d79d2e8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c1242688-0e08-4c43-9316-636851f491b9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:47:02.919352-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Marcos Rogerio de Lima",
                                "amount": 6177.0
                            },
                            {
                                "team": "Waldo Cortes Acosta",
                                "amount": 3823.0
                            }
                        ],
                        "expected_reward_tokens": 9327.27,
                        "profit_sb": -172.73,
                        "profit_sb_percentage": -1.82,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b8e606c3-853b-4ca0-87ed-1ef5ed01925b",
                            "gambit_id": "38d5ccae-0365-45e1-a98a-9d07554ae667",
                            "last_updated": "2023-05-01T12:27:22.976084-04:00",
                            "created_at": "2023-04-29T16:47:02.922543-04:00",
                            "name": "Marcos Rogerio de Lima",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedaac16-17fa-4eba-b3d2-af652d79d2e8/?format=api"
                        },
                        {
                            "id": "847f2dd9-c609-4319-9a12-5fdd32763306",
                            "gambit_id": "2077c431-720a-46ce-8ee0-9856d9ecb060",
                            "last_updated": "2023-05-01T12:27:22.974779-04:00",
                            "created_at": "2023-04-29T16:47:02.920977-04:00",
                            "name": "Waldo Cortes Acosta",
                            "reward": "2.44000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aedaac16-17fa-4eba-b3d2-af652d79d2e8/?format=api"
                        }
                    ]
                },
                {
                    "id": "d86b7f63-9975-424c-a8f4-913a99522f0f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c1242688-0e08-4c43-9316-636851f491b9/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:47:02.914813-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Over 1.5",
                                "amount": 5673.0
                            },
                            {
                                "team": "Total Rounds Under 1.5",
                                "amount": 4327.0
                            }
                        ],
                        "expected_reward_tokens": 9303.05,
                        "profit_sb": -196.95,
                        "profit_sb_percentage": -2.07,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2178b9d7-3c9d-4783-9e1c-017515cb1b4d",
                            "gambit_id": "5cea6be2-e023-4248-97ba-a49535c50fc0",
                            "last_updated": "2023-05-01T12:27:22.971875-04:00",
                            "created_at": "2023-04-29T16:47:02.917777-04:00",
                            "name": "Total Rounds Over 1.5",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d86b7f63-9975-424c-a8f4-913a99522f0f/?format=api"
                        },
                        {
                            "id": "b611bbd9-ed45-42ed-aa82-c2169bee2af8",
                            "gambit_id": "8d0df286-c6a2-4ed1-bfe6-ee6b9bfda319",
                            "last_updated": "2023-05-01T12:27:22.970479-04:00",
                            "created_at": "2023-04-29T16:47:02.916244-04:00",
                            "name": "Total Rounds Under 1.5",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d86b7f63-9975-424c-a8f4-913a99522f0f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "18715d44-9dc3-4678-8f1e-5974f483a101",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "37835108-e26b-477c-8035-34354a675515",
            "completed": true,
            "last_updated": "2023-04-30T15:32:14.684569-04:00",
            "created_at": "2023-04-29T16:26:57.681526-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.96,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/37835108-e26b-477c-8035-34354a675515",
            "datetime": "2023-04-29T18:05:00-04:00",
            "cutoff_datetime": "2023-04-29T18:05:00-04:00",
            "name": "SFO (S Manaea) v. SDG (J Musgrove)",
            "bettypes": [
                {
                    "id": "a0d075b5-87ab-423b-9aa4-2b4cac1f45a8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/18715d44-9dc3-4678-8f1e-5974f483a101/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:26:57.693870-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SDG (J Musgrove)",
                                "amount": 6353.0
                            },
                            {
                                "team": "SFO (S Manaea)",
                                "amount": 3647.0
                            }
                        ],
                        "expected_reward_tokens": 9591.61,
                        "profit_sb": 91.61,
                        "profit_sb_percentage": 0.96,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "ca53f99b-a13d-4990-a5ed-00b4da9696d0",
                            "gambit_id": "f4dabae8-dc47-4e7e-8d0e-c758b000bcac",
                            "last_updated": "2023-04-30T15:32:14.696627-04:00",
                            "created_at": "2023-04-29T16:26:57.695857-04:00",
                            "name": "SDG (J Musgrove)",
                            "reward": "1.51000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d075b5-87ab-423b-9aa4-2b4cac1f45a8/?format=api"
                        },
                        {
                            "id": "6d458337-0af5-48b8-86df-268272f98099",
                            "gambit_id": "9215b01d-ed90-4b5d-b921-d3fb9ea7495f",
                            "last_updated": "2023-04-30T15:32:14.698097-04:00",
                            "created_at": "2023-04-29T16:26:57.698566-04:00",
                            "name": "SFO (S Manaea)",
                            "reward": "2.63000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d075b5-87ab-423b-9aa4-2b4cac1f45a8/?format=api"
                        }
                    ]
                },
                {
                    "id": "a2f773c3-a019-495d-936b-c449c01a3c3a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/18715d44-9dc3-4678-8f1e-5974f483a101/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-29T16:26:57.689127-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "SDG",
                                "amount": 5317.0
                            },
                            {
                                "team": "SFO",
                                "amount": 4683.0
                            }
                        ],
                        "expected_reward_tokens": 9411.09,
                        "profit_sb": -88.91,
                        "profit_sb_percentage": -0.94,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "04c1c98b-161c-4ec6-90eb-7495d5a1ec4b",
                            "gambit_id": "ae0293ca-5ec9-440a-9221-609ae1b84d40",
                            "last_updated": "2023-04-30T15:32:14.692541-04:00",
                            "created_at": "2023-04-29T16:26:57.690602-04:00",
                            "name": "SDG",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2f773c3-a019-495d-936b-c449c01a3c3a/?format=api"
                        },
                        {
                            "id": "c77129a8-be05-4701-8b2c-9629dfe4dc40",
                            "gambit_id": "8764f5c1-7eb0-4df9-ba5c-be74f12ff76b",
                            "last_updated": "2023-04-30T15:32:14.693850-04:00",
                            "created_at": "2023-04-29T16:26:57.692179-04:00",
                            "name": "SFO",
                            "reward": "2.01000",
                            "odds": "2.05000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2f773c3-a019-495d-936b-c449c01a3c3a/?format=api"
                        }
                    ]
                },
                {
                    "id": "738cd9dd-2cdd-454d-81dd-420029e31b81",
                    "match": "https://api-prod.gambitprofit.com/api/matches/18715d44-9dc3-4678-8f1e-5974f483a101/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:26:57.684055-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 15.5",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 15.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "133720a9-9284-4827-baa4-2b2b17d037bb",
                            "gambit_id": "b8573175-ff64-4a18-96c5-e5726c8b3f63",
                            "last_updated": "2023-04-30T15:32:14.689794-04:00",
                            "created_at": "2023-04-29T16:26:57.687621-04:00",
                            "name": "Game Total Over 15.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "15.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/738cd9dd-2cdd-454d-81dd-420029e31b81/?format=api"
                        },
                        {
                            "id": "cb0da0a4-785e-48d8-a32a-03d7cdad3475",
                            "gambit_id": "78f100b4-de4f-4da3-83a1-4403672b4c1c",
                            "last_updated": "2023-04-30T15:32:14.688356-04:00",
                            "created_at": "2023-04-29T16:26:57.685973-04:00",
                            "name": "Game Total Under 15.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "15.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/738cd9dd-2cdd-454d-81dd-420029e31b81/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "84d3a66a-0914-4b6b-9471-63ff87e8c25e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "619de81b-0b93-4b23-8287-8f53dd7d7f8d",
            "completed": true,
            "last_updated": "2023-05-01T12:27:22.273807-04:00",
            "created_at": "2023-04-29T16:47:02.295757-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.28,
            "sport_category": "UFC on ESPN 1",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/619de81b-0b93-4b23-8287-8f53dd7d7f8d",
            "datetime": "2023-04-29T18:00:00-04:00",
            "cutoff_datetime": "2023-04-29T18:00:00-04:00",
            "name": "Ricky Simon v. Yadong Song",
            "bettypes": [
                {
                    "id": "59bf5fac-c724-472a-a2ca-a0e0d997d11f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/84d3a66a-0914-4b6b-9471-63ff87e8c25e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:47:02.304809-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ricky Simon",
                                "amount": 5493.0
                            },
                            {
                                "team": "Yadong Song",
                                "amount": 4507.0
                            }
                        ],
                        "expected_reward_tokens": 9283.17,
                        "profit_sb": -216.83,
                        "profit_sb_percentage": -2.28,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "632c8d32-9eaa-4a09-84f6-19ca8ff3f486",
                            "gambit_id": "7e6df883-5989-4734-9923-d15aa927e1be",
                            "last_updated": "2023-05-01T12:27:22.285950-04:00",
                            "created_at": "2023-04-29T16:47:02.308433-04:00",
                            "name": "Ricky Simon",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59bf5fac-c724-472a-a2ca-a0e0d997d11f/?format=api"
                        },
                        {
                            "id": "ea79f8bc-c094-4af0-b9ea-ee895155b606",
                            "gambit_id": "d602c0fb-b657-46e7-83d4-b25716248d36",
                            "last_updated": "2023-05-01T12:27:22.284116-04:00",
                            "created_at": "2023-04-29T16:47:02.306483-04:00",
                            "name": "Yadong Song",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59bf5fac-c724-472a-a2ca-a0e0d997d11f/?format=api"
                        }
                    ]
                },
                {
                    "id": "eee88e0f-2c48-4463-bbc7-785830c2438d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/84d3a66a-0914-4b6b-9471-63ff87e8c25e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-29T16:47:02.298509-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Total Rounds Under 4.5",
                                "amount": 5493.0
                            },
                            {
                                "team": "Total Rounds Over 4.5",
                                "amount": 4507.0
                            }
                        ],
                        "expected_reward_tokens": 9283.17,
                        "profit_sb": -216.83,
                        "profit_sb_percentage": -2.28,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b2f93691-2d3d-4279-bfec-e58a78b8d84f",
                            "gambit_id": "ccb71514-1f50-42ee-bbf3-7c64cbf60b2e",
                            "last_updated": "2023-05-01T12:27:22.278534-04:00",
                            "created_at": "2023-04-29T16:47:02.300593-04:00",
                            "name": "Total Rounds Under 4.5",
                            "reward": "1.69000",
                            "odds": "1.71430",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee88e0f-2c48-4463-bbc7-785830c2438d/?format=api"
                        },
                        {
                            "id": "9256763b-8738-46e0-b0e3-239ee654e7aa",
                            "gambit_id": "0fcae533-b4ff-4f54-81cb-5804dbbee9f5",
                            "last_updated": "2023-05-01T12:27:22.280451-04:00",
                            "created_at": "2023-04-29T16:47:02.302971-04:00",
                            "name": "Total Rounds Over 4.5",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eee88e0f-2c48-4463-bbc7-785830c2438d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f2deb24f-f8e3-4949-9b5b-9a3d9599f7d5",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "80180c6c-c2ff-411a-a168-8804e9361850",
            "completed": true,
            "last_updated": "2023-04-30T15:22:11.011127-04:00",
            "created_at": "2023-04-29T16:27:00.999998-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -4.97,
            "sport_category": "BKFC",
            "sport": "Boxing/UFC",
            "url": "https://app.gambitrewards.com/match/80180c6c-c2ff-411a-a168-8804e9361850",
            "datetime": "2023-04-29T17:00:00-04:00",
            "cutoff_datetime": "2023-04-29T17:00:00-04:00",
            "name": "Alvarado vs Brown",
            "bettypes": [
                {
                    "id": "2a6d1a71-5455-4daf-81dd-3f1c0d04fbaf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f2deb24f-f8e3-4949-9b5b-9a3d9599f7d5/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-29T16:27:01.001845-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Mike Alvarado",
                                "amount": 7222.0
                            },
                            {
                                "team": "James Brown",
                                "amount": 2778.0
                            }
                        ],
                        "expected_reward_tokens": 9027.5,
                        "profit_sb": -472.5,
                        "profit_sb_percentage": -4.97,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0902fcd4-c9bd-4306-94c9-767d89c5a781",
                            "gambit_id": "f05c9fa5-fa98-4d2b-a04c-bd571248be7c",
                            "last_updated": "2023-04-30T15:22:11.016386-04:00",
                            "created_at": "2023-04-29T16:27:01.005354-04:00",
                            "name": "Mike Alvarado",
                            "reward": "1.25000",
                            "odds": "1.28000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6d1a71-5455-4daf-81dd-3f1c0d04fbaf/?format=api"
                        },
                        {
                            "id": "38a0d227-fea4-4a23-b2bc-930146fae69b",
                            "gambit_id": "cfc6c58e-bc7c-48bb-a65b-35998f297b71",
                            "last_updated": "2023-04-30T15:22:11.014825-04:00",
                            "created_at": "2023-04-29T16:27:01.003676-04:00",
                            "name": "James Brown",
                            "reward": "3.25000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a6d1a71-5455-4daf-81dd-3f1c0d04fbaf/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f5e19772-6e20-4535-9407-51f8e0c13cab",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "dd5a4433-4acf-4940-8a8d-8dee7a58f587",
            "completed": true,
            "last_updated": "2023-05-01T12:27:21.890036-04:00",
            "created_at": "2023-04-28T15:12:05.659830-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.1,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/dd5a4433-4acf-4940-8a8d-8dee7a58f587",
            "datetime": "2023-04-29T10:00:00-04:00",
            "cutoff_datetime": "2023-04-29T10:00:00-04:00",
            "name": "Brentford v. Nottingham Forest",
            "bettypes": [
                {
                    "id": "545fe196-9fd6-4a88-a4fe-0ed82f9f0c20",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f5e19772-6e20-4535-9407-51f8e0c13cab/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:12:05.666863-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Brentford",
                                "amount": 6756.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3244.0
                            }
                        ],
                        "expected_reward_tokens": 11483.76,
                        "profit_sb": 1983.76,
                        "profit_sb_percentage": 20.88,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Brentford",
                                "amount": 5460.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2622.0
                            },
                            {
                                "team": "Nottingham Forest",
                                "amount": 1918.0
                            }
                        ],
                        "expected_reward_tokens": 9281.88,
                        "profit_sb": -218.12,
                        "profit_sb_percentage": -2.3,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e23ea49f-8764-4fda-93d8-bc464991ce53",
                            "gambit_id": "dbff5735-7b6c-4963-bdf0-71af68392318",
                            "last_updated": "2023-05-01T12:27:21.899619-04:00",
                            "created_at": "2023-04-28T15:12:05.669559-04:00",
                            "name": "Brentford",
                            "reward": "1.70000",
                            "odds": "1.73000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/545fe196-9fd6-4a88-a4fe-0ed82f9f0c20/?format=api"
                        },
                        {
                            "id": "68175541-e5e5-43fe-a446-7ca71395ebcf",
                            "gambit_id": "368cb882-9073-4c4d-8651-a0bd6182d407",
                            "last_updated": "2023-05-01T12:27:21.901108-04:00",
                            "created_at": "2023-04-28T15:12:05.670888-04:00",
                            "name": "Draw",
                            "reward": "3.54000",
                            "odds": "3.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/545fe196-9fd6-4a88-a4fe-0ed82f9f0c20/?format=api"
                        },
                        {
                            "id": "e1bf36c5-58b3-494b-aaec-1e892c8efd18",
                            "gambit_id": "834e5f4a-30a9-438a-8d78-bfdae829043c",
                            "last_updated": "2023-05-01T12:27:21.898186-04:00",
                            "created_at": "2023-04-28T15:12:05.668236-04:00",
                            "name": "Nottingham Forest",
                            "reward": "4.84000",
                            "odds": "5.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/545fe196-9fd6-4a88-a4fe-0ed82f9f0c20/?format=api"
                        }
                    ]
                },
                {
                    "id": "7a186f60-dabe-48da-b02c-4de98d8738e2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f5e19772-6e20-4535-9407-51f8e0c13cab/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:12:05.661845-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5255.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4745.0
                            }
                        ],
                        "expected_reward_tokens": 9300.2,
                        "profit_sb": -199.8,
                        "profit_sb_percentage": -2.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7beb0a9e-7f41-4583-8444-8209f89ac23d",
                            "gambit_id": "9d0c722c-cd48-427f-a1df-8f26179ba8b3",
                            "last_updated": "2023-05-01T12:27:21.893553-04:00",
                            "created_at": "2023-04-28T15:12:05.663449-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a186f60-dabe-48da-b02c-4de98d8738e2/?format=api"
                        },
                        {
                            "id": "b50d4e7e-06b7-4b03-a11a-7db6f043e4c8",
                            "gambit_id": "f7cccaa2-8eb4-4cc6-a34b-87eeaa78d192",
                            "last_updated": "2023-05-01T12:27:21.895088-04:00",
                            "created_at": "2023-04-28T15:12:05.665101-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a186f60-dabe-48da-b02c-4de98d8738e2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "de685e3a-5d54-4b79-b177-601ed6aad444",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "19684bd9-589b-4def-adbe-87f2a67e8123",
            "completed": true,
            "last_updated": "2023-05-01T12:27:21.708534-04:00",
            "created_at": "2023-04-28T15:12:05.489290-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.1,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/19684bd9-589b-4def-adbe-87f2a67e8123",
            "datetime": "2023-04-29T10:00:00-04:00",
            "cutoff_datetime": "2023-04-29T10:00:00-04:00",
            "name": "Brighton & Hove Albion v. Wolverhampton Wanderers",
            "bettypes": [
                {
                    "id": "91d5a8be-c37f-46a3-97c4-f6d88fe0bc63",
                    "match": "https://api-prod.gambitprofit.com/api/matches/de685e3a-5d54-4b79-b177-601ed6aad444/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:12:05.496027-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Brighton & Hove Albion",
                                "amount": 7106.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2894.0
                            }
                        ],
                        "expected_reward_tokens": 11227.48,
                        "profit_sb": 1727.48,
                        "profit_sb_percentage": 18.18,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Brighton & Hove Albion",
                                "amount": 5868.0
                            },
                            {
                                "team": "Draw",
                                "amount": 2389.0
                            },
                            {
                                "team": "Wolverhampton Wanderers",
                                "amount": 1743.0
                            }
                        ],
                        "expected_reward_tokens": 9269.32,
                        "profit_sb": -230.68,
                        "profit_sb_percentage": -2.43,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4c471239-6957-4064-a3d2-a9f2e22fe33b",
                            "gambit_id": "4e640ffb-3295-42db-833f-44d0c364d7ba",
                            "last_updated": "2023-05-01T12:27:21.719679-04:00",
                            "created_at": "2023-04-28T15:12:05.500320-04:00",
                            "name": "Brighton & Hove Albion",
                            "reward": "1.58000",
                            "odds": "1.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d5a8be-c37f-46a3-97c4-f6d88fe0bc63/?format=api"
                        },
                        {
                            "id": "bf11116f-77b5-4148-977b-9865251447ff",
                            "gambit_id": "96667671-a786-48be-b593-00d5e0ed31b9",
                            "last_updated": "2023-05-01T12:27:21.716843-04:00",
                            "created_at": "2023-04-28T15:12:05.497421-04:00",
                            "name": "Draw",
                            "reward": "3.88000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d5a8be-c37f-46a3-97c4-f6d88fe0bc63/?format=api"
                        },
                        {
                            "id": "99410d0e-bc4a-495f-940c-1b5b55851952",
                            "gambit_id": "19745bde-13fe-4e65-964b-172e4aa9b5a3",
                            "last_updated": "2023-05-01T12:27:21.718240-04:00",
                            "created_at": "2023-04-28T15:12:05.498913-04:00",
                            "name": "Wolverhampton Wanderers",
                            "reward": "5.32000",
                            "odds": "5.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91d5a8be-c37f-46a3-97c4-f6d88fe0bc63/?format=api"
                        }
                    ]
                },
                {
                    "id": "468ae7bb-2399-42f9-9596-6d4a82774650",
                    "match": "https://api-prod.gambitprofit.com/api/matches/de685e3a-5d54-4b79-b177-601ed6aad444/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:12:05.491172-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5255.0
                            },
                            {
                                "team": "Game Total Under 2.5",
                                "amount": 4745.0
                            }
                        ],
                        "expected_reward_tokens": 9300.2,
                        "profit_sb": -199.8,
                        "profit_sb_percentage": -2.1,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f9822444-56d5-4d5b-8548-e1ca7760f9d8",
                            "gambit_id": "e9040ffb-e4a1-4025-95ac-7cf124d8c6c5",
                            "last_updated": "2023-05-01T12:27:21.713915-04:00",
                            "created_at": "2023-04-28T15:12:05.494525-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "1.77000",
                            "odds": "1.80000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/468ae7bb-2399-42f9-9596-6d4a82774650/?format=api"
                        },
                        {
                            "id": "01d03528-2744-4c68-a7b1-acbe176fbb78",
                            "gambit_id": "4d735001-9539-4494-92f0-3c4076580f34",
                            "last_updated": "2023-05-01T12:27:21.712132-04:00",
                            "created_at": "2023-04-28T15:12:05.492783-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/468ae7bb-2399-42f9-9596-6d4a82774650/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3c8af5f7-85be-4142-b713-b0aa1922ef5d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "81b8ddfe-c338-4e32-8bc1-9ae0e0f81c3c",
            "completed": true,
            "last_updated": "2023-05-01T12:27:21.554387-04:00",
            "created_at": "2023-04-28T15:12:05.336940-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -2.85,
            "sport_category": "English  Premier League",
            "sport": "Soccer",
            "url": "https://app.gambitrewards.com/match/81b8ddfe-c338-4e32-8bc1-9ae0e0f81c3c",
            "datetime": "2023-04-29T07:30:00-04:00",
            "cutoff_datetime": "2023-04-29T07:30:00-04:00",
            "name": "Crystal Palace v. West Ham United",
            "bettypes": [
                {
                    "id": "e8ddef5a-0d7c-4945-85c3-b49ac98571c6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3c8af5f7-85be-4142-b713-b0aa1922ef5d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T15:12:05.343681-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": true,
                        "name": "Med Risk",
                        "bet": [
                            {
                                "team": "Crystal Palace",
                                "amount": 5448.0
                            },
                            {
                                "team": "West Ham United",
                                "amount": 4552.0
                            }
                        ],
                        "expected_reward_tokens": 13291.84,
                        "profit_sb": 3791.84,
                        "profit_sb_percentage": 39.91,
                        "recommended": false
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Crystal Palace",
                                "amount": 3783.0
                            },
                            {
                                "team": "West Ham United",
                                "amount": 3161.0
                            },
                            {
                                "team": "Draw",
                                "amount": 3056.0
                            }
                        ],
                        "expected_reward_tokens": 9229.12,
                        "profit_sb": -270.88,
                        "profit_sb_percentage": -2.85,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a7970e75-82fc-4ca6-8784-b26fb615be6a",
                            "gambit_id": "ff79561d-499b-4dd5-9ff9-c91a4264fa8e",
                            "last_updated": "2023-05-01T12:27:21.562678-04:00",
                            "created_at": "2023-04-28T15:12:05.344939-04:00",
                            "name": "Crystal Palace",
                            "reward": "2.44000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
                        },
                        {
                            "id": "3c80f43c-f0d6-4f31-918e-37fc050d8e58",
                            "gambit_id": "2c52f619-6f57-4a60-b0b7-49d47d4d699d",
                            "last_updated": "2023-05-01T12:27:21.563969-04:00",
                            "created_at": "2023-04-28T15:12:05.347481-04:00",
                            "name": "West Ham United",
                            "reward": "2.92000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
                        },
                        {
                            "id": "fc3bbe1c-4290-41d5-9de0-28c0c11d915c",
                            "gambit_id": "37ff746a-f5cf-48d3-a39f-e5a09ae4cea1",
                            "last_updated": "2023-05-01T12:27:21.565321-04:00",
                            "created_at": "2023-04-28T15:12:05.352594-04:00",
                            "name": "Draw",
                            "reward": "3.02000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
                        }
                    ]
                },
                {
                    "id": "1b682f41-a971-46f0-8b21-eaf55d290f7b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3c8af5f7-85be-4142-b713-b0aa1922ef5d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T15:12:05.339158-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5523.0
                            },
                            {
                                "team": "Game Total Over 2.5",
                                "amount": 4477.0
                            }
                        ],
                        "expected_reward_tokens": 9222.62,
                        "profit_sb": -277.38,
                        "profit_sb_percentage": -2.92,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ffc277f1-c9f6-459c-96e3-e80511699bc9",
                            "gambit_id": "b6cbe719-511a-449d-94a7-8fa583d202e9",
                            "last_updated": "2023-05-01T12:27:21.558327-04:00",
                            "created_at": "2023-04-28T15:12:05.340792-04:00",
                            "name": "Game Total Under 2.5",
                            "reward": "1.67000",
                            "odds": "1.70000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b682f41-a971-46f0-8b21-eaf55d290f7b/?format=api"
                        },
                        {
                            "id": "f6a53648-67e1-4b4c-b27e-9003c8a6e853",
                            "gambit_id": "ae71c588-dff3-457f-85b2-527c83e7a512",
                            "last_updated": "2023-05-01T12:27:21.559954-04:00",
                            "created_at": "2023-04-28T15:12:05.342286-04:00",
                            "name": "Game Total Over 2.5",
                            "reward": "2.06000",
                            "odds": "2.10000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b682f41-a971-46f0-8b21-eaf55d290f7b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d922a3c8-9711-4d91-8bb3-4fdffa18d2ed",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "587b8b2f-723b-43b0-91d7-b7df9cbf370f",
            "completed": true,
            "last_updated": "2023-04-30T15:06:55.035709-04:00",
            "created_at": "2023-04-28T14:21:59.400578-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.21,
            "sport_category": "NBA Playoffs",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/587b8b2f-723b-43b0-91d7-b7df9cbf370f",
            "datetime": "2023-04-28T22:30:00-04:00",
            "cutoff_datetime": "2023-04-28T22:30:00-04:00",
            "name": "Memphis Grizzlies v. Los Angeles Lakers",
            "bettypes": [
                {
                    "id": "4a8dae79-1f39-473d-a984-1a67d7a543ec",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d922a3c8-9711-4d91-8bb3-4fdffa18d2ed/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T14:21:59.418435-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6449.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 3551.0
                            }
                        ],
                        "expected_reward_tokens": 9480.03,
                        "profit_sb": -19.97,
                        "profit_sb_percentage": -0.21,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cb97dee5-669b-4454-ba6e-1b4ff3d5659e",
                            "gambit_id": "d33093b2-e1fc-46c5-94ce-18ed5c09be78",
                            "last_updated": "2023-04-30T15:06:55.050494-04:00",
                            "created_at": "2023-04-28T14:21:59.420507-04:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a8dae79-1f39-473d-a984-1a67d7a543ec/?format=api"
                        },
                        {
                            "id": "e3648702-fffb-4a92-be04-ad53546a2ee0",
                            "gambit_id": "399e5686-6fd7-40be-877f-d23e7c330c82",
                            "last_updated": "2023-04-30T15:06:55.052206-04:00",
                            "created_at": "2023-04-28T14:21:59.422715-04:00",
                            "name": "Memphis Grizzlies",
                            "reward": "2.67000",
                            "odds": "2.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a8dae79-1f39-473d-a984-1a67d7a543ec/?format=api"
                        }
                    ]
                },
                {
                    "id": "de3ff3c1-b35a-49cd-a326-0cfe8d0ba04f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d922a3c8-9711-4d91-8bb3-4fdffa18d2ed/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T14:21:59.411612-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Memphis Grizzlies",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b31110fd-8893-453a-b4b4-5ae059f2cc54",
                            "gambit_id": "09030494-0921-43b1-8dea-3e650a64b719",
                            "last_updated": "2023-04-30T15:06:55.045174-04:00",
                            "created_at": "2023-04-28T14:21:59.413682-04:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3ff3c1-b35a-49cd-a326-0cfe8d0ba04f/?format=api"
                        },
                        {
                            "id": "e13dab9b-5c63-47a4-b75c-8e2a6845b27a",
                            "gambit_id": "a369d3e6-37a7-4094-8375-ac0892f03273",
                            "last_updated": "2023-04-30T15:06:55.047159-04:00",
                            "created_at": "2023-04-28T14:21:59.416162-04:00",
                            "name": "Memphis Grizzlies",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3ff3c1-b35a-49cd-a326-0cfe8d0ba04f/?format=api"
                        }
                    ]
                },
                {
                    "id": "411d881a-94ac-4b52-be42-992b7f535afe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d922a3c8-9711-4d91-8bb3-4fdffa18d2ed/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T14:21:59.404099-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 219.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 219.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d7c380a6-37eb-4353-b984-c3a6be075a0a",
                            "gambit_id": "5024ad57-54af-4f89-8377-7cc017d9c31a",
                            "last_updated": "2023-04-30T15:06:55.040164-04:00",
                            "created_at": "2023-04-28T14:21:59.406830-04:00",
                            "name": "Game Total Under 219.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "219.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411d881a-94ac-4b52-be42-992b7f535afe/?format=api"
                        },
                        {
                            "id": "8e5622db-36a2-4fe2-8d47-d8ff1aef6df4",
                            "gambit_id": "40f32a56-bedc-4185-8711-7a42901b0b96",
                            "last_updated": "2023-04-30T15:06:55.041809-04:00",
                            "created_at": "2023-04-28T14:21:59.409279-04:00",
                            "name": "Game Total Over 219.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "219.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/411d881a-94ac-4b52-be42-992b7f535afe/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1622e242-705f-41dc-8266-cd5a70afc738",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "44994a10-8295-4466-a7ce-a42fa9e73420",
            "completed": true,
            "last_updated": "2023-04-30T12:47:17.734772-04:00",
            "created_at": "2023-04-28T11:22:21.686413-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.99,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/44994a10-8295-4466-a7ce-a42fa9e73420",
            "datetime": "2023-04-28T22:10:00-04:00",
            "cutoff_datetime": "2023-04-28T22:10:00-04:00",
            "name": "STL (J Flaherty) v. LOS (D May)",
            "bettypes": [
                {
                    "id": "d3681ef5-81bb-453f-9cdc-c48b14bca894",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1622e242-705f-41dc-8266-cd5a70afc738/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T11:22:21.698926-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "LOS (D May)",
                                "amount": 5578.0
                            },
                            {
                                "team": "STL (J Flaherty)",
                                "amount": 4422.0
                            }
                        ],
                        "expected_reward_tokens": 9594.16,
                        "profit_sb": 94.16,
                        "profit_sb_percentage": 0.99,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e6c3cee5-7b72-4c25-ab87-85b95158ee8c",
                            "gambit_id": "dd886519-79dd-47de-b8b4-d6cccb1746c6",
                            "last_updated": "2023-04-30T12:47:17.749818-04:00",
                            "created_at": "2023-04-28T11:22:21.700154-04:00",
                            "name": "LOS (D May)",
                            "reward": "1.72000",
                            "odds": "1.75760",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3681ef5-81bb-453f-9cdc-c48b14bca894/?format=api"
                        },
                        {
                            "id": "8f551529-da26-4fb9-8e3c-fa8099591c79",
                            "gambit_id": "b4cc3010-3696-4efc-b783-9eb263d902e6",
                            "last_updated": "2023-04-30T12:47:17.751496-04:00",
                            "created_at": "2023-04-28T11:22:21.701444-04:00",
                            "name": "STL (J Flaherty)",
                            "reward": "2.17000",
                            "odds": "2.22000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3681ef5-81bb-453f-9cdc-c48b14bca894/?format=api"
                        }
                    ]
                },
                {
                    "id": "30c30913-6b43-4701-811c-1a16ca93b747",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1622e242-705f-41dc-8266-cd5a70afc738/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T11:22:21.692603-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "STL",
                                "amount": 6010.0
                            },
                            {
                                "team": "LOS",
                                "amount": 3990.0
                            }
                        ],
                        "expected_reward_tokens": 9495.8,
                        "profit_sb": -4.2,
                        "profit_sb_percentage": -0.04,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "71b12f4a-832a-49b2-a195-bc544d2c4f39",
                            "gambit_id": "3be997f5-da2e-4eea-a6e5-abc73493654a",
                            "last_updated": "2023-04-30T12:47:17.746511-04:00",
                            "created_at": "2023-04-28T11:22:21.697565-04:00",
                            "name": "STL",
                            "reward": "1.58000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30c30913-6b43-4701-811c-1a16ca93b747/?format=api"
                        },
                        {
                            "id": "a4d4364e-ec94-4a47-8ff2-df868fe8a152",
                            "gambit_id": "e67ebb53-ee19-4610-ad11-33417d047c44",
                            "last_updated": "2023-04-30T12:47:17.744704-04:00",
                            "created_at": "2023-04-28T11:22:21.696053-04:00",
                            "name": "LOS",
                            "reward": "2.38000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30c30913-6b43-4701-811c-1a16ca93b747/?format=api"
                        }
                    ]
                },
                {
                    "id": "6d655145-398d-4387-801f-9e785f3d9f29",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1622e242-705f-41dc-8266-cd5a70afc738/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T11:22:21.688241-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9b05e2ea-bb92-4194-b1d9-3b5e5e3b4dcd",
                            "gambit_id": "46a11cc8-3b52-495c-9c58-d9093771fcf6",
                            "last_updated": "2023-04-30T12:47:17.741219-04:00",
                            "created_at": "2023-04-28T11:22:21.691086-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d655145-398d-4387-801f-9e785f3d9f29/?format=api"
                        },
                        {
                            "id": "eec37cfe-63ed-4408-95f6-0e432e03edc8",
                            "gambit_id": "228dca81-8cb4-448c-aab5-056077528ce8",
                            "last_updated": "2023-04-30T12:47:17.739460-04:00",
                            "created_at": "2023-04-28T11:22:21.689614-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d655145-398d-4387-801f-9e785f3d9f29/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "51e52125-4ad5-4bbd-bfa8-4b949128edce",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "019ffe19-296c-4539-99f4-8cba629c897f",
            "completed": true,
            "last_updated": "2023-04-30T15:06:54.778784-04:00",
            "created_at": "2023-04-28T11:22:21.427156-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.17,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/019ffe19-296c-4539-99f4-8cba629c897f",
            "datetime": "2023-04-28T22:00:00-04:00",
            "cutoff_datetime": "2023-04-28T22:00:00-04:00",
            "name": "Colorado Avalanche v. Seattle Kraken",
            "bettypes": [
                {
                    "id": "a6753a8c-77b0-41b5-81c9-17659d476f06",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51e52125-4ad5-4bbd-bfa8-4b949128edce/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T11:22:21.437512-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5773.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 4227.0
                            }
                        ],
                        "expected_reward_tokens": 9467.72,
                        "profit_sb": -32.28,
                        "profit_sb_percentage": -0.34,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f39e4216-a08d-49a2-aa80-444aa9365318",
                            "gambit_id": "3a263a44-9def-4f3a-999c-cb47e7025358",
                            "last_updated": "2023-04-30T15:06:54.791426-04:00",
                            "created_at": "2023-04-28T11:22:21.441786-04:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6753a8c-77b0-41b5-81c9-17659d476f06/?format=api"
                        },
                        {
                            "id": "ed034b4c-29ee-4b52-a9d9-78ca89280e0f",
                            "gambit_id": "02f52d49-b085-4324-b01e-3dc2e301fe59",
                            "last_updated": "2023-04-30T15:06:54.790172-04:00",
                            "created_at": "2023-04-28T11:22:21.440110-04:00",
                            "name": "Seattle Kraken",
                            "reward": "2.24000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6753a8c-77b0-41b5-81c9-17659d476f06/?format=api"
                        }
                    ]
                },
                {
                    "id": "8a590f88-e522-4583-8063-bbd4728610c1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51e52125-4ad5-4bbd-bfa8-4b949128edce/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T11:22:21.433068-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6324.0
                            },
                            {
                                "team": "Colorado Avalanche",
                                "amount": 3676.0
                            }
                        ],
                        "expected_reward_tokens": 9484.08,
                        "profit_sb": -15.92,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6699f8a9-1312-493d-beea-00c58a4ba42c",
                            "gambit_id": "16268c47-4cc7-4567-94b3-b3459390fcee",
                            "last_updated": "2023-04-30T15:06:54.786380-04:00",
                            "created_at": "2023-04-28T11:22:21.434323-04:00",
                            "name": "Seattle Kraken",
                            "reward": "1.50000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a590f88-e522-4583-8063-bbd4728610c1/?format=api"
                        },
                        {
                            "id": "8f85e6d2-5416-4251-a842-be8d02918e07",
                            "gambit_id": "c69d8dbb-32c4-4f61-916f-e5ab6cf89e45",
                            "last_updated": "2023-04-30T15:06:54.787645-04:00",
                            "created_at": "2023-04-28T11:22:21.435752-04:00",
                            "name": "Colorado Avalanche",
                            "reward": "2.58000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a590f88-e522-4583-8063-bbd4728610c1/?format=api"
                        }
                    ]
                },
                {
                    "id": "fcc8d320-d38f-4c68-ba63-4b688391cceb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/51e52125-4ad5-4bbd-bfa8-4b949128edce/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T11:22:21.428991-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5423.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "916de324-7482-4698-a0cd-e2722b1e86be",
                            "gambit_id": "51e92ab1-fb6a-4738-9c34-45d13a8b1fce",
                            "last_updated": "2023-04-30T15:06:54.782323-04:00",
                            "created_at": "2023-04-28T11:22:21.430290-04:00",
                            "name": "Game Total Under 6",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcc8d320-d38f-4c68-ba63-4b688391cceb/?format=api"
                        },
                        {
                            "id": "73cdae1a-cd95-4829-b2c3-3b7abf766469",
                            "gambit_id": "ba8eb54a-9cd3-4aa8-ab57-1fc6513a0ee1",
                            "last_updated": "2023-04-30T15:06:54.783687-04:00",
                            "created_at": "2023-04-28T11:22:21.431674-04:00",
                            "name": "Game Total Over 6",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcc8d320-d38f-4c68-ba63-4b688391cceb/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a341404b-68c7-4a8b-af1f-1e792628e7ec",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "2e45a8ad-7109-406c-99d1-e92df9016d71",
            "completed": false,
            "last_updated": "2023-05-05T21:37:00.325439-04:00",
            "created_at": "2023-04-28T11:22:21.246002-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.72,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/2e45a8ad-7109-406c-99d1-e92df9016d71",
            "datetime": "2023-04-28T21:40:00-04:00",
            "cutoff_datetime": "2023-04-28T21:40:00-04:00",
            "name": "CIN (L Cessa) v. OAK (K Muller)",
            "bettypes": [
                {
                    "id": "81d28eea-3f0e-426d-928a-d1b51119eb0c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a341404b-68c7-4a8b-af1f-1e792628e7ec/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T11:22:21.256418-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "OAK (K Muller)",
                                "amount": 5117.0
                            },
                            {
                                "team": "CIN (L Cessa)",
                                "amount": 4883.0
                            }
                        ],
                        "expected_reward_tokens": 9568.79,
                        "profit_sb": 68.79,
                        "profit_sb_percentage": 0.72,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e1a98b72-83ea-44c0-a907-a108046b4498",
                            "gambit_id": "11c8f364-d682-4cc3-8b35-51879285c1bd",
                            "last_updated": "2023-05-05T21:37:00.338218-04:00",
                            "created_at": "2023-04-28T11:22:21.257655-04:00",
                            "name": "OAK (K Muller)",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81d28eea-3f0e-426d-928a-d1b51119eb0c/?format=api"
                        },
                        {
                            "id": "36acd4e6-8a40-4346-afd4-1bc4b0be391b",
                            "gambit_id": "afb09ac9-b382-4508-9519-3ab7d63dedbd",
                            "last_updated": "2023-05-05T21:37:00.339447-04:00",
                            "created_at": "2023-04-28T11:22:21.258955-04:00",
                            "name": "CIN (L Cessa)",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81d28eea-3f0e-426d-928a-d1b51119eb0c/?format=api"
                        }
                    ]
                },
                {
                    "id": "6d7e7678-8d56-40d7-a614-7ff5dc9baf8c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a341404b-68c7-4a8b-af1f-1e792628e7ec/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T11:22:21.252109-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "OAK",
                                "amount": 6090.0
                            },
                            {
                                "team": "CIN",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "53c69335-c007-4baf-8f45-ac7014061f52",
                            "gambit_id": "1e854d7e-eb65-44d2-9f43-02cd67494020",
                            "last_updated": "2023-05-05T21:37:00.334196-04:00",
                            "created_at": "2023-04-28T11:22:21.253543-04:00",
                            "name": "OAK",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7e7678-8d56-40d7-a614-7ff5dc9baf8c/?format=api"
                        },
                        {
                            "id": "f653048f-de51-4f53-9430-c6de1c2434dc",
                            "gambit_id": "017608ff-d73b-4b26-90ef-5914483dd8ef",
                            "last_updated": "2023-05-05T21:37:00.335685-04:00",
                            "created_at": "2023-04-28T11:22:21.255015-04:00",
                            "name": "CIN",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7e7678-8d56-40d7-a614-7ff5dc9baf8c/?format=api"
                        }
                    ]
                },
                {
                    "id": "485aea68-bd5b-4e67-a211-d76ec675e070",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a341404b-68c7-4a8b-af1f-1e792628e7ec/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T11:22:21.247823-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 8.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Under 8.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "eb825e5a-1ca6-4d1e-bb00-918e943a5456",
                            "gambit_id": "f71cc416-51f2-4042-856c-8a53e485f798",
                            "last_updated": "2023-05-05T21:37:00.331291-04:00",
                            "created_at": "2023-04-28T11:22:21.250528-04:00",
                            "name": "Game Total Over 8.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/485aea68-bd5b-4e67-a211-d76ec675e070/?format=api"
                        },
                        {
                            "id": "e1a85b3d-d066-4ecf-a13d-847a54abde5e",
                            "gambit_id": "04d16030-8238-495c-8fa5-71bc13e25b72",
                            "last_updated": "2023-05-05T21:37:00.329782-04:00",
                            "created_at": "2023-04-28T11:22:21.249126-04:00",
                            "name": "Game Total Under 8.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "8.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/485aea68-bd5b-4e67-a211-d76ec675e070/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fe8e1ca0-1131-48d6-8d5f-b87db79d63b6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ba1a843d-52ad-469e-bdc0-404dee53ef84",
            "completed": true,
            "last_updated": "2023-04-30T15:06:54.145040-04:00",
            "created_at": "2023-04-28T11:22:21.062266-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.13,
            "sport_category": "NHL Playoffs",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/ba1a843d-52ad-469e-bdc0-404dee53ef84",
            "datetime": "2023-04-28T21:35:00-04:00",
            "cutoff_datetime": "2023-04-28T21:35:00-04:00",
            "name": "Dallas Stars v. Minnesota Wild",
            "bettypes": [
                {
                    "id": "bd2c6ae0-d530-4b3b-9c0c-ad9babbbe9ac",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fe8e1ca0-1131-48d6-8d5f-b87db79d63b6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T11:22:21.072119-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5000.0
                            },
                            {
                                "team": "Dallas Stars",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0a98a0db-e71b-4642-b38f-0971a0c9a6f0",
                            "gambit_id": "6cbe32fd-4a0b-4abd-a62e-b8ea7f348998",
                            "last_updated": "2023-04-30T15:06:54.157138-04:00",
                            "created_at": "2023-04-28T11:22:21.073375-04:00",
                            "name": "Minnesota Wild",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2c6ae0-d530-4b3b-9c0c-ad9babbbe9ac/?format=api"
                        },
                        {
                            "id": "775183b2-d910-4085-9272-496b4124fcf2",
                            "gambit_id": "2213fbd1-b9ae-420d-b05a-954f002009bf",
                            "last_updated": "2023-04-30T15:06:54.158528-04:00",
                            "created_at": "2023-04-28T11:22:21.074698-04:00",
                            "name": "Dallas Stars",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd2c6ae0-d530-4b3b-9c0c-ad9babbbe9ac/?format=api"
                        }
                    ]
                },
                {
                    "id": "69eb405f-089d-4fa5-8974-f1163cdd64e8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fe8e1ca0-1131-48d6-8d5f-b87db79d63b6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T11:22:21.068253-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7152.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 2848.0
                            }
                        ],
                        "expected_reward_tokens": 9512.16,
                        "profit_sb": 12.16,
                        "profit_sb_percentage": 0.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f5e69e7c-6eef-43d8-b909-0fd6b252ac87",
                            "gambit_id": "8ed6d915-f313-4bee-8c53-d99bcda32c23",
                            "last_updated": "2023-04-30T15:06:54.154321-04:00",
                            "created_at": "2023-04-28T11:22:21.070793-04:00",
                            "name": "Dallas Stars",
                            "reward": "1.33000",
                            "odds": "1.34480",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69eb405f-089d-4fa5-8974-f1163cdd64e8/?format=api"
                        },
                        {
                            "id": "371ecf77-0fe9-4dd5-b9e7-b4e0fbd939a2",
                            "gambit_id": "4bea7944-7ba2-4017-9fac-e1ad93c8a548",
                            "last_updated": "2023-04-30T15:06:54.152861-04:00",
                            "created_at": "2023-04-28T11:22:21.069489-04:00",
                            "name": "Minnesota Wild",
                            "reward": "3.34000",
                            "odds": "3.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69eb405f-089d-4fa5-8974-f1163cdd64e8/?format=api"
                        }
                    ]
                },
                {
                    "id": "e210f6e1-f60e-47a0-af47-613d651cf01a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fe8e1ca0-1131-48d6-8d5f-b87db79d63b6/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T11:22:21.064134-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 5.5",
                                "amount": 5512.0
                            },
                            {
                                "team": "Game Total Over 5.5",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1b9d6a54-77cf-4a84-b9d8-f750e937295f",
                            "gambit_id": "0fda2cf8-09d7-4601-8872-1ca5c67b6107",
                            "last_updated": "2023-04-30T15:06:54.148373-04:00",
                            "created_at": "2023-04-28T11:22:21.065462-04:00",
                            "name": "Game Total Under 5.5",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e210f6e1-f60e-47a0-af47-613d651cf01a/?format=api"
                        },
                        {
                            "id": "1911e516-070b-40a0-8d9d-f4b1ebc2bc2c",
                            "gambit_id": "7fdd2434-7233-4a5e-b5dc-f50f94fee875",
                            "last_updated": "2023-04-30T15:06:54.149832-04:00",
                            "created_at": "2023-04-28T11:22:21.066902-04:00",
                            "name": "Game Total Over 5.5",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e210f6e1-f60e-47a0-af47-613d651cf01a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2e373e29-2b9e-4696-8c81-a419623c79e7",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a367b44a-6329-4b21-8967-204aa9b26f90",
            "completed": true,
            "last_updated": "2023-04-30T12:47:15.744103-04:00",
            "created_at": "2023-04-28T11:22:20.915905-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.78,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/a367b44a-6329-4b21-8967-204aa9b26f90",
            "datetime": "2023-04-28T20:40:00-04:00",
            "cutoff_datetime": "2023-04-28T20:40:00-04:00",
            "name": "ARI (M Kelly) v. COL (K Freeland)",
            "bettypes": [
                {
                    "id": "da51d965-4cf7-4f84-bf06-226f444adfd2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2e373e29-2b9e-4696-8c81-a419623c79e7/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T11:22:20.927355-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "ARI (M Kelly)",
                                "amount": 5440.0
                            },
                            {
                                "team": "COL (K Freeland)",
                                "amount": 4560.0
                            }
                        ],
                        "expected_reward_tokens": 9574.4,
                        "profit_sb": 74.4,
                        "profit_sb_percentage": 0.78,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "df64df9a-92ed-4fcc-8827-68037adf2129",
                            "gambit_id": "5d876649-1b30-4f30-a49c-b05822bdd3fc",
                            "last_updated": "2023-04-30T12:47:15.764462-04:00",
                            "created_at": "2023-04-28T11:22:20.929969-04:00",
                            "name": "ARI (M Kelly)",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da51d965-4cf7-4f84-bf06-226f444adfd2/?format=api"
                        },
                        {
                            "id": "ad033a4f-76c8-4cb7-9319-c1ca73a43450",
                            "gambit_id": "8449d2ec-86e8-43de-9f71-26d3bd1c4766",
                            "last_updated": "2023-04-30T12:47:15.762161-04:00",
                            "created_at": "2023-04-28T11:22:20.928644-04:00",
                            "name": "COL (K Freeland)",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da51d965-4cf7-4f84-bf06-226f444adfd2/?format=api"
                        }
                    ]
                },
                {
                    "id": "78d1784d-7866-44c4-8527-dc828a0ffe39",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2e373e29-2b9e-4696-8c81-a419623c79e7/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T11:22:20.922609-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "COL",
                                "amount": 5614.0
                            },
                            {
                                "team": "ARI",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c4db82af-cfbc-4fe8-986b-ecdf136e04be",
                            "gambit_id": "5ab68649-7025-469d-9012-3ff42093401c",
                            "last_updated": "2023-04-30T12:47:15.755180-04:00",
                            "created_at": "2023-04-28T11:22:20.923867-04:00",
                            "name": "COL",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78d1784d-7866-44c4-8527-dc828a0ffe39/?format=api"
                        },
                        {
                            "id": "a682c9f6-2381-4dd1-812d-eb1df8a8f6e3",
                            "gambit_id": "83487927-1e1f-44a1-8941-75c7d61b792e",
                            "last_updated": "2023-04-30T12:47:15.757590-04:00",
                            "created_at": "2023-04-28T11:22:20.925106-04:00",
                            "name": "ARI",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78d1784d-7866-44c4-8527-dc828a0ffe39/?format=api"
                        }
                    ]
                },
                {
                    "id": "e8eca016-e0b2-4cf5-96b6-09bf07c65412",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2e373e29-2b9e-4696-8c81-a419623c79e7/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T11:22:20.917881-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 11",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Under 11",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "40b2ad4a-9199-4cd5-868c-dae5952c2824",
                            "gambit_id": "aed50a2e-bb1e-45e3-8b3c-db7405aa6fc0",
                            "last_updated": "2023-04-30T12:47:15.751070-04:00",
                            "created_at": "2023-04-28T11:22:20.920914-04:00",
                            "name": "Game Total Over 11",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8eca016-e0b2-4cf5-96b6-09bf07c65412/?format=api"
                        },
                        {
                            "id": "eeb8ab01-362c-4fcc-8752-a458758becf6",
                            "gambit_id": "940dca46-c7ad-4c7c-978b-571bf703e783",
                            "last_updated": "2023-04-30T12:47:15.748943-04:00",
                            "created_at": "2023-04-28T11:22:20.919378-04:00",
                            "name": "Game Total Under 11",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8eca016-e0b2-4cf5-96b6-09bf07c65412/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c6933764-7e8c-4d43-bb8a-23fccf3da1e8",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "1f84bbe3-2caa-4f89-abcc-5f614bba1de4",
            "completed": true,
            "last_updated": "2023-04-30T12:47:17.942411-04:00",
            "created_at": "2023-04-28T11:22:20.771289-04:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 1.05,
            "sport_category": "MLB",
            "sport": "Baseball",
            "url": "https://app.gambitrewards.com/match/1f84bbe3-2caa-4f89-abcc-5f614bba1de4",
            "datetime": "2023-04-28T20:10:00-04:00",
            "cutoff_datetime": "2023-04-28T20:10:00-04:00",
            "name": "PHI (A Nola) v. HOU (F Valdez)",
            "bettypes": [
                {
                    "id": "b1aea29a-94a0-495b-bc4a-d510c89a6c99",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c6933764-7e8c-4d43-bb8a-23fccf3da1e8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2023-04-28T11:22:20.781346-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "HOU (F Valdez)",
                                "amount": 5714.0
                            },
                            {
                                "team": "PHI (A Nola)",
                                "amount": 4286.0
                            }
                        ],
                        "expected_reward_tokens": 9599.52,
                        "profit_sb": 99.52,
                        "profit_sb_percentage": 1.05,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "11540b5f-f050-4319-b00b-eaafafe16aa6",
                            "gambit_id": "d2376222-34d3-44f5-8b99-8e19a0a18cf1",
                            "last_updated": "2023-04-30T12:47:17.958740-04:00",
                            "created_at": "2023-04-28T11:22:20.782611-04:00",
                            "name": "HOU (F Valdez)",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1aea29a-94a0-495b-bc4a-d510c89a6c99/?format=api"
                        },
                        {
                            "id": "ba8c5272-0df9-47ea-bd34-43889e81a670",
                            "gambit_id": "526238ff-b32f-4a6f-bd31-81d33c532412",
                            "last_updated": "2023-04-30T12:47:17.960179-04:00",
                            "created_at": "2023-04-28T11:22:20.783924-04:00",
                            "name": "PHI (A Nola)",
                            "reward": "2.24000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1aea29a-94a0-495b-bc4a-d510c89a6c99/?format=api"
                        }
                    ]
                },
                {
                    "id": "784a68d9-2826-4296-bf99-0aafa49e79c2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c6933764-7e8c-4d43-bb8a-23fccf3da1e8/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2023-04-28T11:22:20.777473-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6010.0
                            },
                            {
                                "team": "HOU",
                                "amount": 3990.0
                            }
                        ],
                        "expected_reward_tokens": 9495.8,
                        "profit_sb": -4.2,
                        "profit_sb_percentage": -0.04,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b33803a1-988a-40e2-8299-933682e460d4",
                            "gambit_id": "2e49eda6-0c7a-40bf-a19d-8a4edf098896",
                            "last_updated": "2023-04-30T12:47:17.955913-04:00",
                            "created_at": "2023-04-28T11:22:20.779989-04:00",
                            "name": "PHI",
                            "reward": "1.58000",
                            "odds": "1.60610",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/784a68d9-2826-4296-bf99-0aafa49e79c2/?format=api"
                        },
                        {
                            "id": "dc5f2b39-a5fe-4158-8e61-b3572db87ffa",
                            "gambit_id": "5ecb11ec-7b74-47fb-baf2-833a70698f62",
                            "last_updated": "2023-04-30T12:47:17.954229-04:00",
                            "created_at": "2023-04-28T11:22:20.778726-04:00",
                            "name": "HOU",
                            "reward": "2.38000",
                            "odds": "2.45000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/784a68d9-2826-4296-bf99-0aafa49e79c2/?format=api"
                        }
                    ]
                },
                {
                    "id": "a7b365d7-e576-4f6c-8b57-72edb3b06adf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c6933764-7e8c-4d43-bb8a-23fccf3da1e8/?format=api",
                    "name": "Over/Under",
                    "created_at": "2023-04-28T11:22:20.773083-04:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 7.5",
                                "amount": 5213.0
                            },
                            {
                                "team": "Game Total Over 7.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dc1ecaeb-db86-49c0-8565-15cb12df37f2",
                            "gambit_id": "15e3fbb1-4371-491a-aeb3-1fce2d6142fe",
                            "last_updated": "2023-04-30T12:47:17.946334-04:00",
                            "created_at": "2023-04-28T11:22:20.774585-04:00",
                            "name": "Game Total Under 7.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7b365d7-e576-4f6c-8b57-72edb3b06adf/?format=api"
                        },
                        {
                            "id": "fca2a53a-7762-4c70-a010-366a6227fe5f",
                            "gambit_id": "ff10752b-b595-4a03-9729-51a2c6920339",
                            "last_updated": "2023-04-30T12:47:17.948152-04:00",
                            "created_at": "2023-04-28T11:22:20.776049-04:00",
                            "name": "Game Total Over 7.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7b365d7-e576-4f6c-8b57-72edb3b06adf/?format=api"
                        }
                    ]
                }
            ]
        }
    ]
}